/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}

.box
{
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	text-align: left;
}

.boxhdr
{
	height: 28px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
	background-image: url(../SiteGraphics/fade_box_hdr.jpg);
	background-repeat:no-repeat ;

}

.MatchSummary
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	background-image: url(../Images/fadedheader.jpg);
	background-repeat:no-repeat ;
	height:250px;

}

.boxftrfade
{
	height: 12px;
	background-image: url(../SiteGraphics/fade_box_ftr.jpg);
	background-repeat:no-repeat ;

}

.boxcnt
{
	padding-top: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: left;
}

.MainRightBox
{
	padding: 0px;
	text-align: center;
}


#ResultsContent
{
	padding-top:55px;
	padding-left: 5px;
	text-align: left;
}


/* ====================================================================================== */
/*                              Rounded / Square Corner Boxes                             */
/* ====================================================================================== */

.bl
{
	background: url(../SiteGraphics/bl.gif) #cbe793 no-repeat 0px 100%;
	width: 100%;
}
.br {background: url(../SiteGraphics/br.gif) 100% 100% no-repeat}
.tl {background: url(../SiteGraphics/tl.gif) 0 0 no-repeat}
.tr {background: url(../SiteGraphics/tr.gif) 100% 0 no-repeat; padding:10px}

.niftybox
{
	background-color: #993300;
	padding: 15px;
}

.SquareBox
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ededd5;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}



/* ====================================================================================== */
/*                              Standard Boxes                                            */
/* ====================================================================================== */

.FadedBox
{
	padding: 10px;
	background-color: #ffffff;
/*	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid; */
	margin-bottom: 15px;
	width: 92%;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	background-image: url(../SiteGraphics/BoxHdrFade.jpg); 
	background-position: top;
	background-repeat: repeat-x;
}


.ValidationError
{
	vertical-align: text-top;
	text-align:left;
	float:left;
	margin-top:-18px;
}

.BannerBox
{
	margin:0 auto;
	background-image: url('../Images/WebsiteLinks_Banner.jpg');
	width:212px;
	height:160px;
}

/* ====================================================================================== */
/*                              Exeter Friendly League Results / Tables                   */
/* ====================================================================================== */

#ExMenu
{
	background-color: #E6DBD7;
	margin-top: 10px;
	padding: 10px;
}

.ExTitle, .tabletitle
{
	font-family: Verdana;
	font-size: 16px;
	color: #993300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-align: left;
}

.tab_content
{
	font-size: 12px;
}

.leaguetable
{
	font-size: 10px;
}

.reshead
{
	background-color: #EAE9BB;
}

.resside
{
	background-color: #EEE8DD;
}

.resultshead
{
	background-color: #EEE8DD;
}

.resultsdata
{
	background-color: #EAE9BB;
}

.resultsdata_new
{
	background-color: #EAE9BB;
}

.fixhead
{
	color: #993300;
	font-size: 12px;
}

.midfix
{
	font-size: 12px;
	background-color: #EEE8DD;
}

.article
{
	font-size: 12px;
	padding-bottom: 20px;
}