/* This stylesheet controls the appearance of the Sports PHool pages.
   You'll need some familiarity with CSS to make changes here */

/* Main page properties */
BODY {margin: 0;
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;}

/* Link properties */
A {text-decoration: underline;}
A:link {color: #000000;}
A:visited {color: #660066;}
A:active {color: #CC0000;}
A:hover {color: #006600;}

.header {font-family: sans-serif; font-size: 20px; color:white; font-weight:bold;}

/* Miscellaneous page item properties */
H1 {font-style: italic; color: #CCCCCC;}
H2, H3 {color: #999999;}
H1, H2, H3, H4 {font-family: Georgia;}
P, TD, TH {font-family: sans-serif; font-size: 12px;}
HR {color: #FF9966; width: 70%; text-align: center;}
CODE {color: #660066;}
INPUT, SELECT, TEXTAREA {font-size: 10pt;font-family:helvetica, arial;}
LI {margin-top: .5em;}

/* STRONG is used for error messages */
STRONG {color: #009A66;}

.over {font-family:helvetica, arial;font-size:12px; font-weight:bold; cursor: pointer; color: #E5501E; text-decoration:none;}
.out {font-family:helvetica, arial; text-decoration: none; font-weight:bold; font-size:12px; color:#000000;}

/* Common table properties, used by Sports PHool content */


/* The data cells for alternate rows */
TR.alt TD {background: #EEEEEE;}

/* The data cells for the viewing player on the Leaderboard */
TR.player TD {background: #CCFFCC;
  color: #CC3300;
  font-weight: bold;}

/* Properties for the page table: the one that holds all page content */
TABLE.page {border: 0; border-collapse: collapse; width: 100%; height: 100%;}

/* Page table header cell in which the page header appears */
TH.header {border: 0;
  background: #CC3300;
  text-align: center;
  vertical-align: middle;}
SMALL.slogan {font-family: Verdana; font-style: normal; font-size: small;}

TD.nav { background-color: white; background-image: url(/dealer/images/dealer_07.gif); WIDTH:174; HEIGHT:431; vertical-align: top; background-repeat:no-repeat; background-position: left top;}
/* Page table cell in which the user's info appears */
TD.username {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #000000;
  border-right: none;
  background: #CCCCCC;
  color: #000000;
  text-align: right;
  vertical-align: middle;
  font-size: x-small;
  font-weight: bold;
}

/* Page table data cell in which the main navigation appears */
TD.mainnav {border: 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #000000;
  border-right: none;
  background: #CCCCCC;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  font-size: x-small;
  font-weight: bold;
}

/* Page table data cell in which the content of Sports PHool appears */
TD.content {border: 0;
  background: #FFFFFF;
  padding: 2% 5%;
  text-align: left;
  vertical-align: top;}

/* The DIV for existing user logins in signon.php */
DIV.login {
  padding: 1em;
  line-height: 150%;
  border: 3px ridge #CCFFCC;
}

/* The DIV for new user registrations in signon.php */
DIV.register {
  margin-top: 1em;
  padding: 1em;
  line-height: 150%;
  border: 3px ridge #FFCCFF;
}

/* A special class to apply to the currently viewed week in the weeks list
   See shared.php for its use */
.deadlink {color: #000000;
  background: #cccccc;}

/* The format for the list of weeks for switching views */
P.switchweek {font-size: .8em;
  background: #FFCCFF;}

/* The Sports PHool notice at the bottom of each page */
P.phoolnotice {
  text-align: right;
  border-top: 2px solid #FF9966;
  font-size: x-small;
}
P.phoolnotice A:link {color: #115A5D;}
P.phoolnotice A:visited {color: #115A5D;}
P.phoolnotice SPAN {font-weight: bold;}

.winner {color: #009900;}
.loser {color: #990000;}