body {
	font-size: 12px;
}
.transparent {
	_behavior:url('/images/iepngfix.htc')
}
body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	background:transparent url("/images/bgGradient.jpg") repeat-x scroll top left;
	font-size:.75em;
	border:0;
	margin:0;
	padding:0;
}
form {
	maring:0;
	padding:0;
}
img {
	border:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
h2 {
	margin-bottom:1em;
}
#logo {
	margin-bottom:.75em;
}
#login {
	text-align:right;
	font-size:.9em;
	
}
#login ul {
	float:right;
	padding:0;
	margin:0 0 .5em 0;
	padding:0 .5em;
	list-style:none;
	background-color:#000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#login ul li {
	float:left;
	list-style:none;
	cursor:pointer;
}
#login ul a {
	display:block;
	color:#FFF;
	padding:.25em .5em .5em .5em;
	font-weight:bold;
	text-decoration:none;
}
#login ul a:hover {
	text-decoration:underline;
	background-color:#57A;
}

#header, #main, #footer, #login {
	width:950px;
	margin:0 auto;
	position:relative;
	zoom:1;
}
#header, #main {
	padding:0 0 2em 0;
}
#header:after, #main:after, #footer:after, 
#login:after, #navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#navigation {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	width:950px;
	font-size:.92em;
	background-color:#359;
	border:solid 1px #036;
	margin-top:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	zoom:1;
}
#navigation li {
	list-style:none;
	float:left;
	text-align:center;
	cursor:pointer;
	border-right:solid 1px #036;
	margin:0px;
}
#navigation li:hover {
	background-color:#57A;
}
a { 
    color:#335599;  
}
#navigation a {
	display:block;
	height:2em;
	line-height:2em;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 1.5em;
	/*Strictly for forum*/
	margin:0px;
	background-color:none;	
    background-image:none;
    background:none;
    margin:1px 0;
}
#navigation .special {
	float:right;
	border-left:solid 1px #036;
	border-right:0;
	background-color:#F00;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
#navigation a:hover {
	text-decoration:underline;
}

#footer {
	text-align:center;
}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
	width:950px;
	font-size:.75em;
	background-color:#359;
	border:solid 1px #036;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:.75em;
}
#footer ul li {
	list-style:none;
	display:inline;
	text-align:center;
	cursor:pointer;
	border-right:solid 1px #036;
}
#footer ul li:hover {
	background-color:#57A;
}
#footer ul a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 1.5em;
}
#footer ul a:hover {
	text-decoration:underline;
}





table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	background-color:#CCC;
}
th, td {
	text-align:center;
	padding:.25em .75em;
	border:solid 1px #DDD;
}
tr {
	background-color:#FFF;
}
tr.even {
	background-color:#EEE;
}

.datepicker {
	font-size:.92em;
}
input, select {
	font-size:.92em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #DDD;
}
input {
	width:250px;
}
input.submit {
	width:75px;
}


ul#searchResults, ul#searchResults li {
	padding:0;
	margin:0;
	list-style:none;
}

#searchResults {
	color:#036;
	font-weight:bold;
}
#searchResults a {
	color:#036;
	text-decoration:none;
}
#searchResults a:hover {
	text-decoration:underline;
}

#features {
	float:left;
	margin-right:7px;
	padding:5px;
	border:solid 1px #CCC;
	background-color:#335599;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#features h2 {
	margin-bottom:0;
}

#mainFeature {
	float:left;
	height:340px;
	width:560px;
	margin-right:5px;
	position:relative;
	list-style:none;
}
#mainFeature .description {
	background-color:#000;
	color:#FFF;
	padding:15px;
	position:absolute;
	bottom:0;
	width:530px;
}

#sideFeatures {
	float:left;
}

.sideFeature {
	width:180px;
	height:110px;
	position:relative;
	cursor:pointer;
	margin-bottom:4px;
	border:solid 1px #359;
	border-top:0;
	border-bottom:0;
}

.sideFeature .description {
	background-color:#000;
	color:#FFF;
	padding:10px;
	position:absolute;
	bottom:0;
	width:160px;
}

.sideFeature .background {
	width:180px;
	height:110px;
}

.sideFeature h2 {
	font-weight:bold;
	font-size:1em;
}

#sideFeatures .selected {
	border:solid 1px #FFF;
}

#sideFeatures .selected .arrow {
	background:transparent url('/images/smallLeftArrowFFFFFF.gif') no-repeat center center;
	position:relative;
	left:-6px;
	top:50px;
	width:5px;
	height:9px;
}

#sideFeatures .overlay {
	width:180px;
	height:110px;
	position:absolute;
	z-index:99;
}

#sideFeatures .overlay:hover {
	background:#FFF;
	opacity:0.55;
	filter:alpha(opacity=55);
}

#sideFeatures .selected .current {
	background:#000;
	opacity:0.55;
	filter:alpha(opacity=55);
}

#sideFeatures .last {
	margin-bottom:0px;
}

#headlines {
	float:left;
	width:160px;
	height:346px;
	padding:2px 10px;
	color:#003366;
	background:#e8eff5;
	border:solid 1px #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#headlines h2 {
	border-bottom:solid 2px #036;
}

#rightVerticalAd{
    width: 120px;
    height: 240px;
    float:right;
}

.pageHeading{
    margin-bottom:0px;
}
.statHead{
    color:#FFFFFF;
    font-weight:bold;
    background:#335599 none repeat scroll 0 0;
}
.statHead h5{
    color:#FFFFFF;
    margin:0px;
    padding:5px 5px 5px 5px;
    font-size:small;
}
.subHeading{
    color: grey;
    padding-bottom:5px;
}
td.win{
    color:green;
    font-weight:bold;
}
td.loss{
    color:red;
}

#teamScheduleTable{
    width: 700px;
}
#teamScheduleHead{
    width: 700px;
}
#teamStandingsTable{
    width: 300px;
}
#teamStandingsHead{
    width: 300px;
}
#teamStandingsTableLarge{
    width: 400px;
}
#teamStandingsHeadLarge{
    width: 400px;
}
.tableWrapper{
    float:left; 
    margin-right:15px;
}
/*This is strictly for the forum*/
#wrap{
    width:950px;
	margin:0 auto;
}
#page-header{
	background-color:rgba(232, 239, 245, 0.85);
    border:1px solid #335599;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.navbar{
    background-color:rgba(232, 239, 245, 0.85);
    border:1px solid #335599;
}
ul.navlinks{
border-bottom-color:#335599;
}
#search-box {
    color:#FFFFFF;
    float:right;
    margin-right:10px;
    margin-top:0px;
}
#search-box #search #advancedSearch, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active{
    color:#335599;
}
#advancedSearch{
    color:#335599;
}
.forabg {
    background-color:#E8EFF5;
background-image:url("images/bg_header.gif");
    border-bottom:1px solid #335599;
}
li.row {
    border-bottom-color:#335599;
    border-top-color:#FFFFFF;
}
.forumbg {
background-color:#E8EFF5;
background-image:url("images/bg_header.gif");
}
