#container {
  width: 1006px;
  margin: 0 auto;
}

#top_player {
  background: transparent url('../images/top_player.png') no-repeat;
  color: #ffffff;
  position: fixed;
  height: 38px;
  width: 1006px;
  z-index: 100;
}

#logo {
  float: left;
  padding: 3px;
}

#player_control {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

#indicator{
  position: fixed;
  padding: 5px;
  margin-top: 27px;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

#prev_button {
  float: left;
}

#play_button {
  float: left;
}

#next_button {
  float: left;
}

#navigation {
  float: right;
  font-size:1.1em;
  margin-top: 7px;
}

#navigation ul ul li {
  padding: 2px 6px;
  float: none;
  background-color: #076BB5;
}

#navigation ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

#navigation li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#navigation ul li {
  float: left;
  margin-right: 5px;
  padding: 2px 9px 25px 9px;
  position:relative !important;
  
}

#navigation ul ul {
  position:absolute !important;
  top: 30px;
  display: block;
  width: 155px;
}

#navigation a, #navigation a:link, #navigation a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#navigation a:hover {
  color: #ff8c0f;
}

#navigation_list li.orange a {
  color: #ff8c0f;
}

#search_panel {
  float: right;
  margin-right: 10px;
  padding-top: 2px;
  margin-top: 7px;
}

#search
{
  border: none;
}

#player_margin {
  width: 1006px;
  padding-top: 60px;
  padding-bottom: 25px;
  text-align: center;
}

#news {
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
  padding: 7px;
  width: 600px;
  margin: 0 auto;
  background-color: #076bb5;
}

#news img
{
  vertical-align: top;
}

#content {
}

#categories ul
{
  list-style: none;
}

#categories li
{
  padding: 2px;
}

#categories .category a {
  color: #999999;
  text-decoration:none;
  font-size:1.5em;
}

#categories li.category_selected, #categories li:hover
{
  background: #ff8c0f;
}

#categories li.category_selected a, #categories li:hover a
{
  text-decoration:none;
  font-size:1.5em;
  color: #ffffff;
}

#manage_td th {
  color: #555555
}

#manage_td{
  float: left;
  text-align: center;
  width: 180px;
}

#manage_td #categories, #manage_td #add_music, #manage_td #tags
{
  margin-bottom: 20px;
  padding: 5px;
}

#player{
  height: 380px;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 0 1px 1px 0;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center;
}

#player p.input_link
{
  font-size: 0.8em;
  margin-top: 5px;
}

#player p.input_link input
{
  font-size: 0.9em;
  width: 250px;
}

#tags ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#tags ul li{
  display: inline;
  padding: 3px;
}

#tags a, #tags a:link #tags a:visited {
  color: #666666;
  text-decoration: none;
}

#player_td {
  width: 375px;
  float: left;
}

#music_list_td{
  padding: 5px 15px;
  float: left;
  width: 420px;
}

#music_list_td .music a, #listeners_list .music a{
    border-bottom: 1px solid #c6c6c6;
    font-size:11px;
    line-height:16px;    
}

#music_list_td .music a:hover, #listeners_list .music a:hover {
    border-bottom: 1px solid #076BB5;
}

#last_listeners {
  margin-top: 20px;
}

#last_listeners h3 {
  font-size:18px;
  margin-bottom: 10px;
  color: #076BB5;
}
#playing_information {
  margin-top: 4px;
  color: #666666;
  font-size: 1.15em;
}

#periods a, #periods a:link, #periods a:visited {
  text-decoration: none;
  color: #666666;
}

#periods a:hover, #periods ul li:hover a, #periods ul li.mark a {
  color:#000000;
}

#periods ul, #periods ul li {
  list-style: none;
  margin: 0;
  padding:0;
}

#periods ul li {
  float: left;
  padding: 2px 12px;
  height: 18px;
  border-style: solid;
  border-width:1px 1px 1px 0;
  border-color: #cccccc;
  background-color:#E0E0E0;
  font-weight: bold;
}

