/* CSS layout */
/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */
*{
	 margin:0px;
	 padding:0px;
}
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #00337C;
	height:100%;
}
HTML{
height:100%;

}
.dontshow{
	visibility: visible;	
}

table{
	font-size: 1em;
	width: 100%;
}

p{
	margin-top: 20px;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCF26;
	
}
h2 {
	padding: 5px 10px 5px 10px;
	border-radius: 15px 15px 0px 0px;
	color: rgb(255, 255, 153);
	
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #00337C;
	background-image: url('/css/gradblue.png');
	background-repeat: repeat-x;
}
.Logo {
	position: relative;
	top: 2px;
	right:0px;
}

h4{
	background-color: #FFFFCC;
	color: #003387;
	font-weight: bold;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	padding-top: 5px;
}
h3{
	color: #DB3300;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
ul{
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}
li{
	
}
a{
	color: #00337C;
	font-weight: bold;
}
#masthead {
	background-color: #FFCF26;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom:0px;
	background-image: url('/css/gradorange.png');
	background-repeat: repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#mastheadtitle{
	display:none;
}
#masthead img {
	position: relative;
	top: -15px;
	
}

#top_nav {
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 0px;
	border-width: 2px;
	border-color: #FFDF6E;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
#top_nav ul {
	list-style-type: none;
	padding: 10px 10px 0px 10px;
	margin: 20px 20px 0px 20px;
	
}
#top_nav li{
	margin: 5px 1px 0px 1px;
	padding: 5px 10px 0px 10px;
	display: inline;
	background-color: #FFCC66;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #666666;
	font-size: 1.2em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url('/css/gradorange.png');
	background-repeat: repeat-x;
}
#top_nav li a{
	text-decoration: none;
}

#top_nav li a:hover{
	color: #DB3300;
}
#container {
	box-shadow: 3px 3px 10px 5px #808080;
	border-radius: 15px;
	border: 5px solid #FFDF6E;
	min-width: 800px;
	max-width: 90%;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	overflow:auto;
	background-color:#FFFFFF;
}
#left_col {
	width: 260px;
	float: left;
	}

#right_col {
	width: 260px;
	float: right;
	
}
#main_content {
	width: auto;
	min-width:200px;
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 20px;
	margin-left: 270px;

}

#main_content_wide {
	width: auto;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 270px;


}
#main_content img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#footer {
	clear: both;
}
.colpanel1 {
	
	
	margin-right: 10px;
	margin-left: 10px;
}
.colpanel1_content{
	padding: 10px;
	border-style: none solid none solid;
	border-width: 3px;
	border-color: #00337C;
}

.colpanelmain_content{
	padding: 10px;
	border-style: none solid none solid;
	border-width: 3px;
	border-color: #00337C;
	line-height: 1.4em;
}
.advert {
	width: 210px;
	
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding:10px;
	clear:both;
}
.centeradvert {
	margin-top: 10px;
	display: block;
	clear: both;
	width:auto;

}
h5 {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}


/* styles added from old layout */
.subtableheaders {
	background-color: #00337C;
	background-image: url('/css/gradblue.png');
	background-repeat: repeat-x;
	color: #003387;
	font-weight: bold;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	padding-top: 5px;
}
.Copyright {
	
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;


}

.PlayerPhoto {
	border: thick ridge #FFCC00;
}



.FormBox {
	border: 1px dashed #003366;
	
	color: #003366;
}


input {
	font-size: 1em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
option {
	
	font-size: 0.9em;
	color: #003366;
	
}

.indent {
	text-indent: 15;
	display: block;
}
.listpara {
	text-indent: 5pt;
	white-space: pre;
}
.bullett {
	list-style-position: inside;
	list-style-type: circle;
}

.boldonly {
	font-weight: bold;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}

.SectionHead {
	color: #FFFFCC;
	background-color: #003366;
	padding: 4px;
	font-weight: bold;
}
.alert {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	position: absolute;
	z-index: 300;
	top: 270px;
	left: 210px;
}
.confirm {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	position: absolute;
	z-index: 300;
	top: 140px;
	left: 300px;
}
.DonnationAmount {
	
	font-size: 1.2em;
	font-weight: bold;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 20px;
	text-indent: 20px;
	padding-left: 20px;
}

//*  Below are the old styles *//

.Copyright {
	
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;


}
th {
	
	font-weight: bold;
	color: #FFFFCC;
	margin: 0px;
	padding: 2px;
	background-color: #00337C;
	
	
}
.contractnotmade
{ 
color:red;
font-weight:normal;  
background-color: #FFFFCC;
	
}

.contractmade
{
	color:#003366;
	font-weight:normal;
background-color: #FFFFCC;	
}







th a{
	color: #FFFFCC;
}


.PlayerPhoto {
	border: thick ridge #FFCC00;
}

td {
	
	margin: 0px;
	line-height: 16px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-right: 7px;





}
.NonPadCell {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	line-height: normal;



}

.FormButton {
	border: 1px ridge #666666;
	
	text-decoration: none;
	background-color: #ECE9D8;
	font-weight: bold;
}
.SmallPara {
	line-height: 10px;
	vertical-align: top;

}

option {
	
	color: #003366;
	
}
.tabletitles {
	background-color: #FFFFCC;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;






}
.indent {
	text-indent: 15pt;
	display: list-item;
}
.listpara {
	text-indent: 5pt;
	white-space: pre;
}
.bullett {
	list-style-position: inside;
	list-style-type: circle;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-style: oblique;
}
.boldonly {
	font-weight: bold;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
ul {
	list-style-position: inside;
	margin-left: 6px;
	padding-left: 6px;
	left: 5px;
	position: static;
	height: auto;
	width: auto;
}
li {
	
	position: static;
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 2px;
}
.statustime {
	background-color: #FFE383;
	
	font-size: 0.8 em;
	border-top: thin groove #184F81;
	border-right: thin none #184F81;
	border-bottom: thin groove #184F81;
	border-left: thin none #184F81;
	text-align: center;
}
.tableborder {
	border: thick inset #FFFFCC;
}
.commentry {

	font-weight: normal;
	background-color: #FFFFCC;
	border-top: 1px dashed #003366;
	border-right: 1px dashed #003366;
	border-bottom: 1px dashed #003366;
	border-left: 1px dashed #003366;
}
.showlogo {
	visibility: hidden;
}
.onmouseoverhighlight:hover{
	background-color: #FFF3CA;
}
.Alert {
	font-size: 1.5em;
	font-weight: bold;
	color: #094379;
	border: none;
	list-style-position: outside;
	list-style-type: circle;
	filter: Shadow(Color=#ffffff, Direction=left);
	text-align: center;
	font-style: italic;
}
.WBFHead {
	font-style: italic;
	font-weight: bolder;

	color: #134A7C;

	line-height: normal;
}
.showhead{
	font-size: 1.7em;
	font-weight: bold;
}
