﻿/**************************************************/
#driver
{
	width: 100%;
}

#driver thead td
{
	font-weight:bold;
	color:#000066;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#driver thead td img
{
	margin: 0 5 0 0;
	vertical-align:middle
}

#driver tbody th
{
	width:100%;
}

/**************************************************/
#drivermaincontent thead td
{
	background-color:#69C;
	font-size:70%;
	font-weight:bold;
	color:#FFF;
	padding:3;
}

#drivermaincontent tbody
{
	width:100%;
	background-color:#F2F2F2;
	vertical-align:top;
	color:#555;
}

#drivermaincontent
{
	width:100%;
}

#drivermaincontent td
{
	font-size:11px;
	padding:5 5 6 5;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}

#driver_white td
{
	background-color:#FFF;
	border-bottom:1px solid #F2F2F2 !important;
}

#drivermaincontent a
{
	font-weight:bold;
}

