/***************************************************************************
    2009Layout.css
       
    Copyright 2009 WhatIfSport.com Inc, 
/**************************************************************************/

/* ------------------------------------------------------------------------
    Global Base Tag Declarations 
   ----------------------------------------------------------------------*/

* {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
    font-size: 12px;
    text-align: center;
    background: url(../images/2009Layout/global/Site_Background.jpg) repeat-x #636363;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    color: #454545;
}

table {
    font-size: 1em;
}

input,
select,
textarea,
button
 {
    font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 
{
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    color: black;
}

h2 {
	font-size: 1.9em;
	voice-family: "\"}\""; 
    voice-family: inherit;    
    padding: 8px 0 0 20px;
}

h1.nodisplay
{
	display:none;
}


h3 {
    font-size: 1.3em;    
}

h4 {
    font-size: 1.2em;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
	font-size: 1.1em;
    color: #2981C0;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active { 
    text-decoration: underline;
}

q {
    font-style: italic;
}

hr.sectionDivider {
	color: #E0DBDB;
	background-color: #E0DBDB;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

div.clearer {
    clear: both;    
}

/* ------------------------------------------------------------------------
   Content Boxes
   ----------------------------------------------------------------------*/
div.contentBox {
	background: url(../images/2009layout/global/contentbox_background.jpg) repeat-x;
	padding: 0px 5px 0px 5px;	
	margin-bottom: 10px;
}

div.secondaryContentBox {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0;
	margin-top: 10px;
}

div.contentBox h3.header,
div.contentBox h1.header {
	color: white;
	text-align: left;	
	font-size: 1em;
	padding: 13px 0 0 18px;	
	height: 27px;
}

div.contentBox div.contentBoxContent,
div.secondaryContentBox div.contentBoxContent {
	background: url(../images/2009layout/global/contentbox_content_background.jpg) repeat-x white;
	padding: 18px;		
	clear: both;
}

div.contentBox div.contentBoxContent.form {
	
}

div.contentBox div.contentBoxContent.table {
	padding: 0px;
}
 
/* ------------------------------------------------------------------------
   Tab Box
   ----------------------------------------------------------------------*/
div.tabBox {
	margin-bottom: 10px;	
}

div.tabBox div.tabBar {	
	width: 100%;	
	background: none;
	height: 31px;	
}

div.tabBox div.tab {
	text-align: center;	
	font-size: 1em;	
	width: 90px;
	float: left;
	margin-right: 3px;
	background: url(../images/2009layout/global/tab_unselected.jpg) repeat-x;
	color: #a8a8a8;
	border: solid #C0C0C0;
	border-width: 1px 1px 0 1px;
	font-weight: normal;
}

div.tabBox div.tab a {
	display: block;	
	height: 30px;
	line-height: 30px;	
	text-decoration: none;
}


div.tabBox div.tab.active {
	background: url(../images/2009layout/global/contentbox_background.jpg) repeat-x;
	color: white;
	border-width: 0;
	width: 92px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;	
}

div.tabBox div.tab.active a {
	color: white;
}

div.tabBox div.tabBoxContentWrapper {
	background: url(../images/2009layout/global/contentbox_background.jpg) repeat-x 0 -32px;		
	padding-top: 5px;
}

div.tabBox div.tabBoxContent {
	background: url(../images/2009layout/global/contentbox_content_background.jpg) repeat-x white;
	padding: 18px;			
	margin: 0px 5px 0px 5px;	
}

div.tabBox div.tabBoxContent.table {
	padding: 0px;
}
  
/* ------------------------------------------------------------------------
   Form Construct Rules
   ----------------------------------------------------------------------*/
fieldset {
	border: 0;
	text-align: left;		
	margin: 0;
	padding: 0px;	
}

fieldset div.formElement {	
	margin: 0 0 5px 0;		
}

fieldset label {
	text-align: right;
}

div.buttonBar {
    margin: 15px;
    text-align: center;            
}

fieldset div.formElement {
	text-align: left;		
	width: 500px;
	margin-left: auto;
	margin-right: auto;	
}

fieldset div.formElement label {
	display: block;
	width: 170px;
	float: left;
	margin-right: 10px;	
}

input.button,
button {
    border: solid 1px #1baaff;
    background: url(../images/2009layout/global/button_background.jpg) repeat-x center left;
    color: white;
    margin: 3px;
    padding: 5px 20px;             
    text-align: center;
    font-weight: bold;
}

input.button:hover,
button:hover {
	background: url(../images/2009layout/global/button_hover_background.jpg) repeat-x center left;
	cursor: pointer;
}

/* ------------------------------------------------------------------------
   Primary Table Rules
   ----------------------------------------------------------------------*/
table.core {
	width: 100%;
	padding: 0;
	border-collapse: collapse;	
}

table.core th {
	background: url(../images/2009layout/global/table_header.jpg);
	color: #2f3940;
	height: 33px;
	text-align: center;	
	border-bottom: 1px solid #b7b7b7;
}

table.core th h3 {
	color: white;
}

table.core tr.even {   
	background-color: #f5f5f5;
}

table.core tr.odd {
	background-color: white;
}

table.core td {
	text-align: center;
	padding: 5px;
}

table.core .left {
	text-align: left;
}
   
/* ------------------------------------------------------------------------
   Form Error, Warning, and Success Messages
   ----------------------------------------------------------------------*/

div.form_error,
div.form_warning,
div.form_success,
div.form_info {
	color: black !important;
    background-repeat: no-repeat;
    margin: 15px 80px;
    padding: 10px 10px 10px 45px;
    min-height: 47px;
    height: 47px;
    background-position: 10px 10px;
    background-color: #F5F5F5;
    border: 1px solid #DBDBDB;
}

html>body div.form_error,
html>body div.form_warning,
html>body div.form_success,
html>body div.form_info {
    min-height: 47px;
    height: auto;
}


div.form_error p,
div.form_error ul,
div.form_error ol,
div.form_warning p,
div.form_warning ul,
div.form_warning ol,
div.form_success p,
div.form_success ul,
div.form_success ol,
div.form_info p,
div.form_info ul,
div.form_info ol

{
    margin: 0 0 10px 0 !important;
}

div.form_error {
    background-image: url(../images/2009Layout/global/icons/error.png);
}

div.form_warning {
    background-image: url(../images/2009Layout/global/icons/warning.png);
}

div.form_info {
    background-image: url(../images/2009Layout/global/icons/info.png);
}

div.form_success {
    background-image: url(../images/2009Layout/global/icons/success.png);
}

div.form_error h3,
div.form_warning h3,
div.form_success h3,
div.form_info h3
{
    background-image: none;
    margin: 0 0 10px 0;
    padding: 0px;       
}

/* ------------------------------------------------------------------------
   
   ----------------------------------------------------------------------*/

p.terms {
    margin-left: 80px !important;
    margin-right: 15px !important;
    font-size: 0.9em;
}

/* ------------------------------------------------------------------------
    Link Types   
   ----------------------------------------------------------------------*/
a.actionlink {
    background: url(../images/2009Layout/global/icons/link_arrow_hover.gif) no-repeat center right;        
    padding-right: 15px;
    font-style: italic; 
    font-size: 1em;
    font-weight: normal;
}

html>body a.actionlink {
    height: auto;
}

a.actionlink:hover {
    background: url(../images/2009Layout/global/icons/link_arrow_hover.gif) no-repeat center right;    
    color: #2981C0;
}

a.logLink {
    padding-right: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color:#FF8901;
}

html>body a.logLink {
    height: auto;
}

a.logLink:hover {
    color: #2981C0;
}


a.feed,
a.feed:visited {
	background-image: url(../images/2004Layout/global/icons/feed-icon-14x14.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 1px 0 6px 17px;
	border: 0;
	font-size: 7pt;
}

a.RefLink {
	margin-left: 5px;
}

* ------------------------------------------------------------------------
   Outer Page Framework Declarations 
   ----------------------------------------------------------------------*/
#globalBrowserWarning {
    display:none;
    height: 0;
    margin: 0;
    padding: 0;
}


#globalWrapper {
    position: relative;
    margin: 0 auto;
    text-align: left;  
    min-width: 980px;
    width: 980px;    
}

#globalPageHeader {        
    font-size:1em;
	height:130px;
	position:relative;
	width:100%;
	z-index:2;
}

