/* new tab features */

.shadetabs{
position: relative;
top: 1px;
padding: 3px 0;
margin-bottom: 0;
font: bold 9px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: url(http://afl-fantasy.com/images/right_caption.gif) no-repeat center;
padding-top: 4px;
padding-bottom: 4px;
height:25px;
line-height:25px;

}
#contentcenter .shadetabs{
background: url(http://afl-fantasy.com/images/center_caption.gif) repeat-x center;
width: 100%;
}

.shadetabs li{
display: inline;
margin: 0;
padding-left:5px;
padding-right:5px;
padding-top: 3px;
padding-bottom:2px;

}

.shadetabs li a{
text-decoration: none;
color: #fff;

}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li.selected{
position: relative;
top: 0px;
background-image: url(http://afl-fantasy.com/images/right_caption_selected.gif);
height:17px;
line-height:17px;
}

.shadetabs li.selected a{ /*selected main tab style */

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/

width: 100%;
padding:0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


/*poll tab code below*/
