@font-face {
font-family: "Museo500";
font-style: normal;
font-weight: normal;
src: url("Museo500-Regular-webfont.eot?iefix") format("eot"), url("Museo500-Regular-webfont.woff") format("woff"), url("Museo500-Regular-webfont.ttf") format("truetype"), url("Museo500-Regular-webfont.svg#webfontQF7qPaga") format("svg");
}
html, body {
height: 100%;
}
body {
background-color: #607545;//#3C6703;//#324018;
font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
margin: 0;
}
div {
margin: 0;
padding: 0;
}
div.container {
background-color: #a0bc7a;//#8CC63E;//#637F31;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
width: 960px;
}
#header {
margin: 0;
padding-top: 25px;
position: relative;
width: 960px;
}

#header #top, ul#tabnav li a, .paging {
background: #a0bc7a; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AE3EC6', endColorstr='#670E79'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#AE3EC6), to(#670E79)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #AE3EC6,  #670E79); /* for firefox 3.6+ */ 
background-color: #670E79;//#FABE1F;//#95BF49;
}

#header #top {
border: 1px solid #324018;
border-radius: 5px 5px 5px 5px;
font-family: 'Museo500',Arial;
height: 110px;
margin-bottom: 10px;
padding-bottom: 5px;
padding-top: 7px;
width: 100%;
}
#header #top h1, #header #top h2 {
color: #FFFFFF;
}
#header #top h1 {
text-transform: uppercase;
font-size:35px;
}
#header #top h2 {
font-weight: 500;
}
#logo {
float: left;
height: 100px;
padding: 0 10px 10px 5px;
width: 100px;
}
#header #navbar {
background-color: #a0bc7a;//#8CC63E;//#637F31;
border-radius: 4px 4px 0 0;
font-weight: bold;
padding-top: 12px;
width: 100%;
}
#leagueswitch {
font: bold 11px verdana,arial,sans-serif;
height: 14px;
padding: 3px 10px;
position: absolute;
right: 10px;
}
#league_open_nav, #league_club_nav {
display: inline;
}
ul#tabnav {
font: bold 11px verdana,arial,sans-serif;
list-style-type: none;
margin: 0;
padding: 3px 10px;
text-align: left;
width: 100%;
}
ul#tabnav li {
display: inline;
}
ul#tabnav li a {
border-color: #324018 #324018; // -moz-use-text-color;
border-radius: 4px 4px 0 0;
border-style: solid solid none;
border-width: 1px 1px medium;
color: #FFFFFF;
margin-right: 0;
padding: 9px 10px 3px 10px;
text-decoration: none;
}

li#navlink.current {
background-color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

ul#tabnav li a.current, ul#tabnav a:hover {
background-color: #FFFFFF;
background: #FFFFFF; 
border-color: #324018;
border-style: solid;
border-width: 1px;
border-bottom:0px;
color: #000000;
position: relative;
top: 1px;
z-index:100;
}

table#schedule {
margin: 0;
padding: 0;
}


div#body {
background-color: white;
border-radius: 5px ;
border:1px solid #3C6703;
clear: both;
min-height: 500px;
overflow: auto;
position: relative;
top: 0;
width: 960px;
}
#lefthandside {
display: inline-block;
float: left;
height: 100%;
padding: 20px;
width: 650px;
}
#righthandside {
float: left;
max-width: 250px;
padding: 10px;
}
#facebookbox {
font-size: 12px;
}
#facebookbox but {
}
div#footer {
background-position: center bottom;
background-repeat: repeat-x;
color: black;
font-size: 13px;
height: 150px;
line-height: 12pt;
padding: 10px 0 10px 0;
//margin-bottom:100px;
position: relative;
width: 100%;
}
div#footer #col {
float: left;
width: 175px;
}
div#footer #col ul {
margin: 0;
padding: 0;
}
div#footer #col li {
list-style-type: none;
margin: 0;
padding: 0;
}
div#footer #col li a {
text-decoration: none;
}
div#footer #col li a:hover {
text-decoration: underline;
}
h1 {
margin-bottom: 5px;
font-family: 'Museo500',Arial;
}
 
a:link { color: #AE3EC6; }
a:visited { color: #670E79; }
a:hover { color: #E569FF; }
a:active { color: #FF0000; }

table#schedule td {
border: 0 none;
margin: 0;
padding: 0;
text-align: center;
}
table#schedule th {
padding-top: 5px;
}
.paybox {
height: 150px;
text-align: center;
width: 90%;
}
#roundedEdges {
background-color: white;
border: 1px solid;
border-radius: 5px 5px 5px 5px;
margin: 10px;
padding: 10px;
}
#money {
font-size: 60px;
}
.paybox ul {
text-align: left;
-webkit-padding-start: 10px;
}

/* JQUERY image reel */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin: 15px 0px;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 650px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	border: 1px solid #324018;
	border-radius: 5px 0 0 0;
	position: absolute;
	bottom: 0px; right: 0px;
	width: 110px; height:29px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 29px;
//	background-color:#95BF49;
//	background: url(../img/paging_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	color:#000000;
	background: #FFFFFF;
	border: 1px solid #324018;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
-->
