@charset "UTF-8";
/************************************************************************
 * GLOBAL STYLES:
 * .body:
 *   background-color: Global background color
 *   color: Global text color
 *   font-*: Global font size and family
 ************************************************************************/
body {
    margin: 0;
    /*background-image: url("../images/o.png") repeat-y center top scroll; // Uncomment and replace this with a similar image */
    background-color: #E8E8E8;
    /*#78CCEB;*/
    color: #666;
    font-size: 14px;
    /*10*/
    font-family: "Tahoma", sans-serif
    }
a {
    text-decoration: none;
    color: #3B5998
    }
a:hover {
    text-decoration: none;
    color: #3B5998
    }
h1, h2, h3, h4, h5, h6, a, a:hover {
    color: #df0028
    }
/*************************************************************************
 * PAGE STYLES:
 * #page:
 *   background-color: Background color of the page DIV
 *   border-*: Border on either side of the page, used with .body background-image
 *   margin-top: Blank space at the top of the page
 *   margin-left, margin-right: Aligns the page DIV in the center
 *   padding: Pads the page with the given size
 *   width: Size of the page DIV
 *
 *************************************************************************/
#page {
    background-color: white;
    min-height: 500px;
    border-left: 0 solid #666;
    border-right: 0 solid #666;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 1080px;
    /*960*/
    }
/************************************************************************
 * LOGO STYLES:
 * #logo
 *   width: Size of the LOGO DIV
 *   height: Height of the LOGO DIV, usually same as LOGO image height
 *   margin-bottom: Space to the elements below the logo
 *   border-bottom: Horizontal Line below Logo
 *   color: Normal text inside the Logo DIV
 *   font-size: The size of the Station Name Text
 * #logo img
 *    Align all images in the LOGO DIV vertically in the middle
 *    No borders for any images inside the LOGO DIV
 *
 ************************************************************************/
#logo {
    width: 100%;
    height: 170px;
    /** 89px; **/
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    border-bottom: 1px solid black;
    color: #3B5998;
    font-family: Arial, Sans-serif;
    font-size: 36px;
    font-weight: bold
    }
#logo img {
    vertical-align: middle;
    border: 0;
    margin-right: 10px
    }
/************************************************************************
 * NAVIGATION STYLES:
 * #navigation:
 *   Positions the navigation menu
 *
 * #navigation dl:
 *   background: Navigation area background color
 *   width: Width of the Navigation Menu
 *
 * #navigation dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #navigation dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #navigation dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#navigation {
    float: left;
    clear: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
    }
#navigation dl {
    background: #69C;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    width: 175px;
    /*150*/
    }
#navigation dl dt {
    border-bottom: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px
    }
#navigation dl dd {
    vertical-align: middle;
    font-size: 14px;
    /*12*/
    background-color: #47A;
    border-bottom: 1px solid white;
    color: white;
    margin: 0
    }
#navigation dl dd a, #navigation dl dd a:visited {
    background-color: #47A;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-attachment: scroll;
    height: 24px;
    color: white;
    display: block;
    text-decoration: none;
    width: 165px;
    /*140*/
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0
    }
#navigation dl dd a:hover {
    background-color: #258;
    background-repeat: no-repeat;
    background-position: 11px 10px;
    background-attachment: scroll;
    color: #9CF
    }
#navigation dl dd img {
    vertical-align: middle;
    border: 0;
    width: 20px;
    /*max-width:20px;*/
    max-height: 20px;
    margin: 4px
    }
#albumtitle {
    min-width: 140px
    }
/************************************************************************
 * DEDICATION STYLES:
 * #dedication:
 *   Positions the dedication menu
 *
 * #dedication dl:
 *   background: Currently Playing Small area background color
 *   width: Width of the Currently Playing Small Menu
 *
 * #dedication dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #dedication dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #dedication dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#dedication {
    float: left;
    clear: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
    }
#dedication dl {
    background: darkblue;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    width: 150px
    }
#dedication dl dt {
    border-bottom: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px
    }
#dedication dl dd {
    font-size: 12px;
    background-color: #47A;
    border-bottom: 1px solid white;
    color: white;
    margin: 0;
    padding: 5px
    }
#dedication dl dd a, #dedication dl dd a:visited {
    background-color: #47A;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-attachment: scroll;
    color: white;
    display: block;
    text-decoration: none;
    width: 140px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0
    }
#dedication dl dd a:hover {
    background-color: #69C;
    background-repeat: no-repeat;
    background-position: 11px 10px;
    background-attachment: scroll;
    color: #9CF
    }
#dedication dl dd img {
    vertical-align: middle;
    border: 0
    }
/************************************************************************
 * TOP REQUESTS STYLES:
 *
 *
 ************************************************************************/
