﻿/* Accessibility CSS */

.skip {display: none; font-family: verdana, sans-serif; 
    text-align: left; margin: 0; padding: 0; position: absolute} /*All incl Opera*/
/* * html .skip {display: block} Seen by IE
:root .skip {display: block} Seen by Moz, FF and Safari */
.skip a {padding: 0 0.5em; display: inline; z-index: 2; text-decoration:none; position: absolute; width: 14em; left: -200em}
.skip a:focus, .skip a:active {position: absolute; left: 0.5em; border: solid #333 2px; color: #fff; background: #555}
.skip a:hover {cursor: default}

h1 {
margin:0;
padding:0;
display:none;
position:absolute;
top:0;
left:-2000px;
}


/* Overall Settings */

BODY 
{
    font-family: arial, sans-serif; 
    font-size:12px; 
	margin:0px;
	padding:0px;
	background-image:url('/images/page_bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#B1000A;
	color:#000;
}

label {padding-left:2px;line-height:14px}

#mainDiv 
{
    width:980px;
    margin-left:auto;
    margin-right:auto;
}

BODY, TD {
       font-family: arial, sans-serif; 
       font-size:12px; 
	   color:#000;	}

A, A:link, A:visited {
	font-family:verdana;
	font-weight:bold; 
	color:#08204a; 
	text-decoration:underline;
	font-size:10px;
    }
A:hover {color:#98131d}

.page_title h2 {
    color:#010D7D;
    font-family:arial,helvetica;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    margin-bottom:10px;
}

 .datepicker_inline DIV IMG {display:inline;}
 
.topnav_image {float:left;}

.topschool {
	color:#00C400;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	line-height:20px;
	}
	
.topschool_container {
	background-image:url('/images/topnav_green.gif');
	background-repeat:no-repeat;
	width:551px;
	height:20px;
}	

.topschool_items A IMG {float:left;}

#tdLeftNav {width:176px;background-color:#000}
.tdContent {background-image:url(/images/bg_body.gif)}
.rightnav {width:200px;float:left;background-color:#0D164D}

.contentDiv {width:604px;}
.contentDiv_container {width:604px;}

.contentDiv_container UL {list-style-type:disc;padding-left:1em;display:block;list-style-position: inside;}
.contentDiv_container OL {list-style-type:decimal;padding-left:1em;display:block;list-style-position: inside;}
.contentDiv_container UL LI DIV {display:inline;}


/* Footer Settings */
#footer {height:47px;background-image:url(/images/footer_stretch.gif);background-repeat:repeat-x;}
.footer {
	font-size:10px;
	color:#ffffff;
	padding-left:210px;
	font-weight:bold;
	padding-top:10px;
	}
a.footer:hover{
	color: #cfb53b;
}


 #divSidebars {width:200px;float:left}    
.sidebar_links {margin:0px;padding:0px;list-style-type:none;width:200px;margin-left:0px}
.sidebar_links LI {padding:0px;width:200px;height:26px;background-image: url(/images/rightnav_link.gif)}
.sidebar_links A, .sidebar_links A:visited {
	font-family:arial;
	font-size:10px;
    color: #fff;
 	text-decoration: none;
	padding-left:10px;
	font-weight:normal;
	width:190px;
	display:block;
	height:26px;
	line-height:26px;
 }
 
 .sidebar_links LI.sidebar_item_container_on {background-image: url(/images/rightnav_linkb.gif)}
 
 
 .sidebar_footer {}
 .sidebar_links A:hover {color:#fff}

 .sidebar_links_horizontal_container {width:100%;clear:both;background-color:#941825;}
 .sidebar_links_horizontal {width:100%;padding:5px 0px 5px 0px;}
 .sidebar_links_horizontal LI {display:inline;margin:5px 10px 5px 10px;}
 .sidebar_links_horizontal LI A {color:#fff;text-decoration:none;}
 .sidebar_links_horizontal LI A:hover {color:#fff;text-decoration:underline;}

/* Schedules List */

    .schedules_list_header {background-image:url(/images/rightnav_schoolsched.gif);width:200px;height:21px;}
    .schedules_list_container{margin:0px 0px;}
    .schedules_list_item {;background-image: url(/images/rightnav_link.gif);}
    .schedules_list_item A{	font-family:arial;
	font-size:10px;
    color: #fff;
 	text-decoration: none;
	padding-left:10px;
	font-weight:normal;
	width:190px;
	display:block;
	height:26px;
	text-transform:uppercase;
	line-height:26px}
    .schedules_list_item A:hover {color:#fff;text-decoration:underline}
    
    .schedules_list_item_container_on {background-image: url(/images/rightnav_linkb.gif);}
    .schedules_list_item_container_off {background-image: url(/images/rightnav_link.gif);}

    .schedules_winner {font-weight:bold;}

/* Print Settings */

    @media print 
    {
            .noprint {display:none;}
    }
.page_title {font-size:10pt;font-weight:bold;}


/* Defaults */

    .default_dgrd_header {background-color:#666666;color:#fff;}
    .default_dgrd TR TH {padding:4px;font-weight:bold;}
    .default_dgrd {width:100%;}
    .default_dgrd TR TD, .default_dgrd TR TH{padding:4px;}

    .default_dgrd_header A {text-decoration:none;color:#ffffff;font-weight:bold;text-transform:uppercase;}
    .default_dgrd_item TD {}
    .default_dgrd_alt TD {background-color:#eee;}	
    
    /*.standings_dgrd_header TH {background-color:#000000;text-align:center;border:0;padding:3px;}
    .standings_dgrd_item TD {background-color:#FFFFFF;text-align:center;}
    .standings_dgrd_alt TD {background-color:#E8E8E8;text-align:center;}
    
    .default_dgrd_item TD A {color:#000;text-decoration:none;}
    .default_dgrd_alt TD A {color:#000;text-decoration:none;}
    .default_dgrd_item TD A:hover {text-decoration:underline;}
    .default_dgrd_alt TD A:hover {text-decoration:underline;}*/

    .standings_notes_bottom {padding:20px 10px;display:block;}

    .standings_chooser {width:100%;background-image:url(/images/rightnav_standings_div.gif);text-align:right}
    .standings_chooser SELECT {font-size:10px;background-color:#444444;bordeR:0px;color:#fff;}
    .standings_chooser SELECT OPTION {font-size:9px;color:#fff;}
	.standings_chooser INPUT {font-size:9px}

    .standings_wrapper_header.short {background-image:url(/images/rightnav_standings.gif);width:200px;height:21px;}
    .standings_dgrd.short {margin-left:5px;width:190px;}
    .standings_title.short {margin:20px 5px 10px 20px;font-weight:bold;display:none;color:#fff;font-size:14px;}
    .standings_asof.short {padding-left:10px;font-size:10px;display:block;color:#03473A}
    
	
    .short TR.standings_division_title {font-weight:bold;color:#fff;font-size:11px;}
	 TR.standings_division_title {font-weight:bold;color:#000;font-size:11px;background-color:#ccc}
    .standings_notes_bottom_short {display:block;color:#fff;text-align:left;margin-bottom:10px;font-size:10px}
    .standings_footer {text-align:center;}
    .standings_footer A {color:#fff}
    
    
    .short TR.standings_dgrd_header {background-color:Transparent;text-align:center;border:0;padding:1px;}
    .short TR.standings_dgrd_header TH {font-weight:normal;background-color:Transparent;text-align:center;border:0;padding:1px;font-size:10px;}
    .short TR.standings_dgrd_item TD {background-color:Transparent;text-align:center;padding:2px 0px;font-size:10px;}
    .short TR.standings_dgrd_alt TD {background-color:Transparent;text-align:center;padding:2px 0px;font-size:10px;}
    .short TR TD.standings_dgrd_school {text-align:left;width:110px;}
    .short TR TH.standings_dgrd_header_school {text-align:left;}
    
    
    .short TR.default_dgrd_item TD A, .short TR.default_dgrd_alt TD A  {color:#fff;text-decoration:underline;font-weight:normal;}
    .short TR.default_dgrd_item TD, .short TR.default_dgrd_alt TD{color:#fff;}
    .short TR.default_dgrd_item TD A:hover {text-decoration:none;}
    .short TR.default_dgrd_alt TD A:hover {text-decoration:none;}    
    
    
	.ad_leftnav {margin-top:20px;}
	.ad_bottom { }


/* Rosters */
    
    .roster_pastrosters_ddl {font-size:8pt;}

/* Roster Grid */
    /* .roster_dgrd {width:100%;}
    .roster_dgrd TR TD {padding:4px;}
    .roster_dgrd_header TH {background-color:#000000;border:0;padding:3px;}
    .roster_dgrd_header A {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .roster_dgrd_item TD {background-color:#FFFFFF}
    .roster_dgrd_alt TD {background-color:#E8E8E8}*/
    
    .roster_team_photo_container {width:100%;margin-bottom:10px;}
    /* .roster_team_photo_container CENTER {text-align:left;} */

/* Staff Grid */

    /*.staff_dgrd {width:100%}
    .staff_dgrd TR TD {padding:4px;}
    .staff_dgrd_header {background-color:#000000;border:0;}
    .staff_dgrd_header A, .staff_dgrd_header TD  {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .staff_dgrd_item {background-color:#ffffff}
    .staff_dgrd_alt {background-color:#E8E8E8}
    */
    
    .staff_dgrd_category {font-weight:bold;background-color:#000000;color:#ffffff}

/* Coaches Grid */

    .coaches_dgrd {width:100%}
    .coaches_dgrd TR TD {padding:4px;}
    .coaches_dgrd_header {background-color:#000000;border:0;}
    .coaches_dgrd_header A, .staff_dgrd_header TD  {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .coaches_dgrd_item {background-color:#ffffff}
    .coaches_dgrd_alt {background-color:#E8E8E8}
    .coaches_dgrd_category {font-weight:bold;background-color:#000000;color:#ffffff}

    .roster_coaches_title {margin-top:10px;margin-bottom:10px;font-weight:bold;}

    .roster_coaches_dgrd {width:50%}
    .roster_coaches_dgrd TR TD {padding:4px;}
    .roster_coaches_dgrd_header {background-color:#000000;border:0;}
    .roster_coaches_dgrd_header A, .roster_coaches_dgrd_header TD  {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .roster_coaches_dgrd_item {background-color:#ffffff}
    .roster_coaches_dgrd_alt {background-color:#E8E8E8}
    .roster_coaches_dgrd_category {font-weight:bold;background-color:#000000;color:#ffffff}

/* Schedule Grid */
    /*.schedule_dgrd {width:100%;}
    .schedule_dgrd TR TD {padding:4px;}
    .schedule_dgrd_header {background-color:#000000;border:0;}
    .schedule_dgrd_header A, .schedule_dgrd_header TD {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .schedule_dgrd_item {background-color:#ffffff}
    .schedule_dgrd_item A {color:#000}
    .schedule_dgrd_alt {background-color:#E8E8E8}
    .schedule_dgrd_alt A {color:#000}*/
    
    .schedule_home {font-weight:bold}
    .schedule_neutral {font-style:italic}

	.schedule_key_neutral {margin:5px 0px;}
	.schedule_key_title {font-weight:bold;}
	.schedule_key  {margin:10px 0px;} 
	.schedule_neutral TD {font-style:italic}
	.schedule_neutral TD A {font-style:normal}
	
    .schedule_conference_denotation {width:20px;height:20px;background-color:#ff0000}
    .schedule_key_symbol {font-weight:bold}
    .schedule_key_box TR TH {font-weight:bold;}
    
    .schedule_tournament_title {background-color:#C3D0DF;color:#000;font-weight:bold;}
    .schedule_tournament_game TD  {background-color:#C3D0DF;color:#000}
    .schedule_tournament_game TD A {color:#000}
        
    
/* Poll */

    #divPoll {}
    .poll_header {background-image:url(/images/rightnav_poll.gif);width:200px;height:21px}
    .poll_container {}
    .poll_question {color:#ffffff;padding:10px 0px 10px 5px;margin-bottom:10px;}
    .poll_item TR TD {color:#ffffff;padding:5px 0px 5px 5px}
    .poll_item TR TD INPUT {display:block;float:left;width:15px;}
    .poll_item TR TD LABEL {display:block;float:left;width:160px;margin-left:5px}
    
    .poll_result_container {padding:10px;text-align:center;float:left;}
    .poll_title_result {font-weight:bold;background-color:#000000;padding:5px;color:#ffffff}
    .poll_image_result {margin-left:auto;margin-right:auto;}
    .poll_submit_button_container {width:90%;text-align:right;padding-right:10px;}
    
    .poll_results_previous_container {float:right;}
    .poll_results_previous_title {font-weight:bold;margin-bottom:10px}
    .previouspoll_dgrd {width:380px;}
    .previouspoll_dgrd TR TD {padding:4px;}
    .previouspoll_dgrd_header {background-color:#000000;border:0;}
    .previouspoll_dgrd_header A {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .previouspoll_dgrd_header TD {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .previouspoll_dgrd_item {background-color:#ffffff}
    .previouspoll_dgrd_alt {background-color:#E8E8E8}    
    
    .poll_answer {color:#fff;margin-bottom:5px;}
    .poll_answer_bar {height:4px;background-color:#fff;margin-bottom:10px;}
    .poll_view_full {color:#fff;font-weight:bold;text-decoration:none;}
    
    
/* Archive Grid */
   /* .archive_dgrd {width:100%;}
    .archive_dgrd TR TD {padding:4px;}
    .archive_dgrd_header {background-color:#000000;border:0;color:#ffffff;font-weight:bold;}
    .archive_dgrd_header A, .archive_dgrd_header TD {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .archive_dgrd_item {background-color:#ffffff}
    .archive_dgrd_alt {background-color:#E8E8E8}  */  
    
    

/* Media Objects */
    .media_object_image {text-align:center;width:auto}
    .media_object_image_left { float:left;margin-right:10px;}
    .media_object_caption {background-color:#fff;font-size:10px;font-style:italic;:center;padding:3px;}
    .media_object_rotator_controls {width:100%;text-align:right;margin-top:4px;}
    
/* Schedule Record Boxes (front and backend) */
    .record_header_text {font-weight:bold;padding:3px;}
    .record_table {width:440px;background-color:#e6e6e6;margin:10px;}
    .record_header TH {background-color:#c2c2c2;font-weight:bold;text-align:center;}
    .record_data TD {text-align:center;}    
    
/* SmartPlayerView Box */
    #smartBox {
        background-color:#fff;
        padding:5px;
        display:none;
        position:absolute;
        border:1px solid #000;
        width:250px;
        top:10px;
    }    
         
/* Stories */
    
    #divMoreHeadlines {width:385px;background-color:#021F3F;}
    .divMoreHeadline_sport_ddl {margin:5px;text-align:right;color:#C6CFDE;}
    .divMoreHeadline_sport_ddl SELECT {font-size:8pt;}
    .divMoreHeadline_container {background-repeat:repeat-x;background-color:#EDEDED;height:60px;padding-top:5px;padding-left:10px;background-image:url(/images/morestories_bg.gif);}
    .divMoreHeadline_container_hover {background-repeat:repeat-x;background-color:#EDEDED;height:60px;padding-top:5px;padding-left:10px;background-image:url(/images/morestories_bgb.gif);}
    .divMoreHeadline_link_container {}
    .divMoreHeadline_sport_container
        {
            color:#920403;
            font-weight:bold;
            text-transform:uppercase;
        }
    A.aMoreHeadline , A.aMoreHeadline:visited
    {
        color:#09204A;
        display:block;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        line-height:15px;
        text-decoration:none;
        text-transform:uppercase;
        display:block;}
    
    a.aMoreHeadline:hover {	
	    text-decoration:underline;
	}    
    .divMoreHeadline_separator{width:100%;height:2px;background-image:url(/images/body_more-divider.gif)}
    .divMoreHeadline_morebox {display:none;padding:5px;color:#C6CFDE;font-size:9px;width:90%}
    .divMoreHeadline_morebox a.aMoreHeadline {display:inline}
    
    .divMoreHeadline_archive_container {padding:10px;}
    .divMoreHeadline_archive_container A {text-transform:uppercase;color:#0C206C;text-decoration:none}
    
    
    A.topstory_headline, .topstory_headline,  A.topstory_headline:visited
    {
        color:#010D7D;
        font-family:arial,helvetica;
        font-size:16px;
        font-weight:bold;
        line-height:20px;
        text-decoration:none;
    }
    A.topstory_headline:hover {}
    
        
    .divTopStory_summary {color:#020E88;font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;font-size:12px;line-height:18px;}
    .divTopStory_sport_container{
        color:#4C536F;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        margin-bottom:5px;
        margin-top:10px;
    }
    .divTopStory_link_container{margin:0px 0px 0px 0px;}
    .divTopStory_Inner_container {margin-left:10px;}
    
    .divTopStory_container {margin-top:5px;background-color:#E0E0E0;background-image:url(/images/topstory_stretch.gif);background-repeat:repeat-x;width:600px;vertical-align:top;margin-left:3px;}
    .divTopStory_container .media_object_image_left {}
    
    .divTopStory_Rotate_ICS_Headlines {width:33.3333%;background-color:#333333}
    .divTopStory_Rotate_ICS_Headlines A {color:#ffffff;text-decoration:none}
    .divTopStory_Rotate_ICS_Headlines_selected {background-color:#cccccc}
    .divTopStory_Rotate_ICS_Headlines_selected A {color:#ff0000}
    
    .divTopStory_Rotate_CS_Headlines {width:100%;background-color:#333333}
    .divTopStory_Rotate_CS_Headlines A {color:#ffffff;text-decoration:none}
    .divTopStory_Rotate_CS_Headlines_selected {background-color:#cccccc}
    .divTopStory_Rotate_CS_Headlines_selected A {color:#ff0000}
    
    /* TV ROTATOR */
    .divTopStory_Rotate_TV_Headlines_Image {cursor:pointer}
    .divTopStory_Rotate_TV_Headlines {width:95px;float:left;}
    .divTopStory_Rotate_TV_Headlines A {color:#ffffff;text-decoration:none;}
    
    .divTopStory_Rotate_TV_Headlines IMG {border:1px solid #6486AC}
    .divTopStory_Rotate_TV_Headlines_selected {float:left}
    .divTopStory_Rotate_TV_Headlines_selected IMG {float:left;border:1px solid #ffffff}
    .divTopStory_Rotate_TV_Headlines_selected A {color:#ff0000;}   
    
    /* TV ROTATOR */
    .divTopStory_Rotate_ICS_Summary_container {display:none;}
    .divTopStory_Rotate_ICS_Headlines {float:left;}
    
    
    .highlights_story_overall {width:198px;float:left;margin-left:3px;}
    .highlights_title A {
    	text-transform:uppercase;
	    font-family:arial;
	    font-weight:bold;
	    font-size:12px;
	    text-decoration:none;
	    display:block;
	    margin-bottom:10px;
	}
    
/* RSS */    
    .rss_text_title {display:block;font-size:14px;margin-bottom:10px;margin-top:20px;color:#007000;font-weight:bold;}
    .rssitem_image {float:left;}
    .rssitem_image IMG {width:100px;}
    .rssitem_container {margin-left:0px;margin-top:10px;}
    .rssitem_headline {}
    .rssitem_date {
        font-family: arial; 
        font-weight:normal;
        font-size:11px;
        color:#034836;
        margin-top:10px;
    }
    
/* Factlet */

    .dyk_factlet_header {background-image:url(/images/rightnav_dyk.gif);width:315px;height:35px;}
    .dyk_factlet_wrapper {width:275px;padding:0px;margin-top:10px;}
    .dyk_factlet_type_title {margin-top:10px;font-weight:bold;font-size:12pt;color:#ffffff;display:none;}
    .dyk_factlet_title {margin-top:10px;font-weight:bold;color:#ffffff;display:none;}
    .dyk_factlet_description {margin-top:10px;color:#ffffff}
    .dyk_factlet_inner_wrapper {margin-left:20px;padding:5px;width:90%}
    
    .otd_factlet_wrapper {width:190px;border:1px solid #000000;padding:5px 5px 10px 5px}
    .otd_factlet_type_title {margin-top:10px;font-weight:bold;font-size:12pt;color:#FF8353}
    .otd_factlet_title {margin-top:10px;font-weight:bold;}
    .otd_factlet_description {margin-top:10px;}    
    
/* Navigation */
    
    .leftnav_closed {display:none;}
    .nav_sectionheader   {
        cursor:pointer;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        text-decoration:none;
        padding:0px 0px 0px 20px; 
        line-height:24px;	        
    }
    
    .nav_sectionheader A {
        color:#fff;
        text-decoration:none;
    }
    
    .nav_sectioncontent {width:150px;background-color:#e6e6e6;border-left:solid 1px #000000;border-right:solid 1px #000000;}
    
    .nav_item_container {width:176px;}
    .nav_item_container_off {background-image: url(/images/leftnav_link.gif);}
    .nav_item_container_on {background-image: url(/images/leftnav_linkb.gif);}
	
    A.nav_link, A.nav_link:visited
    {
        width:166px;
        height:23px;    
        font-size :10px;
        font-weight:normal;
        font-family:verdana;
        color: #fff;
        text-decoration: none;
        padding-left:10px;
        display:block;
        line-height:23px;  
        text-transform:uppercase;      
    }
    
   
    .nav_container_depth_2 A.nav_link,.nav_container_depth_2 A.nav_link:visited
    {
        font-size : 12px;
        font-weight:normal;
        font-family:arial;
        color: #BFBFBF;
        text-decoration: none;
        padding-left:30px;
        width:170px;
        display:block;    
        height:21px;   
    }    
    
   
    .nav_container_depth_2 .nav_item_container_off {background-image:none}
    .nav_container_depth_2 .nav_item_container_on {background-image:none}
        
    
    .nav_container_depth_3 A.nav_link {margin-left:30px;color:#ff0000}
    
/* Press Clips */
  
  .pressclip_header {width:310px;height:15px;background-image:url(/images/rightnav_topcap.gif);}
  .pressclip_source {font-style:italic;}
  .pressclip_item_container {padding:10px;}
  .pressclip_inner_wrapper {background-color:#D1C4A2;width:280px;padding:10px;margin:0px 5px;text-align:left;}
  .pressclip_full_link {padding:5px;margin:0px 5px;background-color:#D1C4A2;width:290px;text-align:center;text-transform:uppercase;padding-bottom:5px;}
  .pressclip_footer {width:310px;height:10px;background-image:url(/images/rightnav_bottomcap.gif);}

/* AOTW */

    .aow_header {}
    .aow_footer {}
    .aow_list_image {width:50px;float:left;margin-right:10px;}
    .aow_wrapper {margin:0px 10px;}
    
    .aow_list_item_container{margin:0px 5px;padding:5px 10px;}
    .aow_list_player A {color:#FFAE29}
    .aow_list_award {color:#fff;font-weight:bold;}
    
    .aow_image {width:100%;text-align:center}
    .aow_player {font-weight:bold;margin-top:5px;width:100%;text-align:center;float:left;}
    .aow_player_pos_num {display:inline}
    .aow_player_info {font-style:italic;width:100%;text-align:center}
    .aow_highlights {margin-top:5px;display:none;}
    
    .aow_full_name {font-size:12pt;display:block;margin-bottom:2px;}
    .aow_full_sport {font-size:10pt;display:block;margin-bottom:5px;}
    .aow_full_link {font-size:8pt;display:block;margin-bottom:5px;}
    .aow_full_container{padding-left:20px;}
    .aow_full_previous {font-size:8pt;display:block;margin-bottom:5px;font-weight:bold}
    
    .aow_dgrd {width:60%;}
    .aow_dgrd TR TD {padding:4px;}
    .aow_dgrd_header {background-color:#000000;border:0;}
    .aow_dgrd_header A, .schedule_dgrd_header TD {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .aow_dgrd_item {background-color:#ffffff}
    .aow_dgrd_item A {color:#000}
    .aow_dgrd_alt {background-color:#E8E8E8}
    .aow_dgrd_alt A {color:#000}    

/* Scoreboard */

    .divScoreboard_overall_container {padding:5px;background-color:#e6e6e6;width:380px;}
    .divScoreboard_team_container{margin-top:10px;}

    .divScoreboard_hometeam {float:left;width:300px;}
    .divScoreboard_hometeam_score {float:left;width:80px}
    
    .divScoreboard_awayteam {float:left;width:300px}
    .divScoreboard_awayteam_score {float:left;width:80px}    

/* Calendar */
    .upcoming_cal_overall {color:#000000}
    .upcoming_cal_left_pane {margin-left:10px;width:255px;background-color:#000849}
    .upcoming_cal_right_pane {overflow:auto;width:255px;height:150px;padding:10px;background-color:#000849;color:#DCDEDD}

    .upcoming_cal_title {background-color:#000849;}
    .upcoming_cal_title TR TD {padding:3px;color:#FCAF23;font-weight:bold;}
    .upcoming_cal_title TR TD A {Color:#FCAF23}
    
    TH.upcoming_cal_dayheader {font-size:8pt;background-color:#000849;text-transform:uppercase;color:#CCCCCC;text-align:center;}
    .upcoming_cal_today {background-color:#4f0000;}
    .upcoming_cal_othermonth {background-color:#011945;text-decoration:none;}
    .upcoming_cal_selected {border:solid 1px #ffffff;background-color:#4f0000;}
    .upcoming_cal_day {border:1px solid #495271;background-color:#011945;text-decoration:none;color:#CCCCCC;font-family:arial;font-size:11px;text-align:center;padding:3px;}
    .upcoming_cal_day A {color:#dddddd;text-decoration:none;}
    .upcoming_cal_next {color:#ffffff;}

    .upcoming_cal_maindate {font-weight:bold;color:#DCDEDD;font-size:9pt;}


    .upcoming_cal_awayteam {float:left;width:205px;}
    .upcoming_cal_hometeam {float:left;width:205px;}
    .upcoming_cal_awayteam_score {float:left;width:55px;}
    .upcoming_cal_hometeam_score {float:left;width:55px;}
    
    
    .upcoming_cal_time {color:#ccc;font-size:9pt;color:#000}
    .upcoming_cal_sport {color:#FCAF23;font-size:9pt;font-weight:bold;}
    .upcoming_cal_opponent {color:#ccc;font-size:9pt;}
    .upcoming_cal_result {color:#ccc;font-size:9pt;}
    .upcoming_cal_hasevents {background-color:#000E88}
    
    
    .recent_game_container {margin-bottom:10px;}
    .recent_awayteam {float:left;width:130px;color:#fff}
    .recent_hometeam {float:left;width:130px;color:#fff}
    .recent_game_container .schedules_winner {color:#FEAE25}
    .recent_awayteam_score {float:left;width:30px;color:#fff;text-align:right}
    .recent_hometeam_score {float:left;width:30px;color:#fff;text-align:right}    
    .recent_sport{color:#fff}
    .recent_date{color:#FEAE25;}
    .recent_time {color:#fff}
    .recent_result {color:#fff}
    
    
    
    

    #divUpcoming {width:248px;
                  background-image: url(/images/sched_stretch.gif);
                  background-repeat: repeat-y;
                  }
                  
    .divUpcoming_NoEvents {padding:10px;color:#fff}                  
                  
    .divUpcoming_separator{width:100%;height:2px;background-image:url(/images/body_sched_divider.gif)}                  

    .divUpcoming_Item_Container{display:block;width:100%;padding:0px 10px 5px 10px;}
    .divUpcoming_sport 
        {font-size : 10px;
	     font-family:verdana;
    	 color: #B5B6B5;
	     text-transform:uppercase;}
    .divUpcoming_datetime 
    {
     	font-size : 9px;
	    font-family:verdana;
    	color: #B5B6B5;   
    }
    .divUpcoming_opponent 
    {
    	font-size : 11px;
	    font-family:verdana;
    	color: #C6CFDE;
    }
    
    
/* Weather */


    .weather_header {}
    .weather_container {color:#fff;padding:10px;margin-left:10px;}
    .weather_temp{margin-top:5px;color:#fff}
    .weather_weather {color:#fff}
    .weather_image {float:left;margin-right:5px;color:#fff;margin-top:5px;}              
    .weather_footer {width:310px;height:10px;}
    .weather_inner_wrapper {margin:0px 5px;}
    .weather_inner_wrapper A {color:#fff}
    .weather_conditions {font-weight:bold}


    .weather_list_school {font-weight:bold;color:#fff;display:block;margin-left:auto;margin-right:auto;text-align:center;padding-top:5px;}
    .weather_list_location {font-style:italic;color:#fff;display:block;margin-left:auto;margin-right:auto;text-align:center;}
    .weather_list_wrapper {width:200px;background-color:#007000;margin-bottom:10px;}
    .weather_list_inner_wrapper {}
    .weather_list_wrapper .weather_conditions {display:none;}
    .weather_list_wrapper .weather_container {padding:5px 10px}
    

/* Story */

	.story_top_info_container {padding-top:10px;margin-left:10px;}
    .story_wrapper {padding-left:0px;padding-right:0px;}
    .story_inner_wrapper {padding-top:5px;}
    .story_byline {font-size:12px;font-style:italic;margin-top:10px;margin-left:10px;}
    .story_date {padding-left:10px;}
    .story_content {padding:10px 10px 0px 10px;}
    .story_subheadline {font-weight:bold;margin-left:10px;}
    .story_link_container {padding-top:10px;margin-left:10px;}
    .story_image {margin-bottom:10px;margin-left:10px;}
	.story_email {margin:5px 10px;}
    .story_headline
    {
        color:#010D7D;
        font-family:arial,helvetica;
        font-size:16px;
        font-weight:bold;
        line-height:20px;
        text-decoration:none;
	        
			
    }


/* Newsletter Stuff */
     .newsletter_story_container {padding-left:10px;padding-right:10px;}
     .newsletter_story_sport_container {font-size:10px;margin-bottom:10px;margin-top:5px;}
     .newsletter_story_headline {font-size:12px;font-weight:bold;}
     .newsletter_story_headline_container {}
     .newsletter_story_summary {font-size:10px;}
 
 /* Hall of Fame */
     .hof_table {margin-bottom:10px;}
     .hof_table TR TD {padding:3px;}
     .hof_header {background-color:#000;font-weight:bold;color:#ffffff;border:1px solid #000}
     .hof_subtitle {font-weight:bold;margin-top:10px;display:block;}
     .hof_item {background-color:#fff;border:1px solid #000}
     
     .hof_detail_name {font-size:10pt;display:block;margin-top:10px;font-weight:bold;}
     
     .hof_graduating_class 
     {
        font-size:11px; 
	    font-family:verdana;
	    color:#000;
	    height:25px;}
     .hof_induction_class {}
     .hof_sports {}
     .hof_detail_name {}
     .hof_logo{}
 
 
 /* Flash Collection */
 
    .flash_collection_title {padding:10px;text-align:center;}
    .flash_collection_title_container {width:780px;height:50px;background-color:#03366F;font-family:verdana;color:#fff;font-size:20px;font-weight:bold;}
  
    .media_lightbox_container {background-color:#000000;
        	filter:alpha(opacity=50);
	        -moz-opacity:0.50;
	        opacity: 0.50;
	        text-align:center;
     }
     .media_lightbox_title {color:#ffffff;font-size:12pt;padding:10px}
     
/* Ads */

.right_ad IMG {margin-bottom:2px;}

.inprogress_container {color:#fff;padding:10px;}
.inprogress_timestring  {color:#fff;font-weight:bold;}
.inprogress_lastplay {margin-top:10px;}    
.inprogress_score_container  {color:#fff}
.inprogress_hometeam  {color:#fff;float:left;width:200px}
.inprogress_hometeam_score  {color:#fff;float:left;}
.inprogress_awayteam  {color:#fff;float:left;width:200px}
.inprogress_awayteam_score  {color:#fff;float:left;}
.inprogress_view A, .inprogress_view A:visited {color:#fff}
        