a {
  color: #237ebe;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.inv {
  text-decoration: underline;
}

a.inv:hover {
  text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0px;
  overflow: hidden;
}

.clickable {
  cursor: pointer;
}

img {
  border: none;
}

/************************************************************************/

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000000;
}

/*************** HEADER *****************/

div#header {
  background-color: #000000;
}

div#header div#headerArea {
  width: 960px;
  height: 125px;
  margin: 0 auto;
  background: url(/images/back_header.gif) top left repeat-y;
}

div#headerLeft {
  padding: 0 10px;
  width: 460px;
  float: left;
}

div#headerRight {
  padding: 0 10px;
  width: 460px;
  float: right;
}

div#logo {
  padding: 45px 0 0 0;
}

/*************** LOGIN AREA *****************/

div#loginbox {
  width: 300px;
  height: 37px;
  padding: 0 0 11px 0;
  float: right;
}

div#loginboxArea {
  display: none;
}

div.loginboxEdge {
  width: 4px;
  height: 37px;
  float: right;
}

div.loginboxArea {
  padding: 11px 12px 8px 12px;
  width: auto;
  height: 18px;
  float: right;
  background-color: #212121;
  color: #ffffff;
}

div.loginboxArea a {
  color: #ffffff;
}

div.loginboxArea a.selected {
  color: #f79a1c;
}

div.loginboxArea .lift {
  position: relative;
  top: -4px;
  left: 0px;
}

/*************** SEARCH BAR *****************/

div#searchbar {
  width: 300px;
  height: 28px;
  padding: 0 0 12px 0;
  float: right;
}

div#searchbarField {
  width: 271px;
  height: 28px;
  float: left;
}

div#searchbarFieldArea {
  width: 263px;
  height: 20px;
  padding: 4px;
  background: url(/images/img_topsearch_fld.gif) top left no-repeat;
}

input#searchbarFieldInput {
  width: 263px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

div#searchbarButton {
  width: 29px;
  height: 28px;
  float: left;
}

/*************** NAV *****************/

div#navigation {
  width: 300px;
  height: 37px;
  float: right;
}

div.navitem {
  width: 150px;
  height: 37px;
  float: left;
}

div.navitem a {
  display: block;
  width: 150px;
  height: 37px;
  background-position: top left;
  background-repeat: no-repeat
}

div.navitem a:hover, div.navitem a.selected {
  background-position: top right;
}

div.navitem a#navHome {
  background-image: url(/images/nav_home.gif);
}

div.navitem a#navMiradio {
  background-image: url(/images/nav_miradio.gif);
}

/******************************* HOME ************************************/

body#home div#headerArea {
  height: 100px;
}

body#home div#logo {
  padding: 30px 0 0 0;
}

body#home div#loginbox {
  padding: 0 0 26px 0;
}

body#home div#searchbar {
  display: none;
}


/************* INFO **************/

div#homeinfo {
  height: 443px;  
  background: #f79c20 url(/images/back_homeinfo.gif) top left repeat-x;
}

div#homeinfoArea {
  width: 960px;
  height: 443px;  
  margin: 0 auto;
  background: #f79c20 url(/images/back_homeinfo.gif) top left repeat-x;
  /*background: url(/images/back_home_headphone.jpg) top left no-repeat;*/
  position: relative;
  top: 0;
  left: 0;
}

div#homeinfoBack {
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 2;
}

div#info {
  width: 502px;
  padding: 0 10px 0 0;
  float: right;
  text-align: center;
  position: relative;
  z-index: 10;
}

div#infobar {
  padding: 70px 0 24px;
}

div#infobar h1 {
  margin: 0;
  padding: 0 0 10px 0;
}

div#infobar p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}

div#infoSearchbar {
  width: 500px;
  padding: 0 0 8px 2px;
}

div#infoSearchbarField {
  width: 446px;
  height: 58px;
  float: left;
}

div#infoSearchbarFieldArea {
  width: 426px;
  height: 38px;
  padding: 10px;
  background: url(/images/img_mainsearch_fld.gif) top left no-repeat;
}

input#infoSearchbarFieldInput {
  width: 406px;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 10px;
}

div#infoSearchbarButton {
  width: 54px;
  height: 58px;
  float: left;
}

