/* 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;*/
}
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 */
#container{
	width: 960px;
	margin: 0 auto;
	background: transparent url(../images/bg_repeater.jpg) repeat-y top center;
}
#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: #dae3ea;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 4px 8px;
	color: #666;
}
#loginbar a{
	font-weight: bold;
}
#loginbar a#logout{
	color: #999;
	margin-left: 20px;
}
#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}
