html { height: 100%; }
body {
	background: #5f7896 url(../images/wps_bg.jpg) repeat-x top;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
	font-size: .75em;
	text-align: center;
	min-height: 100%;
	height: 100%;
}

a {
	color: #98002e;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
a:visited 	{ color: #98002e; background: inherit; }
a:hover 	{ color: #002b5c; background: inherit; text-decoration: none; }
a:active 	{ color: #98002e; background: inherit; }


#nextgame {
	width: 225px;
	border: 1px solid #6b6b6b;
	color: #fff;
	margin: 0 5px 0 0;
	padding: 5px;
}

#header img, #header div, #footer img, #footer div { _behavior: url(js/iepngfix.htc); }

#header {
	width: 970px;
	height: 176px;
	background-image: url(../images/header_bg.jpg);
}

#searchBar {
	width: 970px;
	height: 40px;
	background-image: url(../images/searchbar_bg.png);
}

#searchMenu {
	float: left;
	height: 30px;
	padding-right: 20px;
}
#signup a {
	color: #fff;
	text-decoration: none;
}
#signup a:hover {
	color: #002b5c;
	text-decoration: underline;
}
#spacerSignup img {width: 44px; height: 8px; border: none;}

#login a {
	color: #fff;
	text-decoration: none;
}
#login a:hover {
	color: #002b5c;
	text-decoration: underline;
}
#spacerLogin img {width: 38px; height: 8px; border: none;}

/* Search */
#search {
	border: 1px solid #bc9b6a;
	height: 27px;
	margin: 0;
	padding: 0;
	float: left;
}
#divSearch {
	margin: 0;
	padding: 0;
	float: left;
}
#searchForm {
	margin: 0;
	padding: 0;
}
#searchForm input#inputText {
	background: #fff;
	width: 180px;
	height: 20px;
	*height: 18px;
	border: none;
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	margin: 2px;
	*margin: 1px 2px 1px 2px;
	padding: 3px 0 0 4px;
	*padding: 5px 0 0 4px;
}
#divSubmit {
	padding: 0;
	margin: 2px 2px 0 0;
	_margin: 2px 1px 0 0;
	float: left;
}
#searchForm input#submit {
	background: url(../images/search_button.gif) no-repeat left top;
	width: 26px;
	height: 23px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}
#searchButton {background: url(../images/search_button.gif) no-repeat top; width: 26px; height: 23px;}
#searchButton:hover {background-position: bottom;}
#spacerSearchButton img {width: 26px; height: 23px; border: none;}

#headerMain {
	position: relative;
	width: 970px;
	height: 136px;
}
#headerWPSLogo {
	background: url(../images/wps_logo.png) no-repeat;
	width: 275px;
	height: 88px;
	position: absolute;
	margin: 24px 0 0 17px;
}
#headerMain #updatedText {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 6px;
	right: 10px;
}

/* Main Menu - General styles */
.menuWrapper {
	background: #ecd08e url(../images/bg_nav.gif) repeat-x top;
	border-top: 1px solid #ffe8b2;
	display: block;
}
#menu {
	height: 29px;
	background: #ecd08e url(../images/bg_nav.gif) repeat-x top;
	display: block;
}
#menu li {
	list-style: none;
	display: inline;
	float: left;
}
#menu li a {
	display: block;
	padding: 0;
}
#menu li ul {
	display: none;
	background: url(../images/menu_dropdown_bg.png);
	_background: #193f6c;
	padding: 1px;
}
#menu li:hover ul, #menu li.hover ul {
	color: #8ab5e6;
	font-size: 9px;
	white-space: nowrap;
	display: block;
	position: absolute;
	z-index: 999;
	margin: 0 0 0 2px;
	padding: 0;
}
#menu li:hover li, #menu li.hover li {
	float: none;
}
#menu li:hover li a, #menu li.hover li a {
	color: #8ab5e6;
	font-weight: normal;
	text-decoration: none;
	background-color: #001439;
	margin: 2px;
	padding: 2px 8px;
}
#menu li li a:hover {
	color: #fff;
	font-weight: normal;
	background-color: #98002e;
}
	
	
/* Main Menu - Roll Over Tabs */
#aboutTab {background: url(../images/nav/about.gif) no-repeat top; width: 58px; height: 29px;}
#aboutTab:hover {background-position: bottom; visibility:visible;}
#aboutSpacer {width: 58px; height: 29px; border: none;}

