@charset "utf-8";
/* 5.1 Music Styles */

body {
  background-color: #144360;  background-image: url(../images/css-images/bg.png);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  }

a:link, a:visited, a:active {
  color: #1D82BC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 18px;
}


.faq {
  background-color: #1D82BC;
  color: #fff;
  padding: 3px 0 3px 3px;
}

.copyrights {
  float: left;
  font-size: 10px;
}

.cd_description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.cd_description h4 {
  font-size: 11px;
}

.cd_description br {
  line-height: .3em;
}

.red {
  color: #ff0000;
}

table.ratefinder {
  border: 1px solid #1D82BC;
}

tr.rates {
  background-color: #1D82BC;
  color: #fff;
  text-align: left;
}

tr.rates-even {
  background-color: #D8C7C2;
}

tr.rates-odd {
  background-color: #f9f9f9;
}

.table-holder {
  float: left;
  margin-right: 10px;
}

.clear {
  clear: both;
}

/* CONTAINER DIVS */

#wrapper {
  margin: 0 auto;
  /*height: 600px;*/
  width: 980px;
}

#main-wrapper {
  float: left;
  /*height: 600px;*/
  position: relative;
  margin-bottom: 20px;
  width: 980px;
}

#content-container {
  float: left;
  /*height: 600px;*/
  position: relative;
  width: 980px;
}

#left-column {
	float: left;
	margin-right: 40px;
	width: 300px;
}

.msg {
    text-align: center;
    font-weight: bold;
}

#right-column {
  float: left;
  padding: 35px 0 0 0;
  width: 605px;
}

#admin-map {
    margin: 0;
}

#admin-content-wrap {
    clear:both;
    background-color: #157EC2;
    color: #000;
    padding:5px;
    width: 690px;
}

#admin-content {
    padding: 15px;
    background-color: #fff;
    color: #000;
}

#content-wrap {
    clear:both;
    background-color: #157EC2;
    color: #000;
    padding:5px;
    width: 690px;
}

#content {
    padding: 0 15px 0px 10px;
    background-color: #fff;
    color: #000;
}

#searchBox {
    background-color: #fff;
    color: #000;
    padding: 5px;
}

#searchInfo {
    padding:0 5px;
    background-color: #fff;
  border-left:1px solid #C8D2DC;
    border-right:1px solid #C8D2DC;
    color: #000;
}

/* MAIN ROUNDED BOX */

.roundbox-top {
  background-image:url('../images/css-images/bigbox-top.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 605px;
}

.roundbox-btm {
  background-image:url('../images/css-images/bigbox-bottom.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 605px;
}

.roundbox {
  background-image:url('../images/css-images/bigbox-runon.png');
  background-repeat: repeat-y;
  height: 613px;
  overflow: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
  width: 565px;
}

.roundbox-content {
	height: 610px;
	/*overflow-y: scroll;
  overflow: -moz-scrollbars-vertical !important;*/
  overflow: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.active {
  color: #FFF;
    background-color: #157EC2;
}

.inactive {
  color: #cccccc;
    background-color: #0F5B8D;
    cursor: pointer;
}

.searchopts li {
  list-style-type: none;
  margin: 0;
    float:left;
    width: 90px;
  text-align: center;
    padding-left: 5px;
}

.searchopts li a {
    text-align: center;
  font-weight: bold;
  height: 25px;
    text-decoration: none;
}

.rnd1 {
    display: block;
    overflow:hidden;
    margin:0 4px; 
    height:1px;
}

.rnd2 {
    display: block;
    overflow:hidden;
    margin:0 3px; 
    height:1px;
}

.rnd3 {
    display: block;
    overflow:hidden;
    margin:0 2px; 
    height:1px;
}

.rnd4 {
    display: block;
    overflow:hidden;
    margin:0 1px; 
    height:1px;
}

.rnd5 {
    display: block;
    overflow:hidden;
    margin:0 0 0 4px; 
    height:1px;
}

.rnd6 {
    display: block;
    overflow:hidden;
    margin:0 0 0 3px; 
    height:1px;
}

.rnd7 {
    display: block;
    overflow:hidden;
    margin:0 0 0 2px; 
    height:1px;
}

.rnd8 {
    display: block;
    overflow:hidden;
    margin:0 0 0 1px; 
    height:1px;
}

.rnd9 {
    display: block;
    overflow:hidden;
    margin:0 4px 0 0; 
    height:1px;
}

.rnd10 {
    display: block;
    overflow:hidden;
    margin:0 3px 0 0; 
    height:1px;
}

.rnd11 {
    display: block;
    overflow:hidden;
    margin:0 2px 0 0; 
    height:1px;
}

.rnd12 {
    display: block;
    overflow:hidden;
    margin:0 1px 0 0; 
    height:1px;
}

.rndC {
    display: block;
    overflow:hidden;
    margin:0; 
}

.add label {
    width: 100px;
    float: left;
}

.dataT tr th {
    font-weight: bold;
    border:1px solid #000;
    padding:0 5px;
}

.dataR0 {
    background-color: #ccc;
    color: #000;
}

.dataR1 {
    background-color: #bbb;    
    color: #000;
}

.dataR0 td, .dataR1 td {
    padding:0 5px;
    overflow: hidden;
}

.dataR0 td:hover, .dataR1 td:hover {
    height: auto;
}

#Bloading {
    background-color: #157EC2;
    color: #FFF;
    position:absolute;
    top:0px;
    right:0px;
}

/* LOGO */

/*#logo {
    background-repeat: no-repeat;
  margin-left: 75px;
  height: 120px;
  width: 188px;
}*/

#logo {
  background-image:url('../images/css-images/51logo.png');
  background-repeat: no-repeat;
  margin-left: 20px;
  height: 188px;
  width: 285px;
}

#phone {
  background-image:url('../images/css-images/phone-number.png');
  background-repeat: no-repeat;
  margin-left: 40px;
  margin-top: 10px;
  height: 30px;
  width: 255px;
}

