
/* ******************************************* */
/* **************** TABLE ******************** */
/* ******************************************* */

table {
	/*border-spacing:1px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*background-color:#E7E7E7;*/
	color: #666666;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

caption {
	font-weight: bold;
	background: #50ADEA;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
}

/* **************** THEAD ******************** */

thead th {
	text-align: left;
	background: #F5F5F5 url(../images/bg_th.gif) repeat-x;
	color: #666666;
	padding: 10px 5px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

thead th a{
color:#666666;
text-decoration:none;
border-bottom:1px dotted #666666;
}

thead th a:hover{
color:#EB232C;
text-decoration:none;
border-bottom:1px dotted #EB232C;
}


/* **************** TBODY ******************** */
tbody th {
	font-weight: bold;
}
tbody tr {
	text-align:left;
	}
tbody tr td {
	vertical-align: top;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	}
	
tbody tr.odd 	{
	/*background: #f9f9f9;*/
	
}


tbody tr.owncar 	{
	background-color: #FEF9EE;
	
}


tbody tr.myvehiclefavorites
{
	background-color: #e6f0f8;
	
}




/* **************** TABLE LINKS ******************** */


tbody th a:link, tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}


table td a:link, table td a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

table td a:hover {
	color: #EC2F38;
	text-decoration: none;
}

.tabletitle{}

.tabletitle a{
	color: #666666;
	border-bottom:1px dotted #666666;
	text-decoration: none;}

.tabletitle a:hover{
	color: #EC2F38;
	border-bottom:1px dotted #ED3B43;
	text-decoration: none;}


/* **************** TFOOT ******************** */

tfoot th, tfoot td {
	background-color:#E7E7E7; 
	padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

/* **************** STUFF ******************** */

.tableimg{
	float: left;
	/* margin-right: 10px; */
	margin-bottom: 5px;
	border: 1px solid #E7E7E7;
	overflow: hidden;
	height: 50px;
	width: 65px;
}

.tablehoverimg{
/*	float: left; */
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #E7E7E7;
	overflow: hidden;
	height: 50px;
	width: 65px;
}


/* ******************************************* */
/* **************** TABLELESS **************** */
/* ******************************************* */
#tableless table  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}


#tableless td {
	padding: 2px;
}

#tableless  tr td {
	vertical-align: top;
	height:auto;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

table td a:link, table td a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

table td a:hover {
	color: #EC2F38;
	text-decoration: none;
}



/*scripting stuff*/
.selectedRow {
	/*background: #faf3e1;*/
	background: #f9f9f9;
	
}

