/* CSS Document */

body {
	/*font: 12px arial, helvetica, serif;*/
	font:13px "Arial Narrow";
	margin:auto;
	background-color:#000;
	height:100%;
	width:100%;
}

#margin{
	width:780px;
	margin:auto;
	height:auto;
	}

#content {
	position:absolute;
	width:800px;
	height:auto;
	margin: auto;
	margin-top:0px;
	background-color:#FFFFFF;
	
	
}

html>body #content {
	width: 800px;

} 
#header{
	position:relative;
	width:800px;
	height:166px;
	background: url(images/header.jpg) no-repeat;
}

#menu{
	position:relative;
	width:800px;
	height:25px;
	clear:both;
	z-index:2;
	background: url(images/nav.jpg) no-repeat;
	
	}
	
#textArea{
	position:relative;
	height:auto;
	width:770px;
	margin-left:15px;
	margin-left:15px;
	padding-bottom:5px;
	padding-top:15px;
	
	
}
#text{
	position:relative;
	float:left;
	width:445px;
	height:auto;
	background:url(images/headerBg.gif) repeat-x;
	padding-bottom:5px;
	padding-right:15px;
	
}
#space{
	position:relative;
	float:left;
	width:1px;
	height:300px;

	}
#sidebar{
	position:relative;
	float:left;
	width:300px;
	height:auto;
	background-color:#ccc;
	background: url(images/headerBg.gif) repeat-x;
	}


#footer{
	position:relative;
	width:780px;
	padding-left:10px; 
	padding-right:10px;
	padding-top:15px;
	height:40px;
	overflow:hidden;
	text-align:center;
	/*border-top:2px solid #010768;*/
	clear:both;
	/*background: url(images/footer.gif) no-repeat bottom left;*/
}

/* __ for normal text __*/
.box{
	position:relative;
	float:left;
	height:auto;
	width:auto;
	
}

.article_photo{
	margin-bottom:5px; 
	clear:both;
	padding-right:10px;
}

.caption{
	text-align:center;
	font:12px "Arial Narrow";
	font-style:italic;
	color:#666;
}
/*___________________TEXT___________________*/

.h1{
	font:bold 20px "Arial Narrow";
	color:#333;
}
.h2{
	background: url(images/ball.jpg) no-repeat bottom left;
	font:bold 16px "Arial Narrow";
	color:#11115D;
	padding-left:25px;
	height:19px;
	padding-top:0px;
	padding-top:1px;
}

.h3{
	font:bold 14px "Arial Narrow";
	color:#11115D;
}

.failure{
	font:13px "Arial Narrow";
	color:#C90016;
	}
	
.success{
	font:13px "Arial Narrow";
	color:#009933;
	}
	
.finePrint{
	font:11px "Arial Narrow";
	color:#666;
	}

	
/*___________________LINKS___________________*/	
a.tLink:link{
	font:12px "Arial Narrow";
	color:#393FA4;
	text-decoration:none;
	}
a.tLink:visited{
	font:12px "Arial Narrow";
	color:#393FA4;
	text-decoration:none;
	}
a.tLink:hover{
	font:12px "Arial Narrow";
	color:#393FA4;
	text-decoration:none;
	border-bottom:1px solid #B8BBFE;
	}
a.tLink:active{
	font:12px "Arial Narrow";
	color:#393FA4;
	text-decoration:none;
	}


a.option:link{
	font:11px "Arial Narrow";
	color:#4B8BAF;
	text-decoration:none;
	}
a.option:visited{
	font:11px "Arial Narrow";
	color:#4B8BAF;
	text-decoration:none;
	}
a.option:hover{
	font:11px "Arial Narrow";
	color:#4B8BAF;
	text-decoration:underline;
	}
a.option:active{
	font:11px "Arial Narrow";
	color:#4B8BAF;
	text-decoration:none;
	}
	
#footer a{
	text-decoration:none;
	color:#768796;
	font:13px "Arial Narrow";
	padding-left:2px;
	padding-right:2px;
}
#footer a:hover{
	text-decoration:none;
	color:#768796;
	font:13px "Arial Narrow";
	/*background-color:#F3F3F3;*/
	border-bottom:1px solid #768796;
	}
		
/*___________________TABLES___________________*/	

.sideTable table{
	border:1px solid #666;
	font-size:11px;
}
.sideTable th{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	vertical-align:top;
	background-color:#EFEFEF;
}
.sideTable td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	vertical-align:top;
	
}

