/* CSS Document */

/********** a-z.css override ***************/
	
#header a {color:white;text-align:left}	

.az a{
	height:auto;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	/*background-color:#5F8EA2;*/
	display:block;	
	padding:0px;
	/*text-align:center;*/
	line-height:normal;
}

/***********************/

table.az {margin-top:3px; height:auto;}
table.az tr td.last a {width:95%; border-right:none}

table.az td a, table.az td a:hover {
	color:black; 
	/*font-size:86%; */
	padding: 0;
	background-color:#ccc;		
	border-right:1px solid white;
	}
table.az td a.selected{
	margin-top:0px;
	background-color:#f1f1f1;
	color:black;
	font-weight:bold;
	}
table.az td a:hover {
	color:black;
	background-color:#f1f1f1;
	}
table.az td a.selected:hover {
	color:#999; 
	background-color:#;
	}
table.az td.selected {
	color:black; 
	background:#
	}

table.az tr td a.ten {padding:10px 0 10px 0}
table.az#routes tr td a {padding:6px 0 6px 0}
table.az tr td a.two {padding:3px 0 3px 5px}

table.az tr td#hilite {background:#E38A4F; color:white; font-weight:bold}
table.az tr td#hilite a.two {background:#E38A4F;color:white; font-weight:bold;}
