@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(images/bg.gif) repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
html, body {
	height:100%;
	}
a{
	color: #737373;
	text-decoration: none;
 }

a:hover {
	color: #ee3224;
	text-decoration:underline;
	}
#wrapper{
	min-height:100%;
	width: 816px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}
#upper{
	background:url(images/upper.gif) no-repeat left top;
	height:86px;
	}
#lower{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background:url(images/lower.gif) no-repeat left top;
	padding-top:4px;
	padding-left:10px;
	padding-right:12px;
	}
#util{
	float:left;
	height: 23px;
	width:545px;
	margin-left:10px;
	padding-top: 30px;
	padding-left:5px;
	color: #FF9393;
	font-size: 90%;
	}

#logo {
	float:right;
	height:86px;
	width:230px;
	}
	
/*Upper Navigation starts here*/
#uppernav{
	float:left;
	height:22px;
	width:550px;
	margin-left:4px;
	padding-top: 5px;
	}
	
#uppernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	float: left;
	padding-left: 6px;
	}
	
#uppernav ul li {
	float: left;

	}
	
#uppernav li a {
	display: block;
	padding: 0 2px;
	line-height: 24px;
	margin-right: 20px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-size: 90%;
	font-weight: bold;
	}
	
#uppernav ul a:hover {
	color: #000;
	}
	
#uppernav #current a{
	background: url(images/navbg1.gif) repeat-x bottom left;
	color: #fff;
	font-weight: bold;

	margin-right: 20px;
    }
	
#topnav #current{
    background: url(images/tabwhite_02.gif) no-repeat top right;
    }



/*Upper navigation stops here*/




#search{
	padding:2px;
	background-color: #ddd;
	}
#search input{
	border:1px solid #666666;
	font-size:100%;
	background-color:#f6f6f6;
	}	
#maincontent_across{
	padding-top: 6px;
/*	padding-left: 4px;
	padding-right: 4px;
	*/
	}
	
#maincontent{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float:left;
	width:555px;

	padding-top:6px;
	}
	
#maincontent ul {
	margin: 0;
	padding: 0;
	list-style: url(images/dot.gif);

	}
#maincontent ul li {
	padding-left: 2px;
	margin-left: 20px;
	}
	
#sidecontent{
	float:right;
	width:230px;
	padding-top:6px;

	}
/*secondary navigation start here*/
.sidenav ul{
	padding: 0px;
	margin: 0px;
	margin-left:0px;
	padding-left:0px;
	}
.sidenav li{
	list-style:none;
	color:#666;
	font-weight: bold;
	display: block;
	text-align:left;
	border-bottom: 1px solid #dddddd;
	margin-left:0px;
	padding-left:0px;
	}
.sidenav li a{
	text-decoration: none;
	color:#666;
	background-color:#ffffff;
	display: block;
	padding: 3px;
	padding-left: 10px;
	border-bottom: none;
	}
.sidenav li a:hover{
	text-decoration: none;
	color: #d42e12;	
	}
	
.sublink {
	padding:2px;
	padding-left: 15px;
	font-weight:normal;
	
	}

.selected {
	color:#ee3224;
	}
/*end*/
.module_title{
	padding:4px;
	color:white;
	background: #999999;
	font-weight:bold;
	}
#time{
	padding: 4px;
	color:#575757;
	}

#footer{
	clear:both;
	border-top:1px solid #8f8f8f;
	padding:3px;
	background:#f5f5f5;
	margin-left: 10px;
	margin-right:10px;
	font-size: 90%;
	}
.box_inner{
	border:1px solid #CECECE;
	padding:3px;
	color: #585858;
	font-size:95%;
	}
.box_content{
	margin-left:10px;
	border-top:1px solid #ee3224;
	margin-top: 5px;
	padding:2px;
	padding-right:0px;
	text-align: left;
	line-height:15px; 
	}
.box_content2{
	margin-left:8px;
	border-top:1px solid #ee3224;
	margin-top: 3px;
	padding:2px;
	padding-right:0px;
	text-align: justify;
	}
	

.box_outer{
	border: 6px solid #EDEDED;
	}


	
#top{
	background:url(images/login_01.png) top left no-repeat;
	height:155px;
	}
#middle{
	background:url(images/login_02.png) top left no-repeat;
	height:120px;
	padding-left:20px;
	padding-right:37px;
	padding-top:9px;
	font-size:90%;
	color:#C9CDD3;
	}
	
#bottom{
	background:url(images/login_03.png) top left no-repeat;
	height:66px;
	}
	
#wrapper1{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	margin-top:40px;
}

form{
	margin: 0px;
	padding: 0px;
	}

.line1{
	 border-bottom:1px solid #788194;
	 padding:2px;
	 }
.line1 input{
	 border:1px solid white;
	 padding:2px;
	 font-size:80%;
	 }
* html #wrapper #lower #maincontent{
	height:100%;
	}