#trailerfinder { width: 700px; text-align: right;}

#trailerfinder table {
	margin: 0;
	padding: 0;
	border: 1px solid #2e6ca6;
	background: #ffffff url(images/trailerfinder/bgTable.gif) repeat-x bottom;
	width: 100%;
	height: 34px;
	margin-top: 5px;
}

#trailerfinder td A {
	display: block;
	text-align: center;
	height: 34px;
	width: 100%;
}
#trailerfinder A.available, #trailerfinder A.selected, #trailerfinder A.disabled {
	border-left: 1px solid #000000;
	font: 18px/34px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
}

#trailerfinder A.selected {
	font-weight: bold; color: #d52a00; 
	background: #ffffff url(images/trailerfinder/bgSelected.gif) repeat-x bottom;
}

#trailerfinder A.disabled {
	font-style: italic; 
	color: #cccccc; 
}

#trailerfinder td A:hover {
	text-decoration: none;
	background: #ffffff url(images/trailerfinder/bgRollover.gif) repeat-x bottom;
}
#trailerfinder td A.selected:hover {
	color: #d52a00;
}
#trailerfinder td A.available:hover {
	color: #000000;
}

#trailerfinder A.small {
	font-size: 14px;
    font-weight: bold;
	line-height: 34px;
}

#trailerfinder td.blank {
	border-left: 1px solid #000000;
	background-color: #ffffff;
}