#teamsTab {background: url(../images/nav/teams.gif) no-repeat top; width: 59px; height: 29px;}
#teamsTab:hover {background-position: bottom;}
#teamsSpacer {width: 59px; height: 29px; border: none;}

#playersTab {background: url(../images/nav/players.gif) no-repeat top; width: 71px; height: 29px;}
#playersTab:hover {background-position: bottom;}
#playersSpacer {width: 71px; height: 29px; border: none;}

#scheduleTab {background: url(../images/nav/schedule.gif) no-repeat top; width: 76px; height: 29px;}
#scheduleTab:hover {background-position: bottom;}
#scheduleSpacer {width: 76px; height: 29px; border: none;}

#standingsTab {background: url(../images/nav/standings.gif) no-repeat top; width: 85px; height: 29px;}
#standingsTab:hover {background-position: bottom;}
#standingsSpacer {width: 85px; height: 29px; border: none;}

#statsTab {background: url(../images/nav/stats.gif) no-repeat top; width: 56px; height: 29px;}
#statsTab:hover {background-position: bottom;}
#statsSpacer {width: 56px; height: 29px; border: none;}

#scoresTab {background: url(../images/nav/scores.gif) no-repeat top; width: 64px; height: 29px;}
#scoresTab:hover {background-position: bottom;}
#scoresSpacer {width: 64px; height: 29px; border: none;}

#newsTab {background: url(../images/nav/news.gif) no-repeat top; width: 53px; height: 29px;}
#newsTab:hover {background-position: bottom;}
#newsSpacer {width: 53px; height: 29px; border: none;}

#videoTab {background: url(../images/nav/video.gif) no-repeat top; width: 55px; height: 29px;}
#videoTab:hover {background-position: bottom;}
#videoSpacer {width: 55px; height: 29px; border: none;}

#photosTab {background: url(../images/nav/photos.gif) no-repeat top; width: 64px; height: 29px;}
#photosTab:hover {background-position: bottom;}
#photosSpacer {width: 64px; height: 29px; border: none;}

#fantasyTab {background: url(../images/nav/fantasy.gif) no-repeat top; width: 71px; height: 29px;}
#fantasyTab:hover {background-position: bottom;}
#fantasySpacer {width: 71px; height: 29px; border: none;}

#connectTab {background: url(../images/nav/connect.gif) no-repeat top; width: 71px; height: 29px;}
#connectTab:hover {background-position: bottom;}
#connectSpacer {width: 71px; height: 29px; border: none;}

#offthefieldTab {background: url(../images/nav/offthefield.gif) no-repeat top; width: 97px; height: 29px;}
#offthefieldTab:hover {background-position: bottom;}
#offthefieldSpacer {width: 97px; height: 29px; border: none;}

#wpscampsTab {background: url(../images/nav/wpscamps.gif) no-repeat top; width: 91px; height: 29px;}
#wpscampsTab:hover {background-position: bottom;}
#wpscampsSpacer {width: 91px; height: 29px; border: none;}

#ticketsTab {background: url(../images/nav/tickets.gif) no-repeat top; width: 72px; height: 29px;}
#ticketsTab:hover {background-position: bottom;}
#ticketsSpacer {width: 72px; height: 29px; border: none;}

#shopTab {background: url(../images/nav/shop.gif) no-repeat top; width: 56px; height: 29px;}
#shopTab:hover {background-position: bottom; visibility:visible;}
#shopSpacer {width: 56px; height: 29px; border: none;}

