@import url("sigave.css");
/* @group YAML-OVERWRITE */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	background-color: #fff;
}

#header {
	background-repeat: repeat-x;
	background-image: url(/img/header_bg.gif);
	background-color: #003060;
	padding: 0;
	height: 180px;
	border: none;
	display: none;
}

#header span {
	color: #eee;
}

#header #img2 {
	background: transparent url(/img/logo_ave.gif) no-repeat;
	position: absolute;
	left: -22px;
	bottom: -34px;
	height: 146px;
	width: 274px;
}

#topnav, #footer {
	background-color: #fff;
	color: #006699;
}

#topnav #img1 {
	background: transparent url(/img/eslogan.png) no-repeat;
	_background: transparent url(/img/eslogan.gif) no-repeat;
	position: absolute;
	top: 10px;
	height: 150px;
	width: 600px;
}

#topnav a, #main a, #footer a{
	color: #4a9701;
}

#topnav{
	height: 150px;
	background-repeat: repeat-x;
	background-image: url(/img/top_nav_bg.gif);
}

#nav {
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
	border: none;
	padding: 0;
}

#main{
	border: none;
}

#footer {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	border: none;
	background-image: url(/img/footer_bg.gif);
	padding: 5px;
}

#extended {
	display: none;
	background-color: #eee;
	border-top-color: #cccccc;
}

.hlist{
	background-color: #fff;
	border: solid 1px #999;
	padding: 5px;
	-moz-border-radius: 5px;
}

.hlist ul li{
	width: auto;
	_width: 100px;
	float: right;
}

.hlist ul li a {
	height: 20px;
	font-size: 13px;
	color: #0062c3;
	line-height: 20px;
	white-space: nowrap;
	padding-right: 10px;
	border-right: none;
	border-left: solid 1px #999;
}

.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active {
	background: transparent;
	color: #000;
}

.hlist ul li.active strong {
	background: transparent;
	color: #000;
}

.hlist ul li a span {
	color: #bbb;
}

.hlist ul li strong span {
	color: #bbb;
}

div.submit{
	text-align: center;
	margin-top: 10px;
}

table{
	width: 100%;
	border: none;
}

form tbody th, form tbody td{
	width: 50%;
	background-color: transparent;
	border: none;
}

form tbody th{
	vertical-align: top;
	font-weight: normal;
	text-align: right;
}

form tbody tr:hover td {
	background-color: transparent;
}

h2{
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0062c3;
	margin-bottom: 10px;
}

h4{
	color: #999;
	font-weight: bold;
	font-size: medium;
	border: none;
	margin-bottom: 10px;
}

h5{
	font-size: 14px;
	color: #222;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h6{
	font-size: 14px;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #222;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.info{
	background-image: url(/img/info-top-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0;
}

.info h4{
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0062c3;
}

.info .col1{
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/img/info-top-right.gif);
}

.info .col2{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/img/info_footer.gif);
}

.info .content{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/img/info_footer_right.gif);
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.note{
	background-color: transparent;
	border: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/img/note_bg.gif);
}

.note .content{
	border-left: solid 8px #EEE;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 11px;
	color: #000;
}

.note h4{
	color: #999;
	font-weight: bold;
	font-size: medium;
	border: none;
	margin-bottom: 10px;
}

#extended h4{
	border: none;
}

/* @end */

/* @group MY STYLES */


#loginbox2{
	float: right;
	background-color: #fff;
	border: 1px solid #004690;
	width: 350px;
	-moz-border-radius: 8px;
}

#loginbox2 #title{
	color: #fff;
	text-align: center;
	background-color: #004690;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


.loginbox{
	background-image: url(/img/info-top-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0;
}

.loginbox .col1{
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/img/info-top-right.gif);
}

.loginbox .col2{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/img/info_footer.gif);
}

.loginbox .center{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/img/info_footer_right.gif);
	padding: 10px;
	padding-bottom: 30px;
	padding-top: 10px;
}
/* @end */