BODY
{
	background-color: #cccccc;
	text-align: center;
}

DIV
{
	font-family: tahoma;
	font-size: 12px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

FORM
{
	Margin: 0;
}

A
{
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
}


/* =============================================================== */
/* START : SITE FRAMEWORK STYLE ITEMS				   */
/* =============================================================== */

	.SiteHeader
	{
		border: 1px solid #999999;
		background-color: #6699FF;
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		height: 75px;
		font-size: 30px;
		text-align: left;
		line-height: 50px;
		padding: 10px;
	}
	
	.SiteMenu
	{
		background-color: #ffffff;	
		border-right: 1px solid #999999;
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		height: 20px;
		text-align: right;
		
	}
	
	.SiteMainArea
	{
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		background-color: #f1f1f1;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: 900px;
		height: 645px;
	}
	
	.SiteLeft
	{
		padding-top: 10px;
		text-align: left;
		width: 160px;
		float: left;
	}
	
	.SiteMiddle
	{
		padding-top: 10px;	
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		width: 450px;
	}
	
	.SiteRight
	{
		padding-top: 10px;
		text-align: left;
		width: 248px;
		float: left;
	}
	
	.SiteFooter
	{
		background-color: #6699FF;	
		border: 1px solid #999999;
		color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		width: 900px;
		height: 22px;
		line-height: 18px;
		font-weight: bold;
	}
	
	
	.ContentArea
	{
		border: 1px solid #999999;
		background-color: #ffffff;
		text-align:left;	
	}
	
	.SectionTitleHolder
	{
		border-bottom: 1px solid #999999;
		height: 30px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
	}
	.SectionTitle
	{
		color: #6699FF;
		float: left;
		text-align:left;
		line-height: 28px;
		font-size: 16px;
	}
	
	.SectionMoreLink
	{
		color: #6699FF;
		float: right;
		text-align:right;
		line-height: 28px;
		font-size: 12px;
	}

	
/* =============================================================== */
/* END : SITE FRAMEWORK STYLE ITEMS				   */
/* =============================================================== */

/* =============================================================== */
/* START : MENU STYLE ITEMS					   */
/* =============================================================== */

	.SiteMenuSpacer
	{
		border-bottom: 1px solid #999999;
		
	}
	.SiteMenuSpacerSelected
	{
		background-color: #f1f1f1;
	}
	.SiteMenuTab
	{
		border-left: 1px solid #999999;
		border-bottom: 1px solid #999999;		
	}
	.SiteMenuTabSelected
	{
		border-left: 1px solid #999999;
		background-color: #f1f1f1;
	}
/* =============================================================== */
/* END : MENU STYLE ITEMS					   */
/* =============================================================== */

	
/* =============================================================== */
/* START : NEWS LIST TYLE ITEMS					   */
/* =============================================================== */

	.NewsList_FlagImage
	{
		border: 1px solid #999999;
	}

	.NewsList_ItemSubTitle
	{
		color: #999999;
	}
	
	.NewsList_ItemSeperator
	{

		background-image: url('../Images/NewsSeperator.gif');
		background-repeat:repeat-x; 
		background-position:center;
		background-color: #ffffff;		
	}	
	
/* =============================================================== */
/* END : NEWS LIST STYLE ITEMS					   */
/* =============================================================== */

/* =============================================================== */
/* START : NEWS ARTICLE STYLE ITEMS				   */
/* =============================================================== */

	.NewsArticle_TitleHolder
	{

		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		background-color: #ffffff;

	}
	.NewsArticle_BodyHolder
	{
		border: 1px solid #999999;
		background-color: #ffffff;

	}
	.NewsArticle_SourceHolder
	{
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		background-color: #ffffff;
	}
	
/* =============================================================== */
/* END : NEWS ARTICLE STYLE ITEMS				   */
/* =============================================================== */
	
/* =============================================================== */
/* START : COMMENT STYLE ITEMS					   */
/* =============================================================== */
	
	.NewsComments_CommentsHolder
	{
		border: 1px solid #999999;
		background-color: #ffffff;

	}
	.NewsComments_FormHolder
	{
		background-color: #ffffff;
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
	}
	
	.CommentHolder
	{
		border-bottom: 1px solid #999999;
		
	}
	.CommentInfo
	{
		color: #999999;
	}
	
/* =============================================================== */
/* END : COMMENT STYLE ITEMS					   */
/* =============================================================== */

	.SelectedTeam
	{
		padding: 4px;
		font-size: 12px;
		background-color: #6699ff;
		color: #ffffff;
		font-weight: bold;
	}
	.SelectedTeam A
	{
		font-size: 12px;
		background-color: #6699ff;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	.SelectedTeam A:hover
	{
		font-size: 12px;
		background-color: #6699ff;
		color: #ffffff;
		font-weight: bold;
		text-decoration: underline;
	}
	.LeagueTable_Results_Highlight
	{
		background-color: #6699ff;
		color: #ffffff;
	}
.SiteFooter A
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.SiteFooter A:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