#top_requests {
    float: left;
    clear: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
    }
#top_requests dl {
    background: #69C;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    width: 175px
    }
#top_requests dl dt {
    border-bottom: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px
    }
#top_requests dl dd {
    font-size: 12px;
    background-color: #47A;
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    border-bottom: 1px solid white;
    color: white;
    font-size: 1em;
    font-size: 14px;
    margin: 0;
    padding: 0
    }
#top_requests dl dd a, #top_requests dl dd a:visited {
    background-color: #47A;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-attachment: scroll;
    color: white;
    display: block;
    text-decoration: none;
    width: 165px;
    /*140*/
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0
    }
#top_requests dl dd a:hover {
    background-color: #69C;
    background-repeat: no-repeat;
    background-position: 11px 10px;
    background-attachment: scroll;
    color: #9CF
    }
#top_requests dl dd img {
    vertical-align: middle;
    border: 0
    }
/************************************************************************
 * PARTNER LINKS STYLES:
 *
 *
 *
 ************************************************************************/
#partner-links {
    text-align: center;
    width: 150px;
    float: left;
    clear: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
    }
/************************************************************************
 * CURRENTLY PLAYING STYLES:
 *
 *
 *
 ************************************************************************/
th.links {
    width: 90px
    }
#listener_count {
    float: right;
    font-size: 14px;
    /*12*/
    font-weight: normal;
    margin: 10px
    }
#currently-playing-artist {
    font-size: 16px
    }
#currently-playing-title {
    font-size: 18px
    }
#currently-playing-duration {
    font-size: 18px
    }
#currently_playing_wrapper {
    margin-top: 0;
    margin-left: 200px;
    /*180*/
    margin-bottom: 10px;
    margin-right: 10px;
    clear: none
    }
#currently_playing {
    background: #69C;
    padding-top: 10px;
    padding-bottom: 10px
    }
#currently_playing table {
    width: 100%;
    background: transparent;
    border-spacing: 0
    }
#currently_playing th {
    padding-bottom: 10px
    }
#currently_playing thead tr {
    font-size: 14px;
    font-weight: bold;
    background: #69C;
    color: white
    }
#currently_playing tbody tr {
    color: #5F5C57;
    font-size: 14px;
    /*12*/
    font-weight: bold;
    overflow: hidden;
    height: 30px;
    background-color: #F0F0F0;
    border-spacing: 0;
    border-collapse: collapse
    }
#currently_playing td, #currently_playing th {
    padding-left: 10px;
    padding-right: 10px
    }
#currently_playing tbody td {
    padding: 10px
    }
#currently_playing img {
    border: 0;
    text-align: center
    }
#cpPictureMainSong {
    display: none
    }
/************************************************************************
 * COMING UP STYLES:
 * #coming-up:
 *   Positions the coming-up menu
 *
 * #coming-up dl:
 *   background: COMING UP area background color
 *   width: Width of the COMING UP Menu
 *
 * #coming-up dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #coming-up dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #coming-up dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#coming-up_wrapper {
    margin-top: 0;
    margin-left: 200px;
    /*180*/
    margin-bottom: 10px;
    margin-right: 10px;
    clear: none
    }
#coming-up {
    background: #69C;
    padding-top: 10px;
    padding-bottom: 10px
    }
#coming-up table {
    background: transparent;
    border-spacing: 0;
    width: 100%
    }
#coming-up table th {
    padding-bottom: 10px
    }
#coming-up table thead tr {
    color: white;
    font-size: 14px;
    font-weight: bold
    }
#coming-up table tbody tr {
    color: white;
    font-size: 14px;
    /*12*/
    background-color: #47A
    }
#coming-up table td, #coming-up table th {
    padding-left: 10px;
    padding-right: 10px
    }
#coming-up table tbody tr div {
    width: 235px;
    line-height: 20px;
    height: 30px;
    /*24*/
    float: left;
    background-color: #47A;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-attachment: scroll;
    color: white;
    overflow: hidden;
    margin: 5px
    }
