BODY
{
	margin: 0px;
	padding: 0px;
}
.Title
{
	font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color: #F2F041; 
}
span.Title
{
	display: block; margin-bottom: 10px;
}
.Title1
{
	font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FDFA40;
	line-height: 42px;
}
.Title2
{
	font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #31499C;
}
.Title3
{
	font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 47px;
	padding-left: 18px;
}
.blu-top
{
	width: 100%;
	background: url(images/blu-top-bdr.png) repeat-x;
}
.blu-rght
{
	background: url(images/blu-rght-bdr.png) repeat-y;
	width: 16px;
}
.blu-btm
{
	width: 100%;
	background: url(images/blu-bottm-bdr.png) repeat-x;
}
.blu-lft
{
	background: url(images/blu-lft-bdr.png) repeat-y;
	width: 16px;
}
.cont .Normal
{
	background: #31499C url(images/cont-bg-logo.png) no-repeat center;
	/*padding-top: 10px;*/
	color: #FFF;
}
.cont P .Normal
{
	background: #31499C url(images/cont-bg-logo.png) no-repeat center;
	color: #FFF;
}
.blu-bg
{
	background: url(images/blu-title-ltop-bg.png) repeat-x;
	width: 100%;
}
.blu-lft-bdr
{
	background: url(images/blu-title-lft-bdr.png) repeat-y;
}
.blu-rght-bdr
{
	background: url(images/blu-title-rght-bdr.png) repeat-y right;
}
.blu-btm-bdr
{
	background: url(images/blu-title-btm-bdr.png) repeat-x;
	width: 100%;
}
.cont2
{
	background: #FFF;
	padding-top: 5px;
}
.bdr-top
{
	background: url(images/blu-border-top-bdr.png) repeat-x;
	width: 100%;
}
.bdr-lft
{
	background: url(images/blu-border-lft-bdr.png) repeat-y left;
}
.bdr-rght
{
	background: url(images/blu-border-rght-bdr.png) repeat-y right;
}
.bdr-btm
{
	background: url(images/blu-border-botom.png) repeat-x;
	width: 100%;
}
.cont3 .Normal
{
	padding-top: 15px;
	background: #FFFFFF;
	color: #403E3E;
}
.cont3 P .Normal
{
	color: #403E3E;
}
.gry-top
{
	background: url(images/graybg-top-bdr.png) repeat-x;
	width: 100%;
}
.gry-lft
{
	background: url(images/graybg-lft-bdr.png) repeat-y left;
}
.gry-rght
{
	background: url(images/graybg-rght-bdr.png) repeat-y right;
}
.gry-btm
{
	background: url(images/graybg-botom.png) repeat-x;
	width: 100%;
}
.cont4 .Normal
{
	padding-top: 15px 10px;
	background: #DBE0E6;
}
.cont4 P .Normal
{
	color: #403E3E;
}
.cont5 .Normal
{
	padding: 10px 0px;
	background: #FFFFFF;
	color: #403E3E;
}
.cont5 P .Normal
{
	color: #403E3E;
}
.curb-top
{
	background: url(images/curb-top-bg.png) repeat-x;
	width: 100%;
}
.curb-lft
{
	background: url(images/curb-lft-bdr.png) repeat-y;
}
.curb-rght
{
	background: url(images/curb-rght-bdr.png) repeat-y;
}
.curb-btm
{
	background: url(images/curb-botom-bg.png) repeat-x;
	width: 100%;
}
.soccer-bg
{
	background: url(images/soccer-bd.png) no-repeat left;
	height: 47px;
}
.cont6 .Normal
{
	background: #31499C;
	padding-top: 10px;
	color: #FFF;
}
.cont6 P .Normal
{
	background: #31499C;
	color: #FFF;
}
/********************************************************************
BSB-Admin Container.css
Created: 10-28-2010
Last Updated: 10-28-2010
********************************************************************/
.AdminWrap
{
	margin-bottom: 15px;
	border: 1px solid #4782B9;
	background-color: transparent;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.3)*/
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.AdminBody
{
	padding: 20px 25px;
	margin: 3px;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*-moz-box-shadow: 0 0px 1px rgba(0,0,0,0.1)*/
	-webkit-box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
.CSS_ClearBoth
{
	clear: both;
}
/********************************************************************
Fixed Module CSS
*******************************************************************
Override font color to ensure that content can be readable on white background*/
.AdminBody, .AdminBody TD, .AdminBody UL LI
{
	color: #000;
}
.AdminBody A:link, .AdminBody A:visited, .AdminBody A:active
{
	color: #0064AC;
}
.AdminBody A:hover
{
	color: #F00;
}
.AdminBody .Normal, .AdminBody .MediumHead, .AdminBody .SubHead
{
	color: #000;
}
/*Overide NormalTextBox style*/
.AdminBody .NormalTextBox
{
	border: 1px solid #828790;
}
.AdminBody .grey_box_back .NormalTextBox
{
	border: 0px solid #000000;
	background-color: transparent;
}
.AdminBody .RadGrid_Default .NormalTextBox, .AdminBody TD.NormalTextBox, .AdminBody TABLE.NormalTextBox, .AdminBody SPAN.NormalTextBox
{
	border: 0px solid #000000;
}
/*
.ui-tabs-panel A:link, .ui-tabs-panel A:Hover, .ui-tabs-panel A:Visited
{
	color: #FFFF00 !important;
}
/*