* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBDBDC;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#topBar {
	background-color: #8D8D8D;
	line-height: 25px;
	padding: 0 10px;
	width: 974px;
}

#topBar a {
	color: white;
}

#topBar p a {
	font-size: 9px;
	margin: 0 5px;
}

#topBar img{
	position: relative;
	top: 3px;
}

#content {
	padding: 20px 0 20px 10px;
	width: 984px;
}

#content p {
	margin: 10px 0;
}

#rectangle {
	width: 300px;
	height: 250px;
	background-color: black;
	float: right;
	margin: -10px 0 20px 40px;
}

h1 {
	font-size: 18px;
	display: inline;
	margin-left: 10px;
}

hr {
	margin: 20px 0;
}

.car {
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
	width: 68px;
	position: relative;	
	overflow: hidden;
}

div.car div{
	
}


div.car.monthBegin{	
	}



div.car.monthEnd{
	
}


.carsList{	
	width: 660px;
	padding: 0;
	margin: 0;		
}

.carsList .car {
	float: left;
	margin-right: 3px;
	position: relative;	
	height: 60px;		
	width: 61px;		
}

.carsList .car div{
	position: absolute;	
	top: 0;
	left: 0;
}

.carsList .car div div.typeImage{
	position: static;	
	height: 22px;	
}


table {
	border-spacing: 0;
	position: relative;	
}

#head {
	border-top: 1px solid white;	
}

#list {
	height: 450px;
	overflow-y: scroll;
	background-color: #EDEFEF;
	position: relative;
}

th {
	width: 68px;
	font-weight: normal;
	font-size: 9px;
	border-right: 1px solid #DBDBDC;
	padding: 2px 0;
}

tr th.logo,
tr th:first-child{
	width: 134px;
}

tr th.spacer {
	width: 20px;
}

tr td:first-child,tr td.logo {
	width: 134px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	verticle-align: middle;
}

tr td:first-child img {
	margin-top: 5px;
}

td {
	background-color: #EDEFEF;
	border-right: 1px solid #DBDBDC;
	border-bottom: 1px solid #333333;
	width: 68px;
	padding: 5px 0;	
	verticle-align: center;
}

td a{
	color: #000;
}

th {
	background-color: #C7C8C9;
}

