/* http://www.vanlandw.com/bauercount/ */
/* Help from russellteee, jjafuller and joelboonstra */
/* I'm sure this could be "optimized" more but give me time */

body {
   font-family:"lucida grande", verdana, sans-serif;
   background:#000;
   color: #ffffd6;
   font-size: 0.8em;
   background: #181818 url('../images/bg.jpg') top center fixed;
}

small {
	display: block;
	color: #666;
}

.title {
   text-align: center;
   margin: 20px auto;
}

img {
    border: 0 none;
}

.header {
   text-align:center; 
   font-size:13px;
   margin: 20px;
   font-variant: small-caps;
}

#logo {
	background: transparent url(/images/logo.png) no-repeat;
	
	width: 744px;
	height: 100px;
}

.footer-text {
   font-family:"lucida grande", verdana, sans-serif;
   text-align:left; 
   font-size:11px;
   margin: 10px;
}

#notes {
	background-color: #292929;
	border: 1px solid #000;
	
   text-align: center;
   margin: 0px auto;
   width: 750px;
}

.small-print {
	background-color: #111;
	border: 1px solid #000;
	
	margin: 10px auto;
	padding: 5px 0px;
	width: 750px;
	
	font-size:10px;
	text-align: center;

}

#season-select {
	background-color: #111;
	border: 1px solid #000;
	width: 740px;
	margin: 0px auto;
	padding: 5px;
}

#seasons {
	color: #efefef;
	height: 21px;	
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
}

#seasons li {
	float: left;
	list-style: none;
	display: inline;
	margin: 2px 0px;
	padding: 0px 5px;
	border-right: 1px solid #555;
}

#seasons li a {
	color: #ff6;
}

#seasons li a:hover {
	color: #ccc;
}

#seasons li.disabled {
	color: #999;
}

#seasons li.last {
	border-right: none;
}

.top {
   font-weight: bold;
}

tr.table-header td {
   font-weight: bold;
   border-bottom: solid 1px #666666;
   background-image: url(images/top.png);
}

a {
   /* color: #055C61; */
   color: #ff6;
   text-decoration: none;
}

#container {
	width: 770px;
	text-align: center;
	margin: 0px auto;
	background-color: #090909;
	padding: 10px;
	
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#header {
	background: transparent url('../random/rotate.php') no-repeat;
	
	width: 750px;
	height: 250px;
	text-align: center;
	margin: 10px auto;
	margin-bottom: 0px;
	
	border: 1px solid #000;
}

#sub-header {
	background: transparent url('../images/bg.png');
	
	position: relative;
	top: 110px;
	
	width: 744px;
	height: 20px;
	
	margin: 0px auto;
	padding: 3px;
}

table {
   border: 1px solid #333;
   position: relative;
   top: 5px;
   width:750px;
   text-align: center;
   margin: auto;
   margin-bottom: 5px;
   color: #000;
}

th:hover {
   color: #FFF;   
}

th {
   font-family: "lucida grande", verdana, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color:#eee;
   padding: 3px 8px;
   border-left: 1px solid #333;
   border-bottom:5px solid #96B0C3;
   background:#1a1a1a;
}

td {
   background: transparent;
   font-family: "lucida grande", verdana, sans-serif;
   font-size: 8pt;
   padding: 5px 8px;
   border-left: 1px solid #D9D9D9;
   overflow: hidden;
}

td a {
	color: #004080;
	font-weight: bold;
}

tr.odd td {
   background-color: #fff;
}

tr.even td {
   background-color: #edf3fe;
}

tr.selected td {
   background-color: #3d80df;
   color: #ffffff;
}

tr.selected td a {
   color: #fff;   
}

div.insert {
   background-color: #292929;
   border: 1px solid #000;
   text-align: left;
   margin: 0px auto;
   width: 750px;
}

form.insert {;
   margin: 10px;
}

form input {
	padding: 3px;
}

form input.required, form textarea.required {
   background-color: #ffc;
}