div#infoBasicSearchBar {
  height: 58px;
  padding: 0 0 4px 0;
}

div#infoAdvSearchBar {
  padding: 0 4px 0 0;
  color: #ffffff;
  text-align: right;
  font-size: 11px;
}

div#infoAdvSearchBar a {
  color: #ffffff;
}

div#browsebar {
  width: 502px;
  height: 34px;
}

div#browsebar div.browsebaritem {
  float: left;
}

/************* FEATURE **************/

div#homefeature {
  width: 100%;
  height: 200px;
  background: #ffffff url(/images/back_content.gif) top left repeat-x;
}

div#homefeatureArea {
  width: 960px;
  margin: 0 auto;
  background: #ffffff url(/images/back_content.gif) top left repeat-x;
}

div#homefeatureArea div.homefeatureColA {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0 9px 0 10px;
}

div#homefeatureHeader {
  margin: 0;
  padding: 20px 0 19px 0;
}

div#homefeatureArea div.homefeatureColB {
  width: 220px;
  margin: 0;
  padding: 0;
}

div#homefeatureArea div.homefeatureColC {
  float: left;
  width: 220px;
  margin: 0;
  padding: 58px 9px 0 10px;
}

div#homefeatureArea div.homefeatureBreak {
  float: left;
  margin: 0;
  padding: 0;
}

div.featurestationLogo {
  width: 70px;
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
}

div.featurestationDetails {
  width: 140px;
  margin: 0;
  padding: 0;
  float: left;
}

div.featurestationInfo {
  margin: 0;
  padding: 0;
  height: 84px;
}

div.featurestationName {
  margin: 0;
  padding: 2px 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #237ebe;
}

div.featurestationSlogan {
  margin: 0;
  padding: 5px 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #2e2e2e;
}

div.featurestationLocation {
  margin: 0;
  padding: 3px 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #666666;
}

div.featurestationListen {
  margin: 0;
  padding: 13px 0 0 0;
}

/************* GENRE **************/

div#homegenre {
  width: 100%;
  height: 51px;
  background: #ffffff url(/images/back_homegenre.gif) top left repeat-x;
}

div#homegenreArea {
  width: 960px;
  margin: 0 auto;
  background: #ffffff url(/images/back_homegenre.gif) top left repeat-x;
}

div#homegenreHeader {
  margin: 0;
  padding: 17px 4px 0 178px;
  float: left;
}

div.featureGenre {
  margin: 0;
  padding: 16px 17px 0 17px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

/************* ABOUT **************/

div#homeabout {
  width: 100%;
  height: 131px;
  background: #edf1f4 url(/images/back_homeabout.gif) top left repeat-x;
}

div#homeaboutArea {
  width: 960px;
  height: 48px;
  margin: 0 auto;
  background: #edf1f4 url(/images/back_homeabout.gif) top left repeat-x;
}

div#homeaboutLogo {
  margin: 0;
  padding: 25px 21px 0 138px;
  float: left;
}

div#platinumDetails {
  margin: 0;
  padding: 31px 0 0 0;
  float: left;
}

div#platinumDetails p {
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 11px;
  line-height: 20px;
}

/******************************* MENU ************************************/

div#menu {
  background-color: #f79a1c;
  color: #ffffff;
}

div#menu div#menuArea {
  width: 960px;
  height: 48px;
  margin: 0 auto;
  background: #f79a1c url(/images/back_menu.gif) top left repeat-y;
}

div#breadcrumbs {
  width: 630px;
  float: left;
}

div#breadcrumbs div#breadcrumbsArea{
  padding: 17px 10px 0 10px;
}

div#breadcrumbs a {
  color: #ffffff;
}

div#menuItems {
  width: 330px;
  float: right;
}

div.menuItem {
  width: 120px;
  padding: 9px 20px;
  float: right;
}

div.menuItem a {
  display: block;
  width: 120px;
  height: 22px;
  padding: 8px 0 0 0;
  color: #ffffff;
  background-image: url(/images/back_menuitem.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
}

div.menuItem a:hover, div.menuItem a.selected {
  background-position: top right;
  text-decoration: none;
}

/****************************** CONTENT ***********************************/


div#content {
  /* Alternatively, remove the background-image */
  background: #ffffff url(/images/back_content.gif) top left repeat-x;
}

