html, body {
	height: 100%;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background-color: #DDE3DD;
	margin: 0px;
	padding: 0px;
}

div {
	font-size: 12px;
	font-family: arial;
}

table {
	font-size: 12px;
	font-family: arial;
}

input {
	font-size: 10px;
}

form {
	margin: 0px;
}

a {
	color: #a03c19;
	text-decoration: underline;
}

a:visited {
	color: #a03c19;
}

a:hover {
	color: #be5f3d;
}

#body_container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 30px;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}

#body_shadow {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 30px;
	left: -30px;
	background-image: url(/images/game/design/background_shadow.gif);
	background-repeat: repeat-y;
}

#body_shadow_right {
	position: absolute;
	background-image: url(/images/game/design/background_shadow_right.gif);
	background-repeat: repeat-y;
	right: -30px;
	height: 100%;
	min-height: 100%;
	width: 30px;
}

#header {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	z-index: 254;
	background-image: url(/images/game/design/header.jpg);
	border-bottom: 20px solid #a03c19;
}

#footer {
	height: 5em;
	position: absolute;
	bottom: 0px;
}

#footer div {
	color: #959595;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 0px;
	width: 1000px;
}

#toolbar {
	position: absolute;
	top: 80px;
	height: 30px;
	width: 100%;
	background-image: url(/images/game/design/toolbar.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 14px;
	z-index: 255;
}

#content {
	background: #fff url(/images/game/design/content_bg.jpg) repeat-x 0 110px;
	position: relative;
	height: 100%;
	min-height: 100%;
	padding-top: 110px;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

/*
 * Common styles
 */

.right {
	float: right;
}

.left {
	float: left;
}

.cpu {
	font-size: 11px;
	color: #757575;
}
 
.clear {
	clear: both;
	font-size: 1px;
}
 
.small_head, h3 {
	color: #a03c19;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.medium_head, h2 {
	color: #a03c19;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 7px;
}

.medium_head a, h2 a {
	font-size: 12px;
}

/* for collapsable medium sections */

.open, .closed {
	padding-left: 20px;
}

.open {
	background: #FFF url('../images/game/design/row_arrow_open.png') 0 0 no-repeat;
}

.closed {
	background: #FFF url('../images/game/design/row_arrow_closed.png') 0 0 no-repeat;
}

.big_head {
	color: white;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	padding-top: 9px;
	text-shadow: #000 1px 1px 0px;
}

.big_head a, .big_head a:visited {
	color: #a03c19;
}

.subhead {
	font-weight: bold;
	color: #a08e88;
}

.subhead_head {
	padding-bottom: 30px;
	width: 100%;
}

.subhead_head a, .subhead_head a:visited {
	font-weight: bold;
	color: white;
}

.medium_head a, .small_head a, .small_head a:visited, medium_head a:visited {
	color: #a03c19;
}

.fieldheading {
	color: #a03c19;
	font-weight: bold;
	margin-bottom: 4px;
}

.field {
	font-size: 14px;
	width: 140px;
}

.field_container {
	width: 350px;
	margin-bottom: 8px;
}

.refund_container {
	color: white;
	background-color: #006eb3;
	border: 1px solid #009cff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	width: 250px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.error {
	clear: both;
	color: #272304;
	width: 940px;
	background: #e8d219 url(/images/game/error_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d4c017;
	border-top: 1px solid #9a8b11;
	line-height: 1.7em;
	padding-top: 55px;
	padding: 10px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
	margin: 3px;
	margin-left: -10px;
	margin-top: 8px;
}

.info_message {
	clear: both;
	color: #FFF;
	width: 940px;
	background: #e8d219 url(/images/game/info_message_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d4c017;
	border-top: 1px solid #2e2e2e;
	line-height: 1.7em;
	padding-top: 55px;
	padding: 10px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
	margin: 3px;
	margin-left: -10px;
	margin-top: 8px;
}

.sub_message {
	width: 100%;
}

.under_tabs {
	position: relative;
	top: -15px;
	z-index:255;
}

.white {
	color: white;
}

