body {
  cursor: default;
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
  color: #222222;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  text-align: center;
	background: #222222 url(design/body_bg.jpg) repeat-x 0px 0px;
}
table {
  font-family: Verdana;
  font-size: 11px;
}
img {
  border: none;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #42a3ee;
	margin-bottom: 5px;
}

a {
	cursor: pointer;
  color: #555555;
  text-decoration: underline;
}
a:hover {
  color: #555555;
  text-decoration: none;
}


.super-ct {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}
.super-border {
	border: 1px solid #666666;
}
/*
.super-shadow-right {
	background: transparent url(design/super_shadow/right.jpg) repeat-y right 0px;
}
.super-shadow-right-top {
	background: transparent url(design/super_shadow/right-top.jpg) no-repeat right 0px;
	padding-right: 4px;
}
.super-border {
}
.super-shadow-bottom {
	height: 5px;
	background: transparent url(design/super_shadow/bottom.jpg) repeat-x 0px 0px;
}
.super-shadow-bottom-left {
	height: 5px;
	background: transparent url(design/super_shadow/bottom-left.jpg) no-repeat 0px 0px;
}
.super-shadow-bottom-right {
	height: 5px;
	background: transparent url(design/super_shadow/bottom-right.jpg) no-repeat right 0px;
}
*/

.top-ct {
	position: relative;
	height: 100px;
	background-color: #000000;
}
.top-logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.top-login {
	position: absolute;
	top: 17px;
	right: 191px;
	color: #ffffff;
}
.top-login .pp-form-field-ct input {
	background-color: #333333;
	border: 1px solid #dddddd;
	color: #ffffff;
	font-size: 10px;
}
.top-login a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.top-login a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.top-login-links {
	position: absolute;
	top: 17px;
	right: 10px;
	width: 160px;
}
.top-login-links div {
	margin-bottom: 7px;
}
.top-login-links div a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.top-login-links div a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.top-menu {
	height: 28px;
	background: transparent url(design/box_bg.jpg) repeat-x 0px 0px;
	border-top: 1px solid #666666;
	text-align: center;
}
.top-menu div {
	display: inline;
	line-height: 28px;
	margin: 0px 15px;
}
.top-menu div a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.top-menu div a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
.top-menu div.active a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.top-menu div.active a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


.content-table-ct {
	background-color: #ffffff;
}
.content-table {
	width: 100%;
	border-collapse: collapse;
}
.content-l {
	vertical-align: top;
	width: 170px;
	padding: 5px 5px 0px 5px;
	/*border-right: 1px solid #999999;*/
}
.content-c {
	vertical-align: top;
}
.content-c-inner {
	padding: 10px;
}
.content-r {
	vertical-align: top;
	width: 170px;
	padding: 5px 5px 0px 5px;
	/*border-left: 1px solid #999999;*/
}

.left-menu {
}
.left-menu div {
	margin-bottom: 5px;
}
.left-menu div a {
}
.left-menu div.active a {
	font-weight: bold;
}
.left-menu div.active a:hover {
	font-weight: bold;
}

.side-headline {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #999999;
	padding: 0px 5px;
	background: transparent url(design/box_bg.jpg) repeat-x 0px 0px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
a:hover.side-headline {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.side-box-headline {
	margin: 0px;
}
.side-box-content {
	border: 1px solid #999999;
	border-top: 0px;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}

.side-content {
	padding: 0px 6px;
	margin-bottom: 5px;
}

.address-ct {
	margin-top: 5px;
	text-align: center;
	color: #666666;
	font-size: 11px;
}
.address-ct a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.address-ct a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

.tbl_header {
	background: transparent url(design/box_bg.jpg) repeat-x 0px 0px;
	color: #ffffff;
}
