/* Global Styles*/
* {
  margin: 0;
  padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;		
}
h1, h2, p {
  margin: 1em 0;
}

/* for users.htm table -- vzm */
.oddrow, .oddeven {
	height: 1.4em;
}

/* for users.htm table -- vzm */
.oddrow a, 
.evenrow a {
	text-decoration: none;
}

/* for users.htm table -- vzm */
.oddrow {
	background-color:#eeeeff;
}

/* for users.htm table -- vzm */
.evenrow { 

}

.heading1{
font-style:italic;
font-size:20px;
}

.heading2{
font-size:24px;
font-weight:bold;
margin-top:10px;
margin-left:10px;
}

.normalText{
font-size:8pt;
font-family:Verdana;
}

.userDetails1{
font-size:16px;
font-weight:bold;
}

.userImage {
	float: right;
}

.markerButton {
	visibility:hidden;
	cursor:pointer;
	z-index:1000;
	position:relative;
/*	position: absolute; --intentinally removed so markers move relative to map div. --vzm 12/11/09 */
}

.viewDetail {
	text-decoration: 
}

.driverComments{
	width: 570px;
	font-size: 16px;	
}

.driverSubDetail{
	padding: 5px 0px;
}

.viewDetail {
	font-size:14px;	
	text-decoration: none;
}

.text_box_search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;	
	height: 22px;
	width: 165px;
	margin-top:15px;
	border: 1px solid #4f81bd;
	background-color: #FFFFFF;	
}

.text_area{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;	
	width: 165px;
	margin-top:15px;
	border: 1px solid #4f81bd;
	background-color: #FFFFFF;	
}

.select_box{
	margin-top:15px;
	width:165px;
	font-size:8pt;
}

.check_box_top{
	margin-top:15px;
}
.alert_messages{
	font-size:8pt;
	font-family:Verdana;
	text-align: center;
	color: #FF0055;
}

span.selected a{
	background-color: black;
	color: white;	
}

a.forgot-pass {
	font-size: 12px;
}

