@charset "utf-8";
/* CSS Document */

a:link              { color:#00133d; text-decoration:none; }
a:visited           { color:#00133d; text-decoration:none; }
a:hover             { color:#c21010; text-decoration:underline; }
a:active            { color:#00133d; text-decoration:none; }

a.otherLink:link    { color:#00133d; text-decoration:none; }
a.otherLink:visited { color:#00133d; text-decoration:none; }
a.otherLink:hover   { color:#c21010; text-decoration:underline; }
a.otherLink:active  { color:#00133d; text-decoration:none; }

body{
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	background: top no-repeat #3a8d00 url(../images/bggrass.jpg);}
	
img{border:none;}

#Wrapper{
	position:relative; 
	top:5px;
	width:980px;
	left: 50%; 
	margin-left:-490px; 
	text-align:center;}
	
#ResultsModule{
	position:relative;
	float:left;
	width:410px;
	padding:10px;
	padding-top:3px!important;
}

#SeasonModule{
	position:relative;
	float:left;
	width:410px;
	padding:10px;
	padding-top:3px!important;
	margin-bottom:5px;
}

#SeasonStats{
	width:100%;
	margin-top:10px;
	text-align:left;
}

.EditOption{
	background-color:#FFF;
	width:99%;
	text-align:right;
	font-size:10px;	}
	
.News{
	width:500px;
	position:relative;
	float:right;
	text-align:center;
	padding:10px;
	padding-top:3px!important;}

#FWLTopScorers{
	position:relative;
	float:right;
	top: 10px;
	width:500px;
	padding:10px;
	padding-top:3px!important;}
	
.rounded_STYLE{
    background-color:#FFF;
    border: 2px solid #000;
    -webkit-border-radius: 8px;    /* for Safari */
    -moz-border-radius: 8px;       /* for Firefox */}

#MainTitle{
	font-size:36px;
	font-weight:bold;
	padding:0px;
	margin:0px;}

#SubTitle{
	border-top:none;
	font-size:20px;}

.ModuleHeading{
	background-color:#FFF;
	width:99%;
	text-align:right;
	font-size:16px;
	padding-bottom:5px;}
	
.ModuleHeadingTwo{
	position:relative;
	left:-10px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	background-color:#c21010;
	color:#FFF;
	/*width:520px;*/
	width:100%;
	font-size:16px;
	padding-top:4px;}

.ModuleHeadingThree{
	position:relative;
	left:-10px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	background-color:#c21010;
	color:#FFF;
	width:520px;
	font-size:16px;
	padding-top:4px;
	display:table-cell;
	vertical-align:middle;}
	
.ModulePicture{
	position:relative;
	top:-20px;
}
	
.ModuleText{
	position:relative;
	text-align:left;
	font-size:12px;
	display:none;}

.PreviousNext{
	position:relative;
	top: 155px;
	font-size:12px;
}
	
.Show{
	display:block;}
	
.Hide{
	display:none;}
	
/* Result Module */

#resulttable{
	width:100%;
	padding-bottom:10px;
	padding-top:10px;}
	
.badge{
	height:100px;}

.resulttd{
	width:33%;}
	
#score{
	font-size:40px;;}
	
.scorers{
	font-size:12px;
	vertical-align:top;}
	
/*  Stats Module  */

.StatsTable{
	width:100%;
	font-size:12px;}
	
.OtherScorers{
	text-align:left;
	height:25px;
	width:100px;}
	
/*  Footer  */

#Footer{
	position:relative;
	top:30px;
	width:960x;
	height:120px;
	text-align:left;
	padding:5px;
	font-size:10px;}
	
/*  Vidiprinter  */

#Vidiprinter{
	position:relative;
	float:left;
	top:10px;
	width:410px;
	padding:10px;
	padding-top:3px!important;
	padding-bottom:14px!important;
	font-size:12px;
}

#VidiTable{
	width:100%;}

.aet{
	font-style:italic;}
	
.bold{
	font-weight:bold}
	
/* Uploader Style */
.uploadButton a, .clearButton a {
	display:block;
	width:100px;
	height:40px;
	text-decoration: none;
	margin-left:5px;
}
					
.uploadButton a {
	background: url("../assets/uploadFileButton.png") 0 0 no-repeat;
}

.clearButton a {
	background: url("../assets/clearListButton.png") 0 0 no-repeat;
}

.uploadButton a:visited, .clearButton a:visited {
	background-position: 0 0;
}

.uploadButton a:hover, .clearButton a:hover {	
	background-position: 0 -40px;
}

.uploadButton a:active, .clearButton a:active {
	background-position: 0 -80px;
}