#globalPageHeader #globalHeader {
    position: relative;        
    background-color: #000000;
    height: 125px;    
    width: 100%;    
    overflow:visible;
}

#globalPageHeader #globalHeader #headerLogo {           
    position:absolute;
    top:0;
    left:0;          
    background-image: url(../images/2009Layout/global/Whatif-Logo-tagline.jpg) !important;
    background-repeat: no-repeat;
    height:100px;				
    width:320px;    
}

#globalPageHeader #globalHeader #foxLogo {
     background-image: url(../images/2009Layout/global/FOX_MSN_Small.jpg) !important;
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    right:0;        							
    height:100px;
    width:320px;
}

#globalPageHeader #globalHeader #headerLogo a,
#globalPageHeader #globalHeader #foxLogo a {
     border:0 !important;
    display:block;
    font-size:1px;
    height:100%;    
    width:100%;    
    text-indent:-3000px;
}
#globalPageContentWrapper {
    position: relative;
    text-align: left;
    width: 964px;    
    background: url(../images/2009Layout/global/Page_Background.jpg) repeat-x #ffffff;    
    padding: 8px;
}

#globalPageContent {  
    position: relative;    
    text-align: left;        
    float: left;   
    width: 100%;
}


#globalPageFooter {      
    text-align: left;
    color: #8e8e8e ;
    clear: both;
    font-size:11px;
    padding: 50px 10px 20px 10px;
    position:relative;
}

