/* by Maniac Monkey Media - www.maniacmonkeymedia.com */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
}

A.nav:link, A.nav:visited, A.nav:active {
	font-weight				: bold;
	text-decoration			: none;
	color					: #000000;
}
A.nav:hover {
	text-decoration			: underline;
	color					: #6699CC;
}
TR.mOut {
	background-color		: #12120c;
	text-decoration			: none;
}
TR.mView {
	background-color		: #0e6e93; 
/*	background-color		: #98FB98;0e6e93 */
	text-decoration			: none;
}
TR.mOver {
	background-color		: #444;
	text-decoration			: underline;
	cursor					: hand;
}

TD.listHeader {
	background-color		: #ddd;
	font-weight				: normal;
	color					: #000011;
	text-align				: center;
	padding					: 1px 5px 1px 5px;
	height					: 20px;			
	border-color			: #ff0000;
	border-style			: solid;
	border-width			: 0px 1px 1px 0px;
}

TR.list {
	background-color		: #12120c;
}

TD.listDetailLeft {
	font-weight				: normal;
	color					: #fff;
	text-align				: left;
	padding					: 0px 10px 0px 10px;
	margin					: 0px 10px 0px 10px;
	border-color			: #ddd;
	border-style			: dotted;
	border-width			: 0px 0px 1px 0px;
}
TD.listDetailCenter {
	font-weight				: normal;
	color					: #fff;
	text-align				: center;
	padding					: 0px 10px 0px 10px;
	margin					: 0px 10px 0px 10px;
	border-color			: #ddd;
	border-style			: dotted;
	border-width			: 0px 0px 1px 0px;
}
TD.listDetailPic {
	font-weight				: normal;
	color					: #fff;
	text-align				: center;
	padding					: 3px 2px 3px 2px;
	margin					: 0px 2px 0px 2px;
	border-color			: #ddd;
	border-style			: dotted;
	border-width			: 0px 0px 0px 0px;
}
IMG.vehicle {
	border-style			: none;
	padding					: 0px 0px 0px 0px;
	display					: inline;
}

.detail {
	font-weight				: normal;
	color					: #fff;
	padding					: 0px 0px 0px 10px;
}	
.dLabel {
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.dItem {
	font-weight: normal;
	color: #fff;
	text-align: left;
}

Button.fbutton {
	width: 66px;
	margin: 10px 0 10px 0;
	background-color: #fff;
	cursor: hand;
}

