﻿html, body {margin: 0; padding: 0; border: 0; height:100%;}

body
{
    margin:0;
    padding:0;
    line-height: 1.5em;
}

b
{
	font-size: 110%;
}
em{color: red;}

#maincontainer
{
    width: 1000px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: #a60203;
}

#topsection
{
	background-image: url(  '../../Images/Page_Banners/home_banner.png' );
    width: 100%; 
    font-size: 1.4em;
    font-weight: bold;
	height: 160px;

}

#topsection h1
{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper
{
    float: left;
    width: 100%;    
    background: #a60203;
}

#contentcolumn
{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#centerLeftColumn
{
	margin-left: 10px;
	width: 400px;
	float: left;
	margin-top: 10px;
}

#centerRightColumn
{
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}


#leftcolumn
{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
    background: #000;
}

#footer
{
    clear: left;
    width: 100%;
    background: black;
	color: #FFFF00;
    text-align: center;
    padding: 4px 0;
    font-size: 0.8em;
}

#footer a
{
    color: #FFFF80;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#whiteBox
{
	padding: 5px;
	background-color: #000000;
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: White;
	width: 95%;
}

#AdminTitles
{
	margin-left : 2%;
	margin-top : 2%;		
}

#AdminDefault
{
	margin-left : 2%;
	margin-top : 2%;		
}

#yellowBox
{
	padding: 5px;
	background-color: #a60203;
	border-right: #FFFF00 2px solid;
	border-top: #FFFF00 2px solid;
	border-left: #FFFF00 2px solid;
	border-bottom: #FFFF00 2px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: White;
}

#UIShowArticlePopContainer
{
	width: 500px;
}

#UIShowArticlePopLeftColumn
{
    float: left;
    width: 460px; /*Width of left column*/
}

#UIMainContainer
{
	position: relative;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	width: 550px;
}

#UIToolboxWidgets
{
    position: relative; 
    float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
    width: 200px;
}

#UIWidgetCommon
{
    width: 195px;
}

#UIWidgetNext
{
    width: 195px;
    background-color: #370806;
	background:	url(../../Images/Common/shadow.png) no-repeat bottom right;
	padding: 5px 15px 15px 5px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

#UIWidgetPrevious
{
    width: 195px;
    background-color: #370806;
	background:	url(../../Images/Common/shadow.png) no-repeat bottom right;
	padding: 5px 15px 15px 5px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;	
}

#UIWidgetCommonPrevious
{
    width: 195px;
    height: 230px;
    background-color: #370806;
	background:	url(../../Images/Common/shadow.png) no-repeat bottom right;
	padding: 5px 15px 15px 5px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;	
}

#UIWidgetCommonNext
{
    width: 195px;
    height: 230px;
    background-color: #370806;
	background:	url(../../Images/Common/shadow.png) no-repeat bottom right;
	padding: 5px 15px 15px 5px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

#ListArticlesTabs
{
	float:left;
	position: relative;
	margin-bottom: 10px;
	height: 900px;
}

#ListInterviewsTabs
{
	float:left;
	position: relative;
	margin-bottom: 10px;
	height: 1350px;
}

#UIPlayersContainer
{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 550px;
	background:	url(../../Images/Common/turf.gif) repeat;
}

#UIExPlayersContainer
{
	position: relative;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	width: 550px;
	height: 950px;
}