#globalPageFooter a {
    color: #8e8e8e !important;
    font-size:11px;
    font-weight:normal;
}

#globalPageFooter p#globalFooterNav {
    position:absolute;
    left:10px;
    top:20px;
    margin:0px;
    
}
 
#globalPageFooter p#globalFooterNav a {
    display: block
    float: left;
    margin-right: 15px;
    
} 

#globalPageFooter .msnFtr {
    color: #8e8e8e ;
    position:absolute;
    top:10px;
    right:0px;
    height:30px;
    width:510px;
    
}

/*
#globalPageFooter .pageReflection
{
	background:red;
	position:absolute;
	top:0px;
	height:46px;
	width:980px;
}
 
*/
/* ------------------------------------------------------------------------
   Navigation
   ----------------------------------------------------------------------*/

#globalNavigation {
	  background:url("../images/2009Layout/global/NavItemBackground.jpg") repeat-x scroll 0 0 transparent;
	height:30px;
	left:0;
	position:absolute;
	top:100px;
	width:100%;
	z-index:100;    
}

#globalNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
    position:absolute;
}

#globalNavigation ul a {
    /* top level normal */
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
}

#globalNavigation ul li {    
    /* top level normal */
    border-left: 1px solid #2f2e2d; 
    border-right: 1px solid #3f3e3d;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position:relative;
    line-height:30px;    
    text-align:center;
}

#globalNavigation ul li a {
    /* top level normal */
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;    
}

#globalNavigation ul li:hover a,
#globalNavigation ul li a:hover,
#globalNavigation ul li.showingMenu
{
	color: #343333 !important;    
}

#globalNavigation ul li:hover a,
#globalNavigation ul li a:hover,
#globalNavigation ul li.showingMenu
 { 
    /* top level when sub-menu is displayed */    
    background: url(../images/2009Layout/global/NavItemSelectedBackground.jpg) repeat-x !important;    
	cursor:pointer;
}

#globalNavigation ul li:hover li a,
#globalNavigation ul li.showingMenu li a {
    /* sub menu */
    color: #343333 !important;    
    background: url(../images/2009Layout/global/NavItemSelectedBackground.jpg) repeat-x !important;
}

#globalNavigation ul li:hover ul li:hover a,
#globalNavigation ul li.showingMenu li.showingMenu a
{    
    /* sub menu mouseover */    
    background: url(../images/2009Layout/global/NavItemBackground.jpg) repeat-x !important;
	cursor:pointer;
	color:#ffffff !important;
}

