/*
=========================
COLOURS
=========================
*/

.GeneralBack
{
	background-color:#3D6130;
}

.SecondaryBack
{
	background-color:#614130;
}

.TextBack
{
	background-color:#FFFCFC;
}






.Beige
{
	color:#FFFCF0;
}

.LightGrey
{
	color: #333333;
}

/*
=========================
FONTS
=========================
*/

.StandardFontLarge
{
	font-family: Arial, sans-serif;
	font-size: large;
}

.StandardFontMedium
{
	font-family: Arial, sans-serif;
	font-size: medium;
}

.StandardFontSmall
{
	font-family: Arial, sans-serif;
	font-size: small;
}



/*
=========================
NAVIGATION BAR
=========================
*/

.NavBarStyle
{
	background-image: url(Graphics/NavBarBackground.jpg); 
	padding-left: 20px; 
	height: 20px; 
	text-align: left; 
	vertical-align: top;
}

.NavBarText
{
 	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: small;
	vertical-align: middle;
}

#NavArea a:link {color: #FFFFFF;}
#NavArea a:visited {color: #FFFFFF;}
#NavArea a:hover {color: #FFFFFF;}
#NavArea a:focus {color: #FFFFFF;}
#NavArea a:active {color: #FFFFFF;}

/*
=========================
HEADINGS
=========================
*/

.HeaderText
{
	font-family: Arial, sans-serif;
	font-size: large;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.StandardDataGrid
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: small;
}

.StandardDataGridHeader {
	background-color: #DFC18E;
}

.StandardDataGridAlternate {
	background-color: #FBE8C9;
}

.MainText
{
	font-family: "arial", "sans-serif";
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.SmallText
{
	color: #333333;
	font-family: "arial", "sans-serif";
	font-size: smaller;
	font-weight: normal;
}

.daage
{
	font-family: "arial", "sans-serif";
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}

.FrontPageDateText
{
	font-family:"arial", "sans-serif";
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

.FrontPageText
{
	font-family:"arial", "sans-serif";
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.SubheaderText
{
	font-family:"arial", "sans-serif";
	font-size: medium;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.CopyrightText
{
	font-family:"arial", "sans-serif";
	font-size: x-small;
	color: #FFFFFF;
	vertical-align: middle;
}

td.StatsCell
{
	vertical-align: middle;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.ScoreCellLabel
{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

td.ScoreCellValue
{
	text-align: left;
	vertical-align: middle;
}

table.MainSectionStyle
{
	border-style: solid;
	border-width: 0px;
	width:100%;
}

.FrontPageArticleTable
{
	margin-top: 20px;
}

.BorderedTable
{
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	margin-left: 30px;
}	
	
.AdminMenuTable
{
	margin-top: 30px;
	margin-left: 0px;
}

.StandardButton
{
	background-color: #FFF5CD;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	width: 80px;
}

td.SideMenu
{
	padding: 20px;
	text-align: center;
	vertical-align: top;
	width: 99px;
}

p
{
	font-family: "arial", "sans-serif";
	font-size: small;
	font-weight: normal;
	color: #333333;
}
h1
{
	font-family:"arial", "sans-serif";
	font-size:medium;
	font-weight:400;
	color:#EEEEAA
}

A:link
{	
	color:	#1C5420;
}	
		
A:visited
{	
	color:	#54451C;
}	
		
A:active
{	
	color:	#A01300;
}