/* Accessibility CSS */

* html .skip {display: block} 
:root .skip {display: block}  
.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;
}

.sms_warning {font-weight:bold;color:#ff0000}

/* Overall Settings */

BODY 
{
    background-image:url(/images/background.gif);
	background-position:top;
    background-repeat:repeat-x;
    background-color:#000;
    margin-top:0px;
    margin-bottom:0px
}

#mainDiv 
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}


.rightnav {width:242px;float:left;}

.contentDiv {}

BODY, TD {font-family:arial;
	      font-size: 12px; 
	      color:#000;
         line-height:18px;	}

#tdLeftNav {width:150px;}
.tdContent {background-color:#000;}

A, A:link, A:visited {color:#BA2A22;}


/* Print Settings */

    @media print 
    {
            .noprint {display:none;}
    }
    
    .page_title h2 {     
        	color:#EF1821;
	        font-size:18px;
	        font-family:arial;
	        line-height:20px;
	        text-decoration:none;
	        display:block;
	        margin-bottom:5px;
	        font-weight:normal;
    }  

/* Navigation */
    
    .leftnav_closed {display:none;}

    .nav_sectioncontent {width:150px;}
    .nav_item_container {width:150px;height:20px;font-size:14px;font-weight:bold;color:#fff;}
    .nav_item_container_off {}
    .nav_item_container_on {}
	
    A.nav_link, A.nav_link:visited
    {
	font-size : 11px;
	font-family:arial;
    color: #fff;
 	text-decoration: none;
	padding-left:2px;
	min-width:50;
	text-transform:uppercase;
	line-height:15px;
	font-weight:normal;
	border-bottom: dotted 1px #fff;
	margin-left:15px;
    }
    
    .nav_container_depth_2 A.nav_link {margin-left:20px;color:#ffffff;font-weight:normal;}
    
   /*
    .nav_container_depth_2.nav_item_container_off {}
    .nav_container_depth_2.nav_item_container_on {}
   */  
    .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}
    
    A.nav_link:hover {color:#ddd;border-bottom: dotted 1px #ddd;}
    
    
    /* Sidebars */
    
     #divSidebars {width:380px;float:left}    
    .sidebar_links {margin-left:15px;padding:0px;list-style-type:none;width:380px;margin-left:0px}
    .sidebar_item_container{}
    .sidebar_links LI {padding:0px;}
    .sidebar_links A {display:block;width:227px;background-image:url(/images/midnav_link_bg.gif);
                      padding-left:15px;
	                  font-size : 11px;
	                  font-family:verdana;
                      color: #DFCAC9;
                      font-weight:normal;
 	                  text-decoration: none;
 	                  height:23px;
					  line-height:23px;
     }
     .sidebar_links A:hover {background-image:url(/images/midnav_link_bg_b.gif)}
     .sidebar_footer {height:5px;}
    
     .sidebar_links_horizontal_container {width:100%;clear:both;background-color:#000;}
     .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;}

/* Ads */

    .ad_spot_affiliation {margin-bottom:20px;}
    .ad_rightnav {margin-bottom:5px;}
    .ad_upcoming {margin-bottom:5px}
	.ad_belowstories {float:left;}
	.ad_midnav {margin-bottom:5px;}
	.ad_footer {float:left;}

/* Default datagrid Items */

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

    .default_dgrd_header A {text-decoration:none;color:#EF1821;font-weight:bold;font-size:12px;text-transform:uppercase;}
    .default_dgrd_item TD {background-color:#bd302a ;font-size:11px;color:#fff;}
    .default_dgrd_alt TD {background-color:#5d0404 ;font-size:11px;color:#fff;}
    .default_dgrd_alt TD A {color:#fff;font-size:11px;text-decoration:none;}
    .default_dgrd_item TD A {color:#fff;font-size:11px;text-decoration:none;}

/* Rosters */
    
    

/* Roster Grid */
    /*
    .roster_dgrd {width:100%;}
    .roster_dgrd TR TD {padding:4px;}
    .roster_dgrd_header {background-color:#000000;border:0;}
    .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_pastrosters_ddl {font-size:8pt;}
    .roster_team_photo_container {width:100%;margin-bottom:10px;}

/* 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 TH {color:#ffffff;font-weight:bold;font-size:12px;text-transform:uppercase;padding:3px}
    .schedule_dgrd_item {background-color:#ffffff}
    .schedule_dgrd_alt {background-color:#E8E8E8}
    */
    
    .schedule_home {font-weight:bold}
    .schedule_neutral {font-style:italic}
    .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:#222;color:#fff}
    .schedule_tournament_game TD {background-color:#DFC3C3}
    
/* Poll */

    #divPoll {margin-top:10px;}
    .poll_container {background-color:#4E0404;width:222px;padding:10px;margin-bottom:10px;background-image:url(/images/rightnav_poll_bg.gif);background-repeat:no-repeat;background-position:bottom;}
    .poll_question {color:#E1C9C9;padding:5px;font-weight:bold;}
    .poll_item TR TD {color:#ffffff;padding:5px 0px 0px 0px;font-size:11px;}
    .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 {margin-left:10px;}
    
    .poll_results_previous_container {float:right;}
    .poll_results_previous_title {font-weight:bold;margin-bottom:10px}
    .previouspoll_dgrd {width:280px;}
    /*
    .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;margin-bottom:10px;}
    .poll_view_full A {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 {background-color:#e6e6e6;text-align:center;width:auto}
    .media_object_image_left {float:left;margin-right:10px;}
    .media_object_caption {display:none;background-color:#444;text-align:center;padding:3px;color:#fff}
    .media_object_rotator_controls {width:100%;text-align:right;margin-top:4px;}
    .rotator_container {text-align:center;border:solid 1px #000000;padding:3px;background-color:#e6e6e6;}
    
/* 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 TD {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 */
    
    
    /* More Headlines */
    #divMoreHeadlines {width:385px;background-color:#0C0C0C;padding-bottom:5px;margin-bottom:10px;}
    .divMoreHeadline_sport_ddl {margin:5px;text-align:right;color:#B92825;font-weight:bold;display:none;}
    .divMoreHeadline_sport_ddl SELECT {font-size:8pt;}
    .divMoreHeadline_container {background-color:#0C0C0C;min-height:36px;padding:5px 10px;border-bottom:solid 1px #3F3F3F;}
    .alt {background-color:#F5F5F5}
    .divMoreHeadline_overall_container {padding-bottom:5px;margin-bottom:10px;}
	
    .divMoreHeadline_link_container {padding:0px}
    .divMoreHeadline_sport_container
        {
	        font-family:arial;
	        font-size:11px;
	        font-weight:bold;
	        color:#B92825;  
	       }
    A.aMoreHeadline, A.aMoreHeadline:visited 
    {
	    font-size : 10px;
	    font-family:verdana;
	    color: #DFC9CB;
	    text-decoration:none;
	    font-weight:normal;
    }
    
    a.aMoreHeadline:hover {	
	    text-decoration:underline;
	}    
	
    .divMoreHeadline_separator{display:none;}
    .divMoreHeadline_morebox {display:none;padding:5px;color:#fff;font-size:11px;width:95%}
    .divMoreHeadline_morebox a.aMoreHeadline {display:inline}
    
    .divMoreHeadline_archive_container {display:none;padding-left:10px;padding-top:5px;padding-bottom:10px;}
    .divMoreHeadline_archive_container A {text-transform:uppercase;color:#4B4F50;text-decoration:none;font-weight:bold;}
    
    /* Main Stories */
    
    
    A.topstory_headline, .topstory_headline,  A.topstory_headline:visited
    {
        font-size : 16px;
        padding-bottom:5px;
        font-family:arial;
        color: #fff;
        font-weight: bold;
        text-decoration:none;
        margin-left:10px;
        margin-right:10px;
        display:block;
		margin-bottom:10px;
    }
    
      A.topstory_headline_alt, A.topstory_headline_alt:visited
    {
            color:#C80C16;
	        font-size:21px;
	        font-family:arial;
	        line-height:20px;
	        text-decoration:none;
	        display:block;
    }  
    
    .divTopStory_link_container{background-color:#000;}
    .divTopStory_link_container A {}
    .divTopStory_link_container span {}
    
    .divTopStory_ReadMore {font-weight:bold;}
    .divTopStory_TV_container {background-image:url(/images/mainstory_title_bg.gif);width:450px;background-repeat:no-repeat;background-color:#313131;background-position:top;}

    .divTopStory_summary {padding:0px 10px 10px 10px;color:#fff;font-size:10px;}
    .divTopStory_sport_container{font-family:arial;margin-left:10px;font-size:11px;color:#BA2A22;margin-right:10px;font-weight:bold;}
    
    
    .divTopSTory_bigmedia_container{float:none}
    .divTopStory_container {vertical-align:top}
    
    
    /* ICS ROTATOR
    .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_ICS_Summary_container {display:none;}
    .divTopStory_Rotate_ICS_Headlines {float:left;}    
    
    */
    
    /* CS ROTATOR
    .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 */
    

    
    .rptHeadlines_TV_container {width:450px;height:75px;background-color:#000;margin-top:-116px;position:relative;z-index:1;float:left;}
	.rptHeadlines_TV_container .divTopStory_link_container {display:none;}
	.rptHeadlines_TV_container .divTopStory_sport_container {display:none;}
    .divTopStory_TV_container_bigmedia {}    
    
    .divTopStory_Rotate_TV_Headlines_Image {margin-left:4px;cursor:pointer;float:left;width:106px;height:66px;border:solid 1px #ddd;background-image:url(/images/storyphoto_default.gif);filter:alpha(opacity=50);-moz-opacity:0.50;opacity: 0.50;}
    .divTopStory_Rotate_TV_Headlines {float:left;}
    .divTopStory_Rotate_TV_Headlines A {color:#ffffff;text-decoration:none;float:left;}
    
    .divTopStory_Rotate_TV_Headlines IMG {float:left;margin-top:3px;}
    .divTopStory_Rotate_TV_Headlines_selected {float:left;}
    .divTopStory_Rotate_TV_Headlines_selected IMG {float:left;filter:alpha(opacity=100);-moz-opacity:1.00;opacity: 1.00;border:solid 1px #fff;}
    .divTopStory_Rotate_TV_Headlines_selected A {}   
    
    A.headline_headline, A.headline_headline:visited {	
        color:#fff;
	    font-family:arial;
	    margin:0px 10px 10px 10px;
	    font-weight:bold;}    
    
/* Factlet */

    .dyk_factlet_wrapper {background-image:url(/images/midnav_didyou_bg.gif);width:222px; line-height:17px; padding:10px;height:120px;background-position:top;background-repeat:no-repeat;margin-bottom:10px;}
    .dyk_factlet_type_title {margin-top:10px;font-weight:bold;font-size:12pt;color:#ffffff;display:none;}
    .dyk_factlet_title {font-weight:bold;color:#ffffff;display:none;}
    .dyk_factlet_description {color:#ffffff}
    .dyk_factlet_inner_wrapper {}
   


/* Scoreboard */

    #scoreboard_container {}
    .divScoreboard_overall_container {padding:5px;width:280px;}
    .divScoreboard_record_container{padding:5px 5px 5px 12px;width:280px;}
    .divScoreboard_team_container{margin-top:10px;}

    .divScoreboard_hometeam {float:left;width:200px;}
    .divScoreboard_hometeam_score {float:left;width:80px}
    
    .divScoreboard_awayteam {float:left;width:200px}
    .divScoreboard_awayteam_score {float:left;width:80px}    

    .divScoreboard_date {color:#C5C5C7}
    .divScoreboard_location{color:#fff}
    .divScoreboard_hometeam{color:#fff}
    .divScoreboard_hometeam_score{color:#fff}
    .divScoreboard_awayteam{color:#fff}
    .divScoreboard_awayteam_score{color:#fff}

/* Calendar */

    /* Calendar Sidebar */

    .upcoming_calendar {width:242px;background-image:url(/images/rightnav_poll_bg.gif);background-repeat:no-repeat;background-position:bottom;background-color:#4F0404;padding-bottom:5px;margin-bottom:10px;}
    
    .upcoming_cal_overall {}
    .upcoming_cal_left_pane {margin-left:5px;padding-top:5px;width:232px;clear:both;text-align:center;margin-right:2px}
    .upcoming_cal_right_pane {margin-top:5px;width:208px;height:150px;overflow:auto;padding:5px;color:#fff;margin-left:12px;}
	.upcoming_cal_right_pane A {color:#BC2C24;}
    .upcoming_cal_title {background-color:#4C0405;}
    .upcoming_cal_title A {color:#fff;font-weight:normal;font-size:10px;text-decoration:none;}
    .upcoming_cal_title TR TD {color:#D34440;font-weight:bold;font-size:12px;}
    
    TH.upcoming_cal_dayheader {font-weight:bold;font-size:9px;background-color:#550101;color:#fff;text-align:center;text-transform:uppercase}
    .upcoming_cal_today {background-color:#4f0000;}
    
    .upcoming_cal_selected {border:solid 1px #ffffff;background-color:#4f0000;}
    .upcoming_cal_day {border:solid 1px #580000;font-size:10px;background-color:#780E0E;text-decoration:none;color:#fff;text-align:center;line-height:15px;}
    .upcoming_cal_day A {font-size:10px;color:#fff;text-decoration:none;}
    .upcoming_cal_next {color:#ffffff;text-align:center;}
    .upcoming_cal_othermonth {background-color:#780E0E;text-decoration:none;color:#780E0E;}

    .upcoming_cal_game_container {margin-bottom:8px;line-height:13px;}
	.upcoming_cal_game_container TABLE TR TD {color:#fff;}
    .upcoming_cal_maindate {color:#fff;font-weight:bold;margin-top:5px;margin-bottom:8px;display:block;}
    .upcoming_cal_time {color:#fff;}
    .upcoming_cal_sport {color:#fff;font-weight:bold;text-transform:uppercase}
    .upcoming_cal_opponent {color:#ffffff;}
    .upcoming_cal_result {color:#ffffff;}
    .upcoming_cal_hasevents {background-color:#170201;}
    
    A.upcoming_full_schedule {color:#B72925;display:block;margin-left:15px;font-weight:bold;font-size:11px;text-transform:uppercase;text-decoration:underline;}

    /* Upcoming Events */

    #divUpcoming {width:285px;}
    .divUpcoming_separator{width:100%;height:2px;}                  

    .divUpcoming_Item_Container{display:block;width:350px;margin-left:15px;}
    .divUpcoming_sport 
        {font-size : 11px;
    	 color: #ef1821;
    	 font-weight:bold;
	     }
    .divUpcoming_datetime 
    {
     	font-size : 11px;
    	color: #fff;   
    }
    .divUpcoming_opponent 
    {
    	font-size : 11px;
    	color: #ef1821;
    }


    /* Composite Calendar */
	.composite_cal_item {margin-bottom:7px;}
    .composite_cal_title {background-color:#000;border:0px;}
    
    .composite_cal_title TR TD {color:#fff;padding:2px;font-weight:bold;text-align;left;}
    .composite_cal_title TR TD A {color:#fff;}
	
	.composite_cal_dayheader {text-align:center;text-transform:uppercase;font-size:10px;background-color:#fff;color:#000;font-weight:bold;border:1px solid #505050}
    
    .composite_cal_othermonth {background-color:#71101B;text-decoration:none;border:1px solid #505050}
    .composite_cal_selected {border:solid 1px #ffffff;background-color:#4f0000;}
    .composite_cal_day {background-color:#fff;text-decoration:none;border:1px solid #505050;text-align:left;font-weight:bold;}
    .composite_cal_day A {text-decoration:none;font-weight:normal;}
	.composite_cal_day A:hover {text-decoration:underline;}
    .composite_cal_next {color:#CD9936}
	.composite_cal_today {background-color:#fff}
    
                  


/* Inside Story Page */
    
    #emailLink {}
    .story_wrapper {padding:10px;background-color:#fff;width:688px;}
    .story_inner_wrapper {padding-left:0px;padding-right:0px;padding-top:5px;}
	.story_inner_wrapper ul { list-style-type:disc; }
	.story_inner_wrapper ol { list-style-type:decimal; }
	.story_inner_wrapper li { margin-left:30px; }
    .story_byline {font-size:12px;font-style:italic;margin-top:10px;}
    .story_date {margin-bottom:10px;padding-left:10px;}
    .story_content {padding:10px 10px 0px 10px;}
    .story_subheadline {}
    .story_link_container {}
    .story_headline
    {
        	color:#EF1821;
	        font-size:18px;
	        font-family:arial;
	        line-height:22px;
	        text-decoration:none;
	        display:block;
	        margin-left:10px;
	        margin-top:10px;
	        margin-bottom:10px;
    }

/* 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;}
     
     .newsletter_signup_container {border:solid 1px #ff0000;padding:3px 10px 3px 10px;}
 
 /* Hall of Fame */
     .hof_table TR TD {padding:3px;width:400px;}
     .hof_header {background-color:#000;font-weight:bold;color:#ffffff;}
     .hof_item {background-color:#fff;}
     .hof_graduating_class {	font-size:11px; 
	    font-family:arial;
	    color:#000;
	    height:25px;}
     .hof_induction_class {}
     .hof_sports {}
     .hof_detail_name {}
     .hof_logo{}
 
 /* AOW */
 
    .aow_header {}
    .aow_footer {}
    .aow_wrapper {background-image:url(/images/leftnav_aow_bg.gif);width:438px;height:232px;border:solid 1px #680000;margin-left:5px;}
    .aow_title {display:none;}
    .aow_image {width:119px;height:150px;border:solid 3px #fff;}
    .aow_player_pos_num {color:#fff}
    .aow_sbs_table {margin-left:20px;margin-top:30px;width:398px;}
    .aow_highlights {display:none;}
    
    .aow_player {font-weight:bold;margin-top:5px;width:100%;text-align:center;float:left;}
    .aow_player A, .aow_player A:visited {color:#fff;font-size:11px;font-weight:normal;text-decoration:none;}
    .aow_player A:hover {text-decoration:underline}
    .aow_player_info {width:100%;text-align:center;color:#fff;font-size:10px;display:none;}
 
    /* Awards page */
 
    .aow_sbs_seperator {width:113px;height:197px;}
 
    .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}    
    */ 
 
 /* Flash Collection */
 
    .flash_collection_title {padding:10px;text-align:center;}
    .flash_collection_title_container {width:780px;height:50px;background-color:#03366F;font-family:arial;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}


/* Mega Dropdown */

	.megaMenu_dropdown {position:absolute;border-top:0px;width:940px;min-height:200px;background-color:#6A0506;opacity:0.9;filter:alpha(opacity=90);display:none;padding:5px;}
	.megaMenu_column {float:left;margin:0px 5px 5px 5px;}
	
	.megaMenu_extra {float:left;}
    h2.megaMenu {float:left;}