#globalNavigation ul ul {
    /* initial sub-menu look */
    display:none;	
    left:-1px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:30px;    
    border: 0;
    width:145px;
}

#globalNavigation ul li:hover ul
{
	display:block;
}

#globalNavigation ul ul li {
    text-align:left;    
    width:100%;
    height:30px;
}

#globalNavigation ul ul li a {
    /* sub-menu items */
    padding-left:5px;    
    border-right: 1px solid #7f7f7f;    
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}


#globalNavigation ul li.wis,
#globalNavigation ul li.simmatchup,
#globalNavigation ul li.simleagues,
#globalNavigation ul li.dynasty,
#globalNavigation ul li.editorial,
#globalNavigation ul li.forums
{
    width: 100px;
}

#globalNavigation #login {
    position: absolute;
    right: 40px;
    padding-right: 5px;
    line-height: 30px;       
}

#globalNavigation #logout {
    position: absolute;
    right: 0px;    
    padding-right: 5px;
    line-height: 30px;    
}

#globalNavigation #join
{
	position:absolute;
	right:0px;			
	height:17px;	
	border-left:1px solid #554e4e;
	margin-top: 7px; 
	padding-left:8px;
}

#globalNavigation #loggedInAs {
    position: absolute;
    left: 610px;
    height: 17px;
    margin-top: 5px;
    color: #ffffff;
    border-right: 1px #554e4e solid;
    width: 281px;
    text-align: right;
    padding: 3px 10px 0 0;    
}

/* ------------------------------------------------------------------------
   Core pages column layout
   ----------------------------------------------------------------------*/
div#coreColumnMain {
	width: 659px;
	float: left;		
}

div#coreColumnRight {
	width: 300px;	
	float: left;
	margin-left: 5px;		
}

div#coreColumnFull {
	width: 959px;
	float: left;		
	margin-left: 5px;		
}

/* ------------------------------------------------------------------------
   Popup Windows
   ----------------------------------------------------------------------*/
body.popup {
    background-image: none;
    background-color: white;
}

#globalpopupcontent {
    margin: 10px;
    padding: 0;
    text-align: left;
}

/* ------------------------------------------------------------------------
   Header Login
   ----------------------------------------------------------------------*/

#globalheaderLogin {
    position: absolute;
    top: 0;
    left: 8px;
    border-collapse: collapse;
    color: black;
}

#globalheaderLogin td,
#globalheaderLogin label,
#globalheaderLogin input
{
    padding: 0;
    margin: 0;
    font-size: 1em;
}

#globalheaderLogin td {
    padding: 1px 3px;
}

#globalheaderLogin #header_txtuserid,
#globalheaderLogin #header_txtPassword
{
    width: 80px;
}

a#header_loginLink
{
    display: block;
    background-image: url(../images/2004Layout/global/icons/arrow_icon.gif);
    background-repeat: no-repeat;
    background-position: top right;    
    color: black !important;
    padding-left: 10px;
    height: 14px;
    width: 70px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 60px;
}
html>body a#header_loginLink {
    width: 60px;
}

a#globalLockerRoomLink {
    position: absolute;
    top: 2px;
    right: 8px;
    display: block;
    background-image: url(../images/2004Layout/global/icons/arrow_icon.gif);
    background-repeat: no-repeat;
    background-position: center right;    
    color: black !important;
    padding-top: 1px;
    width: 90px;    
    height: 14px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 13px;
}

body>html a#globalLockerRoomLink {
    height: 13px;    
}

#globalLoggedInAs {
    position: absolute;
    top: 3px;
    left: 8px;
    color: #908476;
    width: 400px;
}

#globalLoggedInAs strong {
    color: black;
    font-weight: bold;
}

/* ------------------------------------------------------------------------
   Default Definition List Table
   ------------------------------------------------------------------------ */
#globalPageContent table.definitionlist {
    border-collapse: collapse;
    margin: 10px 170px 10px 150px;
}

#globalPageContent table.definitionlist th,
#globalPageContent table.definitionlist td {
    vertical-align: top;
    text-align: left;
    padding: 3px;
}

#globalPageContent table.definitionlist  th {
    font-weight: bold;
    white-space:  nowrap;
}