div#content div#contentArea {
  width: 960px;
  margin: 0 auto;
  /* Alternatively, remove the background-image */
  background: #ffffff url(/images/back_content.gif) top left repeat-x;
}

/*************************** STATION DETAIL ******************************/

div#pageTitle {
  margin: 0;
  padding: 21px 10px 0 10px;
}

div#pageTitle h1 {
  margin: 0;
  padding: 0 0 7px 0;
  font-size: 24px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: normal;
  border-bottom: 1px dotted #c6ccd1;
}

div#pageTitle h1.clean {
  font-size: 28px;
  border-bottom: none;
}

div#stationDetails {
  margin: 0;
  padding: 15px 10px 30px 10px;
}

div#stationDetailsLeft {
  width: 190px;
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
}

div#playNowButton {
  margin: 0;
  padding: 0 0 13px 0;
}

div#stationLogo {
  margin: 0;
  padding: 2px 1px 17px 1px;
  /*background: url(/images/back_stationlogo.gif) top left no-repeat;*/
  text-align:  center;
}

div#stationStreams {
  margin: 0;
  padding: 0;
}

div#stationStreamsArea {
  margin: 0;
  padding: 13px 12px 18px 12px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

div.stationStreamItem {
  margin: 0;
  padding: 0 0 9px 0;
}

div.stationStreamIcon {
  margin: 0;
  padding: 0 4px 0 0;
  float: left;
}

div.stationStreamBitrate {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 19px;
  float: left;
}

div.stationStreamBitrate a {
  text-decoration: underline;
}

div.stationStreamBitrate a:hover {
  text-decoration: none;
}

div#stationDetailsMid {
  width: 500px;
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
}

div#stationSlogan {
  margin: 0;
  padding: 10px 0 6px 0;
  font-size: 16px;
  line-height: 21px;
  color: #2e2e2e;
  font-style: italic;
}

div#stationInfoBox {
  margin: 0;
  padding: 0 0 15px 0;
}

div.stationInfoLine {
  margin: 0;
  padding: 0;
}

div.stationInfoLeft {
  width: 105px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}

div#stationDesc {
  margin: 0;
  padding: 0 0 20px;
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
  border-bottom: 1px dotted #c6ccd1;
}

div#radioSchedule {
  margin: 0;
  padding: 25px 0 0 0;
}

div#tabButtonsArea {
  margin: 0;
  padding: 0 0 0 10px;
}

div.tabButton {
  margin: 0;
  padding: 0 3px 0 0;
  float: left;
}

div.tabButton a {
  display: block;
  width: 140px;
  height: 30px;
  background-position: top right;
  background-repeat: no-repeat
}

div.tabButton a:hover, div.tabButton a.selected {
  background-position: top left;
}

div.tabButton a#tabRadioSchedule {
  background-image: url(/images/tab_radio_schedule.gif);
}

div.tabButton a#tabAllSchedule {
  background-image: url(/images/tab_all_schedule.gif);
}

div#scheduleArea {
  width: 494px;
  margin: 0;
  padding: 0 0 14px 0;
  border-left: 3px solid #f79b1c;
  border-right: 3px solid #f79b1c;
}

div#scheduleLineTop {
  margin: 0;
  padding: 6px 8px 0 0;
  height: 25px;
  text-align: right;
}

div.scheduleLineOdd {
  padding: 8px 0;
  background: #edf1f4;
}

div.scheduleLineEven {
  padding: 8px 0;
  background: #ffffff;
}

div.scheduleLineLeft {
  padding: 0 30px 0 0;
  text-align: right;
  width: 130px;
  color: #666666;
  float: left;
}

div.scheduleLineRight {
  width: 334px;
  color: #2e2e2e;
  float: left;
}

div.stationInfoRight {
  width: auto;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: bold;
}

div#stationDetailsRight {
  width: 190px;
  margin: 0;
  padding: 0;
  float: left;
  background-color: #edf1f4;
}

div#stationDetailsRightContent {
  margin: 0;
  padding: 0 21px;
  font-size: 11px;
  line-height: 16px;
}

div#stationNameRight {
  margin: 0;
  padding: 2px 0;
  color: #666666;
  font-weight: bold;
}