#periods ul li:hover, #periods ul li.mark {
  border-bottom-width: 0;
  border-color: #cccccc;
  background-color:#ffffff;
  font-weight: bold;
}

#periods_li {
  margin-bottom: 10px;
}

#play_list
{
  padding-bottom: 40px;
}

#playlists_links, #hits_links
{
  width: 150px;
  padding-top: 31px;
}

#playlists_links
{
  margin-left: 185px;
}

#playlists_links ul, #hits_links ul
{
  list-style: none;
}

#playlists_links ul li, #hits_links ul li
{
  padding: 2px 6px;
}

#music_information
{
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}

#music_information img
{
  vertical-align: middle;
  margin-right: 4px;
  float: left;
  border: 1px solid #ffffff;
}

#music_information p
{
  float: right;
  font-size: 0.9em;
  font-weight: bold;
}

#add_music h3
{
  color: #444444;
  padding-bottom: 10px;
}

#save_list form
{
  float: left;
}

#playlist label
{
  font-weight: bold;
  color: #666666;
  padding-right: 5px;
}

#empty_list
{
  font-size: 50px;
  color: #dddddd;
  text-align: center;
}

#save_list
{
  margin-bottom: 10px;
}

#play_list h2
{
  text-align: center;
  padding-bottom: 10px;
  color: #666666;
}

#MB_content input
{
  width: 196px;
}

#MB_content input.orange_button
{
  background: transparent url(../images/button.png);
  border: none;
  color:#FFFFFF;
  font-weight:bold;
  padding-bottom: 5px;
  cursor: pointer;
  width: 142px;
  height: 26px;
}

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

#footer{
  border-top:1px solid #DDDDDD;
  color:#666666;
  margin:30px auto 0;
  padding: 4px 10px 10px 10px;
  text-align:center;
  width:500px;
  font-size:0.85em;
}

#footer ul {
  list-style:none;
  width: 440px;
  margin: 0 auto;
  padding: 0;
}

#footer ul li {
  padding: 1px 15px;
  float: left;
}

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

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

#terms {
  margin: 7px 0;
}

#MB_content ol
{
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}

#MB_content ol li
{
  padding: 5px;
}

#MB_window {
  font-size:0.9em;
}

#navigation1
{
  text-align: right;
  padding: 5px 0;
}

#navigation1 img
{
  vertical-align: bottom;
}

#navigation1 p img
{
  margin-right: 15px;
}

#navigation1 input
{
  margin-right: 10px;
}

#news_info {
  float: left;
  width: 345px;
  text-align:center;
}

#news_info a {
  border-bottom:1px solid #c7c7c7;
  font-size:13px;
  color:#076BB5;
  font-weight:bold;
  text-decoration:none;
}

#news_info a:hover {
  border-bottom:1px solid #076BB5;
}

#top_helps
{
  float: left;
  text-align: right;
}

#top_helps img
{
  margin-left: 15px;
}

#for_show_help_9
{
  width: 370px;
}

#show_help_9
{
  vertical-align: top;
}

#googlead
{
  border: 1px solid #EEEEEE;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

#plays_nb{
  font-size: 0.8em;
  padding: 6px 0;
  color: #999999;
}

#tooltip {
  width: 200px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
}

#tooltip_top {
  background: transparent url('../images/tooltip_top.png') no-repeat;
  height: 9px;
}

#tooltip_bottom {
  background: transparent url('../images/tooltip_bottom.png') no-repeat;
  height: 9px;
}

#tooltip_middle {
  background-color: #076bb5;
  color: #FFFFFF;
  padding: 0 7px 0 2px;
}

#tooltip_star {
  padding: 0 1px 10px 0;
  float: left;
}

#tooltip_text {
  float: right;
  width: 155px;
}

#user_options h4{
  font-size: 13px;
  padding: 10px 0;
}

#user_options .turnoff {
  text-align: center;
  font-size: 11px;
  color: #666666;
}

#user_options .turnoff a {
  border-bottom: 1px solid #C6C6C6;
  text-decoration: none;
  color: #666666;
}

#user_options .turnoff a:hover {
  border-bottom: 1px solid #076BB5;
}

