BODY {font-family: Arial, Helvetica, sans-serif; color: black; background-color: white}

#PageHeader
{ 
	width: 100%;
	position: relative;
	padding: 0px;
	border-bottom : 8px solid #880000;
}

.LogoText
{
	color: maroon; 
	background-color: white;
	font-size: 4em;
}

.Calendar
{
	border: 1px solid;
	border-spacing: 0px;
	border-collapse: collapse;
	color: black;
	font-weight: bold;
}

.Calendar tbody
{
	font-weight: normal;
}

.Calendar tbody tr th
{
	background-color: #8af;
	width: 14.285%;
	padding: 3px 8px;
	border: 1px solid;
}

.Calendar tbody tr td
{
	padding: 3px 8px;
	border: 1px solid;
	vertical-align: top;
}


#SectionsLinks 
{
	position : absolute;
	left : 5px;
	margin-top : 10px;
	width : 80px;
	border: 2px solid #880000;
}


.SectionLink
{
	border-bottom: 1px solid #880000;
	text-align: center;
}

#BodySection
{
	margin-top: 10px;
/*        margin-left: 0px;
        position: absolute;
	top: 75px;
	left: 85px;*/

        margin-left : 85px;	
	padding : 0px;
/*	border-left : 1px solid #555;
	border-bottom : 4px solid #880000;
*/	
}

#FooterSection
{

}

.Records
{
position: relative;
float:right;
}

.Scores
{
	position: relative;
	float: left;
	margin-right: 20px;
	width: 30%;
}

.NewsTable
{
        border: 1px;
        border-spacing: 0px;
        border-collapse: collapse;

}

.NewsArticleHeader
{
        background-color: #880000;
	font-family : Arial, Helvetica;
	font-size: 1.2em;
	color: #ffffff;
	font-weight : bold;
}


.StripedTable
{
	border: 1px solid #666666;
	border-spacing: 0px;
	border-collapse: collapse;

}

.StripedTable tbody tr
{
        background-color: #edf3fe;
}

.StripedTable tbody tr
{
	background-color: #edf3fe;
}

.StripedTable tbody tr th
{
/*        background-color: #9db3ff;*/
background-color: #8af;
        padding: 3px 8px;
        border-left: 1px solid #D9D9D9;
}

.StripedTable tbody tr td 
{
	background-color: #fff;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.StripedTable tbody tr.odd  td 
{
	 background-color:  #edf3fe;
}

