@import url(transitmodelindex.css);

span#sd_del,
span#sd_del a,
span#sd_del a:visited,
span#sd_del a:active
	{
	background-color: #FFFF66;
	color: #001F5E;
	font-weight: bold;
	text-decoration: none;
	}

/* Model Number Series Pages */

div.bus_number_series_pic
	{
	width: 50%;
	float: left;
	margin-bottom: .3em;
	}
div.bus_number_series
	{
	width: 50%;
	float: left;
	}
div.bus_number_series p.busNumberSeriesHeader
{
	margin-left: 4em;
	margin-bottom: 5pt;
}
table.bus_number_series
	{
	text-align: center;
	margin: 0 auto 1em;
	}
table.bus_number_series th
	{
	height: 2em;
	}
table.bus_number_series td
	{
	height: 1.6em;
	}
table.bus_number_series td.bus_number_series_link
	{
	font-weight: bold;
	}


/* New Stuff */

table.stats td.td1,
table.stats td.td2,
table.stats td.td3
	{
	font-size: 10pt;
	width: 200px;
	text-align: center;
	/*padding-right: 100px;*/
	/*border: 2px solid blue;*/
	}
	

/* MAIN RESULTS TABLES */

.thepics td.descrip,
.thepics_thumbs td.descrip
	{
	text-align: left;
	padding-left: 0.8em;
	}
.thepics_thumbs td
	{
	height: 76px;
	}

	
/* Calgary LRV delivery table */

#del_content
	{
	margin: 0 auto;
	width: 760px;
	}
#del_content p
	{
	line-height: 115%;
	}
#delivery
	{
	background: #1B3F7A;	
	border-collapse: collapse;
	font-size: 10pt;
	}
#delivery th
	{
	height: 40px;
	background: #DDDCD4;
	border: 2px solid #001F5E;
	font-weight: bold;
	text-transform: uppercase;
	color: #001F5E;
	}
#delivery td
	{
	border: 2px solid #000167;
	height: 26px;
	width: 130px;
	padding-left: 1em;
	}
	
	
