﻿html
{
	padding:0;
	margin:0;
	height:100%	
}

body
{
	background-color: #175080;
	
	padding:0;
	margin:0;
	font-family:Arial; 
	height:100%	;
	font-size:12px;
	
}

img
{
	border:0;	
	margin:0;
	padding:0;
}

#header
{
	background-color: white;
	margin:0;
	padding:0;
	vertical-align:top;
	height:72px;
	background-image: url('../Images/TopBanner.jpg');
	background-repeat:no-repeat;
}

#navigation
{
	padding-right:10px;
	vertical-align:top;
	width:260px;
	float:left;
	margin-bottom:100px;
}

#leftMenu
{
	width:260px;
	white-space:nowrap;
	height:100%;
	background-color:#8EA8BD;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#leftMenu li
{
	text-align:left;
	border-bottom: white 1px solid;
	background-color: #6B89A4;	
}

#leftMenu a
{
	background-image: url('../Images/Bullet.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding: 6px;
	padding-left: 20px;
	background-color:#8EA8BD;
	display: block;
	text-decoration:none;
	color:White;
	font-size:14px;
	width:234px;
}

#leftMenu a:hover
{
	background-color: #175080;	
	background-image: none;
}


#selectedleftMenu a
{
	background-image: none;
	background-color: #175080;	
}

#pageHeader
{
	background-color:#555555;
	border: solid 1px white;
	padding:5px;
	border-top: none;	
	color:White;
	margin-left:9px;
	font-size:20px;
	text-align:left;
	padding-left:15px;
}


#pageHeader #userInfo
{
	font-size:14px;
	text-align:right;
	padding-right:15px;
	color:#CDCDCD;
	float:right;
	margin-top:3px;
}

#pageHeader #userInfo a
{
	text-decoration:none;
	color:White;
}

#content
{
	background-image: url('../Images/contentLine.jpg');
	background-repeat:repeat-y;
	background-color: white;
	vertical-align:top;
	text-align: center;
	margin-left:260px;
}

#contentDiv
{
	vertical-align:top;
	text-align: left;
	border-left:solid 8px white;
	border-right:solid 8px white;
	background-color:White;
	overflow:scroll;
	min-height:430px;
}

#footer
{
	background-color:#EAEAEA;
	font-size:12px;
	text-align:center;
	padding:5px;
	clear:right;
	margin-left:10px;
}

#footer a:visited,#footer a
{
 	color:#0066cc;
}

#container
{
	width: 90%;
	background-color: #6B89A4;
	border: solid 1px white;
	border-bottom: 0px;
	text-align:left;
	padding:0;
	margin:0 auto; 
}


#content td
{
	white-space: nowrap;
}


input.Button{
	color:#333;
	border:1px solid;
	font-weight:bold;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#6B89A4;
	background-image: linear-gradient(top, #ffffff, #6B89A4);
	background-image: -o-linear-gradient(top, #ffffff, #6B89A4);
	background-image: -moz-linear-gradient(top,#ffffff,#6B89A4);
	background-image: -webkit-linear-gradient(top, #ffffff, #6B89A4);
	background-image: -ms-linear-gradient(top, #ffffff, #6B89A4);
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#6B89A4ff');
}
input.Button[disabled]
{
	color:Gray;	
}
		
input.ButtonHover{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}

.rightBorder
{
	border-right: solid 1px black;
}

.altRows
{
	border-collapse:collapse;
	width:99%;
	color:#333333;
}

.altRows th
{
	text-align:left;
}


.datarow, .altDatarow
{
	background-color:#f4f3f0;
	color:#333333;
	text-align:left;
}

.altDatarow
{
	background-color:White;
	color:#284775;
}

.dataHeader th,.dataHeader td, .dataHeader th>a
{
	background-color:#5D8B9D;
	color:White;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 4px white;
	padding: 4px 4px 4px 4px;
}

.datarow td , .altDatarow  td, .datarowSelected td
{
	padding:3px;
}

.altRows input[type=text], .altRows input[type=password]
{
	width:80%;
}