/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img012.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #2D2D2D;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 12px;
	margin-top: 7px;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #FEFF0D;
	background-color: #E80000;
	width: 65%;
	text-align: center;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
	text-decoration: underline;
}

a:hover {
	text-decoration: overline;
	color: #FF5537;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 870px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}

#menu a:hover
{
		background-color: #FFFAFA;
		color: #000000;
}
/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 853px;
}

.post {
	/* border: thin dashed Aqua; */
}

.post .title {
	margin: 0;
	padding: 0 0 0 0;
	color: #FD0000;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

.post .title h2
{
	color: #FD0000;
	font-size: 24pt;
	text-align: center;
	font-weight: bold;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

.post h2 {
	font-size: 18pt;
	color: #006400;
	font-family: "Times New Roman", Times, serif;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 3px;
	/* border: medium dotted Green; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
	background: url(images/img08.jpg) no-repeat;
}

#calendar caption {
	margin: -20px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

.reds3 {
	background: ActiveBorder;
	color: Red;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	text-align: center;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10 px;
	
	color: red;
	background-color: #f4f4f4;
	line-height: 1.3em;
	float: left;
	text-align: left;
	font-weight: bold;
}

	.noGame 
		{
	color: Red;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bolder;
	font-family: arial, verdana, helvetica;
	text-align: left;
	overflow: auto;
}

		.not 
		{
	color: #CCCCCC;
	font-size: 14pt;
	text-decoration: none;
	background-color: Red;
	font-weight: bolder;
	font-family: arial, verdana, helvetica;
	text-align: left;
	width: 90%;
	
}

table.sponsor {
	background-color: #CFCFCF;
}


td.sponsor {
	background-color: #F5F5F5;
	font-size: 10pt;
	width: 100px;
	height: 50px;
	color: #000000;
	vertical-align: middle;
}

td.sponsorName {
	background-color: #F5F5F5;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	width: 100px;
	height: 50px;
	color: Red;
	vertical-align: middle;
}

td.blurb {
	width: 100px;
	height: 50px;
	background-color: #DCDCDC;
	color: Blue;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
}

th.sponsor {
	width: 100px;
	background-color: Yellow;
	font-size: 16pt;
	color: #000000;
}	

th {
	width: 100px;
	background-color: Yellow;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}	

h3{
	font-size: 12pt;
	font-weight: bold;
	background: #E6E6E6;
	text-align: left;
	color: #8B0000;
}
h4{
font-size:x-small;
font-weight:normal;
text-align:center;
color:#920919;
}

.img_r{float:right;
	margin:3px;}
.img_l{float:left;
	margin:10px;}
	
	#imageleft {
  float:left;
  padding-right:3px;
  padding-bottom:3px;
  }
	
	
	#imageright {
  float:right;
  padding-right:3px;
  padding-bottom:3px;
  }
  
  .green {font-family:arial,helvetica;}
.green .ajax__tab_body 
{
    font-size:10pt;
    border:2px solid #e3f0cb;
    border-top:none;
    padding:8px;
    background-color:#ffffff;
	 
}
.green .ajax__tab_header 
{
	background-color: #FF1E1E;
	border: solid 2px #0002E1b;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
	text-align: center; /* center the tabs horizontally */
}
.green .ajax__tab_tab
{
	font-size: 10pt;
	font-weight: bold;
	color: #DCDCDC;
	text-align: center;
	border: solid 1px #d5e7b5;
	padding: 5px;
}
.green .ajax__tab_active .ajax__tab_tab,
.green .ajax__tab_hover .ajax__tab_tab
{
	background-color: #DCDCDC;
	color: #FF1E1E;
}

.center .ajax__tab_header 
{
	text-align:center; /* center the tabs horizontally */
}


.grid
{
	font-family:Arial;
	font-size:12px;
	width:800px;
}
/* gridview styles */
.grid .gridview
{
	width:100%;
	border:solid 2px #5E8CC6;
	empty-cells:show;
	border-top-width:1px;
}
.grid .gridview .row TD, 
.grid .gridview .altrow TD,
.grid .gridview .edit-info TD
{
	text-align:left;
	padding:5px 4px;
	border-top:solid 1px #E2EBF2;
}
.grid .gridview .edit-info TD
{
	border-top:dashed 1px #5E8CC6;
    font-weight:bold;
    color:#333;
}
.grid .gridview TR.first TD
{
	border-top:none;
}
.grid .gridview TD.edit
{
	border-bottom:dashed 1px #5E8CC6;
}     
.grid .gridview .edit-info A
{
    font-weight:normal;
}        
.grid .gridview .row TD.command, 
.grid .gridview .altrow TD.command,
.grid .edit-info TD.command
{
	text-align:center;
}    
.grid .gridview .header TH
{
	background:url(../img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
}
.grid .gridview .edit
{
	padding:10px 5px;
}
.grid .gridview .edit,.grid .gridview .edit-info
{
	background-color:#F0F8FF;
}    
/* details styles */
.grid .detailview
{
	width:100%;
	empty-cells:show;
}  
.grid .detailview TH
{
	text-align:left;
	padding:0px 10px;
	color:#333;
}    
.grid .details .footer
{
	text-align:right;
	padding:10px 10px 0px 0px;
} 
.grid .details .header
{
	text-align:left;
	padding:0px 10px;
	font-weight:bold;
	display:none;
} 

.flyoutText
{
	color: Red;
	font-size: 14pt;
	padding: 0 5px 0 5px;
}

.collapsePanel {
	width: 600px;
	height: 0px;
	background-color: white;
	overflow: visible;
	margin-left: 15px;
}

.collapsePanelHeader {
	width: 300px;
	height: 120;
	color: Yellow;
	background-color: Green;
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 15px;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLink
{
 /* background-color: #D3DEEF; */
    color: white;
}