html, body {
	background-image:url(../wsimages/bg_page.gif);
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	height: 100% !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#outerWrapper {
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	width: 975px;
	background-color: #FFFFFF;
	border: 2px groove #6699CC;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#outerWrapperPopups {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	width: 975px;
	background-color: #FFFFFF;
	border: 2px groove #6699CC;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

b, strong {
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size:75%;
}

a {
    color:#6699CC;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
    color:#fbb034;
    text-decoration:none;
	font-weight:bold;
}

img {
	border:0;
}

.blockIMG {
	border:0;
	display:block;
	margin:0;
}

hr {
    width:100%;
	height:.8px;
	color:#d1e0f0;
}
	
/*********** default header styles ***********/

h1 {
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	color:#6699cc;
	border-bottom:2px solid #003366;
	padding-bottom:10px;
	margin-top:5px;
	border-top:1px solid #6699cc;
	padding-top:3px;
}

h2 {
	font-size: 120%;
	font-weight:bold;
	color:#003366;
}

h3 {
	font-size: 100%;
	font-weight:bold;
	color:#003366;
	line-height:100%;
}

h4 {
	font-size: 80%;
	line-height:100%;
}

h5 {
	font-size: 70%;
	color:#33CCFF;
	line-height:100%;
}

h6 {
	font-size: 65%;
	line-height:100%;
}

/*********** #sidenavBar link styles ***********/

#breadcrumbs {
	padding:4px;
	font-size:0.7em;
	height:20px;
	color:#999999;
}

/**************** pagination********************/

.pagination {
	padding:4px;
	font-size:0.7em;
	height:15px;
	color:#999999;
}

/*********** #sidenavBar link styles ***********/

#sidenavBar {
	float:left;
	padding: 0px 0px 0px 0px;
	width: 165px !important;
	width /**/: 165px; /* IE hack */
	margin-top:0px;
}

#sidenavBar ul a:link, #sidenavBar ul a:visited {
	display: block;
}

#sidenavBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidenavBar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #sidenavBar li {border-bottom: 1px  solid #ffffff; }


/*********** sidenav  styles ***********/

#sectionLinks{
	clear: both;
	margin: 0px;
	border: 0px solid #ffffff;	
	border-top:0px;
	color:#333333;
	width:148px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:active {
	padding:5px;
	padding-left:20px;
	height:10px; width:148px;
	color:#666666;
	height:14px;
	font-size:0.7em;
	border-left:3px solid #003366;
	text-decoration:none;
	background-color:#ffffff;
	color:#003366;
	border-bottom:1px dotted #cdcdcd;
	font-weight:normal;
}

#sectionLinks a:hover{
	padding: 5px;
	padding-left:20px;
	text-decoration:none;
	background-color: #f7f7f7;
	border-bottom:1px solid #cccccc;
	color:#7B0042;
	border-left:3px solid #003366;
}

#subsectionLinks a:link, #subsectionLinks a:visited, #subsectionLinks a:active {
	padding: 5px 0px 5px 30px;
	width: 138px !important;
	width /**/: 148px; /* IE hack */
	background-color:#ffffff;
	text-transform:lowercase;
	border-bottom:1px dotted #cdcdcd;
	border-left:3px solid #dddddd;
}

#subsectionLinks a:hover{
	padding: 5px;
	padding-left:30px;
	text-decoration:none;
	background-color: #f7f7f7;
	color:#666666;
	text-transform:lowercase;
	border-left:3px solid #dddddd;
}

#subsubsectionLinks a:link, #subsubsectionLinks a:visited, #subsubsectionLinks a:active {
	padding: 5px 0px 5px 40px;
	width: 128px !important;
	width /**/: 148px; /* IE hack */
	background-color:#ffffff;
	text-transform:lowercase;
	border-bottom:1px dotted #cdcdcd;
	border-left:3px solid #dddddd;
}

#subsubsectionLinks a:hover{
	padding: 5px;
	padding-left:40px;
	text-decoration:none;
	background-color: #f7f7f7;
	color:#666666;
	text-transform:lowercase;
	border-left:3px solid #dddddd;
}

#subsubsubsectionLinks a:link, #subsubsubsectionLinks a:visited, #subsubsubsectionLinks a:active {
	padding: 5px 0px 5px 52px;
	width: 116px !important;
	width /**/: 148px; /* IE hack */
	background-color:#ffffff;
	text-transform:lowercase;
	border-bottom:1px dotted #cdcdcd;
	border-left:3px solid #dddddd;
}

#subsubsubsectionLinks a:hover{
	padding: 5px;
	padding-left:52px;
	text-decoration:none;
	background-color: #f7f7f7;
	color:#666666;
	text-transform:lowercase;
	border-left:3px solid #dddddd;
}

