/*

nflcs-league.css

- This CSS file contains CSS that is global to all teams. This file should only be accessible for
modification to League Administrators and Developers - not site authors/editors.

*/

/* ==================================================================
031 - Network Footer
================================================================== */

.netfooter {
    height: 110px;
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    background: url(../img/104-net-footer-grad.png) repeat-x;
    position: absolute;
    left: 0px;
}

* html .netfooter
{
    width:expression(document.body.clientWidth + "px");
}


.netfooter-content {
    text-align: center;
    text-align: -moz-center;
    width: 980px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}

.netfooter-icon-league {
    background: url(../img/104-net-footer-sprite.png) -137px no-repeat;
    width: 71px;
    height: 110px;
    float: left;
    margin: 0 10px 0 10px;
}

.gbl-hdrnet-mdl .netfooter-icon-league {
	
}

.netfooter-icon-afc {
    background: url(../img/104-net-footer-sprite.png) no-repeat;
    width: 78px;
    height: 110px;
    float: left;
}

.netfooter-icon-nfc {
    background: url(../img/104-net-footer-sprite.png) -79px no-repeat;
    width: 59px;
    height: 110px;
    float: left;
}

.netfooter-list-division,
    .netfooter-list {
    float: left;
    top: 0;
}

.netfooter-list-division ul {
    padding: 26px 0 0 0;
    width: 70px;
}

* html .netfooter-list-division ul {
	width:66px; 
}

.netfooter-list ul
{
    width: 96px;
    padding: 20px 0 0 0;
}


.netfooter-list-division ul,
    .netfooter-list ul {
    list-style: none;
    text-align: left;
    text-align: -moz-left;
    font-size: 8pt;
    font-family: arial, verdana;
}

.netfooter-list-division ul li,
    .netfooter-list ul li {
    padding: 1px 6px 1px 0;
    margin: 0;
    line-height: 12px;
}

.netfooter-list-division ul li a, .netfooter-list ul li a
{
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: black
}

.netfooter-list-division ul li a:hover, .netfooter-list ul li a:hover
{
    text-decoration: underline;
}



/* ==================================================================
008 - League Header Module
================================================================== */

 

#gbl-hdrnet-mdl
{
    display: none;
    /*float: left;*/
    height:110px;
    width:970px;
    background: url(../img/104-net-footer-grad.png) repeat-x;
}

/* ie6 specific */
#gbl-hdrnet-mdl .netfooter-content { _position:absolute; _left:0px; }



/* ==================================================================
016 - Schedule
================================================================== */

.schedule-large .item-game a.noLinkStyle {
	text-decoration:none;
	cursor:text;
}

.schedule-large .item-game a.noLinkStyle:hover {
	text-decoration:none;
}

.schedule-small .item-game a.noLinkStyle {
	text-decoration:none;
	cursor:text;
}

.schedule-small .item-game a.noLinkStyle:hover {
	text-decoration:none;
}

.schedule h3 a.noLinkStyle 
{
	text-decoration: none;
	cursor:text;
}

.schedule h3 a.noLinkStyle:hover  {
	text-decoration:none;
}

/* ==================================================================
057- Registration
================================================================== */
#team-list-tip { display: none;}
.cluetip-reg-teams #cluetip-inner {padding: 10px;}
.reg-did-you-know{
    background: url(../img/reg-did-you-know-bg.png) no-repeat 0 0;
    color: 333333;
    width: 300px;
    height: 82px;
    padding: 40px 0px 0 10px;
    font-family:Arial, Helvetica, sans-serif;
}

.reg-did-you-know p { 
	font-size: 12px; 
	width: 215px;
	margin: 0px;
}

.reg-did-you-know a{ 
  display: block;
  margin-top: 15px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b6061e;
  float: left;
  text-decoration: none;
}

