﻿/* ============================================= */
/* =============== CSS Document ================ */
/* ============================================= */
html
{
	scrollbar-face-color: #dceffb;
	scrollbar-shadow-color: #003366;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #003366;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #003366;
	scrollbar-arrow-color: #003366;
}
body
{
	font-family: Verdana;
	font-size: 80%;
	background-image:url(http://www.swimcheshire.org/_images/bg1.png);
	background-repeat: repeat-x; 
	background-color: #e6f2fb;
	color: Black; 
  	min-width: 980px; 
}
/* ============================================= */
/* ================= main banner =============== */
/* ============================================= */
.banner
{
	font: 30px Verdana;
	font-weight: bold;
	width: 100%; 
	color: #003366;  
}
.imgBanner
{
	width: 100%; 
	background-color:#FFFFFF; 
}

/* =========================================================== */
/* ================= Content Container Styles ================ */
/* =========================================================== */
.outerContainer
{
	text-align: left;
  	width: 980px;
	margin-left: auto;
	margin-right: auto; 
}
.contentContainer
{
	float: left;
	display: inline;
	width: 100%; 
}
.innerContainer
{
	width: 98%;
	background-color:#FFFFFF; 
 	margin-left: 10px; 
}
.PageTable
{
	width: 100%;
	vertical-align: top;
	text-align:left;
	min-height: 750px;
}
td
{
	font: 12px Verdana;
	color: Black;
	text-align:left;
}
img
{
	border-style: none;
}
.divCentre
{
	text-align: center;
}
.divRight
{
	float: right;
}
.BodyTable
{
	text-align:left;
	width: 100%;
	vertical-align: top;
}

/* ============================================= */
/* ================= 'h' styles ================ */
/* ============================================= */
h1
{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font: 16px Verdana;
	color: #003366;
	font-weight: bold;
}
h2
{
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font: 14px Verdana;
	color: #003366;
	font-weight: bold;
}
h3
{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font: 12px Verdana;
	color: #003366;
	font-weight: bold;
}
h4
{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font: 10px Verdana;
	color: #003366;
	font-weight: normal;
}
h6
{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color: #FF0000;
	font-size: 2em ;
	text-align: center;
}
hr
{
	color: #003366;
}
/* ============================================= */
/* ================= Nav Styles ================ */
/* ============================================= */
.tabsContainer
{
	float: right;
	display: inline;
	color: #E0EFFF;
	padding-right: 24px;
}
.tabContainer
{
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	overflow: hidden;
	font-weight: bold;
}
.tabMid
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavy.gif);
	background-repeat: repeat-x; 
	text-align: center;
	height: 20px;
	font: 14px Verdana Bold;
}
.tabLeft
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavyLeft.jpg);
	background-repeat: no-repeat; 
	height: 20px;
	width: 14px;
}
.tabRight
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavyRight.jpg);
	background-repeat: no-repeat; 
	height: 20px;
	width: 14px;
	padding-right: 3px;
}
.tabRight2
{
	float: right;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavyRight.jpg);
	background-repeat: no-repeat; 
	width: 14px; 
}
.tabMid2
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavy.gif);
	background-repeat: repeat-x;
	display: inline;
	text-align: center;
	height: 40px;
	font: 10px Verdana Bold;
}
.tabLeft2
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavyLeft.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 40px;
	width: 14px;
}
.tabRight2
{
	float: left;
	background-image: url(http://www.swimcheshire.org/_images/homeTabNavyRight.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 40px;
	width: 14px;
}
.navContainer
{
	float: left;
	display: inline;
	width: 100%;
	height: 30px; 
	background-color: #003366; 
}
.navLoginTitles
{
	float: left;
	display: inline;
	font: 0.75em Verdana;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
}
/* ============================================= */
/* ============== Navy Text Link =============== */
/* ============================================= */
.linkNavNavy:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkNavNavy:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkNavNavy:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkNavNavy:hover
{
	color: #FFF000;
	text-decoration: none;
}
/* =========================================================== */
/* ====================== Left Navigation ==================== */
/* =========================================================== */
.leftNav
{
	text-align: center;
	vertical-align:top;
}
.leftNavContainer
{
	float: left;
	display: inline;
	width: 120px;
	font: 1em Verdana Bold;
}
.leftNavContent
{
	width: 120px; 
}
.leftNavContent2
{
	width: 100px;
	padding:  0em 0em 0em 2em;
}

.leftNav a:link, .leftNav a:visited, .leftNav a:active
{
	display: block;
	text-decoration: none;
	border-width: thin;
	border-style: solid;
	border-color: #E0EFFF;
	color: #FFFFFF;
	background-color: #003366;
	padding: 0.2em 0em 0.2em 0em;
}
.leftNav a:hover
{
	background: #FFFFFF;
	border-width: thin;
	border-style: solid;
	border-color: #003366;
	text-decoration: none;
	color: #003366;
}
/* =========================================================== */
/* ====================== Calendar bits ====================== */
/* =========================================================== */
.calendarTH a:link
{
	background: #003366;
	font: 14px Verdana;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.calendarTH a:visited
{
	background: #003366;
	font: 14px Verdana;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.calendarTH th
{
	background: #003366;
	font: 14px Verdana;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.calendar td
{
	height: 60px;
	text-align: left;
	vertical-align: top;
}
.calCorporate { background-color:#DDD93C; font-weight: bold;} 		/* pale green 		*/
.calCourses { background-color:#C5D9F1; font-weight: bold;} 		/* pale green 		*/
.calSwimming { background-color:#F2BFBF; font-weight: bold;} 		/* pale pink 		*/
.calWaterPolo { background-color:#0099FF; font-weight: bold;} 		/* pale blue  		*/
.calSynchro { background-color:#FFCC66; font-weight: bold;} 		/* orange 			*/
.calManagement { background-color: #66FFFF; font-weight: bold;} 	/* bright blue 		*/
.calDisability { background-color:#DDD93C; font-weight: bold;} 		/* pale yellow 		*/
.calDiving { background-color:#FF6699; font-weight: bold;} 			/*  mouve  			*/
.calMasters { background-color:#99FF33; font-weight: bold;} 		/* bright green  	*/
.calOpenWater { background-color:#D7E3BC; font-weight: bold;}  		/* pale green 		*/
.calSwim21 { background-color:#FFCCFF; font-weight: bold;}			/* pale green 		*/

.calcorporate { background-color:#DDD93C; font-weight: bold;} 		/* pale green 		*/
.calcourses { background-color:#C5D9F1; font-weight: bold;} 		/* pale green 		*/
.calswimming { background-color:#F2BFBF; font-weight: bold;} 		/* pale pink 		*/
.calwaterpolo { background-color:#0099FF; font-weight: bold;} 		/* pale blue  		*/
.calsynchro { background-color:#FFCC66; font-weight: bold;} 		/* orange 			*/
.calmanagement { background-color: #66FFFF; font-weight: bold;} 	/* bright blue 		*/
.caldisability { background-color:#DDD93C; font-weight: bold;} 		/* pale yellow 		*/
.caldiving { background-color:#FF6699; font-weight: bold;} 			/*  mouve  			*/
.calmasters { background-color:#99FF33; font-weight: bold;} 		/* bright green  	*/
.calopenwater { background-color:#D7E3BC; font-weight: bold;}  		/* pale green 		*/
.calswim21 { background-color:#FFCCFF; font-weight: bold;}			/* pale green 		*/

.cal1  { background-color:#DDD93C; font-weight: bold;} 				/* pale green 		*/
.cal2  { background-color:#C5D9F1; font-weight: bold;} 				/* pale green 		*/
.cal9  { background-color:#F2BFBF; font-weight: bold;} 				/* pale pink 		*/
.cal11 { background-color:#0099FF; font-weight: bold;} 				/* pale blue  		*/
.cal10 { background-color:#FFCC66; font-weight: bold;} 				/* orange 			*/
.cal5  { background-color:#66FFFF; font-weight: bold;} 				/* bright blue 		*/
.cal3  { background-color:#DDD93C; font-weight: bold;} 				/* pale yellow 		*/
.cal4  { background-color:#FF6699; font-weight: bold;} 				/*  mouve  			*/
.cal6  { background-color:#99FF33; font-weight: bold;} 				/* bright green  	*/
.cal7  { background-color:#D7E3BC; font-weight: bold;}  			/* pale green 		*/
.cal8  { background-color:#FFCCFF; font-weight: bold;}				/* pale green 		*/


/* =========================================================== */
/* ======================== footer bits ====================== */
/* =========================================================== */
.footer
{
	background: #003366;
	color: #FFFFFF;
	font: 0.75em Verdana;
	width: 100%; 
}
.footer a:link, .footer a:visited, .footer a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover
{
	text-decoration: none;
	color: #fff000;
}
/* =========================================================== */
/* ================= ASANav Container Styles ================= */
/* =========================================================== */
.ASANav
{
	font-family: helvetica;
	font-weight: bold;
	font-size: 10px ;
	text-align: left;
	color: #FFFFFF;  
}
.ASANav a:link, .ASANav a:visited, .ASANav a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.ASANav a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* =========================================================== */
/* ======================== === END === ====================== */
/* =========================================================== */
