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: 784px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.colRight {
	width: 172px;
	margin: 0;
	float: right;
	overflow: hidden;
}

/*Header Bar*/
.modHeaderWrapper {
	position: relative;
	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 .headerRightBanner {
	position: absolute;
	right: 0;
}
.modHeaderWrapper .headerRightLink				{ line-height: 26px; font-size: 9px; color: #8ab5e6; font-weight: normal; margin: 4px 7px 4px 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 {
	float: none;
	clear: both;
	color: #98002e;
	padding: 4px;
	margin-top: 0;
}
.pageMod .modContent {
	font-size: 12px;
	line-height: 1.3em;
	margin: 2px 10px 10px 10px;
}
.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;
}

.searchresultsCategories {
	width: 120px;
	padding: 0;
	margin-top: 1px;
	float: left;
}
.searchresultsCategories .categoryMain {
	background: #e6e6e6 url(../images/categories_bg.jpg) repeat-x top;
	width: 100px;
	padding: 8px 10px;
	margin-top: 1px;
}
.searchresultsCategories .categoryMain .textMain {
	color: #002a5c;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}
.searchresultsCategories .categoryMain .textSub {
	color: #002a5c;
	font-size: 11px;
	line-height: 1.3em;
}

.searchresultsCategories .subcategory {
	background-color: #e6e6e6;
	width: 100px;
	padding: 6px 10px;
	margin-top: 1px;
}
.searchresultsCategories .subcategory a {
	color: #98002e;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
.searchresultsCategories .subcategory a:hover {
	color: #98002e;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.searchresultsCategories .subcategoryOn {
	background-color: #e6e6e6;
	width: 100px;
	padding: 6px 10px;
	margin-top: 1px;
}
.searchresultsCategories .subcategoryOn a {
	background: url(../images/subcategoryOn.gif) no-repeat;
	padding-left: 9px;
	color: #98002e;
	font-size: 11px;
	font-weight: normal;
}
.searchresultsCategories .subcategoryOnLink {
	background: url(../images/subcategoryOn.gif) no-repeat;
	padding-left: 9px;
	color: #98002e;
	font-size: 11px;
	font-weight: normal;
}
.searchresultsCategories .subcategoryOn a:hover {
	color: #98002e;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.searchresultsCategories .slideshows {
	padding: 0 0 6px 18px;
}
.searchresultsCategories .slideshows a {
	color: #002a5c;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
.searchresultsCategories .slideshows a:hover {
	color: #002a5c;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.searchresultsContent {
	width: 650px;
	min-height: 995px;
	color: #98002e;
	padding: 4px 0;
	margin-top: 1px;
	float: right;
}

.searchresultsContent .itemFeaturedWrapper {
	margin: 0;
	clear: both;
}
.searchresultsContent .itemFeaturedFirst {
	width: 216px;
	float: left;
}
.searchresultsContent .itemFeatured {
	width: 216px;
	margin-left: 1px;
	float: left;
}
.searchresultsContent .itemFeaturedSeparator {
	float: left;
	width: 1px;
}
.searchresultsContent .itemFeaturedSeparatorTop {
	width: 1px;
}
.searchresultsContent .itemFeaturedWrapper .itemFeaturedText {
	padding: 0 10px;
}
.searchresultsContent .itemFeaturedWrapper .itemFeaturedTextWrapper {
	padding: 10px 0;
}
.searchresultsContent .itemFeatured .itemFeaturedText {
	border-left: 1px solid #d6d7dc;
}
.searchresultsContent .itemFeaturedWrapper .date {
	font-size: 11px;
	line-height: 1.3em;
	display: block;
}
.searchresultsContent .itemFeaturedWrapper .title {
	font-size: 11px;
	line-height: 1.3em;
	padding: 1px 0;
	display: block;
}
.searchresultsContent .itemFeaturedWrapper .title a {
	font-size: 11px;
	line-height: 1.3em;
}
.searchresultsContent .itemFeaturedWrapper .desc {
	font-size: 11px;
	line-height: 1.3em;
	display: block;
}
.searchresultsContent .itemFeaturedWrapper .view {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.3em;
	padding-top: 2px;
	display: block;
}
.searchresultsContent .itemFeaturedWrapper .view a {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.3em;
}

.searchresultsContent .itemWrapper {
	margin: 0 10px;
	clear: both;
}
.searchresultsContent .item {
	border-top: 1px solid #d6d7dc;
	border-bottom: 1px solid #d6d7dc;
	padding: 12px 0;
	margin: 1px 0;
	clear: both;
}
.searchresultsContent .itemLine {
	border-bottom: 1px solid #d6d7dc;
	padding: 0;
	margin: 1px 0;
	clear: both;
}
.searchresultsContent .itemThumb {
	margin: 3px 10px 0 0;
	float: left;
}
.searchresultsContent .itemText {
}
.searchresultsContent .item .date {
	font-size: 11px;
	line-height: 1.3em;
	display: block;
}
.searchresultsContent .item .title {
	font-size: 11px;
	line-height: 1.3em;
	padding: 1px 0;
	display: block;
}
.searchresultsContent .item .title a {
	font-size: 11px;
	line-height: 1.3em;
}
.searchresultsContent .item .desc {
	font-size: 11px;
	line-height: 1.3em;
	display: block;
}
.searchresultsContent .item .view {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.3em;
	padding-top: 2px;
	display: block;
}
.searchresultsContent .item .view a {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.3em;
}

.searchresultsContent .results {
	min-height: 19px;
	color: #002a5c;
	font-size: 12px;
	padding: 3px 0 6px 0;
}
.searchresultsContent .resultsContainer {
	width: 510px;
	margin-left: 10px;
}
.searchresultsContent .resultsBottom {
	border-top: 1px solid #d6d7dc;
	color: #002a5c;
	font-size: 12px;
	padding: 6px 0 3px 0;
}
.searchresultsContent .numeration {
	color: #002a5c;
	font-size: 12px;
	padding-right: 12px;
	float: left;
}
.searchresultsContent .pagination {
	color: #002a5c;
	font-size: 12px;
	border-left: 1px solid #d5d5dd;
	padding-left: 12px;
}
.searchresultsContent .page {
	color: #002a5c;
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
}
.searchresultsContent .page a {
	font-size: 12px;
	font-weight: normal;
}
.searchresultsContent .page a:hover {
	color: #98002e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*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;
}

.searchtermFormWrapper {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.searchtermFormWrapper .searchAgain {
	color: #d3b07c;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 2px 5px 0 0;
}
.searchtermFormWrapper .searchtermInput {
	border: 1px solid #c2c6cc;
	width: 110px;
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
	float: left;
	margin: 4px 4px 0 0;
	padding: 1px 0 0 2px;
}
.searchtermFormWrapper .searchtermSubmit {
	height: 19px;
	width: 67;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}
.searchtermFormWrapper #buttonSearch {background: url(../images/button_search_header.gif) no-repeat top; width: 67px; height: 19px;}
.searchtermFormWrapper #buttonSearch:hover {background-position: bottom;}
.searchtermFormWrapper #spacerButtonSearch img {width: 67px; height: 19px; border: none;}


/*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;
	text-align: left;
}
.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;
	text-align: left;
}
.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  .odd th, table .odd td {
	background-color: #e6e6e6;
	padding: 0 10px;
}
.playersTable  .even th, table .even td {
	background-color: #fff;
	padding: 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;
}







/*GOALS MODULE*/
.goalsMod {
	width: 302px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;

}

.goalsMod .modTitleWrapper {
	background-image: none;
	background-color: #c2a26f;
}
.goalsMod .modTitleWrapper .modTitleBarLeft {
	width: 74px !important;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarLeftOff {
	height: 26px;
	width: 74px !important;
	line-height: 26px;
	background: #edd18e url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use LEFT fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarDiv {
	height: 26px;
	width: 20px;
	background: #edd18e url(../images/title_div3.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarDivOff {
	height: 26px;
	width: 20px;
	background: url(../images/title_div3_off.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarDivOn {
	height: 26px;
	width: 20px;
	background: #002a5c url(../images/title_div3_toggled.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarRight {
	background: #edd18e url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use LEFT fade) */
	width: 74px !important;
	float: left;
}
.goalsMod .modTitleWrapper .modTitleBarRightOn {
	background: #002a5c;  /* active bg */
	width: 74px !important;
	padding: 0 6px;
	height: 26px;
	float: left;
}

.goalsMod .modTitleWrapperToggled {
	height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0;
	clear: both;
}
.goalsMod .modTitleWrapperToggled .modTitleBarLeft {
	height: 26px;
	line-height: 26px;
	background: #ebce8c url(../images/title_bg3_off.gif);  /* dynamic bg (use right fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsMod .modTitleWrapperToggled .modTitleBarLeftOff {
	height: 26px;
	line-height: 26px;
	background: #ebce8c url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use right fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsMod .modTitleWrapperToggled .modTitleBarDiv {
	height: 26px;
	width: 20px;
	background: url(../images/title_div3_toggled.gif) no-repeat 100% 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsMod .modTitleWrapperToggled .modTitleBarRight {
	height: 26px;
	line-height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0 6px;
	float: left;
}
.goalsMod .modTitleWrapperToggled .modTitleBarRightOn {
	height: 26px;
	line-height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0 6px;
	float: left;
}

#titleGoals {background: url(../images/title_goals_off.gif) no-repeat top; width: 47px; height: 12px;}
#titleGoals:hover {background-position: bottom;}
#spacerGoals img {width: 47px; height: 12px; border: none;}

#titleAssists {background: url(../images/title_assists_off.gif) no-repeat top; width: 59px; height: 12px;}
#titleAssists:hover {background-position: bottom;}
#spacerAssists img {width: 59px; height: 12px; border: none;}

#titleGkgaa {background: url(../images/title_gkgaa_off.gif) no-repeat top; width: 53px; height: 12px;}
#titleGkgaa:hover {background-position: bottom;}
#spacerGkgaa img {width: 53px; height: 12px; border: none;}

.goalsMod .modContent {
	border: 1px solid #d6d7dc;
	padding: 0;
	margin: 2px 0 0 0;
}

.goalsMod .statsContainer {
	height: 158px;
	margin: 2px 0 0 0;
	clear: both;
	overflow: hidden;
}

.goalsMod .topBanner {
	height: 24px;
	float: right;
	padding: 3px 14px 2px 0;
	_padding: 3px 14px 0 0;
}
.goalsMod .statsWrapper .titleWrapper {
	margin: 8px 0 0 10px;
	overflow: hidden;
}
.goalsMod .statsWrapper .titleWrapper .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002b5d;
	line-height: 12px;
}

.goalsMod .statsWrapper .topColWrapper {
	width: 290px;
}
.goalsMod .statsWrapper .topColWrapper .spacerWrapper {
	width: 200px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsMod .statsWrapper .topColWrapper .teamWrapper {
	width: 32px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsMod .statsWrapper .topColWrapper .gpWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsMod .statsWrapper .topColWrapper .gWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	font-weight: bold;
	color: #002b5d;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}

.goalsMod .statsWrapper .thumbWrapper {
	border: 1px solid #fff;
	margin-right: 1px;
	float: left;
}
.goalsMod .statsWrapper .thumbWrapper img {
	width: 75px;
	height: 94px;
	border: 1px solid #d3d8dd;
}

.goalsMod .statsWrapper .goalsWrapper {
	width: 214px;
	overflow: hidden;
	float: left;
}

.goalsMod .statsWrapper .goalsWrapper .posWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsMod .statsWrapper .goalsWrapper .posWrapper .content {
	width: 13px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.goalsMod .statsWrapper .goalsWrapper .nameWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsMod .statsWrapper .goalsWrapper .nameWrapper .content {
	width: 103px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	vertical-align: middle;
	padding-left: 2px;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.goalsMod .statsWrapper .goalsWrapper .nameWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.goalsMod .statsWrapper .goalsWrapper .nameWrapper .content a:hover {
	text-decoration: underline;
}
.goalsMod #contentGkgaa .statsWrapper .goalsWrapper .nameWrapper .content {
	width: 97px;
}

.goalsMod .statsWrapper .goalsWrapper .teamWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsMod .statsWrapper .goalsWrapper .teamWrapper .content {
	width: 32px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.goalsMod .statsWrapper .goalsWrapper .teamWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.goalsMod .statsWrapper .goalsWrapper .teamWrapper .content a:hover {
	text-decoration: underline;
}

.goalsMod .statsWrapper .goalsWrapper .gpWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsMod .statsWrapper .goalsWrapper .gpWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.goalsMod .statsWrapper .goalsWrapper .gWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsMod .statsWrapper .goalsWrapper .gWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-weight: bold;
	font-size: 10px;
	line-height: 27px;
}
.goalsMod #contentGkgaa .statsWrapper .goalsWrapper .gWrapper .content {
	width: 30px;
}

.goalsMod .statsWrapper .goalsWrapper .topRow {
	color: #98002e !important;
	height: 30px !important;
}
.goalsMod .statsWrapper .goalsWrapper .topRow a {
	color: #98002e !important;
	font-weight: normal;
}
.goalsMod .statsWrapper .goalsWrapper .topRow a:hover {
	text-decoration: underline;
}

.statsContainer .bottomLinks {
	font-size: 9px;
	line-height: 19px;
	font-weight: normal;
	color: #002a5c;
	float: right;
}
.statsContainer .bottomLinks a {
	font-size: 9px;
	line-height: 19px;
	font-weight: normal;
	padding: 0 2px;
}
.goalsMod .statsContainer .bottomLinks a {
	padding-right: 6px;
}


/*GOALS MODULE WIDE*/
.goalsModWide {
	width: 322px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;

}

.goalsModWide .modTitleWrapper {
	background-image: none;
	background-color: #c2a26f;
}
.goalsModWide .modTitleWrapper .modTitleBarLeft {
	width: 80px;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarLeftOff {
	height: 26px;
	width: 80px;
	line-height: 26px;
	background: #edd18e url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use LEFT fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarDiv {
	height: 26px;
	width: 20px;
	background: #edd18e url(../images/title_div3.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarDivOff {
	height: 26px;
	width: 20px;
	background: url(../images/title_div3_off.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarDivOn {
	height: 26px;
	width: 20px;
	background: #002a5c url(../images/title_div3_toggled.gif) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarRight {
	background: #edd18e url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use LEFT fade) */
	width: 81px;
	float: left;
}
.goalsModWide .modTitleWrapper .modTitleBarRightOn {
	background: #002a5c;  /* active bg */
	width: 81px;
	padding: 0 6px;
	height: 26px;
	float: left;
}

.goalsModWide .modTitleWrapperToggled {
	height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0;
	clear: both;
}
.goalsModWide .modTitleWrapperToggled .modTitleBarLeft {
	height: 26px;
	line-height: 26px;
	background: #ebce8c url(../images/title_bg3_off.gif);  /* dynamic bg (use right fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsModWide .modTitleWrapperToggled .modTitleBarLeftOff {
	height: 26px;
	line-height: 26px;
	background: #ebce8c url(../images/title_bg3_off.gif) no-repeat right;  /* dynamic bg (use right fade) */
	margin: 0;
	padding: 0 10px 0 6px;
	float: left;
}
.goalsModWide .modTitleWrapperToggled .modTitleBarDiv {
	height: 26px;
	width: 20px;
	background: url(../images/title_div3_toggled.gif) no-repeat 100% 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.goalsModWide .modTitleWrapperToggled .modTitleBarRight {
	height: 26px;
	line-height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0 6px;
	float: left;
}
.goalsModWide .modTitleWrapperToggled .modTitleBarRightOn {
	height: 26px;
	line-height: 26px;
	background: #002a5c;  /* active bg */
	margin: 0;
	padding: 0 6px;
	float: left;
}

#titleGoals {background: url(../images/title_goals_off.gif) no-repeat top; width: 47px; height: 12px;}
#titleGoals:hover {background-position: bottom;}
#spacerGoals img {width: 47px; height: 12px; border: none;}

#titleAssists {background: url(../images/title_assists_off.gif) no-repeat top; width: 59px; height: 12px;}
#titleAssists:hover {background-position: bottom;}
#spacerAssists img {width: 59px; height: 12px; border: none;}

#titleGkgaa {background: url(../images/title_gkgaa_off.gif) no-repeat top; width: 53px; height: 12px;}
#titleGkgaa:hover {background-position: bottom;}
#spacerGkgaa img {width: 53px; height: 12px; border: none;}

.goalsModWide .modContent {
	border: 1px solid #d6d7dc;
	padding: 0;
	margin: 2px 0 0 0;
}

.goalsModWide .statsContainer {
	height: 158px;
	margin: 2px 0 0 0;
	clear: both;
	overflow: hidden;
}

.goalsModWide .topBanner {
	height: 24px;
	float: right;
	padding: 3px 14px 2px 0;
	_padding: 3px 14px 0 0;
}
.goalsModWide .statsWrapper .titleWrapper {
	margin: 8px 0 0 10px;
	overflow: hidden;
}
.goalsModWide .statsWrapper .titleWrapper .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002b5d;
	line-height: 12px;
}

.goalsModWide .statsWrapper .topColWrapper {
	width: 310px;
}
.goalsModWide .statsWrapper .topColWrapper .spacerWrapper {
	width: 220px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .topColWrapper .teamWrapper {
	width: 32px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .topColWrapper .gpWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .topColWrapper .gWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	font-weight: bold;
	color: #002b5d;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}

.goalsModWide .statsWrapper .thumbWrapper {
	border: 1px solid #fff;
	margin-right: 1px;
	float: left;
}
.goalsModWide .statsWrapper .thumbWrapper img {
	width: 75px;
	height: 94px;
	border: 1px solid #d3d8dd;
}

.goalsModWide .statsWrapper .goalsWrapper {
	width: 234px;
	overflow: hidden;
	float: left;
}

.goalsModWide .statsWrapper .goalsWrapper .posWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .goalsWrapper .posWrapper .content {
	width: 13px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.goalsModWide .statsWrapper .goalsWrapper .nameWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .goalsWrapper .nameWrapper .content {
	width: 123px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	vertical-align: middle;
	padding-left: 2px;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.goalsModWide .statsWrapper .goalsWrapper .nameWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.goalsModWide .statsWrapper .goalsWrapper .nameWrapper .content a:hover {
	text-decoration: underline;
}
.goalsModWide #contentGkgaa .statsWrapper .goalsWrapper .nameWrapper .content {
	width: 117px;
}

.goalsModWide .statsWrapper .goalsWrapper .teamWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .goalsWrapper .teamWrapper .content {
	width: 32px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.goalsModWide .statsWrapper .goalsWrapper .teamWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.goalsModWide .statsWrapper .goalsWrapper .teamWrapper .content a:hover {
	text-decoration: underline;
}

.goalsModWide .statsWrapper .goalsWrapper .gpWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .goalsWrapper .gpWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.goalsModWide .statsWrapper .goalsWrapper .gWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.goalsModWide .statsWrapper .goalsWrapper .gWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-weight: bold;
	font-size: 10px;
	line-height: 27px;
}
.goalsModWide #contentGkgaa .statsWrapper .goalsWrapper .gWrapper .content {
	width: 30px;
}

.goalsModWide .statsWrapper .goalsWrapper .topRow {
	color: #98002e !important;
	height: 30px !important;
}
.goalsModWide .statsWrapper .goalsWrapper .topRow a {
	color: #98002e !important;
	font-weight: normal;
}
.goalsModWide .statsWrapper .goalsWrapper .topRow a:hover {
	text-decoration: underline;
}

.statsContainer .bottomLinks {
	font-size: 9px;
	line-height: 19px;
	font-weight: normal;
	color: #002a5c;
	float: right;
}
.statsContainer .bottomLinks a {
	font-size: 9px;
	line-height: 19px;
	font-weight: normal;
	padding: 0 2px;
}
.goalsModWide .statsContainer .bottomLinks a {
	padding-right: 6px;
}






/*STANDINGS MODULE*/
.standingsMod {
	width: 302px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;

}

.standingsMod .modContent {
	border: 1px solid #d6d7dc;
	padding: 0;
	margin: 2px 0 0 0;
}

.standingsMod .statsContainer {
	margin: 2px 0 0 0;
	clear: both;
	overflow: hidden;
}

.standingsMod .topBanner {
	height: 24px;
	float: right;
	padding: 3px 14px 2px 0;
	_padding: 3px 14px 0 0;
}
.standingsMod .statsWrapper .titleWrapper {
	margin: 8px 0 0 10px;
	overflow: hidden;
}
.standingsMod .statsWrapper .titleWrapper .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002b5d;
	line-height: 12px;
}

.standingsMod .statsWrapper .topColWrapper {
	width: 299px;
	overflow: hidden;
}
.standingsMod .statsWrapper .topColWrapper .spacerWrapper {
	width: 156px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.standingsMod .statsWrapper .topColWrapper .statWrapper {
	width: 24px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.standingsMod .statsWrapper .topColWrapper .totalWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	font-weight: bold;
	color: #002b5d;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}

.standingsMod .statsWrapper .goalsWrapper {
	padding-bottom: 1px;
	overflow: hidden;
}

.standingsMod .statsWrapper .goalsWrapper .posWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsMod .statsWrapper .goalsWrapper .posWrapper .content {
	width: 19px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.standingsMod .statsWrapper .goalsWrapper .teamWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsMod .statsWrapper .goalsWrapper .teamWrapper .content {
	width: 131px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	vertical-align: middle;
	padding-left: 2px;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.standingsMod .statsWrapper .goalsWrapper .teamWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.standingsMod .statsWrapper .goalsWrapper .teamWrapper .content a:hover {
	text-decoration: underline;
}

.standingsMod .statsWrapper .goalsWrapper .statWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsMod .statsWrapper .goalsWrapper .statWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.standingsMod .statsWrapper .goalsWrapper .totalWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsMod .statsWrapper .goalsWrapper .totalWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-weight: bold;
	font-size: 10px;
	line-height: 27px;
}

.standingsMod .statsContainer .bottomNotes {
	font-size: 10px;
	line-height: 12px;
	padding-left: 6px;
}
.standingsMod .statsContainer .bottomLinks a {
	padding-right: 6px;
}


/*STANDINGS MODULE WIDE*/
.standingsModWide {
	width: 322px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;

}

.standingsModWide .modContent {
	border: 1px solid #d6d7dc;
	padding: 0;
	margin: 2px 0 0 0;
}

.standingsModWide .statsContainer {
	margin: 2px 0 0 0;
	clear: both;
	overflow: hidden;
}

.standingsModWide .topBanner {
	height: 24px;
	float: right;
	padding: 3px 14px 2px 0;
	_padding: 3px 14px 0 0;
}
.standingsModWide .statsWrapper .titleWrapper {
	margin: 8px 0 0 10px;
	overflow: hidden;
}
.standingsModWide .statsWrapper .titleWrapper .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002b5d;
	line-height: 12px;
}

.standingsModWide .statsWrapper .topColWrapper {
	width: 319px;
	overflow: hidden;
}
.standingsModWide .statsWrapper .topColWrapper .spacerWrapper {
	width: 176px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .topColWrapper .statWrapper {
	width: 24px;
	height: 14px;
	font-size: 9px;
	color: #002b5d;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .topColWrapper .totalWrapper {
	width: 23px;
	height: 14px;
	font-size: 9px;
	font-weight: bold;
	color: #002b5d;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	padding: 0 1px;
	float: left;
}

.standingsModWide .statsWrapper .goalsWrapper {
	padding-bottom: 1px;
	overflow: hidden;
}

.standingsModWide .statsWrapper .goalsWrapper .posWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .goalsWrapper .posWrapper .content {
	width: 19px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.standingsModWide .statsWrapper .goalsWrapper .teamWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .goalsWrapper .teamWrapper .content {
	width: 151px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	vertical-align: middle;
	padding-left: 2px;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}
.standingsModWide .statsWrapper .goalsWrapper .teamWrapper .content a {
	color: #002a5c;
	line-height: 29px;
	font-weight: normal;
}
.standingsModWide .statsWrapper .goalsWrapper .teamWrapper .content a:hover {
	text-decoration: underline;
}

.standingsModWide .statsWrapper .goalsWrapper .statWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .goalsWrapper .statWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-size: 10px;
	line-height: 29px;
}

.standingsModWide .statsWrapper .goalsWrapper .totalWrapper {
	background: #fff;
	padding: 1px 0 0 1px;
	float: left;
}
.standingsModWide .statsWrapper .goalsWrapper .totalWrapper .content {
	width: 24px;
	height: 29px;
	overflow: hidden;
	border: 1px solid #d5d5dd;
	text-align: center;
	vertical-align: middle;
	
	color: #002a5c;
	font-weight: bold;
	font-size: 10px;
	line-height: 27px;
}

.standingsModWide .statsContainer .bottomNotes {
	font-size: 10px;
	line-height: 12px;
	padding-left: 6px;
}
.standingsModWide .statsContainer .bottomLinks a {
	padding-right: 6px;
}




.title_poll {
	background: url(../images/title_poll.gif) no-repeat;
	width: 26px;
	height: 12px;
}