@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: #063 url(css_img/azBG.gif) repeat-x left bottom;}
#main_tabs ul#tabs li#current img {border-bottom: 1px solid #063;}
#main_tabs ul#tabs li#current.tab1 a:hover img { background: url(css_img/tab1.gif) no-repeat 0 0;}

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

/* 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: #063;
text-decoration:none;
}