#coming-up table tbody tr span {
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px
    }
#coming-up table tbody tr a, #coming-up table tbody tr a:visited {
    text-decoration: none;
    font-size: 14px;
    /*12*/
    line-height: 14px;
    /*12*/
    color: white
    }
#coming-up table tbody tr a:hover {
    background-repeat: no-repeat;
    background-position: 11px 10px;
    background-attachment: scroll;
    color: #9CF
    }
#coming-up table tbody tr img {
    vertical-align: middle;
    border: 0
    }
#coming-up table tbody tr span.comingIndex {
    float: left;
    margin: 3px
    }
/************************************************************************
 * RECENTLY PLAYED:
 *
 *
 *
 ************************************************************************/
#recently_played_wrapper {
    margin-top: 0;
    margin-left: 200px;
    /*180*/
    margin-bottom: 10px;
    margin-right: 10px;
    clear: none
    }
#recently_played {
    background: #69C;
    padding-top: 10px;
    padding-bottom: 10px
    }
#recently_played table {
    background: transparent;
    border-spacing: 0;
    width: 100%
    }
#recently_played table th {
    padding-bottom: 10px
    }
#recently_played table thead tr {
    font-size: 14px;
    /*12*/
    font-weight: bold;
    background: #69C;
    color: white
    }
#recently_played table tbody tr {
    color: #5F5C57;
    font-weight: bold;
    font-size: 14px;
    /*12*/
    overflow: hidden;
    height: 90px;
    /*60px;*/
    }
#recently_played table td, #recently_played table th {
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px
    }
.recently_played_odd {
    background-color: #F0F0F0;
    border-spacing: 0;
    border-collapse: collapse
    }
.recently_played_even {
    background-color: #DADADA;
    border-spacing: 0;
    border-collapse: collapse
    }
#recently_played table img {
    border: 0
    }
.rpPicture {
    display: none;
    -webkit-box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.7);
    box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.7)
    }
/************************************************************************
 * FOOTER STYLES:
 *
 *
 *
 ************************************************************************/
#footer {
    width: 100%;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid black;
    clear: both;
    text-align: center
    }
.error {
    border: 1px solid red;
    padding: 10px;
    background: #FEE;
    margin: 10px
    }
.success {
    border: 1px solid green;
    padding: 10px;
    background: #EFE;
    margin: 10px
    }
/************************************************************************
 * PLAYLIST:
 *
 *
 *
 ************************************************************************/
th.links {
    width: 170px
    }
#playlist {
    margin-top: 0;
    margin-left: 200px;
    /*180*/
    margin-bottom: 10px;
    margin-right: 10px;
    clear: none
    }
#playlist_wrapper {
    background: #69C;
    padding-top: 10px;
    padding-bottom: 10px
    }
#playlist table {
    background: transparent;
    border-spacing: 0;
    width: 100%
    }
#playlist table th {
    padding-bottom: 10px
    }
#playlist table thead tr {
    font-size: 14px;
    font-weight: bold;
    background: #69C;
    color: white
    }
#playlist table tbody tr {
    color: #5F5C57;
    font-weight: bold;
    font-size: 14px;
    /*12*/
    overflow: hidden
    }
#playlist table td, #playlist table th {
    padding-left: 10px;
    padding-right: 10px
    }
#td-playlist-paging {
    padding: 5px;
    margin: 5px;
    height: 10px;
    text-align: center
    }
.playlist_odd {
    background-color: #F0F0F0;
    border-spacing: 0;
    border-collapse: collapse
    }
.playlist_even {
    background-color: #DADADA;
    border-spacing: 0;
    border-collapse: collapse
    }
#playlist table img {
    border: 0
    }
/************************************************************************
 * SEARCH:
 *
 *
 *
 ************************************************************************/
#search {
    margin-top: 0;
    margin-left: 200px;
    /*180*/
    margin-bottom: 10px;
    margin-right: 10px;
    clear: none;
    background: #69C;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 14px;
    /*12*/
    font-weight: bold
    }
#search table {
    width: 100%
    }
#search .characterButton {
    padding: 0;
    background: none;
    border: none;
    color: #3B5998;
    font-weight: bold
    }
#search .characterButton:hover {
    text-decoration: underline;
    color: white;
    cursor: pointer
    }
#search #activeCharacter {
    color: white
    }