.scores table{
	border:1px solid #666;
	font-size:13px;
}
.scores th{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	vertical-align:top;
	background-color:#EFEFEF;
	padding:2px;
}
.scores td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	vertical-align:top;
	padding:2px;
}

table .head{
	background-color:#E1E3E3;
}

.rego table td{
	padding:1px;
}
.admin table td{
	padding:2px;
	padding-left:5px;
	vertical-align:top;
}
th{
	font-family:"Arial Narrow";
	font-weight:normal;
	font-style:italic;
	color:#666;
}
/*___________________FORMS___________________*/	

input{
	color:#666666;
}
select{
	color:#666666;
}

label{
	color:#666;
}
textarea{
	color:#666;
}

.small select, .small input{
	font:12px "Arial Narrow";
	width:80px;
	border:1px solid #ccc;
}

.med input, .med select{
	font:12px "Arial Narrow";
	width:150px;
	border:1px solid #ccc;
}

.medium input, .medium select{
	font:12px "Arial Narrow";
	width:200px;
	border:1px solid #ccc;
}

.medium textarea{
	width:200px;
	height:40px;
	font:12px "Arial Narrow";
	border:1px solid #ccc;
}
.large input, .large select{
	font:12px "Arial Narrow";
	width:300px;
	border:1px solid #ccc;
}
.large textarea{
	width:400px;
	height:200px;
	font:12px "Arial Narrow";
	border:1px solid #ccc;
}

.button input{
	font:12px "Arial Narrow";
	width:auto;
	height:18px;
	border:1px solid #ccc;
	width:50px;
}
.contactFrom input{
	font:13px "Arial Narrow";
	border:1px solid #ccc;
	width:280px;
}
.functionsFrom input{
	font:13px "Arial Narrow";
	border:1px solid #ccc;
	width:190px;
}
.contactSubject input{
	font:13px "Arial Narrow";
	border:1px solid #ccc;
	width:350px;
}
.contactMessage textarea{
	font:13px "Arial Narrow";
	border:1px solid #ccc;
	width:350px;
	height:150px;
}







/*___________________DROP DOWNS___________________*/

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* _______top nav item_______*/ 

#nav a {		
	font:15px/25px "Arial Narrow";
	color:#fff;
	text-decoration: none;
	font-weight:normal;
	
}
#nav a:hover {		
	font:15px/25px "Arial Narrow";
	color:#fff;
	text-decoration: none;
	font-weight:normal;
	}

#nav li {
	float: left;
	position: relative;
	/*width:80px;*/
	text-align: left;
	padding:none;
	margin:none;
	text-align:center;
	border:none;
}
.sport{
	position:relative;
	float:left;
	width:80px;
	height:25px;
	text-align:center;
	font:15px/25px "Arial Narrow";
	color:#FFFFFF;
	
}
.sport:hover{
	position:relative;
	float:left;
	width:80px;
	height:25px;
	text-align:center;
}

li#nav_home { width:70px; }
li#nav_home a, li#nav_home a:hover { width:70px !important; }
li#nav_scores { width:70px; }
li#nav_scores a, li#nav_scores a:hover { width:70px !important; }
li#nav_fixtures { width:70px; }
li#nav_fixtures a, li#nav_fixtures a:hover { width:70px !important; }
li#nav_tables { width:70px; }
li#nav_tables a, li#nav_tables a:hover { width:70px !important; }

li#nav_registration { width:100px; }
li#nav_registration a, li#nav_registration a:hover { width:100px !important; }
li#nav_teamsheets { width:100px; }
li#nav_teamsheets a, li#nav_teamsheets a:hover { width:100px !important; }


.sport ul {
	width:105px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color:#FFF;
	opacity: .90;  /* For FF and Safari */
	filter: alpha(opacity=90); /* For IE */
	/*padding: 0.5em 0 1em 0;*/
	border-bottom:5px solid #B61F28;
}



#nav li li a {
	height:25px;
	width:100px;
	display: block;
	font-weight: normal;
	padding-left:5px;
	color:#000;
	text-align:left;
	font-size:13px;
}

#nav li li a:hover {
	height:25px;
	width:100px;
	font-weight: normal;
	background-color:#F8A51B;
	padding-left:5px;
	color:#000;
	font-size:13px;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


	
