/* CSS Document */
html, body {
	scrollbar-base-color:#A9B2BC;
	scrollbar-arrow-color:#0D3159;
}
body {
	background-color: #0D3159;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../assets/theme/ezymetro_04.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px; 
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:red;
}
.bold {
	font-weight:bold;
}
#header {
	width: 780px;
	height: 211px;
	background: #0D3159 url(../assets/theme/header.jpg) no-repeat 0px 0px;
}
#headerlogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 339px;
	height: 99px;
}
#middlebackground {
	width: 780px;
	height: 489px;
	background-image:     url(../assets/theme/ezymetro_02.jpg);
	background-color: #0D3159;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer {
	height: 180px;
	width: 780px;
}
#footerbox {
	position: relative;
	left: 200px;
	top: 50px;
}
#footerbox p {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
#footerbox .p1 {
	color: #FFFFFF;
}
#footerbox .p2 {
	color: #FF0000;
}
#footerbox a:link, #footerbox a:visited {
	color:	#FFFFFF; 
	font-size: 10px;
	font-weight: normal !important;
	text-decoration: none;
}
#footerbox a:hover, #footerbox a:active {
	color:	red; 
	font-weight: normal !important;
	text-decoration: none;
}
#leftside {
	background-image: url("../assets/theme/ezymetro_06.jpg");
	vertical-align: top;
	height: 200px;
	padding-top: 20px;
}
#leftsidebox {
	width: 137px;
	vertical-align: top;
	color: #FFFFFF;
}
#contentbox {
	padding: 60px 20px 20px 20px;
	vertical-align:top;
}
#contentutilities {
	text-align:right;
	height:30px;
}
#forms {
	font-size:12px;
}
#forms td {
	color:#000000;
}
h4 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 11px; 
	color: #23598d; 
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #23598d;	text-decoration: underline;
	}
/* 	
ul {
	margin: 0px 0px 0px 0px;
	}
	
li {
	list-style: inside 3px;
	}
*/
hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}
.inputbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
	}
.onrow {
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offrow {
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
/* Left side main navigation menu styles */
#navcontainer
{
width: 100%;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #0A243F;
color: #FFFFFF;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #0A243F;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #4B7ABE;
border-right: 10px solid #0A243F;
background-color: #0A243F;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid red;
	border-right: 10px solid #0A243F;
	background-color: #0A243F;
	color: #fff;
	border-bottom: 1px solid red;
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3333;
	padding-bottom: 15px;
}