div.stationContact {
  margin: 0;
  padding: 10px 0 0 0;
  color: #2e2e2e;
}

div.stationContactHeader {
  margin: 0;
  padding: 2px 0;
  font-weight: bold;
}

div.stationContactDetail {
  margin: 0;
  padding: 2px 0;
}

/******************** STATION LISTING *********************/

div#stationSearch {
  margin: 0;
  padding: 15px 10px 0 10px;
}

div#stationSearchArea {
  background-color: #e9edf1;
  margin: 0;
  padding: 12px 0;
}

div#stationSearchLabel {
  margin: 0;
  padding: 7px 28px 0 0;
  text-align: right;
  width: 180px;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 22px;
  float: left;
}

div#stationSearchBar {
  width: 235px;
  height: 37px;
  padding: 0;
  float: left;
}

div#stationSearchBarField {
  width: 197px;
  height: 37px;
  float: left;
}

div#stationSearchBarFieldArea {
  width: 177px;
  height: 17px;
  padding: 10px;
  background: url(/images/img_search_fld.gif) top left no-repeat;
}

input#stationSearchBarFieldInput {
  width: 177px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

div#stationSearchBarButton {
  width: 38px;
  height: 37px;
  float: left;
}

div#suggestStation {
  margin: 0;
  padding: 0 0 0 231px;
  float: left;
}

div#stationListing {
  margin: 0;
  padding: 14px 10px 30px 10px;
}

div#listingArea {
  width: 938px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

div.listingLineOdd {
  margin: 0;
  padding: 2px 0;
  min-height: 45px;
  background: #ffffff;
}

div.listingLineEven {
  margin: 0;
  padding: 2px 0;
  min-height: 45px;
  background: #e9edf1;
}

div.listingListenButton {
  margin: 0;
  padding: 8px 10px 8px 9px;
  width: 74px;
  height: 24px;
  float: left;
}

div.listingStationLogo {
  margin: 0;
  padding: 2px;
  width: 70px;
  height: 41px;
  /*background: url(/images/back_listing_station_logo.gif) top left no-repeat;*/
  float: left;
}

div.listingStationFreq {
  margin: 0;
  padding: 16px 4px;
  font-size: 11px;
  color: #2e2e2e;
  width: 56px;
  float: left;
  letter-spacing: -1;
}

div.listingStationName {
  margin: 0;
  padding: 15px 10px 15px 0;
  font-size: 12px;
  float: left;
  width: 435px;
}

div.listingStationName a {
  color: #0069b3;
  text-decoration: underline;
}

div.listingStationName a:hover {
  text-decoration: none;
}

div.listingStationLocation {
  margin: 0;
  padding: 16px 13px 16px 12px;
  width: 74px;
  font-size: 11px;
  float: left;
}

div.listingStationGenre {
  margin: 0;
  padding: 16px 10px;
  width: 132px;
  font-size: 11px;
  float: left;
}

div#paging {
  margin: 0;
  padding: 18px 1px 0 1px;
  width: 938px;
  font-size: 11px;
  color: #666666;
}

div#pagingLeft {
  margin: 0;
  padding: 0 10px 0 0;
  width: 700px;
  float: left;
}

div#pagingLeft a {
  color: #666666;
  text-decoration: none;
}

div#pagingLeft a:hover {
  text-decoration: underline;
}

div#pagingRight {
  margin: 0;
  padding: 0;
  width: 228px;
  float: left;
  text-align: right;
}

/******************* GLOBAL BROWSE ***********************/
 
div#browseArea {
  margin: 0;
  padding: 15px 0 50px 0;
}

div#browseLeft {
  width: 190px;
  height: 492px;
  margin: 0;
  padding: 0;
  float: left;
  background: url(/images/back_browse_left.gif) 
}

div#browseRight {
  width: 720;
  margin: 0;
  padding: 0 0 0 30px;
  float: left;
}

div.browseItem {
  width: 190px;
  height: 75px;
}

div.browseItem a {
  width: 190px;
  height: 75px;
  display: block;
  background: none;
}

div.browseItem a:hover, div.browseItem a.selected {
  background: url(/images/back_browse_selected.gif) top left no-repeat;
}

div.browseSelectArea {
  width: 240px;
  float: left;
}

div.browseSelectHead {
}

