/*-----------------------------------------------------------------------------*/
/* Page-Basics */
/*-----------------------------------------------------------------------------*/
body
{
	position: relative;
	background:#101316 url(../img/content_bg_top.png) repeat-x;
	overflow-y:scroll;
	_overflow-y:none;
	font-size:100.01%;
	color:#3e4744;
	text-align:left;
	font-family:Arial, Verdana, Tahoma;
}
/*-----------------------------------------------------------------------------*/
/* End Page-Basics */
/*-----------------------------------------------------------------------------*/


a
{
	color:#225FA5;
	text-decoration:none;
	outline:none;
}

.ie_warning
{
    width:90%;
    margin: 0 auto;
    border:solid 3px #FFFFFF;
    padding:10px;
    color:yellow;
}

.ie_warning span
{
    font-size:12px;
    color:#FFFFFF;
}


input.submit_blue
{
	padding:0px 5px 0px 5px;
	border:solid 1px #225ea4;
	background:url(../img/btn_blue_bg.png) repeat-x;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	font-size:11px;
}

input.submit_orange
{
	padding:0px 5px 0px 5px;
	border:solid 1px #ea8900;
	background:url(../img/btn_orange_bg.png) repeat-x;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	font-size:11px;
}

.no_entry
{
	margin-left:5px;
	font-size:12px;
}


/*-----------------------------------------------------------------------------*/
/* Content */
/*-----------------------------------------------------------------------------*/
#container
{
	position:relative;
	margin: 0 auto;
	width:1015px;
	z-index:2;
}

#head
{
	position:relative;
	height:285px;
	width:100%;
	background:url(../img/at_head_logo.png) no-repeat;
	background-position:-23px 99% ;
}

#content_placeholder
{
	height:4px;
	width:100%;
}

#content
{
	width:985px;
	padding:10px 15px 10px 15px;
	min-height:400px;
	background:#FFFFFF;
}

#foot
{
	width:100%;
	height:204px;
	background:url(../img/foot_bg.png) repeat-x;
}

#page_bottom
{
	position:absolute;
	bottom:0px;
	height:315px;
	width:100%;
	background:url(../img/content_bg_bot.png) repeat-x;
}
/*-----------------------------------------------------------------------------*/
/* End Content */
/*-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------*/
/* Content Box - Ornage */
/*-----------------------------------------------------------------------------*/
.main_sheet_orange table.froops_std
{
	width:100%;
    _border-collapse:collapse;
	*border-collapse:collapse;
	table-layout: fixed;
}

.main_sheet_orange table.froops_std thead td
{
	height:27px;
}

.main_sheet_orange table.froops_std thead td.main_sheet_left
{
	width:5px;
	background:url(../img/orange_box_top_left.png) no-repeat;
}

.main_sheet_orange table.froops_std thead td.main_sheet_mid
{
	background:url(../img/orange_box_top_mid.png) repeat-x !important;
}

.main_sheet_orange table.froops_std thead td.main_sheet_right
{
	width:5px;
	background:url(../img/orange_box_top_right.png) no-repeat;
}

.main_sheet_orange table.froops_std tbody td.main_sheet_left
{
	width:5px;
	border-left:solid 2px #E0E0E0;
}

.main_sheet_orange table.froops_std tbody td.main_sheet_right
{
	width:5px;
	border-right:solid 2px #E0E0E0;
}

.main_sheet_orange table.froops_std tbody.modul_stdb td.main_sheet_mid
{
	border-left:solid 2px #E0E0E0;
	border-right:solid 2px #E0E0E0;
}

.main_sheet_orange table.froops_std tfoot td.main_sheet_bottom
{
	border-bottom:solid 2px #E0E0E0;
}