/*************************************
/* Shared SimMatchup Working Pages
*************************************/
body#working {background-color: #242424 !important; background-image: none !important; }
body#working div.maincontainer	{margin: 0 auto; width: 780px;}

body#working div.working
{
	background: url(../images/2004Layout/global/waiting.gif) top center no-repeat;
	height: 84px;
	width: 780px;
}
/*************************************
/* Shared Boxscore Marketing Sections
*************************************/
body#boxscore div.div_widget_1,
body#boxscore div.div_widget_2,
body#boxscore div.div_widget_3
{
	height: 90px;
	width: 700px;
	padding:0;
	text-align:left;
}
body#boxscore div.div_widget_1
{
	margin:10px 0 10px 0;
}

body#boxscore div.div_widget_2
{
	margin:10px 0px 0px 0px;
}
body#boxscore div.div_widget_3
{
	margin:0 10px;
}

body#boxscore div.mlb
{
	background: url(../images/2004Layout/global/product_marketing/SLB_info.png) top center no-repeat;
}
body#boxscore div.nfl
{
	background: url(../images/2004Layout/global/product_marketing/SLF_info.png) top center no-repeat;
}
body#boxscore div.nba
{
	background: url(../images/2004Layout/global/product_marketing/SLBK_info.png) top center no-repeat;
}
body#boxscore div.nhl
{
	background: url(../images/2004Layout/global/product_marketing/SLH_info.png) top center no-repeat;
}
body#boxscore div.gd
{
	background: url(../images/2004Layout/global/product_marketing/GD_info.png) top center no-repeat;
}
body#boxscore div.hd
{
	background: url(../images/2004Layout/global/product_marketing/HD_info.png) top center no-repeat;
}
body#boxscore div.cd
{
	background: url(../images/2004Layout/global/product_marketing/CD_info.png) top center no-repeat;
}
body#boxscore div.hbd
{
	background: url(../images/2004Layout/global/product_marketing/HBD_info.png) top center no-repeat;
}
body#boxscore div.wis
{
	background: url(../images/2004Layout/global/product_marketing/WIS_info.png) top center no-repeat;
}
body#boxscore div.sm
{
	background: url(../images/2004Layout/global/product_marketing/SM_info.png) top center no-repeat;
}
body#boxscore div.myspace
{
	background: url(../images/2004Layout/global/product_marketing/myspace_info.png) top center no-repeat;
	margin-bottom:20px;
}
body#boxscore div.sm_olive
{
	background: url(../images/2004Layout/global/product_marketing/SM_info_olive.png) top center no-repeat;
}

body#boxscore div.div_widget div
{	
	margin:0;
	padding:0 15px 0 100px;
	text-align:left;
	clear:both; 
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px; 
	font-weight:bold;
}

body#boxscore div.div_widget div a {color:#AD281A !important; text-decoration:underline;}
body#boxscore div.div_widget div span.free {color:#AD281A; font-weight:bolder;}

body#boxscore div.div_widget div.details
{
	padding-top:10px;
}

body#boxscore div.div_widget div.signup
{
	padding-top:9px;
}
body#boxscore div.div_widget_3 div.details
{
	padding-top:20px;
}
body#boxscore div.div_widget_3 div.signup
{
	padding-top:20px;
}

div.exhibition_ads
{
	background-color: #EFEEED;
	margin:20px 0;
}
div.exhibition_ads div.two_cols,
div.exhibition_ads div.one_col
{
	width:94%;
	margin:0 auto;
	border:solid 1px #EFEEED;
}
div.exhibition_ads div.two_cols div.two_col_one
{
	float:left;
	margin-top:10px;
}
div.exhibition_ads div.two_cols div.two_col_two
{
	float:right;
	margin-top:10px;
}
div.exhibition_ads div.one_col div.one_col_one
{
	text-align:center;
	margin-top:10px;
}
div.exhibition_ads div.two_cols div.fullseason,
div.exhibition_ads div.one_col div.fullseason
{
	margin:10px;
	text-align:center;
}

