/* RESOURCES CSS FILE */

/* Scroll Bars */
body {scrollbar-face-color: #161616; scrollbar-highlight-color: #161616; scrollbar-3dlight-color: #161616; scrollbar-darkshadow-color: #161616; scrollbar-shadow-color: #161616; scrollbar-arrow-color: #454545; scrollbar-track-color: #454545;}

/* Table Properties */
#res_wrapper {width:800px; height:165px;}
#res_wrapper a:link, #res_wrapper a:visited {text-decoration:none;}
#res_wrapper #features, #res_wrapper #videos, #res_wrapper #news, #res_wrapper #athletes {width:196px; margin:10px 4px 0 0; float:left; border-bottom:#393939 solid 1px; position:relative;}

/* Table Updated Icon */
#res_wrapper #features img.updated, #res_wrapper #videos img.updated, #res_wrapper #news img.updated, #res_wrapper #athletes img.updated {position:absolute; top:7px;}
#res_wrapper #features img.updated {left:68px;}
#res_wrapper #videos img.updated {left:54px;}
#res_wrapper #news img.updated {left:87px;}
#res_wrapper #athletes img.updated {left:67px;}
	
/* Table Headers */
#hdr_news a, #hdr_features a, #hdr_videos a, #hdr_athletes a {width:196px; height:28px; display:block; text-indent:-9999px;}
	
#hdr_features a {background:url(/resources/images/HDR_resource_headers.gif) 0 0;}
#hdr_features a:hover {background:url(/resources/images/HDR_resource_headers.gif) 0 -28px;}

#hdr_videos a {background:url(/resources/images/HDR_resource_headers.gif) -198px 0;}
#hdr_videos a:hover {background:url(/resources/images/HDR_resource_headers.gif) -198px -28px;}

#hdr_news a {background:url(/resources/images/HDR_resource_headers.gif) -398px 0;}
#hdr_news a:hover {background:url(/resources/images/HDR_resource_headers.gif) -398px -28px;}	

#hdr_athletes a {background:url(/resources/images/HDR_resource_headers.gif) -596px 0;}
#hdr_athletes a:hover {background:url(/resources/images/HDR_resource_headers.gif) -596px -28px;}		

/* List Properties */		
ul.res_list {margin:0;padding:0; height:120px; width:196px; overflow:hidden; background:url(/resources/images/ART_HDR_BKG.jpg) top repeat-x #111111;}
ul.res_list li {height:39px; overflow:hidden; position:relative; list-style:none; border-top:#454545 solid 1px; border-right:#393939 solid 1px; border-left:#393939 solid 1px;}
ul.res_list a:link, ul.res_list a:visited {padding:5px; font-size:10px;	font-weight:normal;	display:block; height:29px;}
ul.res_list a:hover {background-color:#141414; color:#FFFFFF; cursor:pointer;}	
ul.res_list img {float:left; margin-right:6px; border:#393939 1px solid; width:28px; height:25px;}
ul.res_list img.new_icon {width:29px; height:9px; top:3px; right:-3px; border:none;}
	
