@import url(base.css);

/* Main mast logo. Background images for hover effect */
#mast h1 a:link, #mast h1 a:visited, #mast h1 a:hover, #mast h1 a:active {
	background: url(css_img/logo.gif) no-repeat 0px 0px;}

/* tabs and a-z */
#mast #main_tabs #azbar { background: #f60 url(css_img/orange_az.gif) repeat-x left bottom;}
#main_tabs ul#tabs li#current img {border-bottom: 1px solid #f60;}
#main_tabs ul#tabs li#current.tab4 a:hover img { background: url(css_img/tab4.gif) no-repeat 0 0;}


#mast #main_tabs #azbar li.letter {color: #333;}

#column_nav ul li a:hover, #column_nav ul li a:active {color: #f60;} 

/* calendar */
#main .today, #main #calendar td.today a, #main #calendar td.today a:link, #main #calendar td.today a:visited {
color: #fff;
font-weight: bold;
background: #f60;
text-decoration:none;
}