div.browseSelectBox {
}

select.browseSelectField {
  width: 240px;
  border: 1px solid #e2e2e2;
  background: url(/images/back_browse_selectionbox.gif) top right repeat-y;
}

select.browseSelectField option {
  height: 23px;
  font-size: 12px;
  color: #2e2e2e;
  margin: 0;
  padding: 5px 0 0 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

select.browseSelectField option:active {
  background-color: #b0d3eb; !important
}

/****************************** FOOTER ***********************************/

div#footer {
  background-color: #000000;
  color: #5c5c5c;
  font-size: 11px;
}

div#footer div#footerArea {
  width: 940px;
  margin: 0 auto;
  padding: 25px 10px;
}

div.footerLeft {
  width: 150px;
  padding: 0 10px 0 0;
  float: left;
  text-align: left;
}

div.footerRight {
  width: 200px;
  padding: 0 0 0 10px;
  float: right;
  text-align: right;
}

div#copyright {
  padding: 25px 0;
}

div#footer h3 {
  margin: 0;
  padding: 0 0 12px 0;
  color: #434343;
  font-size: 12px;
}

div#footer a {
  color: #5c5c5c;
}

div#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#footer ul li {
  margin: 0;
  padding: 4px 0;
}

/************************* STATIC CONTENT ******************************/


div#staticContent {
  background: #ffffff;
}

div#staticContentHeader {
  width: 100%;
  height: 72px;
  background: url(/images/back_static_header.gif) top left repeat-x;
}

div#staticContentHeaderArea {
  width: 960px;
  margin: 0 auto;
  background: url(/images/back_static_header.gif) top left repeat-x;
}

div#staticContentBody {
  width: 100%;
  background: #eee8de;
}

div#staticContentBodyArea {
  width: 940px;
  margin: 0 auto;
  background: url(/images/back_static_body.gif) top left repeat-y;
}

div#staticContentBodyLeft {
  width: 220px;
  float: left;
}

div#staticContentBodyRight {
  width: 720px;
  float: left;
}

div#staticNavigation {
  padding: 10px 0 0 0;
}

div#staticNavigation div.staticNavItem {
  padding: 18px 0 0 22px;
  height: 33px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;  
  font-size: 14px;
  color: #237ebe;
  position: relative;
  top: 0;
  left: 0;
}

div#staticNavigation div.staticNavItem div#staticNavItemSelected {
  position: absolute;
  top: 0;
  left: -13px;
  z-index: 2;
}

div#staticNavigation div.staticNavItem a {
  position: relative;
  color: #237ebe;
  z-index: 10;
}

div#staticNavigation div.staticNavItem a:hover {
  color: #666666;
  text-decoration: none;
}

div#staticNavigation div.selected a, div#staticNavigation div.selected a:hover {
  color: #ffffff; !important
}

div#staticContentMain {
  min-height: 500px;
  padding: 10px 30px 30px 42px;
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
}

div#staticContentMain h1 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  color: #666666;
  font-weight: normal;
  border-bottom: 1px dotted #c6ccd1;
}

div#staticContentMain h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  color: #666666;
}

div#staticContentMain h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  color: #237ebe;
}

div#staticContentMain p {
  margin: 0;
  padding: 15px 0;
  font-size: 12px;
}

table.staticForm {
  margin: 0;
  padding: 15px 0;
  font-size: 12px;
  color: #666666;
}

table.staticForm td.staticLabel {
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
}

table.staticForm td.staticLabel label {
  margin: 0;
  padding: 8px 10px 0 0;
  display: block;
}

table.staticForm div.formpad {
  padding: 2px 0 0 0;
}

input.staticInput {
  margin: 0;
  padding: 5px;
  border: 1px solid #c2c2c2;
  width: 310px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

textarea.staticTextArea {
  margin: 0;
  padding: 5px;
  border: 1px solid #c2c2c2;
  width: 310px;
  height: 160px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

select.staticSelect {
  margin: 0;
  padding: 4px;
  border: 1px solid #c2c2c2;
  width: 322px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

div#platinumList {
  margin: 0;
  padding: 15px 0 0 0;
}

div.platinum {
  margin: 0;
  padding: 15px 0;
  border-top: 1px dotted #c6ccd1;
}

div.platinumImage {
  margin: 0;
  padding: 0 20px 0 0;
  width: 191px;
  height: 73px;
  float: left;
}

div.platinumDesc {
  margin: 0;
  padding: 0;
  width: 437px;
  font-size: 11px;
  line-height: 18px;
  color: #2e2e2e;
  float: left;
}

/************************** PLAYER *****************************/

div#player {
  width: 500px;
  height: 284px;
  margin: 0 auto;
  background: url(/images/player_back.gif) top left no-repeat;
}

div#player div#playerHeader {
  width: 500px;
  height: 52px;
  margin: 0;
  padding: 0;
}