#subsubsubsubsectionLinks a:link, #subsubsubsubsectionLinks a:visited, #subsubsubsubsectionLinks a:active {
	padding: 5px 0px 5px 62px;
	width: 106px !important;
	width /**/: 148px; /* IE hack */
	background-color:#ffffff;
	text-transform:lowercase;
	border-bottom:1px dotted #cdcdcd;
	border-left:3px solid #dddddd;
}

#subsubsubsubsectionLinks a:hover{
	padding: 5px;
	padding-left:62px;
	text-decoration:none;
	background-color: #f7f7f7;
	color:#666666;
	text-transform:lowercase;
	border-left:3px solid #dddddd;
}

/*********** #form element styles ***********/

input{
	font-size:90%;
	border:1px solid #003366;
}

/*********** container table styles ***********/
.containertable{
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;	
}

.contenttable{
	border:5px solid #ffffff;
	background-color:#FFFFFF;
}

/*********** breadcrum nav styles style ***********/

.youarein {
    font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#003366;
	border-left:160px solid #003366;
	border-top:5px solid #003366;
	height:25px;
	padding-left:20px;
	background-color:#ffffff
}

.youarein a{
    font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6699CC;
}
	  
.youarein a:hover{
    font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#003366;
}

 /*********** default data table styles  ***********/
  
.datatableheader th, datatableheader td{
    background-color: #ffffff;
	padding-left:5px;
	color:#003366;
	font-size:75%;
	font-weight:bold;
	height:35px;
	border-bottom:1px solid #6699cc;
	vertical-align:middle;
	text-align:left;
}

.datatablesubheader th{
   color:#6699CC;
   font-weight:bold;
   height:35px;
   background-color:#ffffff;
   text-align:left;
   vertical-align:middle;
   padding-left:5px;
   border-bottom:1px solid #6699CC;
   font-size:75%;
}

.datatablesubheader td{
   color:#666666;
   font-weight:bold;
   height:20px;
   background-color:#f9f9f9;
   text-align:left;
   vertical-align:middle;
   padding-left:5px;
   border-bottom:1px solid #ffffff;
   font-size:75%;
}

.datatablerow td {
	padding:5px;
	background-color:#ffffff;
	border-bottom:1px solid #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:.8em;
}

.datatablerowdark td {
	padding:5px;
	background-color:#F7F7F7;
	border-bottom:1px solid #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:75%;
}


.dataText {
	padding:5px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:75%;
}
.dataBody {
	padding:5px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}
/*********** news styles ***********/

.newsdate{
	color:#6699cc;
}

/*********** email a friend footer styles ***********/

.tableheader{
    border-bottom: 1px dotted #6699cc;
	color:#003366;
	font-size:80%;
	font-weight:bold;
	padding-left:5px;
	height:30px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.tablecontent{
	background-color:#F7F7F7;
	font-size:75%;
	padding:10px;
	padding-top:15px;
	border:5px solid #EFEFEF;
	color:#666666;
}

.tablecontentintrotext{
	padding:10px;
	vertical-align:top;
	background-color:#003366;
	color:#ffffff;
	border:0px;
}

.tablecontentfeature{
	background-color:#F7F7F7;
	padding:5px;
	border:1px solid #EFEFE
	color:#666666;
}

.tablecontentfeature p{
	font-size:65%;
	display:inline;
}

.tablecontentfeature a{
	color:#003366;
}

/*********** gymnastics footer styles ***********/

.sgfooter {
   font-size:70%;
   padding-bottom:0px
}

.sgfooter a {
   font-weight:normal; 
}

.sgfooter a:hover {
   font-weight:normal; 
}

#footer {
	clear:both;
	width:100%;
    padding: 10px 0px 0px 0px;
	horizontal-align:middle;
	vertical-align:bottom;
}

/********************** divs ********************/

#content {
	float:left;
	margin: 0 0 0 20px;
	width:80%;
	vertical-align:top;
}

#contentFull {
	margin: 0 0 0 0px;
	width:100%;
	vertical-align:top;
}

#navLeft {
	width:80%;
	float:left;
	vertical-align:top;
	display:inline;
	margin-top:0px;
	padding: 0px 0px 10px 0px;
}

#navRight {
	width:15%;
	float:right;
	height:80px;
	vertical-align:top;
	display:inline;
	margin-top:0px;
	border-left:1px dotted #6699CC;
	padding: 0px 0px 10px 30px;
}

#contentRight {
	width:25%;
	float:right;
	margin: 0 0 0 20px;
	vertical-align:top;
	display:inline;
	margin-top:0px;
}

#header {
	width:100%;
	padding: 10px 0px 0px 0px;
	border-bottom: 5px solid #6699CC;
}
	
#header a:link, #header a:visited, #header a:active {
	font-size:12px; 
	color:##6699CC;
}

