
#buslistheader {
	color:#fff;
	background:#000;
	width:725px;
	border:2px solid #000;
	text-align:left;
}

#buslistheader td {
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

#buslistheader td a:link, #buslistheader td a:visited {
	color:#fff;
	text-decoration:none;
}

#buslistheader td a:hover, #buslistheader td a:hover {
	color:#ffcc66;
	text-decoration:none;
}

#buslistheader .currsort a:link, #buslistheader .currsort a:visited {
	color:#ff8;
	text-decoration:none;
}

#buslistheader .currsort a:hover, #buslistheader .currsort a:hover {
	color:#ff8;
	text-decoration:none;
}



#buslistitems {
	color:#000;
	background:#000;
	width:725px;
	height:100px;
	overflow:auto;
	border:2px solid #000;
	cursor: pointer;
	cursor: hand;
	text-align:left;
}

#buslistitems td {
	font-size:12px;
	font-weight:normal;
	text-align:left;
}


.initial { background-color: #DDDDDD; color:#000000 }
.normal { background-color: #eee }
.normalAlt { background-color: #ddd }
.highlight { background-color: #ffcc66 }
.selected { background-color: #ffff88 }


#busdetails {
	margin:25px 0px 0px 0px;	
	width:725px;
	text-align:left;
}

.fieldHeader {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.fieldName {
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	color:#000;
}

.fieldData {
	font-size:14px;
	line-height:16px;
	color:#000;
}

.busNav {
	font-size:11px;
}