/* STYLESHEET FORMAT GUIDE *****************************************************

  split into the following sections:
  - semantics (direct formatting for <td>, <a>, etc)
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/

a {
  background:transparent;
  text-decoration:none;
}

a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
  text-decoration:none;
}
a:link {
  color:#0000FF;
}
a:visited {
  color:#800080;
}
a:hover {
  color:#008000;
  text-decoration: underline;
}
a:active {
  color:#FF0000;
}
a img {
    border: none;
  text-decoration:none;
}
html {
    height: 100%;
    width: 100%;
}
body {
  margin:0px auto;
  padding:0;
  position: relative;
  height: 98%;
  width:99%;
  background:#FFFFFF;
  color:#000000;
  font:0.8em arial,verdana,tahoma,helvetica,sans-serif;
  /*background-image: url(images/background/hardwood.jpg);*/
  background: url(images/background/hardwood.jpg);
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  margin-left:15px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  position:relative;
  right:30px;
  width:150px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
    font-weight:bold;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
/*table {
  border:0px;
}
textarea {
  color:#000000;
  font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}*/
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu {
  /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text {
  /* the text below the links */
  padding:5px;
}
.admin-menu-item {
  /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-smalltable {
  text-align:left;
  border-spacing:1px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}
/* Menus in blocks ************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes *************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-bg-left,
.block-bg-right {
  border-top:1px solid #FFFFFF;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:180px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:#F7F7F7;
  border-right:1px solid #FFFFFF;
  color:#000000;
}
.block-featured-right {
  background:#E7E7E7;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
  padding:0px;
  margin:0px;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
.comment-edit {
  font-style: italic;
  padding-top:1ex;
}
.comment-sig {
  color:#666666;
  padding-top:1ex;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {
  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span {
  /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault {
  /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-logo {
  float:left;
  padding-left:15px;
  padding-top:13px;
}
.header-slogan {
  float:right;
  line-height:78px;
  padding-right:15px;
  color: #ffffff;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
  height:78px;
  margin-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
  background:#E7E7E7;
}
.header-navigation-container ul {
  list-style: none;
  padding:0px;
  margin:0px;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  float:right;
  height:24px;
}
.header-navigation-container li {
  float:left;
  padding-right:9px;
  padding-left:9px;
  margin-top:4px;
  background:transparent;
  font-size:.9em;
  border-left: 1px dotted #FFFFFF;
}
.header-navigation-container a:link {
  color:#0000FF;
}
.header-navigation-container a:visited {
  color:#800080;
}
.header-navigation-container a:hover {
  color:#008000;
}
.header-navigation-container a:active {
  color:#FF0000;
}
.header-welcomeanddate-text {
  padding-top:12px;
  padding-left:4px;
  margin: 0px;
  height:40px;
  border-bottom:1px solid #CCCCCC;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchresult-byline {
  color:green;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1 {
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
  padding-top:10px;
}
.story-icons a {
  margin-left:5px;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
  width:100%;
  vertical-align:top;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
.story-information p {
  padding:0px;
  margin:0px;
}
/******************************************************************************/
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /* this is the key */
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  /* the span will display just on :hover state */
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */


/* League.css */

.smallText  {
font-size:60%;
}
.largerText {
font-size:120%;
}
.spacer {
padding:0 10px;
}
.squeeze {
margin-left:15px;
margin-right:15px;
}
.threeQuarterHeight {
height:550px;
}
.halfHeight {
height:400px;
}
.quarterHeight {
height:200px;
}
.sixthHeight {
height:150px;
}
.eighthHeight {
height:100px;
}
.leftIndent {
padding-left:15px;
}
.rightIndent {
padding-right:15px;
}
.pushDown {
margin-top:5px;
}
.pushRight {
margin-left:10px;
}
.pushLeft, form div.two.columns .column input.text.pushLeft {
margin-right:10px;
}
.pushLeft2 {
margin-right:20px;
}
.padTop, form div.two.columns .column .input.padTop {
padding-top:5px;
}
.padTop2 {
padding-top:10px;
}
.padRight {
padding-right:10px;
}
.padBottom {
padding-bottom:10px;
}
.padLeft {
padding-left:10px;
}
.scrollable {
overflow:auto;
}
#caseBriefArea .scrollable {
background-image:url("images/background/modal.png");
padding-top:10px;
}
.greyBG {
background-color:#F9F9F9;
}
.pinkBG {
background-color:#ED3D84;
}
.blackBG {
background-color:#FFFFFF;
}
.whiteBG {
background-color:#FFFFFF;
}
.blueBG {
background-color:#0099FF;
}
.greenBG {
background-color:#43A832;
}
.orangeBG {
background-color:#FFCC07;
}
.purpleBG {
background-color:#7B43A2;
}
.phoneNumber, .pinkText {
color:#ED3D84;
}
.blackText {
color:#000000;
}
.whiteText {
color:#FFFFFF;
}
.blueText {
color:#0099FF;
}
.greenText {
color:#43A832;
}
.orangeText {
color:#FFCC07;
}
.redText {
color:#DF002D;
}
.purpleText {
color:#7B43A2;
}
.hideMe {
display:none;
}
.indentText {
text-indent:20pt;
}
.floatLeft {
float:left;
}
.floatRight {
float:right;
}
.alignLeft, form div.two.columns .column.alignLeft {
text-align:left;
}
.alignCenter {
text-align:center;
}
.alignRight {
text-align:right;
}
.clearLeft {
clear:left;
}
.clearBoth {
clear:both;
}
.clearRight {
clear:right;
}

/* New SL.HF.NET */

.primaryNav {
    background-image:url("images/primaryNav/w.gif");
    background-color:transparent;
    background-position:left bottom;
    background-repeat:no-repeat;
    padding:0 0 0 19px;
    position: relative;
    overflow: visible;
    z-index: 10;
    }
    .primaryNav > div {
        background-color:transparent;
        background-position:right bottom;
        background-repeat:no-repeat;
        background-image:url("images/primaryNav/e.gif");
        color:#F0F0F0;
        font-size:1.2em;
        padding: 15px 0;
        text-align: center;
        overflow: visible;
    }
    .primaryNav > div > a {
        border-left:1px solid #BD461C;
        color:#FFFFFF;
        font-weight:800;
        margin:0 0 0 3%;
        padding:0.1em 1% 0.1em 3%;
        text-align:left;
        text-transform:uppercase;
        text-decoration: none;
        }
        .primaryNav > div > a:first-child {
            position: absolute;
            top: 10px;
            left: 0;
            padding: 0;
            border-left: none;
            margin-left: 20px;
        }
        .primaryNav a.leagueLogo {
            position: absolute;
            top: 0;
            right: 20px;
            margin-left: 0;
            border-left: none;
            }
            .primaryNav a.leagueLogo img {
                width: 90px;
        }
        .primaryNav > div > a:hover {
            color:#F05B18;
            text-decoration:none;
}


.contentSection {
    margin: 2% 3% 0;
    padding:1%;
    opacity:0.9999;
    visibility:visible;
    border:1px solid #AFAFAF;
    border-color:#E8E8E8 #C8C8C8 #C8C8C8 #E8E8E8;
    height:84%;
    overflow: auto;
    position: relative;
    background-image:url(images/background/overlay80.png);/* no-repeat fixed center center #F0F0F0;*/
    font-size:1.1em;
    text-align:left;
    z-index: 0;    
}
.leftContent {
    float: left;
    width: 200px;
    background-image:url(images/background/overlay80.png);
    border: 1px solid #fff;
}
.mainContent {
    margin-left: 220px;
}

/*********************/

	table {
		margin: 0 auto;
		width: 98%;
		background: url(images/background/modal2.png);
		text-align: center;
		}
		table caption {
			background: url(images/background/header.png);
		}
		table thead {
			font-size: 1.1em;
			border-bottom: 2px solid #000;
		}
		table tfoot {
			font-size: 0.9em;
			/*background: url(images/background/header.png);*/
			background-image: url(images/background/modal2.png);
		}
		table tr {
		}
		table tr th, table tr td {
			padding: 5px 0 5px 7px;
			}
			table tr th {
			    color: #fff;
                background-image: url(images/background/header.png);
			}
			table tr td {
				padding-left: 14px;
			}
			table.standings {
				}
				table.standings tr td {
					font-size: 1.3em;
			}
			table.schedule {
				background: none;
				}
				table.schedule tr {
					background-image: url(images/background/modal2.png);
					}
					table.schedule tr td {
						/*background: url(images/background/modal2.png);
						/ *padding: 5px 0;*/
						padding-left: 15px;
						}
						table.schedule tr td.gametime {
							/*width: 25px;*/
							padding: 2px 7px;
							text-align: center;
							font-size: 1.1em;
							font-weight: bold;
							color: #fff;
							vertical-align: middle;
							background-image: url(images/background/header.png);
						}
						table.schedule tr td.opponent, table.schedule tr td.homeAway {
							font-size: 1.2em;
							background-image: url(images/background/modal2.png);
	}

    .tablehead {
        margin-bottom: 30px;
        text-align: center;
        }
        .tablehead tr th, .tablehead tr td {
            padding: 0;
        }
        .tablehead a {
            color: #fff;
            }
            .tablehead a:hover {
                color: #F05B18;
        }
        .tablehead form {
            display: inline;
        }
        .tablehead h1 {
            margin: 0;
            padding: 0;
            font-size: 225%;
        }
        .tablehead h2 {
            margin: 0;
            padding: 0;
            font-size: 150%;
        }
        .tablehead .teamName {
            width: 23%;
        }
        .tablehead .result {
            padding: 0;
            font-size: 400%;
            text-align: center;
            width: 10%;
            color: #fff;
            font-weight: bold;
        }
        .tablehead .versus {
            /*font-size: 250%;*/
            color: red;
            }
            .tablehead .versus span {
                display: block;
                padding: 5px 0;
                color: #fff;
        }
        .tablehead .win.result {
            /*background-color: #A1F867;*/
            border: 4px solid #BD461C;
        }
        .tablehead.team {
            margin-bottom: 0;
        }
        .tablehead.gameSummary {
            font-size: 125%;
            }
            .tablehead.gameSummary th {
                padding: 8px 0;
                }
                .tablehead.gameSummary th.segment {
                     background-color: #fff;
                     font-size: 150%;
        }
        .tablehead.gameStats {
            width: 49.5%;
            float: left;
            border: 1px solid #555;
            }
            .tablehead.home.gameStats {
                border-top: none;
                border-right: none;
            }
            .tablehead.away.gameStats {
                border-top: none;
            }
            .tablehead.gameStats th, .tablehead.gameStats td {
                padding: 5px 0;
            }
            .tablehead.gameStats .playerCell {
                text-align: left;
                text-indent: 10pt;
    }

    .siteLogo {
        position: absolute;
        width: 100%;
        overflow: visible;
        text-align: center;
        z-index: 100;
        }
        .siteLogo a {
            color: #fff;
            z-index: inherit;
        }
        .siteLogo img {
            margin: 0 30px;
            vertical-align: middle;
            z-index: inherit;
    }
    .conferenceModule {
        position: relative;
        color: #fff;
        }
        .conferenceModule h2 {
            margin-bottom: 25px;
            font-size: 160%;
        }
        .standings {
            margin: 0 10px 0 30px;
            }
            ol.standings {
            }
            ul.standings {
                list-style: none;
            }
            .standings li {
                margin-bottom: 20px;
                padding-bottom: 5px;
                /*overflow: auto;*/
                }
                .standings li a, td.standings a {
                    color: #fff;
                    /*font-size: 120%;
                    }
                    .conferenceModule .standings li a img {
                        margin-right: 20px;
                        width: 50px;
                        vertical-align: middle;*/
                }
                .standings li img, td.standings img {
                    width: 60px;
                    float: left;
                }
                .standings li small, td.standings small {
                    font-size: 90%;
                }
                .standings li strong, td.standings strong {
                    display: block;
                    padding-top: 5px;
                    font-size: 120%;
    }

    .schedule {
        }
        .scheduleBanner {
            margin-bottom: 15px;
            padding: 0 0 5px;
            list-style: none;
            text-align: center;
            overflow: auto;
            }
            .scheduleBanner a {
                display: block;
                margin-top: 5px;
                color: #fff;
                text-transform: uppercase;
                }
                .scheduleBanner a.prev {
                    float: left;
                }
                .scheduleBanner a.next {
                    float: right;
            }
            .scheduleBanner li {
                float: left;
                width: 13%;
                margin: 0 0.6%;
                padding: 0 0 5px;
                border-bottom: 4px solid #000;
                font-size: 110%;
                }
                .scheduleBanner li.current {
                    color: #fff;
                    background-color: #BD461C;
                    border-color: #fff;
                    font-weight: bold;
            }
            .scheduleBanner small {
                font-size: 65%;
        }
        .schedule .games {
            height: 84%;
            /*background: red;*/
            overflow: auto;
            padding: 0 15px;
        }
        .schedule fieldset {
            margin-bottom: 50px;
            padding: 0 20px 20px;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            border-color: orange;
            }
            .schedule fieldset legend {
                padding-left: 7px;
                font-size: 120%;
        }
        .schedule table.game {
            margin: 20px auto 0;
            font-size: 80%;
            /*float: left;
            width: 29%;
            margin-left: 1%;*/
            }
            .schedule table:first-child {
                margin-left: 0;
            }
            .schedule table.game img {
                width: 60px;
            }
            .schedule table.game .versus {
                color: red;
                font-size: 250%;
    }

    .pageContent {
        position: relative;
		padding-top: 1%;
        height: 98%;
        border-top: 1px solid transparent;
        }
		.pageContent .leftContent, .pageContent .rightContent {
            margin-top: 4%;
		    width: 280px;
            }
            .pageContent .rightContent {
                float: right;
            }
            .pageContent .leftContent {
                float: left;
                z-index: 100;
            }
            .pageContent .middleContent {
                position: relative;
                margin: 2.5% 300px 0 30px;
                padding-top: 1%;
                height: 91%;
                text-align: left;
                color: #fff;
                background-image: url(images/background/header.png);
                /*border: 1px outset;*/
                -moz-border-radius: 12px;
                -webkit-border-radius: 12px;
                border-radius: 12px;
                overflow: auto;
                z-index: 0;
                }
                .pageContent .middleContent .section {
                    padding: 0 10px;
                    text-align: left;
                    height: 99%;
                    overflow: auto;
                    position: relative;
    }


	.contentContainer {
		position: relative;
		margin: 0 auto;
		height: 98%;
		width: 95%;
    /*			background-color: #fcfcfc;*/
                background: url(images/background/header.png);
                border: 1px outset;
                -moz-border-radius: 12px;
                -webkit-border-radius: 12px;
                border-radius: 12px;
				/*background-image: url(images/background/modal2.png);*/
		}
		.contentContainer .header {
			height: 6%;
			/*background: red;*/
			}
			.contentContainer .leftContent .siteLogo {
				position: absolute;
				margin-bottom: 15px;
				left: -3px;
				z-index: 200;
                }
                .contentContainer .leftContent .siteLogo img {
                    width: 120px;
				}
				.contentContainer .leftContent .siteLogo h1.title {
			}
			/*.contentContainer .leftContent */ul.menuNav {
				margin: 35px 0 0;
				list-style: none;
				float: right;
				/*margin-left: 180px;
				/ *width: 70%;*/
				}
				/*.contentContainer .leftContent */ul.menuNav li {
				    display: inline;
					}
					/*.contentContainer .leftContent */ul.menuNav li a {
						/*display: block;*/
						padding: 10px 20px;
						margin: 0 5px 5px;
						color: #fff;
						background: transparent url(images/background/header.png);
						opacity: 75%;
						font-weight: bold;
						font-size: 120%;
						}
						/*.contentContainer .leftContent*/ ul.menuNav li a:hover {
							color: #c8521e;
							/*background: #d8d8d8;* /
							background-image: url(images/background/modal2.png);*/
			}
			.contentContainer .leftContent ul.subMenu {
				margin-top: 0px;
				margin-left: 0px;
				padding: 0px;
				background: grey;
				list-style: none;
				}
				.contentContainer .leftContent ul.subMenu li {
					font-size: 0.8em;
					background: yellow;
			}
			.contentContainer .leftContent .userBlock {
				position: absolute;
				left: 6px;
				bottom: 0px;
        }
        .contentContainer h1.breadCrumb {
            margin-left: 140px;
            padding: 20px 0px 10px;
            font-size: 2em;
            text-align: left;
            font-weight: bold;
            color: #fff;
            }
            .contentContainer h1.breadCrumb span {
                display: block;
                margin: 8px 0 0 30px;
		}
		.contentContainer .mainContent {
		    position: relative;
			margin: 0 300px;
			height: 80%;
			text-align: left;
			color: #fff;
			/*clear: both;*/
			background-image: url(images/background/overlay80.png);
			overflow: auto;
			z-index: 0;
			}
			.contentContainer .mainContent .section {
				padding: 15px 50px 0px;
				text-align: left;
				height: 97%;
				overflow: auto;
				position: relative;
			}
			.ie6 .contentContainer .mainContent .section {
				height: 98%;
	}

	.legend {
		margin: 0px;
		padding: 8px;
		text-align: center;
		background-image: url(images/background/modal2.png);
		/*#d8d8d8;
		color: #333;
		width: 50%;*/
		}
		.legend .date {
			vertical-align: middle;
			height: 15px;
			width: 15px;
	}

/* <Columns> */
	div.columns, .columns {
		padding-left: 10px;
		/*min-height: 200px;
		background: red;*/
		}
		div.columns div.column, .columns li {
			float: left;
		}
		.two.columns {
			padding-left: 0px;
			}
			.two.columns div.column {
				margin-right: 1%;
				width: 48%;
				padding-left: 0px;
		}
		.three.columns {
			padding-left: 0px;
			}
			.three.columns .column {
				float: left;
				margin: 0px;
				margin-right: 2.9%;
				/*padding-left: 10px;
				color: #fff;*/
				width: 30%;
				}
				.three.columns .column.control {
					margin-right: 0px;
			}
			.three.columns ul.services {
				float: left;
				margin: 0px;
				margin-right: 2.9%;
				padding-left: 10px;
				width: 30%;
				
				}
				div.three.columns ul.services li {
					padding: 0px;
				}
				div.three.columns ul.services.control {
					margin-right: 0px;
		}
		.four.columns {
			padding-left: 0px;
			}
			.four.columns .column {
				float: left;
				margin: 0px;
				margin-right: 1%;
				width: 24%;
				/*background-color: orange;*/
				}
				.four.columns .column.control {
					margin-right: 0px;
		}
		div.six.columns, ul.six.columns {
			padding-left: 0px;
			}
			div.six.columns div.column, .six.columns li {
				margin-right: 3%;
				width: 13%;
				padding-left: 0px;
	}
/* </Columns> */
	.splashBanner {
		margin: 2.5% 5% 0;
		overflow: auto;
		color: #fff;
		}
		.splashBanner img {
			float: left;
		}
		.splashBanner h1 {
			font-size: 2.5em;
		}
		.splashBanner h2 {
		}
		.splashBanner div {
			padding-top: 190px;
			font-size: 1.2em;
		}
		.splashBanner div a {
			color: #000;
	}


	.infoGroup {
		margin: 0px;
		/*margin-bottom: 25px;*/
		padding: 0px 0px 10px 15px;
		}
		.infoGroup .inputRow {
			height: 26px;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 1.3em;
			/*text-align: right;
			background: orange;*/
			}
			.infoGroup .inputRow code {
				margin-left: 5px;
				color: red;
				vertical-align: top;
			}
			.infoGroup .inputRow label {
			}
			.infoGroup .inputRow select {
				border: none;
				height: 30px;
				width: 160px;
				vertical-align: middle;
				font-size: 1em;
			}
			.infoGroup .inputRow input.text.small, .infoGroup .inputRow input.text.medium, .infoGroup .inputRow select {
				margin-left: 15px;
	}
	form.browse {
		}
		form.browse input.text, form.browse select {
			background: transparent;
			color: #fff;
		}
		form.browse .buttonRow {
			display: none;
	}

	.expenseTotalAmount {
		color: #2f7a36;
		font-size: 1.4em;
	}

	.totalAmount {
		font-size: 2em;
		}
		.work .totalAmount {
			color: #2f7a36;
		}
		.unrealized .totalAmount {
			color: #d12b2b;
		}
		.confirmed .totalAmount {
			color: #eae673;
	}
	.active.month {
		padding: 0px 6px;
		text-decoration: none;
	}
	.contactUs {
		color: #fff;
		background-image: url(images/background/modal.png);
		}
		.contactUs h3 {
			padding: 5px;
			background-image: url(images/background/modal2.png);
	}
	
	.gameResult {
		margin: 0px auto 15px;
		padding: 4px;
		width: 40%;
		text-align: center;
		background-image: url(images/background/header2.png);
		}
		.gameResult h4 {
			margin-bottom: 8px;
			padding: 8px;
			background-image: url(images/background/modal2.png);
		}
		.gameResult a {
			font-weight: bold;
			color: #fff;
		}
		.gameResult .teams {
			overflow: auto;
		}
		.gameResult .homeTeam, .gameResult .awayTeam {
			font-size: 1.3em;
			float: left;
			width: 42%;
			font-weight: bold;
		}
		.gameResult .homeTeam img, .gameResult .awayTeam img {
			vertical-align: middle;
			display: none;
			}
			.gameResult .homeTeam img {
				margin-right: 10px;
			}
			.gameResult .awayTeam img {
				margin-left: 10px;
		}
		.gameResult .versus {
			margin: 0px 15px 0;
			font-size: 1.4em;
			vertical-align: bottom;
			float: left;
		}
		.gameResult .status {
			margin-top: 8px;
			padding: 6px;
			background-image: url(images/background/modal2.png);
			clear: left;
		}
		.gameResult .homeScore, .gameResult .awayScore {
			font-size: 2.2em;
			vertical-align: middle;
		}
		.gameResult .gameTime {
			margin: 0 30px;
			vertical-align: middle;
	}
	
	.teamList .tablehead.team {
        float: left;
        width: 31%;
        margin: 0 1% 25px;
        text-align: center;
        height: 210px;
        }
        .teamList #Team .homeAway {
            display: none;
        }
        .teamList #Team {
            
	}
	
	.teamPic {
	    width: 100px;
	}
	
	.playerPic {
        margin-right: 15px;
	    width: 60px;
	    vertical-align: middle;
	}
	
	.TeamStats, .leagueLeader {
	    background-color: #ebebeb;
	}
	
	#sslPageForm {
	    
	}
	table.playoffs {
        }
        table.playoffs a {
            color: #000;
            margin-left: 20%;
            }
            table.playoffs a:hover {
                color: #F05B18;
                text-decoration: none;
        }
        table.playoffs td {
            padding: 0;
            }
            table.playoffs td.gameInfo {
                padding: 5px 0;
                font-weight: bold;
            }
            table.playoffs td.team {
                height: 80px;
                text-align: left;
                }
                table.playoffs td.team b {
                    font-size: 170%;
            }
            table.playoffs td.champion {
                text-align: center;
                }
                table.playoffs td.champion b {
                    display: block;
                    font-size: 200%;
                }
                table.playoffs td.champion {
        }
        table.playoffs img {
            margin: 0 10px;
            }
            table.playoffs img.vs {
                margin-right: 0;
                width: 30px;
                vertical-align: bottom;
            }
            table.playoffs img.team {
                vertical-align: sub;
                width: 60px;
            }
            table.playoffs img.trophy {
                display: block;
                margin: auto;
	}