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

* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background: #bf1f27 url("../content/body_background.gif") repeat-x 0px 0px;
	background-attachment:fixed;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	scrollbar-base-color:#666;

}

a {
	font-weight: bold;
	color:#e4741f;
}

a:hover {
	color: #ea9a2e;
}

p {
	margin: 10px 0px 20px;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 780px;
}

#container_stats {
	margin: 0px auto;
	width: 980px;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 162px;
	margin: 0px auto;
	background: url("../content/header_bg.gif") no-repeat 0px 0px;
	margin-top:30px;

}

/* Page Menu */

#page_menu ul {
	background: url("../content/nav_bg.gif");
	margin: 0px 0px 0px 0px;
	height: 38px;
	width: 700px;
	float: right;
}

/* Page Body Content */

.content_header {
	background: url("../content/nav_bg.gif");
	height: 38px;
	overflow: hidden;
}

.content_header1 {
	height: 38px;

}

.content_header h2 {
	width: 10px;
	padding-top:10px;
	height: 38px;
}

.main_index {
  border: 4px groove #666;
  background:#0f0f0f;
  width: 550px;
  padding: 10px;
  float: left;
  color: #bbb;
  font-size:18px;
  text-align: center;
}

.main_index_stats {
  border: 4px groove #666;
  background:#0f0f0f;
  width: 880px;
  height: 6200px;
  padding: 10px;
  margin: 0px auto;
  color: #bbb;
  font-size:18px;
  text-align: center;
}

.main_content {
  border: 4px  outset #666;
  background:#0f0f0f;
  background-opacity: .5;
  padding: 10px;
  float: left;
  color: #bbb;
  font:Tahoma, Geneva, sans-serif;
  font-size:18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.main_content h1 {
	color:#F93;
	font-size: 24pt;
}

.h2 {
	color:#880101;
	text-align: center;
	font-size: 18pt;
}

.main_index table {
	margin-left: auto;
	margin-right: auto;
}

.main_content td {
	padding: 10px;
	text-align: center;
}

.subheader {
  padding-top:35px;
  color: #ea9a2e;
  font-size:18px;
  text-align: center;
}

/* Page Right Column Content */
.right_content{
	float: right;
}

.gameday {
  padding: 10px;
  border: 2px  outset #666;
  background:#0f0f0f;
  text-align: center;
  width: 150px;
  color: #bbb;
}

.scoreboard {
  padding: 10px;
  border: 2px  outset #666;
  background:#0f0f0f;
  width: 150px;
  color: #aa0000;
  
}

.sponsors {
  padding: 10px;
  border: 2px  outset #666;
  background:#0f0f0f;
  width: 150px;
  color: #bbb;
}
/* Page Footer */

#page_footer {
	width: 780px;
	height: 120px;
	border: 2px outset #666;
	background: #0f0f0f;
	color: #bf1f27;
	text-align: center;
	float: left;
	padding: 0px 0px 10px 0px;
}

#page_footer_stats {
	width: 780px;
	height: 120px;
	border: 2px outset #666;
	margin: 0px auto;
	background: #0f0f0f;
	color: #bf1f27;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#page_footer a {
	color: #adacab;
	text-decoration: underline;
}

#page_footer a:hover {
	color: #880101;
}

#page_footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#page_footer li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}


.copyright {
	color: #bf1f27;
	padding-top:5px;
}

h3 {
	color: #fff;
	font-size: 20px;
	
}

h4 {
	color: #fff;
}

#searchform {
	font-size: 10px;
	float: right;
}

#contactus fieldset
{
	width:320px;
	padding:20px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
	font-family : Arial, sans-serif;
	font-size: 0.6em;
	color:#F00;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
	
.notice {
	font-size: 9px;
	color: #F00;
	float: right;
}
.loss {
	color: #F00;
}
.win {
	color: #FF0;
}