.large_title_bar {
	background-color: #454545;
	background-image: url(/images/game/design/nonalternating_color1.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 1.3em;
	padding: 3px 4px;
	position: relative;
}

.large_title_bar a {
	color: #EEE;
	text-decoration: none;
}

.large_title_bar a:hover {
	color: #FFF;
	text-decoration: underline;
}

.large_title_bar a:visited {
	color: #FFF;
}

.notification_bar {
	background-color: #CCCCFF;
	border: 1px solid black;
	margin-bottom: 5px;
	padding: 3px;
	width: 973px; 
}

/*
 * Content containers
 */

.content_container {
	background-color: #EEEEEE;
	border: 1px solid #a0a0a0;
	background-image: url(/images/game/design/dark_content_container.jpg);
	background-repeat: repeat-x;
}

.content_container_sub {
	background-color: #666;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_container_sub h1 {
	color: #f1d82f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

.content_container_tabs_sub {
	background-color: #666;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

tr.sub_alternating_color1 td {
	background-color: #777;
	border-top: 1px solid #888;
}

div.sub_alternating_color1 {
	background-color: #777;
	border-top: 1px solid #888;
}

.content_container_tabs_sub h1 {
	background-color: #454545;
	background-image: url(/images/game/design/nonalternating_color1.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 1.3em;
	padding: 3px 4px;
}

.content {
	padding: 6px;
}

.description_text {
	line-height: 1.5em;
	padding: 10px;
	margin-left: -10px;
	margin-top: 8px;
	margin-bottom: 12px;
	width: 980px;
}

/*
 * Alternating colors
 */

.alternating_rows {
	border: 1px solid #888;
}

tr.nonalternating_color td, tr.nonalternating_color th {
	background-color: #4e1a07;
	background-image: url(/images/game/design/nonalternating_color1.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #883417;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}

tr.nonalternating_color2 td, tr.nonalternating_color2 th {
	background-color: #c6c6c6;
	background-image: url(/images/game/design/nonalternating_color2.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

tr.alternating_color1 td {
	background-color: #FFFFFF;
	background-image: url(/images/game/design/alternating_color1.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCC;
	padding: 3px;
}

tr.alternating_color2 td {
	background-color: #EEEEEE;
	background-image: url(/images/game/design/alternating_color2.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCC;
	padding: 3px;
}

.nonalternating_color {
	background-color: #454545;
	background-image: url(/images/game/design/nonalternating_color1.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
}

.tab_base {
	background: #454545 url(/images/game/design/nonalternating_color1.gif) repeat-x;
	clear: both;
	height: 20px;
	margin: 0px;
}

.nonalternating_color a {
	color: white;
}

.nonalternating_color2 {
	background-color: #c6c6c6;
	background-image: url(/images/game/design/nonalternating_color2.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

.alternating_color1 {
	background-color: #FFFFFF;
	background-image: url(/images/game/design/alternating_color1.gif);
	background-repeat: repeat-x;
	padding: 3px;
}

.alternating_color2 {
	background-color: #EEEEEE;
	background-image: url(/images/game/design/alternating_color2.gif);
	background-repeat: repeat-x;
	padding: 3px;
}

.career_totals td {
	padding: 3px;
	font-weight: bold;
}

/*
 * Position Buttons
 */

.position, .position a{
	color: white;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 42px;
}

.custom {
	background: url(/images/game/design/custom_off.png) no-repeat;
}

.custom:Hover {
	background: url(/images/game/design/custom_on.png) no-repeat;
}

.offensive, .QB, .RB, .FB, .WR, .WR1, .WR2, .WR3, .WR4, .WR5, .TE, .C, .LOT, .ROT, .LG, .RG, .OT, .G, .HB, .SE, .SB, .PP {
	background: url(/images/game/design/offensive_off.png) no-repeat;
}

.offensive:Hover {
	background: url(/images/game/design/offensive_on.png) no-repeat;
}

.defensive, .NT, .DT, .LDE, .RDE, .LOLB, .LILB, .MLB, .RILB, .ROLB, .CB, .CB1, .CB2, .CB3, .CB4, .CB5, .SS, .FS, .DE, .LB {
	background: url(/images/game/design/defensive_off.png) no-repeat;
}


.defensive:Hover {
	background: url(/images/game/design/defensive_on.png) no-repeat;
}

.special, .K, .P, .LS, .KR, .PR, .KOS, .KRS {
	background: url(/images/game/design/special_off.png) no-repeat;
}


.special:Hover {
	background: url(/images/game/design/special_on.png) no-repeat;
}

/*
 * form button_containers
 */

.form_button_container {      
	height:30px;         
	overflow:hidden;
}

.form_button_container_small, .button_container_small {      
	float: left;
	height:20px;         
	overflow:hidden;
}

.form_button_container input:hover{
	margin-top:-30px;
}

.form_button_container_small input:hover, .button_container_small span:hover{
	margin-top:-20px;
}

/* buttons */

a.button { 
  background: transparent url(/images/game/design/blue_btn_right.png) no-repeat scroll top right;
  color: #fff;
  cursor:pointer; 
  display: block;
  font-weight:bold;
  height: 30px;
  margin-right: 6px;
  padding:0 9px 0 0; 
  text-align:center;
  text-decoration: none; 
}

a:hover.button {
	color: #FFF;
	background:url(/images/game/design/blue_btn_right_hover.png) right no-repeat; 
}

a:visited.button {
	color: #FFF;
}

a.button span { 
  background: transparent url(/images/game/design/blue_btn_left.png) no-repeat;
  display:block;
  font-size: 13px;
  line-height: 30px;
  white-space:nowrap; 
  padding:0 0 0 12px; 

}

a:hover.button span {
	color: #FFF;
	background:url(/images/game/design/blue_btn_left_hover.png) left no-repeat; 
}

a.buttonSmall {
  background: transparent url(/images/game/design/small_btn_right.png) no-repeat scroll top right;
  color: #fff;
  cursor:pointer;
  display: block;
  float: right;
  height: 20px;
  margin-left: 5px;
  padding-right: 13px;
  text-decoration: none;  
  font-weight:bold;
}

a:visited.buttonSmall {
	color: white;
}

a:hover.buttonSmall {
	background:url(/images/game/design/small_btn_right_hover.png) no-repeat scroll top right; 
}

a.buttonSmall span {
  background: transparent url(/images/game/design/small_btn_left.png) no-repeat;
  display:block; 
  font-size: 11px;
  line-height: 20px;
  white-space:nowrap; 
  padding:0 0 0 12px;
}

a:hover.buttonSmall span {
	background:url(/images/game/design/small_btn_left_hover.png) left no-repeat; 
}

.square_button, .button_long {
	color: white;
	font-weight: bold;
	height: 18px;
	text-align: center;
}

.button_long {
	height: 22px;
	margin-bottom: 6px;
}

.square_button a, .button_long a {
	font-weight: bold;
	color: white;
	font-size: 11px;
	text-decoration:none;
	line-height: 22px;
	display: block;
}

.button_long a {
	background: url(/images/game/design/blue_button_long.png) no-repeat;
	height: 22px;
}

.button_long a:hover {
	background: url(/images/game/design/blue_button_long_over.png) no-repeat;
}

.button_long a:hover, .square_button a:hover {
	color: #FFFFFF;
}

.button_long a:visited, .square_button a:visited {
	color: #FFFFFF;
}

.square_button {
	background: url(/images/game/buttons/square_bg.png) no-repeat;
	height: 22px;
	width: 22px;
}

.square_button a {
	font-size: 14px;
}


/* button for wg_login window */

#wg_pm_window {
	color: #EEE;
}

#wg_login_window.button, #wg_pm_window .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #7694b7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7694b7;
	box-shadow:inset 0px 1px 0px 0px #7694b7;
	background-image: none !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ea4bd), color-stop(1, #1c487b) )!important;
	background:-moz-linear-gradient( center top, #8ea4bd 5%, #1c487b 100% )!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ea4bd', endColorstr='#1c487b')!important;
	background-color:#8ea4bd !important;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #17385d;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:25px !important;
	line-height:25px !important;
	padding: 0 15px !important;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
	cursor: pointer;
	margin: 3px;
}

#wg_login_window.button:hover, #wg_pm_window .button:hover {
	background-image: none !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c487b), color-stop(1, #8ea4bd) );
	background:-moz-linear-gradient( center top, #1c487b 5%, #8ea4bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c487b', endColorstr='#8ea4bd');
	background-color:#1c487b;
}

#wg_login_window p {
	font-size: 1.2em;
	padding
}

/*
 * head styles
 */

.content_header {
	background: transparent url(/images/game/design/content_tabs_bg.gif) repeat-x bottom;
	left: -10px;
	margin: 0 0 2px 0;
	width: 100%;
	padding: 1px 10px 0 10px;
	position: relative;
	z-index: 253;
}

.subhead_link_bar {
	position: absolute;
	bottom: 2px;
	width: 980px;
	height: 20px;
}
 
.subhead_link_bar a {
	color: #333;
	background-color: #c0c0c0;
	font-size: 11px;
	height: 13px;
	padding: 1px 5px;
	text-decoration: none;
	color: black;
}

.subhead_link_bar a:visited {
	color: black;
}

.tab_off a:hover {
	color: #444;
	background-color: #ddd;
	font-size: 11px;
	height: 13px;
	padding: 1px 5px;
	text-decoration: none;
}

.tab_on {
	height: 20px;
	background: url(/images/game/design/tab_arrow.png) no-repeat 50% bottom;
	float: left;
	margin-right: 1px;
}

.tab_on a, .tab_on a:hover, .tab_on a:visited {
	background-color: transparent;
	color: white;
}

.tab_off a:visited {
	color: black;
}

.tab_off {
	height: 20px;
	float: left;
	margin-right: 1px;	
}

/*
 * Tabs
 */

.tabs {
	height: 28px;
}

.tab {
	width: 40px;
	height: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 3px;
	background-color: white;
}

.tab a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.tab a:hover {
	color: white;
	background-color: #757575;
}
 
.subtab_on {
	background: url(/images/game/design/subtab_on.jpg) no-repeat;
	color: white;
	height: 28px;
	float: left;
	width: 108px;
}

.subtab_off {
	background: url(/images/game/design/subtab_off.jpg) no-repeat;
	color: white;
	height: 28px;
	float: left;
	width: 108px;
}

.subtab_off a, .subtab_on a, .subtab_off a:visited, .subtab_on a:visited {
	color: white;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
}

.subtab_off:hover {
	background: url(/images/game/design/subtab_over.jpg) no-repeat;
	color: white;
	height: 28px;
}

/*
 * Tutorials
 */

.tutH {
	background: #666 url(/images/game/design/tutH_bg.jpg) no-repeat top right;
	color: white;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 5px;
	width: 970px;
}

.tutH img {
	float: left;
	padding-right: 10px;
}

.tutB {
	background: #757575 url(/images/game/design/tutB_bg.gif) repeat-x;
	color: white;
	padding: 15px;
	width: 950px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.tutR {
	float: right;
	width: 310px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tutR h1 {
	color: #ffde00;
	font-size: 16px;
	font-weight: bold;
}

.tutR .video {
	border: 1px solid #AAA;
	clear: both;
	height: 45px;
	margin-top: 20px;
	padding: 5px;
	width: 275px;
}

.tutR .video:hover {
	border: 1px solid #FFF;
	background: #4a4a4a;
}

.video h2 {
	color: #DDD;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.video p {
	color: #CCC;
}

.video img {
	float: left;
	padding-right: 10px;
}

.contributor {
	color: #AAA;
	font-size: 9px;
	padding-top: 2px;
}

/*
 * value container color boxes (cash, points, etc)
 */
 
#flex_points_box {
	background: url(/images/game/design/flex_points_box.gif) no-repeat;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 6px;
	margin-right: 10px;
	width: 180px;
	height: 67px;
	text-align: center;
}

#cash_box, #cash_box_sub {
	background: url(/images/game/design/cash_box_left.jpg) no-repeat top left;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 77px;
	padding-left: 15px;
	padding-right: 19px;
	position: relative;
	margin-bottom: 6px;
	margin-right: 6px;
	text-align: center;
	width: auto;
}

#cash_box img, #cash_box_sub img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#cash_box_sub {
	background: url(/images/game/design/cash_box_left_sub.jpg) top left;
}

#cash_box span, #cash_box_sub span {
	position:relative;
	top: 8px;
}

.points {
	font-size: 35px;
}

.reward_points {
	display: block;
	margin-top: -1px;
	font-size: 9px;
}

#page_profile #tab_profile, #page_roster #tab_roster, #page_depth_chart #tab_depth_chart, #page_stadium #tab_stadium, #page_team_promotions #tab_team_promotions,
#page_add_edit_ws #tab_add_edit_ws, #page_sell_team #tab_sell_team, #page_assign_gm #tab_assign_gm, #page_team_loan #tab_team_loan,
#page_item_fund #tab_item_fund, #page_team_finances #tab_team_finances, #page_team_offers #tab_team_offers, #page_team_tactics #tab_team_tactics,
#page_trade_history #tab_trade_history, #page_challenge #tab_challenge, #page_player_profile #tab_player_profile, #page_player_awards #tab_player_awards,
#page_equipment #tab_equipment, #page_skill_points #tab_skill_points, #page_offers #tab_offers, #page_training #tab_training, #page_player_tactics #tab_player_tactics,
#page_retire_player #tab_retire_player, #page_make_offer #tab_make_offer, #page_cut_player #tab_cut_player, #page_league #tab_league,
#page_league_leaders #tab_league_leaders, #page_team_stats #tab_team_stats, #page_league_playoffs #tab_league_playoffs, #page_box_score #tab_box_score,
#page_search_forum #tab_search_forum, #page_search_team #tab_search_team, #page_search_player #tab_search_player, #page_search_user #tab_search_user, #page_team_alerts #tab_alerts,
#page_team_chat #tab_team_chat {
	height: 20px;
	background: url(/images/game/design/tab_arrow.png) no-repeat 50% bottom;
	float: left;
	margin-right: 1px;
}

#page_profile #tab_profile a, #page_profile #tab_profile a:hover, #page_profile #tab_profile a:visited,
#page_roster #tab_roster a, #page_roster #tab_roster a:hover, #page_roster #tab_roster a:visited,
#page_depth_chart #tab_depth_chart a, #page_depth_chart #tab_depth_chart a:hover, #page_depth_chart #tab_depth_chart a:visited,
#page_stadium #tab_stadium a, #page_stadium #tab_stadium a:hover, #page_stadium #tab_stadium a:visited, #page_team_promotions #tab_team_promotions a:visited,
#page_add_edit_ws #tab_add_edit_ws a, #page_add_edit_ws #tab_add_edit_ws a:hover, #page_add_edit_ws #tab_add_edit_ws a:visited,
#page_sell_team #tab_sell_team a,  #page_sell_team #tab_sell_team a:hover,  #page_sell_team #tab_sell_team a:visited,
#page_assign_gm #tab_assign_gm a, #page_assign_gm #tab_assign_gm a:hover, #page_assign_gm #tab_assign_gm a:visited,
#page_team_loan #tab_team_loan a, #page_team_loan #tab_team_loan a:hover, #page_team_loan #tab_team_loan a:visited,
#page_item_fund #tab_item_fund a, #page_item_fund #tab_item_fund a:hover, #page_item_fund #tab_item_fund a:visited,
#page_team_finances #tab_team_finances a, #page_team_finances #tab_team_finances a:hover, #page_team_finances #tab_team_finances a:visited,
#page_team_offers #tab_team_offers a, #page_team_offers #tab_team_offers a:hover, #page_team_offers #tab_team_offers a:visited,
#page_team_tactics #tab_team_tactics a, #page_team_tactics #tab_team_tactics a:hover, #page_team_tactics #tab_team_tactics a:visited,
#page_trade_history #tab_trade_history a, #page_trade_history #tab_trade_history a:hover, #page_trade_history #tab_trade_history a:visited,
#page_challenge #tab_challenge a, #page_challenge #tab_challenge a:hover, #page_challenge #tab_challenge a:visited,
#page_player_profile #tab_player_profile a, #page_player_profile #tab_player_profile a:hover, #page_player_profile #tab_player_profile a:visited,
#page_player_awards #tab_player_awards a, #page_player_awards #tab_player_awards a:hover, #page_player_awards #tab_player_awards a:visited,
#page_equipment #tab_equipment a, #page_equipment #tab_equipment a:hover, #page_equipment #tab_equipment a:visited,
#page_skill_points #tab_skill_points a, #page_skill_points #tab_skill_points a:hover, #page_skill_points #tab_skill_points a:visited,
#page_offers #tab_offers a, #page_offers #tab_offers a:hover, #page_offers #tab_offers a:visited,
#page_training #tab_training a, #page_training #tab_training a:hover, #page_training #tab_training a:visited,
#page_player_tactics #tab_player_tactics a, #page_player_tactics #tab_player_tactics a:hover, #page_player_tactics #tab_player_tactics a:visited,
#page_retire_player #tab_retire_player a, #page_retire_player #tab_retire_player a:hover, #page_retire_player #tab_retire_player a:visited,
#page_make_offer #tab_make_offer a, #page_make_offer #tab_make_offer a:hover, #page_make_offer #tab_make_offer a:visited,
#page_cut_player #tab_cut_player a, #page_cut_player #tab_cut_player a:hover, #page_cut_player #tab_cut_player a:visited,
#page_league #tab_league a, #page_league #tab_league a:hover, #page_league #tab_league a:visited,
#page_league_leaders #tab_league_leaders a,#page_league_leaders #tab_league_leaders a:hover, #page_league_leaders #tab_league_leaders a:visited,
#page_team_stats #tab_team_stats a, #page_team_stats #tab_team_stats a:hover, #page_team_stats #tab_team_stats a:visited,
#page_league_playoffs #tab_league_playoffs a, #page_league_playoffs #tab_league_playoffs a:hover, #page_league_playoffs #tab_league_playoffs a:visited,
#page_box_score #tab_box_score a, #page_box_score #tab_box_score a:hover, #page_box_score #tab_box_score a:visited,
#page_search_forum #tab_search_forum a, #page_search_forum #tab_search_forum a:hover, #page_search_forum #tab_search_forum a:visited,
#page_search_team #tab_search_team a, #page_search_team #tab_search_team a:hover, #page_search_team #tab_search_team a:visited,
#page_search_player #tab_search_player a,  #page_search_player #tab_search_player a:hover,  #page_search_player #tab_search_player a:visited,
#page_search_user #tab_search_user a,  #page_search_user #tab_search_user a:hover,  #page_search_user #tab_search_user a:visited,
#page_team_alerts #tab_alerts a, #page_team_alerts #tab_alerts a:hover, #page_team_alerts #tab_alerts a:visited,
#page_team_chat #tab_team_chat a, #page_team_chat #tab_team_chat a:hover, #page_team_chat #tab_team_chat a:visited
{
	background-color: transparent;
	color: white;
}

/* sorting column headers */

th {
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff9166;
	border-right: 1px solid #741e00;
	border-bottom: 1px solid #741e00;
	border-top: 1px solid #741e00;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 16px;
	background: #CAE8EA url(/images/game/design/bg_header.jpg) no-repeat;
	vertical-align:middle;
}

th.nosort {
	padding: 8px 12px 4px 16px;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime,
th.sortable-sortProgressbar {
    cursor:pointer;
    background: #6d270d url(/images/game/design/bg_header_sortable.jpg) no-repeat;
    padding: 8px 6px 4px 16px;
}
        
th.forwardSort {
	background:#6d270d url(/images/game/design/bg_header_down2.jpg) no-repeat 0 0;
}
th.reverseSort {
	background:#6d270d url(/images/game/design/bg_header_up2.jpg) no-repeat 0 0;
}
table thead th.forwardSort a,
table thead th.reverseSort a {
	color:#FFF;
	text-decoration: none;
}
        
th a {
	text-decoration: none;
	color: #FFC1A8;
	background:transparent;
}

.wg_popup h1 {
	margin-top: 0;
}