#contentLeft {
	width:52%;
	float:left;
	margin: 0 0 0 20px;
	vertical-align:top;
	display:inline;
	margin-top:0px;
	margin-left:20px;
}

#topNav {
	background-color: #333366;
	clear:both;
	width:100%;
    padding: 0px 0px 0px 0px;
	vertical-align:top;
}

#topNav_disciplines {
	background-color: Gray;
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.clearFloats {
	clear: both;
}


/********calendar styles *********/	
	
.calendar {
	width:100%;
	margin:0;
	background-color:#ccc;
	color:#666666;
	font-size:12px;
	line-height:120%;
}
		
.calmonth {
	background-color:#333366;
	color:#fff;
}

.calweekdays {
	background-color:#eee;
	text-align:center;
	color:#666;
}

.calnoday {
	background-color:#eee;
}

.calday {
	width:px;
	background-color:#fff;
	text-align:center;
}

.caltoday {
	border:2px solid #09c;
	font-weight:bold;
}

.title {
	font-weight:normal;
}

.calevent {
	background-color:#def;
	color:#069;
	font-size:80%;
}
.calevent a {
	background-color:#def;
	color:#000;
	font-weight:normal;
}

.calevent_Mens_Artistic {
	background-color:#99ccff;
	font-size:80%;
}
.calevent_Mens_Artistic a {
	background-color:#99ccff;
	color:#000;
	font-weight:normal;
}

.calevent_Acrobatic {
	background-color:#ffffcc;
	font-size:80%;
}
.calevent_Acrobatic a {
	background-color:#ffffcc;
	color:#000;
	font-weight:normal;
}

.calevent_Womens_Artistic {
	background-color:#ff99cc;
	font-size:80%;
}
.calevent_Womens_Artistic a {
	background-color:#ff99cc;
	color:#fff;
	font-weight:normal;
}

.calevent_Gen_Gymnastics {
	background-color:#ffff00;
	font-size:80%;
}
.calevent_Gen_Gymnastics a {
	background-color:#ffff00;
	color:#000;
	font-weight:normal;
}

.calevent_Rhythmic {
	background-color:#00ff00;
	font-size:80%;
}
.calevent_Rhythmic a {
	background-color:#00ff00;
	color:#000;
	font-weight:normal;
}

.calevent_Trampolining {
	background-color:#ffffff;
	font-size:80%;
}
.calevent_Trampolining a {
	background-color:#ffffff;
	color:#000;
	font-weight:normal;
}

.calevent_Disability {
	background-color:#ff0000;
	font-size:80%;
}
.calevent_Disability a {
	background-color:#ff0000;
	color:#fff;
	font-weight:normal;
}

.calevent_Coach_Education {
	background-color:#c2028e;
	font-size:80%;
}
.calevent_Coach_Education a {
	background-color:#c2028e;
	color:#fff;
	font-weight:normal;
}

.calevent_Ethics_and_Welfare {
	background-color:#7502a5;
	font-size:80%;
}
.calevent_Ethics_and_Welfare a {
	background-color:#7502a5;
	color:#fff;
	font-weight:normal;
}

.calevent_Schools {
	background-color:#0080ff;
	font-size:80%;
}
.calevent_Schools a {
	background-color:#0080ff;
	color:#fff;
	font-weight:normal;
}

/************ News Styles **********/

.newsArticle {
	font-size:0.9em;
	line-height:1.4em;
	color:#666666;
}

.newsArticle a{
	font-size:1em;
}

.newsArticle h2{
	font-size:1.4em;
	line-height:1.4em;
	margin-top:0px;
	padding-top:0px;
}

.newsArticle p{
	font-size:0.9em;
}

.newsArticle h4{
	color:#548dc5;
	font-weight:normal;
	font-size:0.9em;
}

.newsTeaserHeader {
	font-size:0.8em;
	font-weight:bold;
	color:#003366;
	background-color: #cedeef;
	padding-left:15px;
}

.newsTeaser {
	color:#666666;
	border-bottom:1px solid #d1e0f0;
	height:44px;
	padding-top:7px;
	padding-bottom:10px;
}
.newsTeaser a{
	font-size:0.8em;
}

.newsTeaser:hover  {
	color:#fbb034;
	cursor:pointer;
}

.newsTeaser h4{
	color:#003366;
	margin:0px;
	font-weight:bold;
	font-size:0.7em;
}
.newsTeaserWithImage {
	color:#666666;
	border-bottom:1px solid #d1e0f0;
	height:100px;
	padding-top:7px;
	padding-bottom:10px;
}
.newsTeaserWithImage a{
	font-size:0.8em;
}
.newsTeaserWithImage h4{
	color:#003366;
	margin:0px;
	font-weight:bold;
	font-size:0.7em;
}

