@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bodyMain {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:#33CC66;
}

#headerMain {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	width:100%;
	padding:0px;
	margin:0px;
	height:118px;
	background-color:#000000;
}

#headerLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:248px;
	height:118px;
	background-image:url(../Images/Template/part_01.gif);
	margin:0;
}

#headerExpand {
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	margin:0px 0px 0px 248px;
	height:118px;
	padding:0px;
	background-image:url(../Images/Template/part_02.gif);
	background-repeat:repeat-x;
}
	
#headerExpand a {
	text-decoration:none;
	font-size:11px;
}

#headerExpand a:visited {
	text-decoration:none;
	color:#CCCCCC;
}

#headerExpand a:link {
	text-decoration:none;
	color:#CCCCCC;
}

#headerExpand a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#headerExpand a.selected {
	text-decoration:none;
	color:#FFFFFF;
}

#titleBar {
	position:absolute;
	left:0px;
	right:0px;
	top:118px;
	width:100%;
	padding:0px;
	margin:0px;
	height:33px;
	background-image:url(../Images/Template/part_03.gif);
	background-repeat:repeat-x;
}

#contentMain {
	position:fixed;
	height:auto;
	left:0px;
	right:0px;
	top:151px;
	bottom:126px;
	width:100%;
	margin:0px;
	overflow:auto;
	background-color:#FFFFFF;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

#container table{
	border: 1px solid #666;
}

#container tr td{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
}

#container thead td{
	color: #fff;
	background-color: #00325F;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#container tbody td{
		border-left: 1px solid #D9D9D9;
}

#container tbody tr.even td{
	background: #F1F1F1;
}
	
#footerMain {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	top:auto;
	height:126px;
	background-color:#000000;
	overflow:hidden;
}

#footerLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:661px;
	height:126px;
	background-image:url(../Images/Template/part_08.gif);
	overflow:hidden;
}

#footerExpand {
	position:absolute;
	left:661px;
	right:359px;
	top:0px;
	width:100%;
	height:126px;
	background-image:url(../Images/Template/part_09.gif);
	background-repeat:repeat-x;
}

#footerRight {
	position:absolute;
	right:0px;
	top:0px;
	height:126px;
	width:359px;
	background-image:url(../Images/Template/part_10.gif);
}

#footerNote {
	position:absolute;
	left:24px;
	height:50px;
	bottom:15px;
	width:630px;
	
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "25 Helvetica UltraLight";
	color:#376899;
}

#footerNote a,a:visited,a:link,a:hover {
	text-decoration:none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "25 Helvetica UltraLight";
	color:#376899;
}

#loginBox {
	position:relative;
	width:300px;
	height:150px;
	
	margin-left:auto;
	margin-right:auto;
	
	background-color:#F1F1F1;
	border:2px solid #000;
	
	text-align:center;
}

#logoutBox {
	position: absolute;
	right:0px;
	top:10px;

	width:200px;
	height:25px;
	
	text-align: right;
	vertical-align:middle;
	color:#FFFFFF;
}

#logoutBox a:link{
	text-decoration: none;
	color: #00CCFF;
}

#logoutBox a:visited{
	text-decoration: none;
	color: #00CCFF;
}

.standardText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headingText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
/* Internet Explorer *
/*\*/
* html #contentMain {
	height:100%;
}

* html body {
	padding: 151px 0 126px 0px;
}
/**/
