﻿/* Classic CSS layout */
html body
{
    margin: 0px;
    padding: 0px;
    background-color: #3E3E3E;
    font-family: Tahoma;
    font-size: 13px;
    color: white;
    height: 100%;
    text-decoration: none;
}
br
{
    font-size: 11px;
}
a:link
{
    color: #ffffff;
    text-decoration: underline;
}
a:visited
{
    color: #ffffff;
    text-decoration: underline;
}
a:active
{
    color: #ffffff;
    text-decoration: underline;
}
a:hover
{
    color: #990000;
    text-decoration: underline;
}
p
{
    margin-top: 8px;
    margin-bottom: 8px;
}
h4
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #313031;
    margin: 0px;
    padding: 2px 2px 2px 20px;
}
img
{
    border-width: 0px;
}
hr
{
    width: 80%;
}
#page
{
    margin: 0px auto 10px auto;
    width: 780px;
    background-color: #3E3E3E;
    height: 100%;
}
#topbanner
{
    width: 780px;
}
#menu
{
}
#container
{
    width: 760px;
    margin: 0px auto 0px auto;
}
#container_extra_1
{
}
#container_extra_2
{
}
#container_extra_3
{
}
#container_extra_4
{
}
#container_extra_5
{
}
#container_extra_6
{
}
#left_col
{
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
    float: left;
}
#left_content
{
    width: 266px;
    height: 100%;
    margin: 0px auto 0px auto;
}
#right_col
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 490px;
    height: 100%;
    float: left;
}
#right_content
{
    width: 486px;
    float: right;
    height: 100%;
}
#footer
{
    position: relative;
    width: 767px;
    height: 123px;
    clear: both;
    margin: 0px auto 0px auto;
}
#footer_extra_1
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 9px;
    height: 123px;
    z-index: 1;
}
#footer_extra_2
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 9px;
    height: 123px;
    z-index: 1;
}
#footer_content
{
    position: absolute;
    top: 30px;
    left: 20px;
}
#footer_content_copyrightinfo
{
    position: relative;
    top: 80px;
    text-align: center;
    font-size: 11px;
}
#footer_termsofuse
{
    position: absolute;
    top: 40px;
    right: 20px;
}
#OnAirNow
{
    font-size: 11px;
}
#OnAirNow p
{
    text-align: center;
}
#NowPlaying
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000 #C0C0C0 #C0C0C0 #000000;
    margin: 8px auto 8px auto;
    width: 90%;
    text-align: center;
    background-color: #333333;
}
#NowPlaying p
{
    margin: 2px 0px 2px 0px;
    text-align: center;
}
.ShowBanner
{
    width: 260px;
    height: 80px;
    border: 0px;
}
.Panel
{
    margin-top: 2px;
    border: 1px #696969 solid;
    padding: 2px 2px 2px 2px;
}
.PanelText
{
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-image: url( '/images/panelbullet.gif' );
}
.NewsItemSubject
{
    font-weight: bold;
    color: red;
}
.HighlightedText
{
    font-weight: bold;
    color: red;
}
.AdBanner
{
    width: 486px;
    height: 62px;
}
#home_content_left
{
    width: 49%;
    float: left;
}
#home_content_right
{
    width: 50%;
    float: right;
}
#ChatBoxInputPanel
{
    border-left: black 1px solid;
    border-top: black 1px solid;
    border-right: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    background-color: #333333;
    margin-top: 10px;
    font-size: 11px;
    position: relative;
}
#ChatBoxPopUp
{
    width: 50px;
    height: 16px;
    position: absolute;
    top: -17px;
    right: 48px;
    background-image: url( '../images/button5.gif' );
}
#ChatBoxPopUp:hover
{
    width: 50px;
    height: 16px;
    position: absolute;
    top: -17px;
    right: 48px;
    background-image: url( '../images/button6.gif' );
}
#PopUpText
{
    padding: 16px 0 0 0;
    overflow: hidden;
    height: 0px;
    display: block;
    cursor: pointer;
}
#ChatBoxRefresh
{
    width: 48px;
    height: 16px;
    position: absolute;
    top: -17px;
    right: 0px;
    background-image: url( '../images/button16.gif' );
}
#ChatBoxRefresh:hover
{
    width: 48px;
    height: 16px;
    position: absolute;
    top: -17px;
    right: 0px;
    background-image: url( '../images/button17.gif' );
}
#RefreshText
{
    padding: 16px 0 0 0;
    overflow: hidden;
    height: 0px;
    display: block;
    cursor: pointer;
}
#ChatBoxHistoryLink
{
    font-style: italic;
}
.NewsItemDate
{
    font-size: x-small;
}
.NewsItemMessage
{
    text-align: justify;
}
.Yesterday
{
    color: yellow;
}
.Today
{
    color: yellow;
}
.Today, .Yesterday
{
    color: yellow;
}
.StatusAdmin
{
    font-weight: bold;
    color: black;
    background-color: red;
}
.StatusDJ
{
    font-weight: bold;
    color: red;
}
.StatusMember
{
    font-weight: bold;
    color: #00ffff;
}
.StatusGuest
{
    font-weight: bold;
    color: #00ff00;
}
.ErrorBullet
{
    color: red;
}
.ErrorMsg
{
    display: block;
    margin: 15px 15px 15px 40px;
    color: red;
}
.ErrorSummary
{
}
.ChatBox_Login
{
    font-family: Tahoma;
    font-size: 10pt;
    width: 140px;
}
.ChatBox_Password
{
    font-family: Tahoma;
    font-size: 10pt;
    width: 140px;
}
.ChatBox_Comment
{
    font-family: Tahoma;
    font-size: 10pt;
    width: 140px;
    height: 60px;
}
.ChatBox_Submit
{
}
.ChatBoxInputPanel td
{
    vertical-align: top;
}
.MemberName
{
    font-weight: bold;
}
.Comment
{
}
.Indent
{
    padding-left: 50px;
}
.Center
{
    text-align: center;
}
.SmallText
{
    font-size: x-small;
}
.Bold
{
    font-weight: bold;
}
.TableHeader
{
    font-weight: bold;
    color: white;
    font-size: 11px;
    background-color: gray;
}
.PastShows
{
    width: 210px;
    float: left;
    margin: 5px;
}
.PastShows img
{
    width: 200px;
    height: 62px;
}
.QuoteText
{
}
.QuoteSource
{
}
#DateSelector
{
    background-color: gray;
    margin: 0px 10px 0px 10px;
}
#BookOfSoul
{
    float: right;
}
#OurFriendsPanel a
{
    color: yellow;
    text-decoration: underline;
}
#OurFriendsPanel a:hover
{
    color: yellow;
    text-decoration: none;
}
.TopBannerImage
{
    width: 308px;
    height: 40px;
}

#CSSSwitcher
{
    text-align: right;
    font-size: x-small;
    background-color: #232323;
}

#CSSSwitcher select
{
    font-family: Tahoma;
    font-size: xx-small;
    background-color: silver;
}

.ChatBoxMessages
{
    margin-top: 5px;
}