/* FLASH DIVS */

#flash_player {
  background-image: url(../images/css-images/player.gif);
  background-repeat: no-repeat;
  margin: 13px 0 0 28px;
  height: 172px;
  width: 402px;
}

#xspf_player {
  margin: 13px 0 0 28px;
  height: 170px;
  width: 400px;
}

/* INFO BOXES */

.infobox-top {
  background-image:url('../images/css-images/smallbox-top300.png');
  background-repeat: no-repeat;
  height: 15px;
  margin: 0px 0 0px 10px;
  width: 300px;
}

.infobox {
  background-image:url('../images/css-images/smallbox-runon300.png');
  background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
}

.infobox-bottom {
  background-image:url('../images/css-images/smallbox-bottom300.png');
  background-repeat: no-repeat;
  height: 25px;
  margin: 0px 0 0px 10px;
  width: 300px;
}

.infbox img {
  position: relative;
  width: 80px;
}

.infobox .text {
	font-size: 13px;
	padding-left: 5px;
	margin-left: 5px;
}

.infobox .header {
  color: #147dc1;
  text-align: center;
  padding-bottom: 1px;
  padding-top: 0px;
  margin-top: -3px;
  font-size: 20px;
  font-weight: bold;
  width:100%
}

.infobox .header2 {
	float: left;
	padding-right: 5px;
}

/* FOOTER */

#footer {
  clear: both;
  background-image:url('../images/css-images/bottom-text.png');
  background-repeat: no-repeat;
  background-position: bottom;
  height: 28px;
  margin: 10px auto 0 auto;
  padding: 10px 20px 10px 20px;
  text-align: right;
  width: 426px;
}

#footer a {
  color: #707070;
  text-decoration: none;
}

#footer a:hover {
  color: #000066;
}

#poweredby {
  margin: 0 auto;
  font-size: 10px;
  color: #ccc;
  padding: 10px 40px 10px 20px;
  text-align: right;
  width: 920px;
}

#poweredby a {
  color: #707070;
  text-decoration: none;
}

#poweredby a:hover {
  color: #000066;
}

/* NAVIGATION */

.sitemap {
  /*background-image: url(../images/css-images/sitemap.gif);
  background-repeat: no-repeat;*/
  height: 50px;
  left: 355px;
  line-height: 7px;  padding-left: 0px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 600px;
}

.sitemap ul {
  margin: 0;
  padding: 0;
}

.sitemap li {
	background-image: url(../images/css-images/upbutton-wide-2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	list-style-type: none;
	margin-right: 1px;
	/*padding-left: 2px;
  padding-right: 1px;*/
  padding-top: 4px;
	width: 70px;
}

.sitemap li a {
  color: #157ec2;
  font-family: Arial, Helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.sitemap li a:hover {
  background-image: url(../images/css-images/overbutton-wide-2.gif);
  background-repeat: no-repeat;
  bottom: 5px;
  color: #000066;
  float: left;
  height: 21px;
  padding-top: 6px;
  position: relative;
  right: 0px;
  width: 71px;
}

.focus-button {
  background-image: url(../images/css-images/overbutton-wide-2.gif);
  background-repeat: no-repeat;
  bottom: 5px;
  float: left;
  height: 21px;
  padding-top: 6px;
  position: relative;
  right: 0px;
  width: 71px;
}

/* ----------- FLAM PLAYER ------------------------------ */

#flamplayer {
  height: 125px;
    margin: 10px 0 10px 10px;
    width: 300px;
}

.srchdata0 {
    background-color: #ffffff;
    color: #000;
}

.srchdata1 {
    background-color: #D8C7C2;
    color: #000;
}

span.button {
    border: 1px solid black;
    background-color: #0055BB;
    color: #ffffff;
    text-decoration: none;
    padding: 1px;
    margin: 1px;
    cursor: pointer;
}
#status {
	height:auto;
	font-size: 12px;
	//color: #FFFFFF;				
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

