body
{
	font-size: x-small;
	color: navy;
	font-family: Tahoma;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: auto;
	padding-top: 0px;
	font-size: 8pt;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}

.BodyText
{
	padding-top: 5px;
	padding-left: 5px;
}

.BodyText div
{
	padding-bottom: 5px;
}

.Label
{
	font-size: 9pt;
	font-weight:bold;
	color: #35865c;
	font-family: Verdana;
}

.TextBox
{
	font-size: 10pt;
	color: #35865c;
	font-family: Verdana;
    margin-top: 1px;
}

.Label .TextBox
{
	font-size: 10pt;
	font-weight:lighter;
	color: #35865c;
	font-family: Verdana;
}

.SelectedLabel
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: teal;	
}

.SelectedTextBox
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: teal;	
}

.MainPageTitle
{
	font-size: 16pt;
	color: #35865c;
	font-family: Verdana;
	font-weight:bolder;
}

.PageTitle
{
	font-size: 10pt;
	color: #35865c;
	font-family: Verdana;
}

.LaneDetails
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: teal;
}

.Error
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
}

DIV#LoginBox
{
	margin-top: 100px;
	margin-left: 175px;
}

DIV.SearchBox
{
	background-color: #f0f8ff;
	z-index:100;
}

.Hidden
{
	visibility: hidden;
	display: inline;
	width: 0px;
	overflow:hidden;
}
.green {
	font-size: 13pt;
	font-weight: bold;
	color: #0D743D;
}
a.foot:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
a.foot:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
a.foot:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00835f;
}