/* Design and CSS by Travis Repetto @ Next Horizon - Nexhorizon.net © 2007 */

/* Global */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, address, form, fieldset, legend{
	margin: 0;
	padding: 0;
}
html, body{
	border: 0;
}
body{
	/*background: #3a5061 url(../images/bg_top.jpg) repeat-x top center;*/
	/*overflow: -moz-scrollbars-vertical;*/
	height:100%;
        font-family: Arial Arial, Helvetica, sans-serif
}
a{
	color: #376692;
	text-decoration: none;
	outline: none;
}
a:hover{
	background: #fff;
	text-decoration: underline;
}
h1{
	font-size: 12px;
}
h2{
	color: #3a5061;
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 10px;
}
.clear{
	clear: both;
	height: 0;
}

/* Layout */

#header{
	height: 95px;
	/* background: transparent url(../images/bg_header.jpg) no-repeat top center*/
}
#content{
}
/*#footer{
	width: 960px;
	margin: 0 auto;
}
#footer #boxbottom{
	height: 45px;
	padding-top: 5px;
	/*background: transparent url(../images/bg_footer.jpg) no-repeat top center;*/
}
*/
/* Header */
h1#logo{
	width: 670px;
	height: 55px;
	float: left;
	margin: 30px 0 0 20px;
	text-indent: -5000px;
}
h1#logo a{
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(../images/logo.png) no-repeat top left;
}
h1#logo a:hover{
	background: transparent url(../images/logo.png) no-repeat bottom left;
}
a#poweredby{
	width: 80px;
	height: 25px;
	display: block;
	float: left;
	margin: 35px 0 0 135px;
	text-indent: -5000px;
	background: transparent url(../images/amecs.jpg) no-repeat;
}

/* Content */
#content{
	font-size: 12px;
	/*margin: 0 25px;*/
}
#loginbar{
	background: #015686;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 15px 8px;
	color: #fff;
	font-size: 14px;
}
#loginbar a{
	font-weight: bold;
}
#loginbar a#logout{
	color: #fff;
	margin-left:5px;
	background-color:#015686;
	text-decoration:none;
}
#contentleft{
	width: 630px;
	float: left;
}
#contentright{
	width: 250px;
	float: left;
	margin: 0 0 0 30px;
}
#contentleft p{
	line-height: 20px;
	text-align: justify;
	padding: 0 0 20px 0;
}
#contentleft em{
	color: #666;
}

/* Contentright */
#contentright fieldset{
	margin-bottom: 10px;
	border: 2px solid #999;
}
#contentright legend{
	color: #3a5061;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 2px;
}
#contentright label, #loginform .text{
	display: block;
	float: left;
	font-size: 10px;
	margin: 5px 0 0 0;
}
#contentright label{
	width: 105px;
	color: #036;
	text-align: right;
	padding-right: 5px;
}
#contentright .text{
	width: 120px;
	padding: 2px;
	color: #666;
	font-weight: bold;
	background: #dae3ea;
	border: 1px solid #ccc;
}
#contentright .text:hover{
	color: #333;
	border: 1px solid #999;
}
#contentright .text:focus{
	color: #376692;
	background: #fff;
	border: 1px solid #999;
}
#contentright .submit{
	color: #999;
	font-size: 10px;
	font-weight: bold;
	background: #dae3ea;
	border: 1px solid #999;
	margin: 5px 0 10px 0;
}
#contentright .submit:hover{
	color: #376692;
	background: #dae3ea;
	border: 1px solid #376692;
}
#contentright .spacer{
	margin: 5px 10px;
	line-height: 24px;
}
#contentright .spacer a span{
	color: #333;
}

/* Footer */
#legalinfo{
	background: #dae3ea;
	border: 1px solid #ccc;
	margin: 0 25px;
	padding: 4px 8px;
	color: #666;
	font-size: 10px;
	text-align: center;
}
#copyright{
	color: #fff;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}
#copyright a{
	color: #fff;
}
#copyright a:hover{
	color: #3a5061;
}

/* Programming */
.tblWidth{
	width: 100%;
}
.colTitles{
	color:#FFF;
	font-size:10px;
	
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}

/* New Design Ana CSS*/

#container {
 min-height:100%;
 position: relative;
 margin-bottom: -45px;
 border:0px solid red;
 width:100%;
}

.bannerBg {
 height: 315px;
 width: 100%;
 background-image: url(../images/banner.png);
 background-position:center;
 
 background-repeat:no-repeat;
}

.bannerBottomShade {
 height: 42px;
 width: 100%;
 background-color: #38354a;
color:#acaab8;

font-size:12px;
}

.loginBg {
 height: 140px;
 width: 240px;
 background-image:  url(../images/Login%20bg.png);
 background-repeat:no-repeat;

}

.homeGrayBox1 {
 height: 130px;
 background-image: url(../images/homegray-shadow.png);
 background-repeat:no-repeat;
color:#38354a;
font-size:12px;
text-align:justify;
}


.homeGrayBox {
color:#38354a;
font-size:12px;
text-align:justify;
}

.homeGray {
 height: 120px;
 background-image: url(../images/homeGray.png);
 background-repeat:no-repeat;
 background-position:bottom;

}

.textboxtd {
 height: 23px;
 width: 195px;
 background-image:url(../images/Text%20Box.png);
 background-repeat:no-repeat;
 
}
.textbox
{
	background:transparent;
	border:0px solid #000000;
	margin-left:10px;
	width:195px;
	font-size:12px;
	outline:none;
	margin-right:-10px;
	
}

.footerBg {
 height: 25px;
 width: 100%;
 background-color:black;
 /*margin-bottom: -25px;*/
 opacity:0.2;
filter:alpha(opacity=20);
margin-top: 12px;
}


#footer {
 width: 100%;
 position: relative;
 border: 0px solid white;
 height:40px;
 background-color:#92909C;
 color:#FFF;
 font-size:12px;
 }
 
.clearfooter {
 height: 10px;
 clear: both;
 border:0px solid red;
}
li{
list-style-image:url(../images/li-img.png);
color:#38354a;
font-size:14px;

}

#submit {
    background-image: url(../images/login.png);
    border-style: none;
    background-color: transparent;
    text-indent: 480px;    /* hack to hide the text */
  }

  #submit:hover {
    background-image:url(../images/login-m.png)
  }