/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
#latest-result {
line-height:12px;
padding:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; }

.latest-result-table { }
.latest-result-row { }
.latest-result-row td { }

#coming-up {
line-height:11px;
padding:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; }

#team-news-container a { color:#000000; text-decoration:none; font-weight:bold; }

#team-news-container {
margin:0px;
padding:0px; 
width:290px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:9px;
border:1px solid #D6D6D6; 
background-color:#F6F6F6;
background-image:url(/athletics/images_v3/framework/pebbly-texture-falcon.jpg);
background-repeat:no-repeat;
height:65px;
overflow: hidden;
margin-top:-4px;
}

ul.team-news-tabs{
padding: 0;
margin:0;
width: 290px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
list-style-type: none;
text-align:right;
padding-top:0px;
margin-top:0px;
}

/* latest result */

.team-news-tabs li.latest-result {
padding:0;
margin:0;
display:inline;
margin-right:-4px;
}
.team-news-tabs li.latest-result a{
background-image:url(/athletics/images_v3/framework/latest-result-back-fade.jpg);
background-position:top;
background-repeat:no-repeat;
text-decoration:none;
font-size:18px;
padding-top:0px;
margin-top:0px;
}
.team-news-tabs li.latest-result a:hover{
background-image:url(/athletics/images_v3/framework/latest-result-back.jpg);
}
.team-news-tabs li.latest-result a.selected{ /*selected main tab style */
background-image:url(/athletics/images_v3/framework/latest-result-back.jpg);
}




/* coming up */

.team-news-tabs li.coming-up {
padding:0;
margin:0;
display:inline;
margin-right:-2px;
}
.team-news-tabs li.coming-up a{
background-image:url(/athletics/images_v3/framework/coming-up-fade.jpg);
background-position:top;
background-repeat:no-repeat;
text-decoration:none;
font-size:18px;
padding-top:0px;
margin-top:0px;
}
.team-news-tabs li.coming-up a:hover{
background-image:url(/athletics/images_v3/framework/coming-up.jpg);
}
.team-news-tabs li.coming-up a.selected{ /*selected main tab style */
background-image:url(/athletics/images_v3/framework/coming-up.jpg);
}