.main_sheet_orange table.froops_std thead td.main_sheet_mid h5
{
	margin-left:2px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
/*-----------------------------------------------------------------------------*/
/* End Content - Ornage  */
/*-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------*/
/* Content Box - Blue */
/*-----------------------------------------------------------------------------*/

.main_sheet_blue table.froops_std
{
	width:100%;
    _border-collapse:collapse;
	*border-collapse:collapse;
	table-layout: fixed;
}

.main_sheet_blue table.froops_std thead td
{
	height:27px;
}

.main_sheet_blue table.froops_std thead td.main_sheet_left
{
	width:5px;
	background:url(../img/blue_box_top_left.png) no-repeat;
}

.main_sheet_blue table.froops_std thead td.main_sheet_mid
{
	background:url(../img/blue_box_top_mid.png) repeat-x;
}

.main_sheet_blue table.froops_std thead td.main_sheet_right
{
	width:5px;
	background:url(../img/blue_box_top_right.png) no-repeat;
}

.main_sheet_blue table.froops_std tbody td.main_sheet_left
{
	width:5px;
	border-left:solid 2px #E0E0E0;
}

.main_sheet_blue table.froops_std tbody td.main_sheet_right
{
	width:5px;
	border-right:solid 2px #E0E0E0;
}

.main_sheet_blue table.froops_std tbody.modul_stdb td.main_sheet_mid
{
	border-left:solid 2px #E0E0E0;
	border-right:solid 2px #E0E0E0;
}

.main_sheet_blue table.froops_std tfoot td.main_sheet_bottom
{
	border-bottom:solid 2px #E0E0E0;
}

.main_sheet_blue table.froops_std thead td.main_sheet_mid h5
{
	margin-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
/*-----------------------------------------------------------------------------*/
/* End Content - Blue  */
/*-----------------------------------------------------------------------------*/


.info_module
{
    font-size:11px;
    padding:10px;
}

.info_module ul
{
    margin-left:15px;
}

.info_module ul li
{
    line-height:18px;
}


.std_content
{
	padding:5px;
}



table.listcontent
{
	font-size:11px;
	width:100%;
	border:solid 1px #d3dde9;
	border-left:none;
    _border-collapse:collapse;
	*border-collapse:collapse;
	table-layout: fixed;
}

table.listcontent thead td
{
	padding:0px 0px 0px 5px;
	background:#e4e4e4;
	border-left:solid 1px #d3dde9;
	font-weight:bold;
	font-size:12px;
}

table.listcontent tbody td
{
	padding:0px 0px 0px 5px;
	border-left:solid 1px #d3dde9;
}

table.listcontent tbody td a:link,
table.listcontent tbody td a:active,
table.listcontent tbody td a:visited
{
	color:#225FA5;
	text-decoration:none;
	font-size:12px;
}

table.listcontent tbody td a:hover
{
	text-decoration:underline;
}

table.listcontent tbody td
{
	padding-top:2px;
}

table.listcontent tbody tr.first
{
	height:25px;
	*height:23px;
	background:url(../img/matchticker_first.png) repeat-x;
}

table.listcontent tbody tr.second
{
	height:25px;
	background:url(../img/matchticker_second.png) repeat-x;
}



table.teaminfo
{
	font-size:12px;
	width:100%;
	margin-bottom:5px;
    _border-collapse:collapse;
	*border-collapse:collapse;
	table-layout: fixed;
}

table.teaminfo thead td
{
	padding:0px 0px 0px 5px;
	border-top:none;
	border-left:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
	font-weight:bold;
	color:#4d5255;
}

table.teaminfo tbody td
{
	height:120px;
	border-left:dashed 1px #e0e0e0;
	padding:2px 0px 0px 2px;
	font-size:11px;
}

table.teaminfo tbody td table td
{
	height:20px;
	border:none;
}





.content_head_switch
{
	background:#fff2dd none repeat scroll 0 0;
	height:20px;
	width:100%;
	font-size:12px;
}

.content_head_switch a:link,
.content_head_switch a:active,
.content_head_switch a:visited
{
	display:block;
	float:left;
	padding:0px 3px 0px 3px;
	color:#3e4744;
	text-decoration:none;
	outline:none;
}

.content_head_switch a:hover
{
	font-weight:bold;
}

.content_head_switch a.active:link,
.content_head_switch a.active:active,
.content_head_switch a.active:visited,
.content_head_switch a.active:hover
{
	color:#e46900;
	font-weight:bold;
	outline:none;
}



a.std_at_link:link,
a.std_at_link:active,
a.std_at_link:visited
{
	color:#225FA5;
	text-decoration:none;
	font-size:12px;
	outline:none;
}

a.std_at_link:hover
{
	text-decoration:underline;
}


a.std_atred_link:link,
a.std_atred_link:active,
a.std_atred_link:visited
{
	color:#b15406;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	outline:none;
}

a.std_atred_link:hover
{
	color:#ff8f00;
}



a.match_lineup:link,
a.match_lineup:active,
a.match_lineup:visited
{
	color:#b15406;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a.match_lineup:hover
{
	color:#ff8f00;
}

.tiny_reset table.mceToolbar 
{
	width:auto;
}

.news_text_content ul
{
	list-style-position:inside;
}