﻿/*
**************************************
    HTML CLASSES
**************************************
*/

body
{
	background-color: #e9e0db;
}

a 
{
    color:#C03333;
}
a:hover 
{
    color:#D14A4A;
}

/*
***********************************************************
	HEADER, TOP MENU & FLASH SECTIONS
***********************************************************
*/

.head_container_outer
{
	background-image: url('../_gfx/sports_head_bg.gif');
}
.top_menu_outer
{
	background-color: #e9e0db;
}
.top_banners_outer
{
	background-color: #e9e0db;
}
.top_flash_outer
{
	/*background-color: #e9e0db;*/
	/*background-image: url('../_gfx/topflash_bg_sports.gif');*/
}

/*
***********************************************************
	FLASH CONTENT (top)
***********************************************************
*/

.top_story_details h1 
{
	color:#C03333;
}

a:hover .top_story_details p 
{
	color:#333;
}


/*
***********************************************************
	MAIN CONTENT STRUCTURE & COMMON CLASSES
***********************************************************
*/

.articlelist li 
{
    background-image:url('../_gfx/arrows/small_arrow_sports.gif');
}

.arrowlink, .arrow 
{
    background-image:url('../_gfx/arrows/small_arrow_sports.gif');
}

/*
***********************************************************
	BOXES
***********************************************************
*/

.box 
{
    background-image: url('../_gfx/boxes/sports_back.gif');
}

.box_tl
{
    background-image:url('../_gfx/boxes/sports_tl.gif');
}
.box_tr
{
    background-image:url('../_gfx/boxes/sports_tr.gif');
}
.box_bl
{
    background-image:url('../_gfx/boxes/sports_bl.gif');
}
.box_br 
{
    background-image:url('../_gfx/boxes/sports_br.gif');
}

/*
***********************************************************
	TABS
***********************************************************
*/
ul.tabs li a 
{
    color:#DE9696;
    background-position:right -224px;
}
ul.tabs li a span 
{
    background-position:-490px -252px;
}
ul.tabs li.ui-tabs-selected a span
{
    color:#C03333;
    padding-top:5px;
    padding-bottom:6px;
    border-bottom:1px solid #FFF1E9; 
}

.tab div 
{
   background-position:right -224px;
   color:#C03333;
}
.tab div div 
{
    background-position:-490px -252px;
    border-bottom:1px solid #FFF1E9;
}
.tab div div a 
{   
    color:#C03333;
}

/*
***********************************************************
	ARTICLE
***********************************************************
*/
.article_left_column h1 
{
	color:#C03333;
}
.article_right_box
{
	border-top: 1px solid #F3D6D6;
	background-image: url( '../_gfx/boxes/sports_back.gif' );
}

.article_section
{
	background-image: url(../_gfx/boxes/sports_back.gif);
	border-top: 1px solid #F3D6D6;
}
.article_comment
{
	border: 1px solid #F3D6D6;
}
.article_comment_inner
{
	background-image: url(../_gfx/boxes/sports_back.gif);
}
.article_author strong
{
	color: #C03333;
}
.comment_canvas
{
	border: 1px solid #F3D6D6;
}
.comment_canvas_inner
{
	background-image: url(../_gfx/boxes/sports_back_tall.jpg);
}
.comment_canvas_inner table input
{
	border: 1px solid #F3D6D6;
}
.comment_textarea textarea
{
	border: 1px solid #F3D6D6;
}


/*
***********************************************************
	CONTROL: TILES
***********************************************************
*/
    
    .tile 
    {
        background: url("../_gfx/article_sports_list.jpg") top repeat-x;
    }

/*
***********************************************************
	CONTROL: NEWSBOX
***********************************************************
*/

.newsbox h3 
{
	background-color:#FCF4F4;
	border-bottom:1px solid #F2D6D6;
}

.newslist li 
{
    background-image:url('../_gfx/arrows/small_arrow_sports.gif');
}