#blankTab {width: 26px; height: 29px;}
#blankSpacer {width: 26px; height: 29px; border: none;}
/* End main menu */



#content {
	color: inherit;
	background-color: #f7f7f7;
	border: 1px solid #d3bb7d;
	border-width: 4px;
	padding: 2px;
	margin: 0;
}

.infoModWrapper {
	background-color: #f7f7f7;
	padding-bottom: 2px;
}

.infoMod {
	background-color: #fff;
	border: 1px solid #d5d5dd;
	font-size: 11px;
	margin-bottom: 0;
	=margin-bottom: 0;
}

.colLeft {
	width: 644px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

/*Header Bar*/
.modHeaderWrapper {
	height: 34px;
	width: 100%;
	background: #002a5c;
	margin: 0;
	padding: 0;
	clear: both;
}
.modHeaderWrapper .headerText {
	font-size: 19px;
	line-height: 34px;
	color: #cca366;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
.modHeaderWrapper .headerRightLink				{ line-height: 26px; font-size: 9px; color: #8ab5e6; font-weight: normal; margin: 5px 10px; padding: 0; float: right; }
.modHeaderWrapper .headerRightLink a			{ line-height: 26px; color: #8ab5e6; font-weight: normal; }
.modHeaderWrapper .headerRightLink a:visited	{ color: #8ab5e6; }
.modHeaderWrapper .headerRightLink a:hover		{ color: #fff; }
.modHeaderWrapper .headerRightLink a:active		{ color: #fff; }

.modTitleBar {
	height: 28px;
	line-height: 28px;
	color: #002a5c;
	font-size: 13px;
	font-weight: bold;
	background: #bbc4cf url(../images/titlebar_bg.jpg) repeat-x;
	margin: 0;
	padding: 0 3px 0 6px;
}
.modTitleBarWrapper {
	height: 28px;
	line-height: 28px;
	background: #bbc4cf url(../images/titlebar_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	clear: both;
}
.modTitleBarWrapper .headerText {
	line-height: 28px;
	color: #002a5c;
	font-size: 13px;
	font-weight: bold;
	float: left;
}
.modTitleBarWrapper .headerRightLink			{ line-height: 26px; font-size: 9px; color: #8ab5e6; font-weight: normal; margin: 0; padding: 0; float: right; }
.modTitleBarWrapper .headerRightLink a			{ line-height: 26px; color: #8ab5e6; font-weight: normal; }
.modTitleBarWrapper .headerRightLink a:visited	{ color: #8ab5e6; }
.modTitleBarWrapper .headerRightLink a:hover	{ color: #fff; }
.modTitleBarWrapper .headerRightLink a:active	{ color: #fff; }

.modHeaderShadow {
	height: 13px;
	width: 100%;
	background: url(../images/header_shadow.jpg) repeat-x;
	margin: 1px 0;
	padding: 0;
	clear: both;
}

/*LEFT COLUMN*/

/*PAGE CONTENT*/
.pageMod {
	min-height: 717px;
	float: none;
	clear: both;
	color: #98002e;
	padding: 4px;
	margin-bottom: 0;
}
.pageMod .modContent {
	font-size: 12px;
	line-height: 1.3em;
	margin: 2px 10px 10px 10px;
}
.pageMod .modContent b, 
.pageMod .modContent strong, 
.pageMod .modContent i, 
.pageMod .modContent em {
	line-height: 1.3em;
}
.pageMod .modSubtitle {
	color: #002b5d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
.pageMod p {
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding: 0;
}
.pageMod .address {
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}
.pageMod .addressLast {
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding: 0;
}
.pageMod .required {
	color: #98012e;
	font-size: 12px;
}
.pageMod .requiredsm {
	color: #98012e;
	font-size: 10px;
}
.pageMod .requiredsm a {
	color: #98012e;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
}
.pageMod .requiredsm a:hover {
	color: #98012e;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.pageMod td {
	vertical-align: top;
	padding: 6px 0 0 0;
	*padding: 4px 0 0 0;
}
.pageMod .label {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 9px 0 0 4px;
}
.pageMod .labelL {
	text-align: left;
	margin: 0;
	padding: 6px 0 0 4px;
}
.pageMod .rPad {
	width: 10px;
}


/*PLAYER SEARCH MODULE*/
.playersearchMod {
	text-align: center;
	width: 306px;
	height: 186px;
	margin: 1px 0 2px 0;
	padding: 0;
	float: left;
}
.playersearchContent {
	padding: 4px;
}
.playersearchWrapper {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 0 0 15px;
}

.playersearchFilter {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	clear: both;
}
.playersearchFilterLabel {
	width: 70px;
	height: 17px;
	font-size: 12px;
	float: left;
}
.playersearchFilterInput {
	border: 1px solid #c2c6cc;
	width: 190px;
	font-size: 12px;
}

.playersearchTitle {
	color: #8ab5e6;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.playersearchText {
	width: 190px;
	float: left;
}
.playersearchWrapper p {
	margin: 0;
	padding: 0;
}
.playersearchTextItem {
	line-height: 1.2em;
	clear: both;
}
.playersearchTextItem .rateHer {
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}
.playersearchTextItem b {
	font-weight: bold;
	line-height: 1.2em;
}

.playersearchFormWrapper {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.playerNameInput {
	border: 1px solid #c2c6cc;
	width: 110px;
	height: 17px;
	*height: 19px;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	float: left;
	margin: 3px 4px 0 0;
	padding: 2px 0 0 2px;
	*padding: 0 0 0 2px;
}
.playersearchSubmit {
	height: 19px;
	width: 67;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}
#buttonSearch {background: url(../images/button_search.gif) no-repeat top; width: 67px; height: 19px;}
#buttonSearch:hover {background-position: bottom;}
#spacerButtonSearch img {width: 67px; height: 19px; border: none;}

.playersearchButton input {
	width: 67px; height: 19px;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.playersearchButton {
  background: url(../images/button_search.gif) no-repeat top; width: 67px; height: 19px;
  cursor: pointer;
}
.playersearchButton:hover {
  background: url(../images/button_search.gif) no-repeat bottom; width: 67px; height: 19px;
  cursor: pointer;
}


/*PLAYER PRIMER MODULE*/
.playerprimerMod {
	text-align: center;
	width: 322px;
	height: 186px;
	margin: 1px 0 2px 0;
	padding: 0;
	float: right;
}
.playerprimerContent {
	padding: 4px;
}

.playerprimerFeature {
	margin: 0;
	padding: 3px 0 0 6px;
	clear: both;
}
.playerprimerFeatureIcon {
	width: 45px;
	height: 40px;
	float: left;
}
.playerprimerFeatureName {
	color: #98012e;
	font-size: 24px;
}

.playerprimerWrapper {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 0 5px;
	clear: both;
}
.playerprimerTitle, .playerprimerTitle a {
	color: #8ab5e6;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.playerprimerTitle a:hover {
	text-decoration: underline;
}
.playerprimerPhoto {
	width: 78px;
	padding: 3px 10px 0 0;
	float: left;
}
.playerprimerText {
	float: left;
}
.playerprimerTextItem {
	color: #002a5c;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1px 0;
	clear: both;
}
.playerprimerTextItem .rateHer {
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}
.playerprimerTextItem b {
	color: #464646;
	font-weight: bold;
	line-height: 1.2em;
}

.playerprimerFormWrapper {
	margin: 0;
	padding: 6px;
}
.playerprimerSubmit {
	height: 19px;
	width: 67;
	float: left;
	margin: 0;
	padding: 0;
}
#buttonSearch {background: url(../images/button_search.gif) no-repeat top; width: 67px; height: 19px;}
#buttonSearch:hover {background-position: bottom;}
#spacerButtonSearch img {width: 67px; height: 19px; border: none;}

.searchAlpha {
	text-align: center;
	margin: 0 auto;
	padding-top: 4px;
}
.searchAlpha a {
	font-size: 9px;
	white-space: nowrap;
	margin: 0 8px;
}

/*RIGHT COLUMN*/

/*BANNER 1 MODULE*/
.banner1Mod {
	width: 302px;
	margin-bottom: 0px;
	padding: 4px;
}

/*RIGHT BANNER MODULE*/
.rightbannerMod {
	margin-bottom: 0px;
	padding: 4px;
	text-align: center;
}

/*PROMO WPS MODULE*/
.promoWPSMod {
	margin-bottom: 0;
	padding: 4px;
	text-align: center;
}



.playersTable {
	width: 100%;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	border: 0;
	outline: 0;
}
.playersTable thead tr {
	height: 29px;
	background: url(../images/titlebar_bg.jpg) repeat-x;
}
.playersTable thead th {
	color: #002a5c;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	padding: 0 10px;
}
.playersTable thead th a {
	color: #002a5c;
	text-decoration: underline;
	padding: 0 10px 0 0;
}
.playersTable .asc {
	background: url(../images/sortarrow_asc.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
}
.playersTable .desc {
	background: url(../images/sortarrow_desc.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
}


.playersTable tbody tr {
	height: 26px;
}
.playersTable tbody td {
	font-size: 12px;
	vertical-align: middle;
	padding: 0 10px;
}

.playersTable th b {
	color: #002a5c;
	font-weight: bold;
}
.playersTable td b {
	font-weight: bold;
}

.playersTable  .odd th, table .odd td {
	background-color: #e6e6e6;
	padding: 0 10px;
}
.playersTable  .even th, table .even td {
	background-color: #fff;
	padding: 0 10px;
}



.standings {
	min-height: 450px !important;
}
.playersTable .blank {
	background-color: none;
	background-image: none;
	text-align: center;
}
.playersTable .blank td {
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	padding: 0 10px;
}
.playersTable .blank td div {
	font-weight: bold;
	vertical-align: bottom;
}
.playersTable .borderL {
	border-left: 1px solid #fff;
}
.standings .playersTable td a {
	padding-right: 120px;
}
.legendContainer {
	padding: 20px 10px 0 10px;
}


/*POLL MODULE*/
.pollMod {
	width: 302px;
	height: 232px;
	margin: 0;
	padding: 4px;
	float: left;
}
.pollMod .modContent {
	height: 192px;
	padding: 4px 7px 10px 10px;
	width: auto;
	overflow: auto;
}
.pollMod .modContent p {
	font-size: 12px;
	font-weight: bold;
	color: #002b5c;
	line-height: 120%;
	margin: 0;
	padding: 4px 0;
}

.pollMod ol {
	list-style-position: outside;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pollMod ol li {
	list-style-type: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pollMod ol li input {
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
}

.pollMod .pollVoteWrapper {
	height: 19px;
	width: 200px;
	margin: 0;
	padding: 4px 0 0 0;
	float: right;
}
.pollMod .pollSubmit {
	height: 19px;
	width: 65px;
	margin: 0;
	padding: 0 4px 0 0;
	float: left;
}
.pollMod #buttonVote {background: url(../images/button_vote.gif) no-repeat top; width: 65px; height: 19px;}
.pollMod #buttonVote:hover {background-position: bottom;}
.pollMod #spacerButtonVote img {width: 65px; height: 19px; border: none;}
.pollMod .pollEmail {
	height: 19px;
	width: 12px;
	padding: 0;
	margin: 3px 6px;
	_margin: 3px 0 3px 4px;
	float: left;
}
.pollMod .pollLink {
}
.pollMod .pollLink a {
	font-size: 9px;
	height: 19px;
	margin: 0;
	padding: 3px 16px 0 4px;
	float: left;
}

.title_poll {
	background: url(../images/title_poll.gif) no-repeat;
	width: 26px;
	height: 12px;
}