div#playerLogo {
  width: 123px;
  height: 24px;
  margin: 0;
  padding: 14px 0 0 355px;
}

div#playerstationInfo {
  width: 460px;
  height: 140px;
  margin: 0;
  padding: 0 20px;
}

div#playerstationInfo div#playerstationInfoArea {
  width: 460px;
  height: 140px;
  margin: 0;
  padding: 0;
  background: url(/images/player_back_station_info.gif) top left no-repeat;
}

div#playerstationLogo {
  width: 186px;
  height: 118px;
  margin: 0;
  padding: 11px 11px 0 11px;
  float: left;
}

div#playerstationDetails {
  margin: 0;
  padding: 18px 11px 0 10px;
  float: left;
}

div#playerstationDetails div.playerstationName {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #2e2e2e;
}

div#playerstationDetails div.playerstationSlogan {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #2e2e2e;
}

div#playerstationDetails div.playerstationFreq {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  color: #2e2e2e;
}

div#playerstationDetails div.playerstationGenre {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  color: #237ebe;
}

div#playerstationDetails div.playerstationLocation {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  color: #237ebe;
}

div#playerstationDetails div.playerstationReport {
  margin: 0;
  padding: 0;
}

div#playerstationDetails div.playerstationReport a {
  font-size: 10px;
  line-height: 18px;
  color: #ababab;
  text-decoration: underline;
}

div#playerstationDetails div.playerstationReport a:hover {
  font-size: 10px;
  line-height: 18px;
  color: #ababab;
  text-decoration: none;
}

div#streamPlayer {
  width: 460px;
  height: 68px;
  margin: 0;
  padding: 6px 20px 0 20px;
}

div#streamPlayer div#streamPlayerArea {
  width: 460px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: url(/images/player_back_stream.gif) top left no-repeat;
}

div#playerButton {
  width: 47px;
  height: 46px;
  margin: 0;
  padding: 11px 16px 0 15px;
  float: left;
}

div#streamInfo {
  width: 300px;
  height: 38px;
  margin: 0;
  padding: 15px 0;
  float: left;
}

div#streamInfo div.streamStatus {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 18px;
  color: #f9a933;
}

div#streamInfo div.streamReliability {
  margin: 0;
  padding: 4px 0 0 0;
  font-size: 11px;
  line-height: 18px;
  color: #acacac;
}

/********************* SUGGEST A NEW STATION FORM ********************/

div#newStation {
  width: 500px;
  height: 487px;
  margin: 0 auto;
  background-color: #e9edf1;
}

div#newStationHeader {
  width: 500;
  height: 59;
  margin: 0;
  padding: 0;
}

div#newStationContent {
  margin: 0;
  padding: 24px 28px 16px 28px;
  color: #2e2e2e;
  font-size: 11px;
  line-height: 16px;
}

div#newStationForm {
  margin: 0;
  padding: 0 28px;
}

table.miRoamerForm {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #2e2e2e;
}

table.miRoamerForm td.miRoamerLabel {
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
}

table.miRoamerForm td.miRoamerLabel label {
  margin: 0;
  padding: 11px 10px 0 0;
  display: block;
}

table.miRoamerForm div.formpad {
  padding: 2px 0 0 0;
}

input.miRoamerInput {
  margin: 0;
  padding: 6px;
  border: 1px solid #c2c2c2;
  width: 310px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

textarea.miRoamerTextArea {
  margin: 0;
  padding: 5px;
  border: 1px solid #c2c2c2;
  width: 310px;
  height: 160px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

select.miRoamerSelect {
  margin: 0;
  padding: 5px;
  border: 1px solid #c2c2c2;
  width: 322px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}