﻿body
{
	font-family: Tahoma ,arial, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6
{
	margin: 10px;
	padding: 0;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 10px;
}

h6
{
	font-size: 8px;
}

p
{
	margin: .3;
	padding: .3;
}

select, input, textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
}

div
{
	padding: 0;
	margin: 0;
}

a, a:hover, a:link, a:visited
{
	text-decoration: none;
	color: #0095bf;
}

/* main container */
#main
{
	/*width: 800px;*/
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#preheader
{
	width: 100%;
	height: 20px;
	background-image: url(Images/preheaderbg.jpg);
}

#header
{
	/*width: 798px;*/
	width:100%;
	height: 201px;
	background-image: url(/logo.ashx);
	margin-bottom: 2px;
	border: solid 1px Black;
	border-top: none;
}

#header #entHeader
{
	float: left;
	position: relative;
	top: 0px;
	left: 3px;
}
#header #entHeader h1
{
	color: #8fe8fa;
	font-size: 16px;
	letter-spacing: .001em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


#header #entLink
{
	float: right;
	position: relative;
	top: 180px;
}

#header #entLink a
{
	color: #57a1b0;
	font-size: 16px;
	font-weight: bold;
	color: #8fe8fa;
	padding: 0;
	margin: 0;
}


#headerbottom
{
	width: 100%;
	height: 50px;
	margin-bottom: 4px;
}

#headerbottom #left
{
	float: left;
	width: 397px;
	background-color: #004457;
	border: solid 1px black;
	height: 100%;
}
#headerbottom #right
{
	float: right;
	width: 397px;
	background-color: #004457;
	border: solid 1px black;
	height: 100%;
}

#middle
{
	clear: both;
	width: 100%;
	margin-bottom: 4px;
}

#middle #leftside
{
	width: 175px;
	float: left;
	background-color: #004457;
	border: solid 1px black;
	margin-right: 2px;
	padding-top: 1px;
}

#middle #content
{
	/*width: 614px;*/
	width:100%;
	float: left;
	padding: 0px 2px 1px 3px;
	border: solid 1px black;
	background-image: url(Images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: White;
	/*overflow:auto;*/
}

#middle #rightside
{
	width: 175px;
	float: right;
	background-color: #004457;
	border: solid 1px black;
	margin-left: 2px;
}

#footer
{
	clear: both;
	height: 50px;
	background-color: #004457;
	border: solid 1px Black;
	border-bottom: none;
	margin-top: 1px;
	text-align:center;
}
/*#footer a:hover, a:link, a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}*/

#postfooter
{
	/*width: 794px;*/
	width:100%;
	height: 18px;
	background-image: url(Images/preheaderbg.jpg);
	margin-bottom: 4px;
	padding: 2px 2px 0px 2px;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
}


#middle #leftside #EntAsscLogo
{
	margin: 3px 3px 10px 4px;
	background-image: url(Images/entassclogo.jpg);
	height: 79px;
	width: 166px;
}

.EntColor
{
	color: #8fe8fa;
}

.pageContent
{
	background-color: White;
	background-image: url(Images/tablebg.jpg);
	background-repeat: repeat-x;
}

.pageContent tr:hover, .pageContent tr:hover a
{
	background-color: #004457;
	color: #ffffff;
}

.galleryImage img
{
	border: solid 1px black;
}

.galleryImageListItem
{
	border: solid 1px black;
}

.legendTable
{
	margin-top: 3px;
	margin-right: 1px;
	font-size: 10px;
	text-align: center;
}


.NationalEvents
{
	background-color: #ff994e;
	border: solid 1px black;
}

.AreaChampionships
{
	background-color: #ebff7c;
	border: solid 1px black;
}

.NationalCircuit
{
	background-color: #7cff85;
	border: solid 1px black;
}

.FreeCoaching
{
	background-color: #ff329c;
	border: solid 1px black;
}

.OpenMeeting
{
	background-color: #76a3d5;
	border: solid 1px black;
}

.FixturesTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

.FixturesTable td
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray Gray Gray Gray;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}

.FixturesTable td.FirstCell
{
	width: 1px;
}

.title
{
	margin-left: 5px;
}

.contentpadding
{
	margin-left: 20px;
}

a.fixtureslink 
{
	color:Black;
}