﻿html, body
{
	height: 100%;
}

a
{
	color: royalblue;
	font-weight: bold;
}

.loading
{
	font-family: Tahoma, Verdana, Arial;
	text-align: center; 
	width: 100%;
	font-weight: bold;
	font-size: large;
}

.loginbody
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.button
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	border-right: #8997a1 1px solid;
	border-left: #e0ecf6 1px solid;
	border-top: #e0ecf6 1px solid;
	border-bottom: #8997a1 1px solid;
}
.text
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
}
.title
{
	font-family: Tahoma, Verdana, Arial;
	color: #ffffff;
	font-size: 18px;
	text-decoration: underline;
}
body
{
	font-family: Tahoma, Verdana, Arial;
	margin: 0px 0px 0 0px;
	padding: 0;
	background: #FFFFFF;
}
#contentholder
{
	margin: 0px 0px 0px 220px; /* for left menu*/
}
#level2
{
	background: #FFFFFF;
	position: relative;
	width: inherit;
}
#lftBar
{
	width: 200px;
	float: left; /* bug0r*/ /*clear: left;		/* bug0r*/
	margin: 0px;
	padding-bottom: 50px;
	height: 100%;
	background-color: #f3f3f3; /*border: 1px solid #ff0000;	/* bug0r*/
}

#loginBar
{
	position: absolute;
}

#banner_header
{
	border-width: 0px;
	width: 100%;
}

.banner_image
{
	display: none;
	border-width: 0px;
	height: 90px;
	width: 473px;
	background-repeat: no-repeat;
}

.banner_filler_outer
{
	border-width: 0px;
	height: 90px;
	width: 100%;
	background-image: url(images/truck1-bg.jpg);
	background-repeat: repeat-x;
}

.banner_filler_inner
{
	border-width: 0px;
	padding-right: 10px;
	padding-top: 45px;
	text-align: right;
	color: white;
}
.banner_white_block
{
	color: white;
}

#lftBar
{
	left: 0px;
	top: 120px;
	text-align: center;
}

#calendarBlock
{
	background-color: #E7FFE2;
}

.dvSearch
{
	padding-top: 9px;
	font-weight: bold;
	position: absolute;
	font-size: 11px;
	display:none;
	background-image: url(../../Driver/Images/search-background.gif);
	text-align: center;
	width: 120px;
	height: 45px;
	vertical-align: middle;
}

.passSuccess
{
	color: Green;
}