.newsTeaserWithImage a{
	font-size:0.8em;
}
.newsTeaserLead h4{
	color: #003366;
	margin: 0px;
	font-size: 0.7em;
	font-weight: bold;
}
.newsTeaserLead {
	margin-top:5px;
	clear: both;
}


.newsTeaserLead a{
	margin:0px;
	font-size:0.9em;
	font-weight:bold;
}

.newsTeaserLead a:hover{
	color:#fbb034;
}

.newsTeaserLead p{
	font-size:0.8em;
}

.newsTeaserWindies {
	font-size:0.8em;
	color:#666666;
	height:70px;
}

.newsTeaserWindies:hover  {
	cursor:pointer;
	background-color:#ffffff;
}

.newsTeaserWindies h4{
	color:#fbb034;
	margin:0px;
	font-weight:normal;
	font-size:0.9em;
	font-weight:bold;
}

.newsSearch td{
	background-color:#f7f7f7;
	padding:5px;
	border-top: 1px solid #fbb034;
	border-bottom: 1px solid #008851;
	font-size:0.8em;
	color:#7B0042;
	font-weight:bold;
}

.callouttable{
	float: right;
	width: 160px;
	background-color:#5C0031;
}

.callouttable p {
	color: #fbb034;
	font-style: italic;
	padding: 5px 5px 5px 5px;
}

div.newsteaserimage{
	font-size: 75%;
	float: right;
	padding: 0px 10px 0px 10px;
}

.caption {
	line-height: 6px;
	font-size: 0.8em;
	color:#333;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}

/************Gallery Styles ***********/

.galleryTitle{
	font-size:0.7em;
	font-weight: bold;
	color:#666666;
}

.galleryDate{
	font-size:0.7em;
	color:#fbb034;
}

.sectionHeader {
	color:#fbb034;
	background-color:#7B0042;
	height:17px;
	font-size:0.7em;
	font-weight:bold;
	vertical-align:middle;
	padding-left:10px;
	padding-top:1px;
	border-bottom:5px solid #ffffff;
}

.featuresImage {
	width:90px;
}

.featuresText {
	background-color:#f7f7f7;
	padding:3px;
	padding-top:5px;
	border-top:3px solid #FBB034;
}

.featuresText:hover {
	background-color:#ffffff;
	cursor:pointer;
	border-top:3px solid #008851;
}

.featuresText a{
	font-weight:bold;
	font-size:0.8em;
}

.featuresText p{
	margin:0px;
	padding:0px;
	font-size:0.8em;
}

/************* Events Styles **************/

.eventsDetails .name {
	color:#003366;
	font-weight:bold;
}

.eventsDetails {
	padding:10px;
	color:#666666;
	clear: both;
}

.eventsDetails .date {
	font-size:0.8em;
}

/*********************Image display div**********************/

.imageDisplay{
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	float:left;
}

/********* Homepage styles ********/

.heroContainer {
	background-color:#000;
	padding: 0px 0px 0px 0px;
	height: 160px !important;
	height: 160px; /* For IE */
}

.textIntro {
	background-color:#000;
	/*font:70%/1.2em "Verdana", Arial,  Helvetica, sans-serif;*/
	font:"Verdana", Arial,  Helvetica, sans-serif;
	color:#f3f3f3;
	padding: 10px 5px 10px 5px;
	height: 140px !important;
	height: 160px; /* For IE */
	width: 290px !important;
	width: 290px; /* For IE */
	margin-top: 10px;
	margin-bottom: 10px;
}

.textIntro a:link, .textIntro a:visited, .textIntro a:active {
	font-size:11px; 
	color:#cee2ff;
}

.textIntro a:hover {
	color:#fbb034;
}

.textIntroFit {
	background-color:#000;
	/*font:70%/1.2em "Verdana", Arial,  Helvetica, sans-serif;*/
	font:"Verdana", Arial,  Helvetica, sans-serif;
	color:#cee2ff;
	padding: 10px 5px 10px 5px;
	height: 140px !important;
	height: 160px; /* For IE */
	width: 290px !important;
	width: 290px; /* For IE */
	margin-top: 10px;
	margin-bottom: 10px;
}

.textIntroFit a:link, .textIntro a:visited, .textIntro a:active {
	font-size:11px; 
	color:#cee2ff;
}

.textIntroFit a:hover {
	color:#fbb034;
}

.eventsBg {
	height: 100% !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	color:#e6e6e6;
	background-image:url(../wsimages/bg_feature_t.jpg);
	background-color:#e0ebf5;
	padding: 15px 0px 0px 0px;
	background-position:left top;
	margin-top: 0px;
}

.featureBox {
	height: 100% !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-image:url(../wsimages/bg_feature.gif);
	background-color:#cdccff;
	padding: 10px 15px 10px 15px;
	width:auto;
}