/****************************************************
*	Player Profile (public) (profile_player.asp)	*
*	Team Profile (public) (profile_team.asp)
*****************************************************/
BODY#profile_player DIV#div_profile,
BODY#profile_team DIV#div_profile
{
	height: 170px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	text-align: center;	
	width: 100%;
}
BODY#profile_player DIV#div_profile h1.sectionheader,
BODY#profile_team DIV#div_profile h1.sectionheader
{
	color:white;
	margin-top:5px;
	margin-bottom:0px;
	font-size:11pt;
	font-weight: bold;
}
BODY#profile_player DIV#div_profile table#header_info,
BODY#profile_team DIV#div_profile table#header_info
{
	margin: 10px auto 0 auto;
}
BODY#profile_player DIV#div_profile table#header_info td.details,
BODY#profile_team DIV#div_profile table#header_info td.details
{
	vertical-align:top;
}
BODY#profile_player DIV#div_profile table#header_info td.wis,
BODY#profile_team DIV#div_profile table#header_info td.wis,
BODY#profile_player DIV#div_profile table#header_info td.product,
BODY#profile_team DIV#div_profile table#header_info td.product
{
	width:244px;
}
BODY#profile_player DIV#div_profile table#header_info td div.prod_details,
BODY#profile_team DIV#div_profile table#header_info td div.prod_details
{
	font-size:8pt;
	margin-top:6px;	
	margin-left:100px;	
	width:132px;
	height:145px;
	text-align:left;
	font-weight:normal;
}
BODY#profile_player DIV#div_profile table#header_info td a,
BODY#profile_team DIV#div_profile table#header_info td a
{
	font-size:10pt;
	font-weight:bold;
	color: #1399b1 !important;
}
BODY#profile_team DIV#div_profile table#header_info td h1.sectionheader a
{
	color: white !important;
}
BODY#profile_player DIV#div_profile table#header_info td.details,
BODY#profile_team DIV#div_profile table#header_info td.details
{
	text-align:center;
	font-size: 10pt;
	font-weight: bold;	
}

body#profile_player p.mktg_info,
body#profile_team p.mktg_info
{
	margin:10px 0 0 0;
}


/* ------------------------------------------------------------------------
    Game blurbs
   ----------------------------------------------------------------------*/
div.game_blurb {
	padding: 10px;		
}

div.game_blurb img.game_blurb_logo {
	float: left;
	margin-right: 10px;	
}

div.game_blurb h3 {
	color: black!important;
	text-align: left;
}

div.game_blurb p.product_text,
div.game_blurb p.action {
	padding-left: 77px;
	text-align: left;
}

div.game_blurb p.action {
	font-style: italic;
}

/* ------------------------------------------------------------------------
    Right Bar -- Standard
   ----------------------------------------------------------------------*/
div.rightbar_feature_sectionheader 
{
	background-image:url(../images/BeyondTheBoxScore/SectionHeaders.jpg);
	color:white;
	font-size:10pt;
	font-weight:bold;
	height:22px;
	padding-top:2px;
	text-align:center;
	width:100%;
}   
table.rightbar_products {
   	width: 100%;
	padding: 0;
	margin-top:10px;
	border-collapse: collapse;
}

div.game_blurb h3 {
	margin-bottom: -10px;
}

table.rightbar_products td {
	color: #2f3940;
	height: 33px;
}

table.rightbar_products td a{
	color:black;
}

table.product_text td {
	border: none !important;
}

table.product_text td.action {
	padding-top:5px !important;
}


/* ------------------------------------------------------------------------
    SimLeague Products
   ----------------------------------------------------------------------*/
#globalSimLeaguePageHeader {        
    height: 200px;    
    width: 100%;
    font-size: 1em;
}

/* ------------------------------------------------------------------------
    Maintenance
   ----------------------------------------------------------------------*/
   
body#maintenance div.Message
{
	background: url(../images/maintenance_pagev2_04.JPG) top center no-repeat;
	width: 960px;
	height:100px;
	
}

body#maintenance div#MaintenanceImage
{
	background: url(../images/maintenance_pagev2_05.JPG) top center no-repeat;
	text-align: center;
	width: 940px;
	height: 600px;
	padding-top:27px;
	padding-left:10px;
	padding-right:10px;
}


