/* proSilver Print Style Sheet
-------------------------------------------------
	Author: subBlue  ( http://www.subBlue.com/ )
	Version: 25 August 2004

	Copyright 2004 phpBB Group
-------------------------------------------------*/


/* Lots still TODO here! */

/* General markup styles */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link		{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }

img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
/* Display smilies (Bug #47265) */
.content img {
	display: inline;
}

/* Container for the main body */
#wrap {
	margin: 0 2em;
}

p { font-size: 85%; }
.copyright { font-size: 75%; }
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }

h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	color: #000000;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

h1 { font-size: 20pt; }
h2 { font-size: 16pt; margin-top: 1em; }
h3 { font-size: 14pt; margin-top: 1em; }

.content {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
	text-decoration: underline;
	padding: 0.1em 0.2em;
	margin: -0.1em -0.2em;
	color: #666;
	background: none;
	font-size: 100%;
}

html>body .postbody a:link:after, html>body .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}

hr {
	height: 1px;
	background-color: #999999;
	border-width: 0;
}

.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 0.6em;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: relative;
	text-align: right;
	font-size: 75%;
}

/* Dont want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited, 
html>body .postbody .author a:link:after, 
html>body .postbody .author a:visited:after,
.postquote .quote-by a:link, .postquote .quote-by a:visited, 
html>body .postquote .quote-by a:link:after, 
html>body .postquote .quote-by a:visited:after,
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}

/* Poster profile */
.postprofile { display: none; }
.grip-show { display:none; }

/* Quote */
.postquote, blockquote {
	font-size: 85%;
	margin: 1em 18% 1em 4%;
	padding: 0.5em;
	position: relative;
	line-height: 1.5em;
	border: 1px #999999 solid;
}

.postquote img { display: none; }
.postquote span { display: block; }
.postquote span .postquote { font-size: 100%; }
.quote-by, blockquote cite { 
	color: black;
	display : block;
	font-weight: bold;
}

/* List */
ol, ul {
	margin-left: 15pt
}

/* Misc page elements */
div.spacer { clear: both; }

/* Accessibility tweaks: Mozilla.org */
.skip_link { display: none; }


.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);
}

dl.codebox dt { display: none; }
