body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	font-size:0.9em;
	background-color:#4B4B4D;
	color:#00ACEE;
}
form {
	margin: 0px;
	padding: 0px;
}



table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	font-size: 10px;
	border: 1px solid #555;
	border-top: 0;
	border-left: 0;
}
table img {
	border: 0;
}
tr {
	vertical-align: top;
}
tr.bg1 {
	background-color: #fff;
}
tr.bg2 {
	background-color: #ccc;
}
th.thsort a {
	color: #000;
}
th, td {
	border: 1px solid #555;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 3px;
	color: #000;
}
th a {
	text-decoration: none;
	color: #fff;
}
td a {
	text-decoration: underline;
	color: #000;
}
th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #00acee;
	color: #fff;
}






a {
	color:#4B4B4C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.frameMain {
	width:900px;
	height:555px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	margin-top:10px;
}
.frameLogo {
	position:absolute;
	width:290px;
	height:140px;
	border:none;
}
.frameHeader {
	position:absolute;
	left:305px;
	width:595px;
	height:140px;
	background-color:#646267;
}
.frameNavigation {
	position:absolute;
	top:155px;
	width:290px;
	height:150px;
}
.frameNavigation a {
	display:block;
	width:250px;
	height:19px;
	background-image:url(images/bg_btn_blue.gif);
	padding:3px 20px 0px 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:15px;
}
.frameNavigation a:hover, #active {
	display:block;
	background-image:url(images/btn_white.gif);
}
.frameNavigationExtra a {
	display:block;
	width:250px;
	height:19px;
	background-image:url(images/bg_btn_pink.gif);
	padding:3px 20px 0px 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:15px;
	color:#EEEEEE;
}
.frameNavigationExtra a:hover, #active {
	display:block;
	background-image:url(images/btn_white.gif);
	color:#4A4A4C;
}
.navDiv {
	width:250px;
	height:19px;
	background-image:url(images/bg_btn_blue.gif);
	padding:3px 20px 0px 20px;
	font-weight:bold;
	margin-bottom:15px;
	color:#EEEEEE;
}
.frameSubNav {
	visibility:hidden;
	position:absolute;
	width:290px;
	height:250px;
	top:300px;
	z-index:10;
	background-image:url(images/bg_subnav.gif);
}
.frameContent {
	position:absolute;
	top:155px;
	left:305px;
	width:560px;
	height:320px;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	padding:20px;
	z-index:5;
}
.frameContentScrollFix {
	width:560px;
	height:320px;
	overflow-x:hidden;
	overflow-y:auto;
	}
.frameContentAdmin {
	position:absolute;
	top:155px;
	left:305px;
	width:560px;
	height:320px;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	padding:20px;
	z-index:5;
	overflow:auto;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
* html .frameContent {
	background-attachment:fixed;
}
.frameFooter {
	position:absolute;
	top:530px;
	left:305px;
	width:590px;
	height:18px;
	background-image:url(images/bg_footer.gif);
	text-align:right;
	padding:2px 10px 0px 0px;
}
.frameFooter a{
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
}
.iconImg {
	margin: 0px 5px -3px 0px;
	border: 0px;
}
.formButton {
	border: 0px;
	background-color: #00ACEE;
	color: #FFFFFF;
}