﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
    margin: 0 auto;
    padding: 0;
}

body, html
{
    margin: 0 auto;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #000; /*min-width:760px;*/ /* change it to (50%  50%) in order to center the BG img */
    text-align: center;
    height: 100%;
}

/* LINKS */
a:link
{
    color: #000;
}
a:hover, a:visited:hover
{
    color: #f00;
}
a:visited
{
    color: #666;
}
/* end LINKS */

/* SiteMap*/
.SiteMap
{
    text-align : left;
    padding : 4px;
    background-color : #CFE7FF; 
    border : 1px solid #A1A1A1;
}

.AltUser
{
    text-align : left;
    padding : 4px;
    background-color : #CFE7FF; 
    border : 1px solid #A1A1A1;
    margin : 5px 0 10px 0;
}

.AltUser h1
{
  color : #AF6700;
  padding: 4px;
  font-size: 1.2em;
  text-align: center;
  font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
  font-weight : bold;
  border : none;
}

/* End SiteMap */

/* Page structure */
.main
{
    /* change MARGIN to AUTO in order to center the page */
    margin: 0 auto;
    padding: 0;
    /*background: #E7EDDD;*/
    background: #fff;
    text-align: center;
    height : 100%;
}

.HeadAdHolder
{
    width : 728px;
    margin : 8px 0 8px 0; 
}


.pageheader
{
    width : 100%;
    height : 60px;
    padding : 5px 0 5px 0;
    background-color : #FFF;
    border-top: none;
    /*background-image: url('../images/bkg_publictop.gif'); */
}

.ContainerSpacer
{
    width: 960px;
    height : 15px;
}

.masterheader
{
    margin: 0 auto;
    width: 960px;
    height: 70px;
    text-align:left;
    padding: 0;
}

.masterheader img
{
    border: none;
    padding : 0;
}

.tagholder
{   float: right; 
    width: 400px; 
    height: 40px; 
    text-align: right; 
    padding-top: 15px;
}

.tagholder h1
{
    font-family: helvetica; 
    font-size: 3em; 
    font-weight: normal; 
    text-align: right; 
    color: #B1B1B1; 
    text-transform:lowercase;
}

.tagholder h2
{
    font-family: helvetica; 
    font-size: 1.7em; 
    font-weight: normal; 
    text-align: right; 
    color: #B1B1B1; 
    text-transform:lowercase;
    padding : 0 3px 0 0;
}

.LeagueDiv
{
  background-color: #1D5D9B;
  padding : 4px;
  height : 25px;
  margin : 0 0 5px 0;
}

.LeagueDivLeft
{
    width : 60%;
    float: left;
    text-align: left;
}

.LeagueDivRight
{
    width : 40%;
    float: right;
    text-align : right;    
}

.LeagueDiv h1
{
    font-size:1.5em;
    color : #FFF;
    width: 722px;
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
}

.LeagueDDL
{
    margin-top: 2px;
}

.mastercontainer 
{
    clear: both;
    width: 100%;
    margin : 0 0 0 0;
    background-color: #59A5EF;
    border-top : solid 1px #000;
    border-bottom: solid 1px #000;
}

.mastercontainerheadline
{
    position: relative;
    width:960px;
    height:inherit;
    display: block;
    text-align: center;
    vertical-align:middle;
    font-size : 1.75em;
    font-weight : normal;
}

.innercontainer
{   
    clear: both;
    margin: 0 auto;
    width: 960px; 
    text-align: center;
    font-size: 2em;
}

.containerFarRight
{
    float:right;
    width:200px;
    padding: 5px;
    background-color: #FFF;
    margin : 0 0 10px 0;
    border-style :dashed; 
    border-width : 1px; 
    border-color : #B1B1B1;
}

.containerAd167
{
    float:right;
    width:167px;
    padding: 5px;
    background-color: #FFF;
    margin : 0 0 10px 0;
}

.containerAd240
{
    float:right;
    width:200px;
    background-color: #FFF;
    margin : 0 0 10px 0;
    border: 2px #FFF solid;
    padding : 5px;
}

