@import url("snapsisMenu/skin.css");

html
{
    height: 100%;
    overflow: auto;
}
html > body #PortalBorder
{
    height: auto;
}
/*for mozilla */

/* Links, Headings, etc*/

a:link.SkinObject, a:active.SkinObject
{
    color: White;
    font-weight: normal;
    font-size: 10px;
}
a:hover.SkinObject, a:visited.SkinObject
{
    color: #cccccc;
    font-weight: normal;
    font-size: 10px;
}
span.SkinObject
{
    color: #fff;
    font-weight: normal;
    font-size: 10px;
}

a:link, a:visited
{
    color: #b90303;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a:hover, a:active
{
    color: #b90303;
    font-weight: bold;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1
{
    font-size: 2em;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #b90303;
}

H2
{
    font-size: 1.7em;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

H3
{
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    background-color: #b90303;
    border: solid 1px #660000;
    text-align: center;
    padding: 2px;
    margin: 0;
}

H4
{
    color: #666;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc;
    border: solid 1px #b75b07;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #b90303;
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

H6
{
    color: #666;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

/* eof Links, Headings, etc*/

/*Elements*/
body
{
    margin: 0px;
    background-color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center; /*IE needs this to center*/
    behavior: url("DesktopModules/SnapsisDNN/NavMenu/csshover.htc");
}

/*eof Elements*/

/*IDs*/
#body_wrap
{
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#skinWrapperShadow 
{
    width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: transparent url(images/shadow.png) repeat-y left top;
}
#content_wrap
{
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#info
{
    color: #FFFFFF;
    background-color: #666666;
    padding: 2px;
    font-size: 10px;
}
#masthead
{
    clear: both;
    background: #fff url(images/bkgd_masthead.jpg) repeat-x left top; *height:10px;/*for IE*/
height:155px;
padding:0;
margin:0;
}


#aboveFold_wrap
{
    margin-top: 5px;
    clear: both;
}


#AboveFold_subwrap
{
    width: 660px;
    float: right;
}

#belowFold_wrap
{
    clear: both;
}

#belowFold_subwrap
{
    width: 660px;
    float: right;
}
#interior_subwrap
{
    width: 775px;
    float: right;
}
/*eof IDs*/

/*Classes*/
.userInfo
{
    float: right;
    color: White;
    padding-right: 10px;
    padding-top: 4px;
}
.userSearch
{
    color: White;
}
.currentDate
{
    text-align: left;
    color: White;
    float: left;
    padding-left: 10px;
    padding-top: 4px;
}
.ListenLogo
{
    position: static;
}
.navigation
{
    height: 60px;
    width: 729px;
    clear: right;
    float: right;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.main_feature
{
    width: 655px;
    clear: right;
    float: right;
}
.centerPane
{
    width: 340px;
}
.centerIntPane
{
    width: 485px;
}
.leftPane
{
    width: 305px;
}
.leftNavPane
{
    width: 170px;
}
.rightPane
{
    width: 305px;
    float: right;
}
.follow
{
    background-color: #b90303;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 14px;
}
.copyright
{
    background-color: #666666;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
}
.blockBanner
{
    float: right;
    clear: right;
    width: 305px;
}
.top_leaderboard
{
    height: 92px;
    width: 729px;
    float: right;
    text-align: center;
    padding-top: 3px;
}
.bottom_leaderboard
{
    margin: 0 auto;
    width: 730px;
    text-align: center;
    height: 92px;
}
.extra
{
    margin: 0 auto;
    width: 100%;
    padding: 5px;
}

/*eof Classes*/
