html,body
{
	background-color: #F3F3F3;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 13px/1.4 arial, helvetica, sans-serif;
}

.clear{
	clear: both
}


#header1 a:link,
#header1 a:visited,
#header1 a:hover{
	display: block;
	height: 35px;
	width: 146px
}

#header2 li a:link,
#header2 li a:visited{
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none
}

#header2 li a:hover,
#header2 li a:active,
#header2 li a:link.on,
#header2 li a:visited.on{
	color: #FC0
}

div#main
{
	position: relative;
	background: #FFF;
	width: 920px;
	height: 100%;
	border-right: 1px solid #D9D9D9
}

#header1{
	height: 75px;
	background: #FC0;
	padding: 0 15px;
	padding-top: 30px;
}

#header2{
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-color: #C00;
	height: 25px;
}

.nav{
	margin: 0;
	padding: 0;
	list-style: none
}

.nav li{
	float: left;
	margin: 0 15px;
	padding: 4px 7px
}

#content{
	padding: 15px;
}

#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #FFCC00
}

#footerleftimage{
	float: left;
	margin-top: 14px;
	margin-left: 10px;
	height: 14px;
	width: 125px;
}

#footerrightlabel{
	float: right;
	margin-right: 10px;
	line-height: 45px;
	font-size: 10px
}


div#contenttextbox
{
	background-color: White;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#errormsg
{
	padding-top: 10px;
}

.textbox
{
	width: 300px;
}
.label1
{
	background-color: White;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

.label2
{
	background-color: White;
	font-family: Arial;
	font-size: xx-small;
}

.trackbtn
{
	background-color: White;
}

.error
{
	background-color: White;
	font-family: Arial;
	font-size: small;
	color: Red;
	
}

.boldmessage
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.message
{
	font-size: 10px;
}

.detail-item-label
{
	background-color: #eeeeee;
	font-size: 10;
	padding: 0px 5px 0px 5px;
}

.detail-item
{
	font-size: 10;
	padding: 0px 5px 0px 5px;
}

.highlighted
{
	color: #660000;
}

.grid
{
	width: 100%;
	border-color: White;
	border-width: 0px;
}

.grid td
{
	border-top: solid 0px #333333;
	border-left: solid 0px #fffff;
	border-right: solid 0px #fffff;
	border-bottom: solid 0px #333333;
	padding: 5px 5px 5px 5px;
}

.grid-header a /* DataGrid Header Links */
{
	font-weight: bold;
	font-size: 12px;
}

.grid-header td
{
	background-color: #CC0000;
	color: #ffffff;
	font-size: 12px;
}

.grid-item td
{
	background-color: #ffffff;
	border-bottom: solid 1px #bbbbbb;
	font-size: 10px;
}

.divider
{
	background-color: #bbb;
}