.containermainRight
{
    float: left; 
    width: 728px;
}

.HiddenColumn
 {
     display:none;
 } 
 
 /* New footer with white bg*/
.FullFooter
{
    clear: both;
    width: 100%; 
    height : 375px;
    border-top: solid 6px #0066CC;
    background-color : #59A5EF;
    font-size : 1.9em;
    padding: 20px 0 0 0;
    color : #FFFFFF;
    text-align : left;
    margin-top : 20px;
}

.InnerFullFooter
{
    margin: 0 auto; 
    width:960px; 
    padding: 10px;
}

.InnerFullFooter a, .InnerFullFooter a:visited 
{
	color : #FFF;
	font-size : 1em;
	text-decoration : none;
}

.InnerFullFooter a:hover 
{
	color: #666;
	text-decoration : underline;
}

.InnerFullFooter h1
{
    font-size : .9em;
    color : #FFF;
    text-align : left;
    font-weight : normal;
    padding-top : 5px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu
{
    font-family: Tahoma, arial, sans-serif;
    width: 960px;
    height: 30px;
    position: relative;
    z-index: 100;
    text-align: center;
}
.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #000;
    width: 145px;
    height: 28px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-size: 1.2em;
    overflow: hidden;
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li
{
    float: left;
    position: relative;
}
.menu ul li ul
{
    display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a
{
    color: #000000;
    background : #71B1FE;
}
.menu ul li:hover ul
{
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: 105px;
}
.menu ul li:hover ul li a.hide
{
    /* this is the drop down first level props */
    background : #3366FF;
    color: #fff;
    border-top : 1px #ECECEC solid;
    border-bottom : 1px #ECECEC solid;
}
.menu ul li:hover ul li:hover a.hide
{
    background : #71B1FE;
    color: #000;
}
.menu ul li:hover ul li ul
{
    display: none;
}
.menu ul li:hover ul li a
{
    /* this the the second level popout */
    display: block;
    background: #71B1FE;
    color: #000;
    border-top : 1px #FFFFFF solid;
    border-bottom : 1px #FFFFFF solid;
    border-left :1px #FFFFFF solid;
}
.menu ul li:hover ul li a:hover
{
    background : #71B1FE;
    color: #000;
}
.menu ul li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 146px;
    top: 0;
}
.menu ul li:hover ul li:hover ul.left
{
    left: -145px;
}

/*Quib*/
.Quib table
{
 margin-bottom : 10px;
 margin-top: 5px;
}

.Quib tr, .Quib td
{
    padding: 3px;
}

.Quib a 
{
    font-size: .9em;
    color: #0066CC;
    text-decoration : none;
}

.Quib a:hover
{
    text-decoration : underline;
}

.Quib QuibButton
{
    font-size : .9em;
}

.RSSgv td
{
    padding: 2px;
}

.RSSgv li a
{
    color: #2A4D6F;
}

.RSSgv li a:hover
{
    color: #6699EE;
}

.JoinButton
{
    width: 350px;
    height: 75px;
    font-size : 1.9em;
    font-family : Tahoma, Times New Roman;
    color : #2D69A2;
    padding : 10px;
}

.FPLeaders
{
    padding: 0 0 0 0; 
    width: 225px; 
    height: 600px; 
    float: right; 
    margin-top: 20px;
    border: solid 1px #4ca6ff; 
    background-color: #4ca6ff; 
    -moz-border-radius: 1em;
}

.FPLeaders table a
{
    color: #fff;
}

.FPLeaders table a:hover
{
    text-decoration: underline;
}

.AllEvents
{
    padding: 0 0 10px 0; 
    width: 480px; float: left; 
    margin-top: 20px; 
    margin-bottom: 20px;
    border: solid 2px #E0E0E0; 
    background-color: #fff; 
    -moz-border-radius: 1em;
}

.AllEvents table a
{
    color: #2D69A2;
}

.AllEvents table a:hover
{
    text-decoration: underline;
}

