body, div {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    background: #4DC1FF;
    background: url('/images/bg-tile1.jpg') repeat;
/*    background: white; */
}

h4 {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

p {
    margin-top: 0.25em
}

.inThirds {
    float: left;
    margin-left: 2%;
    width: 30%;
}


.SomeFunMenu {
/*    background: #44BBFF; */
/*    border: 2px solid black; */
    margin: 1em;
/*    margin-top: 0; */
}
.SomeFunMenu ul {
    display: inline;
    list-style: none;
}
.SomeFunMenu ul li {
    float: left;
}
.SomeFunMenu ul li a {
    background: url('/images/sfs-menu-bg.jpg') repeat-x;
    border-right: 1px dotted black;
    color: black;
    font-weight: bold;
/*    margin-right: 1em; */
    padding: 0.5em 1em;
    text-decoration: none;
}
.SomeFunMenu ul li a:hover {
    background: url('/images/sfs-menu-bg-gray.jpg') repeat-x;
    color: white;
    text-shadow: black 0 0 1px;
}

.WeeklyTable {
    border: 1px solid black;
    text-align: center;
}
.WeeklyTable th {
    background: #CCC;
    border: 1px solid black;
    padding: 3px;
    width: 3em;
}
.WeeklyTable td {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 3px;
}
.FirstTableHeader {
}




.WholePage {
    border: 0px solid black;
    margin: 0;
    padding: 0;
}

.Title {
    text-align: center;
}

.NoSpace {
    margin: 0;
    padding: 0;
    width: 100%;
}


.tabDisplay {
    float: left;
    height: 54em; /* 32 teams in the NFL, so the table is 32 lines high.  Add in extra for tabs and spacing */
    width: 765px;
}
.tabDisplay ul {
    list-style-type: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    width: 100%;
}
.tabDisplay ul li {
    float:left;
}
.tabDisplay ul li a {
    background: #EEEEFF;
    border: 1px solid black;
    color: #000;
    cursor: pointer; cursor: hand;
    display: block;
    height: 2em;
    line-height: 2em;
    overflow: visible;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-align: center;
    text-decoration: none;
    width: 41px;     /* 45 px * 17 weeks = 565 ... 43 per box plus 2 pixels per border ... now 18 weeks */
}
.tabDisplay ul div {
    background: white;
    border: 1px solid black;
    border-top: 0;
    height: 50em;     /* 32 teams in the NFL, so the table is 32 lines high.  Don't need tabs here */
    left: -2000px;
    position: absolute;
    width: 763px;    /* minus 1px border on either side */
}
.tabDisplay ul div table {
    background: white;
    border: 1px solid black;
    border-top: 0;
    height: 0;
    margin-left: 80px;    /* 780 - 580 = 200 / 2 = 100 ... 780 is .tabDisplay ul div width and 580 is .tabDisplay ul div table width */
    width: 605px;
}
.tabDisplay .currentTab {
    background: #CCC;
    border: 1px solid black;
    font-weight: bold;
    width: 39px;
}
.tabDisplay .currentTabList {
    border: 1px solid black;
    border-top: 0;
    left: 0;
    z-index: 0;
}
.tabDisplay .futureTab {
    background: #EEEEFF;
    border: 1px solid black;
    color: #668;
    font-weight: bold;
}

.tabDisplay ul li a:hover,
.tabDisplay ul li:hover a {
    background: white;
    border: 1px solid black;
    border-bottom: 1px solid white;
}
.tabDisplay ul :hover div {
    left: 0;
    text-align: left;
    z-index: 10;
}


.teamListHome {
    font-weight: bold;
    text-align: left;
}
.teamListPredict {
    text-align: center;
}
.teamListOpp {
    font-weight: bold;
    text-align: right;
}
.teamListFuture {
    color: #88B;
}

.teamListRight {
    background: #DFD;
}
.teamListWrong {
    background: #FDD;
}

.mpw-main {
    float: left;
}
.mpw-main ul {
    list-style-type: none;
}
.mpw-main table {
    background: white;
    border: 1px solid black;
    float: left;
    width: 780px;
}
.mpw-main table th {
    background: #CCC;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em;
    text-align: center;
}
.mpw-main table td {
    margin: 1em;
}

.field-headline {
    background: #2A4;
    border: 2px solid #310;
    color: white;
    padding-left: 0.5em;
    text-align: center;
}

.statRowImage td {
    text-align: center;
}
.statRowText td {
    border-bottom: 1px solid black;
    padding: 1em;
}


.ffr-img {
    margin: 10px;
    width: 320px;
    vertical-align: middle;
}

.FfRightSideAd {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3em;
}

.ff-table-total td {
    border: 1px solid #888; 
    font-weight: bold;
    padding: 0 4px; 
}

.fhq-table {
    border: 2px solid #88F;
    padding: 0;
}

.fhq-table th {
    background: #CCC;
    background: url('images/news-table-th-bg.jpg') repeat-x;
    font-weight: bold;
    margin: 0.5em;
    text-align: center;
}
.fhq-table td {
    padding: 0.5em;
}

  .news-table {
    border: 2px solid #88F;
    margin: 0.5em;
    padding: 0;
  }
  .news-table th {
    background: #CCC;
    background: url('images/news-table-th-bg.jpg') repeat-x;
    font-weight: bold;
    text-align: center;
    width: 200px;
  }
  .news-table td {
    border: 1px solid #88F;
    padding: 0.5em;
    vertical-align: top;
  }

.sfs-comment-form p {
    font-weight: bold;
}
.sfs-comment-form span {
    color: #777;
    display: block;
    font-style: italic;
    font-weight: normal;
}


.FromTheGrill {
    color: #777;
    float: left;
    font-size: 0.8em;
    margin-bottom: 1em;
    margin-top: 1em;
    position: relative;
    text-align: center;
}


.footer {
    color: #777;
    float: left;
    font-size: 0.8em;
    margin-left: 5em;
    }
.footer a {
    text-decoration:underline;
    color:#848;
    }
.footer a:hover {
    text-decoration:underline;
    color:#525;
    }


