/*Soccer Template - CSS by Nadia - PerreLink 2004 not to be copied or distributed */
/* standard link styles */
a:link a:active{
color:#CC6600;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:none;
}
a:visited{
color:#CC6600;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:underline;
}
a:hover{
color:#E1A537;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:underline;
}
body{
	padding:0;
	margin:0;
	color:#396B9F;
	background-color: #0F1E5A;
	font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	border-bottom-color: #396B9F;
	border-color: #396B9F;
	border-left-color: #396B9F;
	border-right-color: #396B9F;
}

/*standard heading tags*/
h1{color:#006699;font-size:14px;}
h2{color:#6A7DA0;font-size:13px;}
h3{color:#CC9933;font-size:12px;}
h4{color: #6E6E6E; font-size:11px;}

/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/

form{margin:0;}


}

/*styles the input fields*/
input{background: url("../background/shadeform.jpg");}
/*styles the form fields*/
label{
color: #333333;
font-weight:normal;}
label,span.spacer{width:100px;}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #333333;
font:14px Arial,Verdana,Geneva,Helvetica,sans-serif;
}
/*styles the comments box*/
textarea{background: url("../background/shadeform.jpg");}

/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{padding:6px;margin-bottom:10px;
}

/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
background-color: #376A9E;
background-image:  url("/images/headerback2.jpg");
background-repeat: repeat-x;
}
/* style for the main table content area */
.maintable{
	background-color: WHITE;
	color:#666666;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* styles the main table links */
.maintable a:link{
	color:#FFFFFF;
	font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-decoration: none;
}
.maintable a:visited{
	color:#FFFFFF;
	font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-decoration: none;
}
.maintable a:hover{
	color:#FFFFFF;
	font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-decoration:underline;
}
.maintable a:active{
	color:#FFFFFF;
	font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
}

.maintd { background-color: #0F1E5A; background-repeat: no-repeat; background-position: right bottom; padding: 20px 20px 20px 20px; width: 500px; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff }

/* styles the menu table inside the flyout div*/
.menu{
border-top:1px solid #000066;
border-left:1px solid #000066;
width:150px;
color: White;
background-color: #000066;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.menu a{
display:block;
color:#000066;
background-color:#000066;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.menu a:link{
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	border-left:1px solid #3A526A;
	padding:2px 2px 2px 2px;
	color: #ffffff;
	background-color: #3A526A;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu a:visited{
border-right:1px solid #000066;
border-bottom:1px solid #000066;
border-left:1px solid #3A526A;
padding:2px 2px 2px 2px;
color:#333333;
background: #3A526A;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}

.menu a:hover{
	border-right:#3A526A 1px solid;
	border-bottom:#3A526A6 1px solid;
	border-left:#3A526A 1px solid;
	padding:2px 2px 2px 2px;
	background-color: #ffffff;
	color:#3A526A;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu a:active{
border-right:1px solid #3A526A;
border-bottom:1px solid #3A526A;
border-left:1px solid #3A526A;
padding:2px 2px 2px 2px;
color:#3A526A;
background-color: #3A526A;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */


.navtable{
margin-top:5px;
margin-left: 7px;
}

/*style for the right side bar area behind the menu buttons*/
.sidebarlft{
background-color: transparent;
width:200px;
padding-left:5px;
}

/*style for the right side bar area */
.sidebarright{
	padding-left: 10px;
	width:200px;
	color: #CCCCCC;
	padding-right: 20px;
	text-decoration: underline;
}
.sidebarright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.sidebarright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.sidebarright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sidebarright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/*this is the closer div -this is needed so that on mouseout the dropdowns close*/
#closer{
margin-top:200px;
width:400px;
left:142px;
position:absolute;
visibility:hidden;
z-index:1;
}

/* FLYOUT DIV STYLES */
/*flyout 1 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown1   { visibility: hidden; position: absolute; z-index: 5; top: 162px; left: 142px; width: 153px; height: 95px; color: #3A526A}
/*flyout 2 div change the co ordinates for left and top if you need to move the flyout  50px between flyouts*/
#dropdown2  { visibility: hidden; position: absolute; z-index: 5; top: 215px; left: 142px; width: 154px; height: 95px; color:#3A526A}
/*flyout 3 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown3  { visibility: hidden; position: absolute; z-index: 5; top: 240px; left: 142px; width: 153px; height: 95px; color:#3A526A }
.footer {
	color: #3A526A;
	text-decoration: underline;
}

.footer a:hover {
color: #424F66; 
text-decoration:underline;
}
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}

#pagedate {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: auto;
	text-align: center;
}