/*
***********************************************************
	CONTROL: NewsBoxTop
***********************************************************
*/
.newsbox_top 
{
	background-image:url(../_gfx/boxes/newsbox_top_sports.png);
	background-position:top left;
}
.newsbox_top .newslist li 
{
	background-image:url('../_gfx/arrows/small_arrow_sports.gif');
	border-bottom:1px dotted #D77E7F;
}
.newsbox_top .newslist li a 
{
}

/*
***********************************************************
	GOOGLE ADS
***********************************************************
*/
.google_bottom,.google_left {
	 background-color:#FDF6F6;
} 

/*
***********************************************************
	CONTROL: EDITORIAL BOX
***********************************************************
*/

.editorial_text
{
	 text-align:left;
	 padding:10px;
}
.editorial_text a
{
	color: #6C6C6C;
	font-style: italic;
	padding:0px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	font-style:normal;
	margin-bottom:10px;
}





/* OLDER CLASSES (need to sort & tidy up) */



/* sports : ARTICLES SECTION */
.sports #tab
{
	z-index: -1000px;
	position: relative;
	line-height: 28px;
}
.sports #tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 28px;
	display: inline-block;
}
.sports #tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;
	display: inline-block;
}
.sports #tab a:link, .sports #tab a:visited, .sports #tab a:hover, .sports #tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
.sports #tab a:link span, .sports #tab a:visited span, .sports #tab a:hover span, .sports #tab a:active span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
.sports .article_container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background-image: url('../_gfx/article_sports_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 20px;
	background-color: #ffffff;
	z-index: 1000;
	margin-top: -1px;
}
.sports #article_left_column .title
{
	font-size: 22px;
	font-weight: bold;
	color: #c03333;
	line-height: 26px;
	text-align: left;
}
.sports #article_left_column .date
{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin-top: 10px;
}
.sports #article_left_column .short
{
	font-size: 14px;
	font-weight: bold;
	color: #c03333;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.article_left_column .intitle
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.sports .article_container #article_right_column .article_rbox
{
	margin-bottom: 10px;
	width: 306px;
	text-align: left;
	background-image: url('../../_gfx/article_sports_rbox.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 20px 10px 20px;
}
.sports .article_container #article_right_column .article_list
{
	padding-bottom: 5px;
	padding-left: 14px;
	background: url("../../_gfx/sports_list_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	top: 0px;
}
.sports .article_container #article_right_column .article_list A:link
{
	color: #c03333;
	text-decoration: none;
}
.sports .article_container #article_right_column .article_list A:hover
{
	color: #c03333;
	text-decoration: underline;
}
.sports .article_container #article_right_column .article_list A:visited
{
	color: #c03333;
	text-decoration: none;
}
.sports .article_container #article_right_column .article_list A:active
{
	color: #c03333;
	text-decoration: underline;
}
.sports .article_container #article_right_column .rbox_title
{
	position: relative;
	top: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background: url("../../_gfx/sports_arrow_up.gif") right no-repeat;
}
.sports .article_container #article_right_column .rbox_title_noarrow
{
	position: relative;
	top: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.sports #bottom
{
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}
.sports #bottom_left
{
	background: url("../../_gfx/sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
	text-align: right;
}
.sports #bottom_right
{
	background: url("../../_gfx/sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}
.sports #bottom a:link, .sports #bottom a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url("../../_gfx/arrow_top.png") left no-repeat;
	padding-left: 14px;
}
.sports #bottom a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background: url("../../_gfx/arrow_top.png") left no-repeat;
	padding-left: 14px;
}
/* article list */
.sports .article_list
{
	background: url("../../_gfx/article_sports_list.jpg") top repeat-x;
	background-color: #ffffff;
	padding: 7px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 620px;
}
.sports .below_tab
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../../_gfx/article_sports_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1000;
	margin-top: -1px;
	height: 5px;
}
.sports .photo
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 2px 8px 0 0;
	width: 76px;
	margin: 0;
	float: left;
}
.sports .list_text
{
	position: relative;
	top: 0px;
}
.sports .article_list a.title:link, .sports .article_list a.title:visited, .sports .article_list a.title:active
{
	font-size: 14px;
	color: #c03333;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 0px;
}
.sports .article_list a.title:hover
{
	color: #d14a4a;
}
.sports #article_list_bottom
{
	height: 34px;
	line-height: 34px;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	text-align: left;
}
.sports #article_list_left
{
	background: url("../../_gfx/sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
	text-align: center;
	padding-left: 8px;
	font-size: 10px;
	color: #ffffff;
	height: 34px;
}
.sports #article_list_right
{
	background: url("../../_gfx/sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}

.sports #article_list_left ul
{
	height: 34px;
	line-height: 14px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.sports #article_list_left li
{
	text-align: center;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
	list-style: none;
	color: #ffffff;
}
.sports #article_list_left li a:link, .sports #article_list_left li a:active, .sports #article_list_left li a:visited
{
	color: #e3a09e;
	text-decoration: none;
}
.sports #article_list_left li a:hover
{
	color: #ffffff;
	text-decoration: none;
}



/* CATEGORIES : SPORTS */
.cat_sports
{
	background: url("../../_gfx/cat_sports_top.gif") top no-repeat;
}
.cat_sports .cat_article_title
{
	color: #c03333;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 7px 10px;
}
.cat_sports .cat_article_title a:link, .cat_sports .cat_article_title a:visited, .cat_sports .cat_article_title a:active
{
	color: #c03333;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 7px 0;
	text-decoration: none;
}
.cat_sports .cat_article_title a:hover
{
	color: #d14a4a;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 7px 0;
	text-decoration: none;
}
.cat_sports .cat_article_more a:link, .cat_sports .cat_article_more a:visited, .cat_sports .cat_article_more a:active
{
	color: #c03333;
	text-decoration: none;
	background: url("../../_gfx/sports_list_arrow.gif") left no-repeat;
	background-position: left top;
	padding-left: 14px;
	font-size: 11px;
	padding-top: 2px;
}
.cat_sports .cat_article_more a:hover
{
	color: #000000;
	text-decoration: none;
	background: url("../../_gfx/sports_list_arrow.gif") left no-repeat;
	background-position: left top;
	padding-left: 14px;
	font-size: 11px;
	padding-top: 2px;
}



















/* TWO COLUMNS TAB BOX : SPORTS */
.sports .contentlist_left_column
{
	text-align: left;
	width: 295px;
	display: inline-block;
}
.sports .contentlist_right_column
{
	text-align: left;
	width: 295px;
	left: 320px;
	float: right;
	top: 0px;
	display: inline-block;
}
.sports .tslist_list a:link, .sports .tslist_list a:visited, .sports .tslist_list a:active
{
	color: #c03333;
	text-decoration: none;
}
.sports .tslist_list a:hover
{
	color: #d14a4a;
}
.sports .tslist_tab
{
	z-index: -1000px;
	position: relative;
	line-height: 26px;
}
.sports .tslist_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #4AA4D1;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
.sports .tslist_tab_bg
{
	background: url("_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
.sports .tslist_tab a:link, #tslist_tab a:visited, #tslist_tab a:hover, #tslist_tab a:active
{
	color: #4AA4D1;
	background: url("../../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
.sports .tslist_tab a:link span, #tslist_tab a:visited span, #tslist_tab a:hover span, #tslist_tab a:active span
{
	background: url("../../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
.sports tslist_content_top
{
	background: url("../_gfx/sports_con_top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	z-index: 1000px;
	margin-top: -1px;
}
.sports .tslist_content_bg
{
	background: url("../_gfx/sports_con_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 130%;
	padding: 8px 8px 0px 8px;
	margin: 0px;
	clear: both;
	z-index: -1000;
	margin-top: -1px;
	width: auto;
}
.sports .tslist_content_bg .ContentList_inner
{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sports .tslist_title
{
	position: relative;
	top: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background: url("../_gfx/sports_arrow_up.gif") right no-repeat;
}
.sports .tslist_list
{
	padding-bottom: 5px;
	padding-left: 14px;
	background: url("../_gfx/sports_arrow_list.png");
	background-position: top left;
	background-repeat: no-repeat;
	top: 0px;
}
.sports .tslist_content_bg .ContentList_inner .tslist_list a:link, #tslist_content_bg .ContentList_inner .tslist_list a:visited, #tslist_content_bg .ContentList_inner .tslist_list a:active
{
	color: #378CB7;
	text-decoration: none;
}
.sports .tslist_content_bg .ContentList_inner .tslist_list a:hover
{
	color: #606060;
}
.sports .tslist_bottom
{
	height: 15px;
	line-height: 15px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url("../_gfx/sports_bottom_left.gif") left no-repeat;
}
.sports .tslist_left
{
	margin-right: 8px;
	height: 15px;
	line-height: 15px;
	width: auto;
}
.sports .tslist_right
{
	background: url("../_gfx/sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 15px;
	line-height: 15px;
}
.sports .tslist_left a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url("../_gfx/sports_arrow_more.png") left no-repeat;
}
.sports .tslist_sub_title
{
	position: relative;
	top: 15px;
	font-size: 14px;
	line-height: 14px;
	color: #606060;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	background: url("../_gfx/sports_arrow_up.gif") right no-repeat;
}
.sports .tslist_more
{
	margin-top: 25px;
	padding-left: 14px;
	background: url("../_gfx/sports_list_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	top: 0px;
	line-height: 120%;
	padding-top: 2px;
	margin-left: 8px;
}
.sports .tslist_bottom .tslist_more a:link, #tslist_bottom .tslist_more a:visited, #tslist_bottom .tslist_more a:active
{
	color: #378CB7;
	text-decoration: none;
}
.sports .tslist_bottom .tslist_more a:hover
{
	color: #606060;
}


/* EDITORIAL BOX - starts : SPORTS */
#editorial_box_container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	top: 0px;
	text-align: left;
	position: relative;
}
#editorial_tab
{
	z-index: 1000px;
	position: relative;
	line-height: 26px;
	display: inline-block;
}
#editorial_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
#editorial_tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
#editorial_tab a:link, #editorial_tab a:visited, #editorial_tab a:hover, #editorial_tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
#editorial_tab a:link .span, #editorial_tab a:visited .span, #editorial_tab a:hover .span, #editorial_tab a:active .span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
#editorial_content_bg
{
	background: url("../_gfx/sports_con_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 7px;
	z-index: -1000;
	margin-top: -1px;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	line-height: 110%;
	width: auto;
	clear: both;
	display: block;
}
#editoria_photo
{
	float: left;
	padding: 4px 10px 6px 0px;
	position: relative;
}
#editorial_content_bg a, #editorial_content_bg a:active, #editorial_content_bg a:visited
{
	color: #6C6C6C;
	text-decoration: none;
}
#editorial_content_bg a:hover
{
	color: #434343;
	text-decoration: none;
}

#editorial_content_bg a.more:link, #editorial_content_bg a.more:hover, #editorial_content_bg a.more:active, #editorial_content_bg a.more:visited
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #6C6C6C;
	font-weight: bold;
	background: url("../_gfx/sports_arrow_more.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#editorial_bottom
{
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: auto;
}
#editorial_left
{
	background: url("../_gfx/white_sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
	text-align: right;
}
#editorial_right
{
	background: url("../_gfx/white_sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}
#editorial_left a
{
	color: #c03333;
	font-weight: bold;
	text-decoration: none;
	background: url("../_gfx/sports_arrow_more.gif") left no-repeat;
	padding-left: 14px;
}
/* EDITORIAL BOX - ends : SPORTS */






/* POLLS BOX - starts : SPORTS */
#polls_box_container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: left;
	clear: right;
}
#polls_tab
{
	z-index: 1000;
	position: relative;
	line-height: 26px;
}
#polls_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
#polls_tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
#polls_tab a:link, #polls_tab a:visited, #polls_tab a:hover, #polls_tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
#polls_tab a:link span, #polls_tab a:visited span, #polls_tab a:hover span, #polls_tab a:active span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
#polls_content_top
{
	background: url("../_gfx/sports_con_top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	z-index: 1000px;
	margin-top: 1px;
}
#polls_content_bg
{
	background: url("../_gfx/sports_con_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 8px 8px 0px 8px;
	margin: 0px;
	clear: both;
	z-index: -1000;
	margin-top: -1px;
	width: auto;
}
.polls_title
{
	/*position:relative; */
	top: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.polls_related
{
	padding: 0px 0px 4px 0px;
}
.polls_related_title
{
	top: 0px;
	font-size: 12px;
	color: #606060;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
.polls_related a
{
	color: #000000;
	text-decoration: none;
	background: url("../_gfx/sports_arrow_list.gif") left no-repeat;
	padding-left: 14px;
	font-size: 12px;
}
#polls_bottom
{
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: right;
	background-color: #ffffff;
}
#polls_left
{
	background: url("../_gfx/white_sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
}
#polls_right
{
	background: url("../_gfx/white_sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}
#polls_bottom a
{
	color: #c03333;
	font-weight: bold;
	text-decoration: none;
	background: url("../_gfx/sports_arrow_more.gif") left no-repeat;
	padding-left: 14px;
}
#polls_left .left
{
	float: left;
	padding-left: 8px;
}
#polls_left .right
{
	float: right;
	padding-left: 8px;
	display: block;
}
/* POLLS BOX - ends : SPORTS */



/* PRESS BOX - starts : SPORTS */
#press_box_container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	top: 0px;
	width: 100%;
	text-align: left;
	position: relative;
}
#press_tab
{
	z-index: -1000px;
	position: relative;
	line-height: 26px;
}
#press_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
#press_tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
#press_tab a:link, #press_tab a:visited, #press_tab a:hover, #press_tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
#press_tab a:link span, #press_tab a:visited span, #press_tab a:hover span, #press_tab a:active span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
#press_content_top
{
	background: url("../_gfx/sports_con_top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	z-index: 1000px;
	margin-top: -1px;
}
#press_content_bg
{
	background: url("../_gfx/sports_con_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	clear: both;
	z-index: -1000;
	margin-top: -1px;
	width: 100%;
}
ul#presslist
{
	white-space: nowrap;
	display: block;
	vertical-align: middle;
	clear: both;
}
#presslist li
{
	display: inline;
	list-style-type: none;
	text-align: center;
	padding: 1px;
	vertical-align: middle;
	clear: both;
}
#press_bottom
{
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#press_left
{
	background: url("../_gfx/white_sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
	text-align: right;
}
#press_right
{
	background: url("../_gfx/white_sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}
#press_bottom a
{
	color: #c03333;
	font-weight: bold;
	text-decoration: none;
	background: url("../_gfx/sports_arrow_more.gif") left no-repeat;
	padding-left: 14px;
}
#arrows
{
	text-align: center;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	background-image: none;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
/* PRESS BOX - ends : SPORTS */




/* EIDISEOGRAFIA - starts : SPORTS */
#news_tab
{
	z-index: -1000px;
	position: relative;
	line-height: 26px;
}
#news_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
#news_tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
#news_tab a:link, #news_tab a:visited, #news_tab a:hover, #news_tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
#news_tab a:link span, #news_tab a:visited span, #news_tab a:hover span, #news_tab a:active span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
#news_box_container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	top: 0px;
	width: 100%;
	text-align: left;
	position: relative;
	display: inline-block;
}

.open .TopHeader
{
	background: url("../_gfx/sports_con_bg_close.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px 8px 5px 8px;
	margin: 0px;
	margin-top: -1px;
	cursor: hand;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	z-index: -1000;
	display: block;
	height: 14px;
	line-height: 14px;
}
.close .TopHeader
{
	background: url("../_gfx/sports_con_bg_open.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px 8px 5px 8px;
	margin: 0px;
	margin-top: -1px;
	cursor: hand;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	z-index: -1000;
	display: block;
	height: 14px;
	line-height: 14px;
}
.Content
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	overflow: hidden;
	display:inline-block;
}
.open .BottomHeader
{
	cursor: hand;
	background: url("../_gfx/sports_botcon_bg_close.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 3px 8px 0px 8px;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	display: block;
}
.close .BottomHeader
{
	cursor: hand;
	background: url("../_gfx/sports_botcon_bg_open.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 3px 8px 0px 8px;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	display: block;
}

.news_list
{
	line-height: 16px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom:3px;
	padding-top:3px;
	background-image: none;
	top: 0px;
	margin: 0px;
	background-color: #ffffff;
	display:block;
	clear:right;
	min-width:292px;
	}
.Content .news_list a:link, .Content .news_list a:visited, .Content .news_list a:active
{
	color: #c03333;
	text-decoration: none;
}
.Content .news_list a:hover
{
	color: #606060;
}


/* EIDISEOGRAFIA - ends : SPORTS */


/* PHOTO OF THE DAY - starts : SPORTS */
.box_container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	top: 0px;
	text-align: left;
	position: relative;
}
.box_tab
{
	z-index: 1000px;
	position: relative;
	line-height: 26px;
	display: inline-block;
}

.box_tab a
{
	text-decoration: none;
	font-size: 14px;
	color: #c03333;
	font-weight: bold;
	height: 26px;
	display: inline-block;
}
.box_tab_bg
{
	background: url("../_gfx/sports_tab_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	display: inline-block;
}
.box_tab a, .box_tab a:visited, .box_tab a:hover, .box_tab a:active
{
	color: #c03333;
	background: url("../_gfx/sports_tab_left.gif") left top no-repeat;
	padding-left: 7px;
	display: inline-block;
	cursor: hand;
}
.box_tab a span, .box_tab a:visited span, .box_tab a:hover span, .box_tab a:active span
{
	background: url("../_gfx/sports_tab_right.gif") right top no-repeat;
	padding-right: 7px;
	display: inline-block;
}
.box_content_bg
{
	background: url("../_gfx/sports_con_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 7px;
	z-index: -1000;
	margin-top: -1px;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	line-height: 110%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box_photo
{
	padding: 4px 4px 4px 4px;
}
.box_bottom
{
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	background-color: #ffffff;
}
.box_left
{
	background: url("../_gfx/white_sports_bottom_left.gif") top left no-repeat;
	margin-right: 8px;
	text-align: right;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.box_right
{
	background: url("../_gfx/white_sports_bottom_right.gif") right top no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* PHOTO OF THE DAY - ENDS : SPORTS */


.double_columns
{
	color: #c03333;
	margin-bottom: 8px;
	display: inline-block;
}
.double_columns a.title:link, .double_columns a.title:visited, .double_columns a.title:active
{
	color: #c03333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.double_columns a.title:hover
{
	color: #c03333;
	font-weight: bold;
}
.double_columns .photo
{
	float: left;
	padding-right: 7px;
	padding-bottom: 3px;
}


.sports .article_tiles
{
	padding: 0px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 140px;
	float: left;
	margin-right: 6px;
	text-align:left;
}
.sports .article_tiles .photo
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 2px 2px 0 0;
	width: 140px;
	margin: 0;
	float: left;
}

.sports .article_tiles .photo img
{
	position: relative;
	width: 140px;
	margin: 0;
	float: left;
}

.sports .article_tiles a.tilestile:link, .sports .article_tiles a.tilestile:visited, .sports .article_tiles a.tilestile:active
{
	font-size: 14px;
	color: #c03333;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 0px;
}
.sports .article_tiles a.tilestile:hover
{
	color: #d14a4a;
}





/* TV program by week - starts : entertainment */
.tv_week
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #c03333;
	height: 13px;
	line-height: 13px;
	font-family: Arial;
	font-style: normal;
}
.tv_week_days
{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #c03333;
	margin: 9px 0 0 0;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	display: inline-block;
	clear: both;
	font-family: Arial;
	font-style: normal;
}
.tv_week_days span.selected
{
	color: #ffffff;
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	background: #c03333 url("../_gfx/by_day_sports_left.gif") left top no-repeat;
	padding-left: 6px;
	font-family: Arial;
	font-style: normal;
}
.tv_week_days span.sel span.sel_right
{
	background: url("../_gfx/by_day_sports_right.gif") right no-repeat;
	width: 6px;
	height: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.tv_week_days span.selected a, .tv_week_days span.selected a:active, .tv_week_days span.selected a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
}
.tv_week_days span.selected a:hover
{
	color: #d14a4a;
	font-family: Arial;
	font-style: normal;
}

.tv_week_days a, .tv_week_days a:active, .tv_week_days a:visited
{
	color: #c03333;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
}
.tv_week_days a:hover
{
	color: #d14a4a;
	font-family: Arial;
	font-style: normal;
}


.tv_week_days span.sel, .tv_week_days span
{
	margin-right: 3px;
	padding: 0px;
}
/* TV program by week - ends : entertainment */
.roe_list
{
	background: url("../_gfx/sports_roe_bg.jpg") top repeat-x;
	padding: 7px;
	margin: 0;
	color: #606060;
	background-color: #ffffff;
}
.roe_list a, .roe_list a:active, .roe_list a:visited
{
	color: #c03333;
	text-decoration: none;
	font-weight: bold;
}
.roe_list a:hover
{
	color: #c03333;
}
span.ekpompi
{
	font-weight: bold;
	color: #606060;
}
.roe_list .more
{
	background: url("../_gfx/sports_arrow_list.gif") top left no-repeat;
	font-weight: bold;
	color: #606060;
	padding-left: 14px;
	font-size: 11px;
	line-height: 12px;
}




/* ROH EIDISEWN : starts */
.sports .article_list
{
	background: url("../_gfx/sports_roel_bg.jpg") top repeat-x;
	background-color: #ffffff;
	padding: 7px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 606px;
}
.sports .below_tab
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../_gfx/article_sports_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1000;
	margin-top: -1px;
	height: 5px;
	width: 620px;
	display: inline-block;
	float: left;
}
.sports .photo
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 2px 8px 0 0;
	width: 76px;
	margin: 0;
	float: left;
}
.sports .list_text
{
	position: relative;
	top: 0px;
}
.sports .article_list a.title:link, .sports .article_list a.title:visited, .sports .article_list a.title:active
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 0px;
}
.sports .article_list a.title:hover
{
	color: #595959;
}
.sports #article_list_bottom
{
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	text-align: left;
	float: left;
	background-color: #ffffff;
	margin-bottom:20px;
}
.sports #article_list_left
{
	background: url("../_gfx/white_sports_bottom_left.gif") left no-repeat;
	margin-right: 8px;
	text-align: center;
	padding-left: 8px;
	font-size: 10px;
	color: #333333;
	height: 34px;
}
.sports #article_list_right
{
	background: url("../_gfx/white_sports_bottom_right.gif") right bottom no-repeat;
	float: right;
	width: 8px;
	height: 34px;
	line-height: 34px;
}
.sports #article_list_left ul
{
	height: 34px;
	line-height: 7px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.sports #article_list_left li
{
	text-align: center;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
	list-style: none;
	color: #333333;
}
.sports #article_list_left li a:link, .sports #article_list_left li a:active, .sports #article_list_left li a:visited
{
	color: #c03333;
	text-decoration: none;
}
.sports #article_list_left li a:hover
{
	color: #333333;
	text-decoration: none;
}
/* ROH EIDISEWN : ends */
