body {
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",  helvetica, "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: 300;
  background-color: #aaa;
  width: 100%;
  overflow:auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

h1 {
  font-size: 3.0em;
}

h2 {
  font-size: 2.5em;
}

h1, h2 {
  font-family: impact, "helvetica neue", helvetica, "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
}

h4 {
  font-size: 1.2em;
}

a, a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}

a img {
  border: none;
}

a.username {
  color: #fff;
}

a.username, a.artist {
  font-weight: bold;
}

a.username:active, a.username:hover, a.hoverable:active, a.hoverable:hover {
  -moz-opacity: 0.8;
  opacity:0.8;
  filter:alpha(opacity=80);  
}

* {
  margin: 0px;
  padding: 0px;
}

#static_tip {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,.85);
  padding: 4px;
}

#page_content, #page_content_previous {
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#background_image {
  position: fixed;
  z-index: 0;
  -moz-opacity: 0.0;
  opacity:0.0;
  filter:alpha(opacity=0);
  top: 0%;
  left: 0%;
}

* html #background_image {
  position: absolute;
}

#background_image_next {
  z-index: 0;
  position: fixed;
  top: 0%;
  left: 100%;
}

* html #background_image_next {
  position: absolute;
}

* html #page_layout {
  height: 100%;
  overflow: auto;
}

#background_image_cache {
  position: fixed;
  top: 0%;
  left: 200%;
  width: 1px;
  height: 1px;
}

* html #background_image_cache {
  position: absolute;
}

#mousehover_panel .triangle {
  position: absolute;
  background: url(/site_media/images/sprite_map.png) 0px -293px no-repeat;
  width: 15px;
  height: 9px;
  margin-top:-13px;
  margin-left: 10px;
}

#mousehover_panel {
  z-index: 2000;
  padding: 5px;
  font-size: 0.85em;
  position:fixed;
  left:0%;
  top:0%;
  text-align:left;
  background-color: #004d95;
  color: #fff;
}

* html #mousehover_panel {
  position: absolute;
}

#ajax_loader {
  position: fixed;
  top: 0%;
  left: 50%;
  margin-left: -50px;
  z-index:99;
  height:22px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight:bold;
  font-size: 0.8em;
  padding: 0px 5px 0px 5px;
}

* html #ajax_loader {
  position: absolute;
}

.ghosted {
  -moz-opacity: 0.0;  
  opacity:0.0;  
  filter:alpha(opacity=0);
}

.popup_background, .popup {
  top: 50%;
  left: 50%;
  width: 380px;
  height: 220px;
  margin: -110px 0 0 -190px;
  border: 1px solid #383838;
}

.popup {
  position: absolute;
  z-index: 1000;
  color: #fff;
  text-align: left;
}

.popup_background {
  background-color: #000;
  -moz-opacity: 0.95;
  opacity:0.95;
  filter:alpha(opacity=95);
  position: fixed;
  z-index: 999;
}

.popup_white {
  background-color: #fff;
  color: #000;
}

.popup_white a {
  color: #000;
}

.popup_gray {
  background-color: #4c4c4c;
  color: #fff;
}

.popup_fill {
  border: none;
  text-align: center;
  z-index: 0;
}

.popup_background_fill {
  z-index: 0;
}

.popup_fill .popup_content {
  text-align: left;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

* html .popup, * html .popup_background {
  position: absolute;
}

.popup_content {
  margin: 10px;
  font-size: 0.85em;
}

.popup_extras {
  z-index: 1001;
}

.popup_wrapper .popup_close {
  position: absolute;
  width: 13px;
  height: 13px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  z-index: 1001;
  background: url(/site_media/images/sprite_map.png) 0px -72px no-repeat;
  margin: -114px 0px 0px 181px;
}

.popup_content .upper_corner {
  position: absolute;
  width: 110px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -105px 0px 0px 70px;
  text-align:right;
}

.popup_content .upper_corner h1 {
  font-size: 2.8em;
  top: 0px;
  position: relative;
}

* html .popup_content div.upper_corner, * html .popup_wrapper .popup_close {
  position: absolute;
}

input.submit_button, a.button_link {
  border: none;
  text-align: left;
  background-color: #007f17;
  color: #fff;
  padding: 2px 0px 2px 2px;
  width: 80px;
  font-weight: bold;
  overflow:hidden;
  font-size: 0.9em;
  cursor: pointer;
}

.disabled input.submit_button {
  color:#a9a9a9;
  background-color:#797979;
}

.disabled input.submit_button:hover, .disabled input.submit_button:active {
  background-color:#999;
  color: #ccc;
}

a.button_link {
  padding: 3px 5px 3px 5px;
  font-size: 1.05em;
  width: 70px;
  display: inline-block;
}

.popup_content input.submit_button, #flash_file_io_content, #flash_file_io {
  position: absolute;
  z-index:1001;
  top: 50%;
  left: 50%;
  margin: 78px 0px 0px 100px;
}

input.submit_button:hover, a.button_link:active, a.button_link:hover {
  background-color: #20af3c;
}

.popup_content .textfield p {
  font-size: 0.9em;
  padding-bottom: 3px;
}

.popup_content p.label {
  padding-bottom: 2px;
}

input[type="password"], input[type="text"] {
  width: 180px;
  border: none;
  height: 20px;
}

input[type="text"], input[type="password"], input[type="file"] {
  color: #000;
}

textarea {
  border: none;
}

#register_popup_form .textfield input {
  width: 150px;
}

#register_form_signup_type_field {
  float: left;
  font-size: 1.2em;
  position: relative;
  left: 10px;
  padding: 5px;
  margin-bottom: 5px;
  top: 10px;
}

#register_form_signup_type_field.error {
  border: 1px solid #ff3333;
}

#register_form_artist_field, #register_form_label_field {
  float: left;
  padding: 10px 0px 0px 15px;
}

#register_form_artist_warning: {
}

#register_form_artist_warning p {
  padding: 15px 0px 4px 0px;
  font-size: 0.8em;  
}

#register_popup_content {
  float: left;
  clear: both;
  padding: 0px 0px 0px 15px;
}

#register_popup_content .textfield {
  padding: 20px 20px 0px 0px;
}

#register_popup_content .terms_of_service_field {
  padding-top: 20px;
}

#flash_file_io_content, #flash_file_io {
  padding: 0px;
  border: none;
}

* html .popup_content input.submit_button, * html #flash_file_io_content, * html #flash_file_io {
  position: absolute;
}

#login_popup_content td {
  padding: 8px 0px 8px 30px;
}

#login_popup_content .caption {
  float: left;
  width: 100px;
  padding-left: 5px;
}

.popup_content a.or_link {
  font-weight: bold;
  color: #999;
}

.popup_content a.or_link:hover, .popup_content a.or_link:active {
  color: #fff;
}

.popup_content .instructions {
  font-size: 0.75em;
  padding-bottom: 8px;
}

#login_popup_content span.forgot_password {
  font-size: 0.75em;
}

#login_popup_form {
  margin-top: 30px;
}

.previous_disabled, .next_disabled {
  color: #aaa;
}

a.next_link, a.previous_link {
  color: #fff;
}

.popup h1 {
  position: relative;
  top: -8px;
}

.song_share_popup_content h4 {
  padding-bottom: 8px;
}

.song_share_popup_content p.label {
  font-size: 0.9em;
}

.song_share_popup_content .textfield input, .song_share_popup_content .textfield textarea {
  width: 279px;
}

.song_share_popup_content .textfield textarea {
  height: 50px;
}

#static_links {
  height: 20px;
  left: 0;
  top: 0;
  position: fixed;
  height: 10px;
  background-color: #4c4c4c;
  z-index: 2;
  font-weight: bold;
  font-size: 0.75em;
  padding: 3px 2px 4px 6px;
  width: 100%;
}

#static_links td a {
  color: #aaa;
  display: inline-block;
  padding: 3px 6px 4px 3px;
  height: 16px;
}

#static_links td a:hover, #static_links td a:active {
  color: #fff;
}

* html #static_links {
  position: absolute;
}

.floating_panel {
  position: absolute;
  top: 0%;
  left: 0%;
}

* html .floating_panel {
  position: absolute;
}

.floating_panel .background, .floating_panel .background_panel_light, .floating_panel .background_panel_medium, .floating_panel .background_panel_dark, .floating_panel .foreground {
  position: absolute;
  width: 425px;
  padding: 0px 8px 8px 8px;
}

.floating_panel .foreground {
  border-color: transparent;
}

.floating_panel .background {
  -moz-opacity: 0.80;
  opacity:0.80;
  filter:alpha(opacity=80);
  background-color: #000;
}

.floating_panel a {
  font-weight: bold;
}

.background_panel_light {
  -moz-opacity: 0.25;
  opacity:0.25;
  filter:alpha(opacity=25);
  background-color: #000;
  position: absolute;
}

.background_panel_medium {
  -moz-opacity: 0.50;
  opacity:0.50;
  filter:alpha(opacity=50);
  background-color: #000;
  position: absolute;
}

.background_panel_dark {
  -moz-opacity: 0.80;
  opacity:0.80;
  filter:alpha(opacity=80);
  background-color: #000;
  position: absolute;
}

.headerless_panel .background, .headerless_panel .foreground {
  padding-top: 8px;
}

* html .background_panel_medium, * html .background_panel_dark {
  position: absolute;
}

.large_heart_icon {
  background: url(/site_media/images/sprite_map.png) -479px -235px no-repeat;
  height: 17px;
  width: 23px;
  display: inline-block;
}

.heart_icon {
  background: url(/site_media/images/sprite_map.png) 0px -282px no-repeat;
  height: 11px;
  width: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.popup_fill .simple_paging {
  padding-bottom: 40px;
}

.simple_paging {
  text-align:center;
  font-weight: bold;
  font-size: 0.85em;
}

.simple_paging .num_more_items {
  font-weight: normal;
  color: #aaa;
  font-size: 0.95em;
}

.mini_tab_button {
  color: #999;
}

.mini_tab_button_selected, .mini_tab_button:hover {
  color: #fff;
}

.mini_tab_button, .mini_tab_button_selected {
  float: left;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px;
}

.mini_tab_button span, .mini_tab_button_selected span {
  padding: 3px 0px 3px 5px;
  display: block;
}

table.generic {
  border-collapse: collapse;
}

table.generic tr td.empty {
  text-align: center;
}

table.generic tr td, table.generic tr th {
  padding: 2px 5px 2px 5px;
  border: 1px solid #e0e0e0;
}

#progress_floater {
  position: fixed;
  top: 100%;
  left:50%;
  margin-left: -163px;
  width: 327px;
  height: 32px;
  color: #fff;
  z-index: 10;
  background: url(/site_media/images/progress_floater.png);
  text-align: left;
}

#progress_label {
  padding: 8px 8px 8px 10px;
  font-weight:bold;
  font-size: 0.9em;
  float: left;
  width: 91px;
  overflow:hidden;
}

#progress_bar {
  float:left;
  background: url(/site_media/images/progress_bar_unit.gif) repeat;
  height: 17px;
  width: 0px;
  margin-top: 8px;
  margin-left: 3px;
}

.right_to_upload_notice {
  padding-top: 10px;
  float: left;
  clear: both;
}

#flash_install_message {
  font-size:0.5em;
  padding-top:10px;
}

#flash_install_message a {
  color:#ff3333;
}

#quest_log_link {
  width:17px;
  height:17px;
  color: #fff;
  font-weight:bold;
  text-align:center;
  font-size: 0.90em;
  cursor: pointer;
  background: url(/site_media/images/sprite_map.png) 0px -38px no-repeat;
  display: inline-block;
  float: left;
  text-decoration: none;
}

#current_quest_count {
  position: relative;
  top: 1px;
}

#navigation {
  width: 300px;
  z-index: 5;
  position: fixed;
  top: 0%;
  left: 100%;
  margin: 0px 0px 0px -300px;
  font-size: 0.75em;
  font-weight: bold;
}

* html #navigation {
  position: absolute;
}

#navigation a.nav_link, table.profile_settings_nav a {
  color: #999;
}

#main_navigation a:hover, #main_navigation:active, #navigation_menu a:hover, #navigation_menu a:active {
  color: #fff;
}

.profile_settings_nav a:hover, .profile_settings_nav a:active, .profile_settings_nav a.selected {
  color: #fff;
}

.profile_settings_nav a {
  font-size: 0.9em;
}


* html #navigation {
  position: absolute;
}

#main_navigation, #profile_settings_nav_wrapper {
  background-color: #4c4c4c;
  padding: 3px 6px 3px 6px;
  height: 24px;
}

#profile_settings_nav_wrapper {
  position: absolute;
  font-weight: bold;
  font-size: 0.85em;
}


#main_navigation {
  width: 288px;
}

#main_navigation .logo {
  background: url(/site_media/images/sprite_map.png) 0px 0px no-repeat;
  float: right;
  width: 94px;
  height: 19px;
  position: relative;
  margin: 3px 0px 0px 15px;
}

#main_navigation a.nav_link, table.profile_settings_nav a {
  padding: 3px 2px 3px 1px;
  float: left;
  text-align: center;
}

#main_navigation a.nav_link {
  width: 50px;
}

table.profile_settings_nav tr td {
  padding: 0px 5px 0px 5px;
}

#main_navigation a.quest_caption {
  padding-left: 0px;
  position: relative;
  left: -2px;
}

#main_navigation table.scaffold, table.profile_settings_nav {
  width: 100%;
  height: 22px;
}

#main_navigation .nav_menu a.nav_link {
  background-color: #666666;
  float: left;
  width: 60px;
  clear: both;
  padding: 3px 3px 3px 4px;
  margin-top: 1px;
  text-align: left;
}

.nav_menu {
  position: fixed;
  top: 23px;
  padding-top: 7px;
}

#popular_menu {
  right: 157px;
}

#explore_menu {
  right: 104px;
}

#settings_category {
  padding: 0px 8px 0px 5px;
}

.nav_menu a.nav_link {
  text-align: left;
}

#main_navigation .nav_menu a.nav_link:hover, #main_navigation .nav_menu a.nav_link:active {
  background-color: #4c4c4c;
  color: #999;
}

#main_navigation .nav_menu a.selected {
  background-color: #666666;
  color: #fff;
}

#main_navigation .nav_menu a.selected:hover, #main_navigation .nav_menu a.selected:active {
  color: #fff;
}

.menu_for_top {
  width: 125px;
  text-align: center;
}

.menu_for_top a {
  font-weight: bold;
  color: #fff;
}

.menu_for_top a.year {
  font-size: 5.0em;
  line-height: 1.0em;
}

.menu_for_top a.year:active, .menu_for_top a.year:hover, .menu_for_top a.selected_year {
  color: #ff0013;
}

.menu_for_top a.month {
  font-size: 2.3em;
}

.menu_for_top a.month:active, .menu_for_top a.month:hover, .menu_for_top a.selected_month {
  color: #01f22c;
}

.menu_for_top a.week {
  font-size: 2.8em;
}

.menu_for_top a.week:active, .menu_for_top a.week:hover, .menu_for_top a.selected_week {
  color: #0f1bf7;
}

.menu_for_moods a {
  font-size: 1.5em;
  font-weight: bold;
  clear: both;
  float: left;
  position:relative;
  top: -6px;
  height: 28px;
  color: #fff;
}

.menu_for_moods a.mellow:hover, .menu_for_moods a.mellow:active, .menu_for_moods a.selected_mellow {
  color: #ff6468;
}

.menu_for_moods a.party:hover span.p, .menu_for_moods a.party:active span.p, .menu_for_moods a.selected_party span.p {
  color: #fd007d;
}

.menu_for_moods a.party:hover span.a, .menu_for_moods a.party:active span.a, .menu_for_moods a.selected_party span.a {
  color: #fefd33;
}

.menu_for_moods a.party:hover span.r, .menu_for_moods a.party:active span.r, .menu_for_moods a.selected_party span.r {
  color: #c1fd72;
}

.menu_for_moods a.party:hover span.t, .menu_for_moods a.party:active span.t, .menu_for_moods a.selected_party span.t {
  color: #0084f9;
}

.menu_for_moods a.party:hover span.y, .menu_for_moods a.party:active span.y, .menu_for_moods a.selected_party span.y {
  color: #ff7d1f;
}

.menu_for_moods a.happy:hover, .menu_for_moods a.happy:active, .menu_for_moods a.selected_happy {
  color: #5afd2f;
}

.menu_for_moods a.trippy:hover, .menu_for_moods a.trippy:active, .menu_for_moods a.selected_trippy {
  color: #fc67f7;
}

.menu_for_moods a.crazy:hover, .menu_for_moods a.crazy:active, .menu_for_moods a.selected_crazy {
  color: #ff0013;
}

.menu_for_moods a.smooth:hover, .menu_for_moods a.smooth:active, .menu_for_moods a.selected_smooth {
  color: #89bc40;
}

.menu_for_moods a.sad:hover, .menu_for_moods a.sad:active, .menu_for_moods a.selected_sad {
  color: #00427d;
}

.menu_for_moods a.rocky:hover, .menu_for_moods a.rocky:active, .menu_for_moods a.selected_rocky {
  color: #666666;
}

.menu_for_moods a.love:hover, .menu_for_moods a.love:active, .menu_for_moods a.selected_love {
  color: #fefd33;
}

.menu_for_moods a.funny:hover, .menu_for_moods a.funny:active, .menu_for_moods a.selected_funny {
  color: #e3e22f;
}

.menu_for_moods a.covers:hover, .menu_for_moods a.covers:active, .menu_for_moods a.selected_covers {
  color: #8e19f8
}

.menu_for_moods a.remix:hover, .menu_for_moods a.remix:active, .menu_for_moods a.selected_remix {
  color: #0083f7;
}

#large_previous_song_button {
  background: url(/site_media/images/sprite_map.png) 0px -87px no-repeat;
  width: 34px;
  height: 160px;
  display: block;
  top: 50%;
  left: 0%;
  margin: -80px 0px 0px 3px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

* html #large_previous_song_button {
  position: absolute;
}

#large_next_song_button {
  background: url(/site_media/images/sprite_map.png) -35px -87px no-repeat;
  width: 34px;
  height: 160px;
  display: block;
  top: 50%;
  left: 100%;
  margin: -80px 0px 0px -37px;
  cursor: pointer;
  z-index: 3;
  position: fixed;
}

* html #large_next_song_button {
  position: absolute;
}

#notice_wrapper {
  position: fixed;
  top: 0%;
  left: 50%;
  width: 300px;
  margin: 0px 0px 0px -150px;
  text-align: center;
  z-index: 100;
}

* html #notice_wrapper {
  position: absolute;
}

#notice_content {
  padding: 5px;
  background-color: #666;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.75em;
}

#avatarbar {
  position: fixed;  
  top: 0%;
  left: 0%;
  height: 20px;
  padding: 3px 0px 7px 4px;
  margin: 0px 0px 0px 0px;
  width: 386px;
  background-color: #4c4c4c;
  z-index: 3;
}

#avatarbar img.profile_photo {
  width: 18px;
  height: 18px;
  border: 1px solid #333;
}

#avatarbar div.cell  {
  font-size: 0.75em;
  font-weight: bold;
  height: 20px;
  overflow:hidden;
  float: left;
  display: table-cell;
  margin-top: 4px;
  vertical-align: middle;
}

#avatarbar .plays_and_hearts table {
  height: 15px;
  padding-right: 8px;
}

#avatarbar .plays_and_hearts table td.plays {
  padding-right: 8px;
  font-weight: normal;
}

#user_play_count {
  font-weight: bold;
}

#avatarbar #user_hearts {
  padding-right: 2px;
}

#avatarbar div.username {
  padding: 0px 0px 0px 5px;
  width: 110px;
}

#avatarbar .basic_levelbar_overlay {
  position: absolute;
  z-index:20;
  height:17px;
  width:128px;
  text-align:center;
}

#user_cur_level, #user_next_level {
  width: 23px;
}

#user_points { 
  width: 82px;
}

#avatarbar .levelbar {
  width: 130px;
}

#avatarbar .levelbar .basic_levelbar {
  z-index: 19;
  display: inline-block;
  width: 80px;
  height: 15px;
  background: url(/site_media/images/sprite_map.png) -101px -39px no-repeat;
  position: relative;
  left: 25px;
  top: 1px;
}

#avatarbar div.profile_photo {
  margin-top: 2px;
}

* html #avatarbar, * html #avatarbar_background {
  position: background;
}

#avatarbar_buttons {
  position: fixed;
  left: 0px;
  top: 30px;
  z-index: 10;
  padding-bottom: 1px;
}

a.avatarbar_button {
  float: left;
  clear: both;
  width: 65px;
  margin-top: 1px;
  padding: 1px 0px 1px 5px;
  background-color: #666666;
  font-weight: bold;
  font-size: 0.75em;
  height: 16px;
  color: #aaa;
}

a.avatarbar_button:hover, a.avatarbar_button:active {
  color: #fff;
  background-color: #4c4c4c;
}

#song_panel_download.disabled {
  color: #666666;
}

#song_panel, #song_panel_activator {
  position: fixed;
  top: 100%;
  left: 0%;
  margin-top: -250px;
  font-size: 0.9em;
  font-weight: bold;
}

#song_panel_background, #song_panel_activator .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

#song_panel_activator {
  height: 121px;
  width: 40px;
  z-index: 1;
}

#song_panel_activator .foreground {
  position:absolute;

}

#song_panel_foreground {
  height: 105px;
  width: 450px;
  padding: 8px 5px 8px 5px;
  float: right;
  position: relative;
}

#song_panel_background, #avatarbar_background {
  z-index: 1;
}

#song_panel, #song_panel_foreground, #avatarbar {
  z-index: 2;
}

#song_panel_title {
  width: 600px;
  text-align: right;
}

* html #song_panel {
  position: absolute;
}

#song_buttons a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  height: 17px;
  margin-right: 5px;
}

#song_panel_activator .foreground {
  width: 40px;
}

#song_panel_activator .foreground div {
  float: right;
  clear: both;
}

#song_panel_activator .heart_icon {
  background: url(/site_media/images/sprite_map.png) -98px 0px no-repeat;
  height: 21px;
  width: 23px;
  margin: 14px 8px 0px 0px;
}

a#song_panel_hearts {
  float: left;
  padding: 0px 5px 3px 26px;
  background: url(/site_media/images/sprite_map.png) -479px -235px no-repeat;
}

a#song_panel_hearts:hover, a#song_panel_hearts:active, a#song_panel_hearts.filled {
  background: url(/site_media/images/sprite_map.png) -479px -193px no-repeat;
}

#song_panel_activator .comment_icon {
  background: url(/site_media/images/sprite_map.png) -475px -215px no-repeat;
  height: 17px;
  width: 26px;
  margin: 17px 8px 0px 0px;
}

a#song_panel_comments_count {
  float: left;
  padding: 0px 7px 3px 35px;  
  background: url(/site_media/images/sprite_map.png) -470px -215px no-repeat;
}

#song_panel a.big_score {
  font-size: 0.75em;
  position: relative;
  padding-top: 2px;
}

#song_panel_activator .share_icon {
  background: url(/site_media/images/sprite_map.png) -125px 0px no-repeat;
  height: 22px;
  width: 23px;
  margin: 16px 9px 0px 0px;
}

a#song_panel_share {
  float: left;
  padding: 0px 5px 0px 24px;  
  background: url(/site_media/images/sprite_map.png) -481px -258px no-repeat;
}

a#song_panel_download {
  float: left;
  padding: 0px 0px 0px 24px;  
  background: url(/site_media/images/sprite_map.png) -481px -281px no-repeat;
}

a#song_panel_revive {
  float: left;
  padding: 0px 8px 0px 21px;  
  background: url(/site_media/images/sprite_map.png) -483px -301px no-repeat;
}

#song_panel_buttons, #song_panel_title, #song_panel_artist {
  float: right;
  padding-right: 5px;
  clear: both;
}


#song_panel_buttons {
  width: 450px;  
}

#song_panel_buttons a {
  float: right;
}

#song_panel_title {
  height: 55px;
  overflow:hidden;
}

#song_panel_artist {
  padding-bottom: 4px;
  font-size: 1.5em;
  position: relative;
  top: -4px;
}

#mousehover_panel .tip_bg {
  width: 100%;
  height: 100%;
  position: 
}

#achievement_notice_title {
  height: 23px;
  overflow:hidden;
}

#achievement_notice_wrapper {
  z-index: 1001;
  position: fixed;
}

#achievement_notice, #achievement_notice_sleeve {
  width: 308px;
  height: 64px;
  padding: 8px;
}

#achievement_notice_background, #achievement_notice {
  position: absolute;
  top: 0px;
  left: 0px;
}

#achievement_notice_sleeve {
  top: 85%;
  left: 50%;
  margin: 0px 0px 0px -162px;
  position: fixed;
}

#achievement_notice_sleeve {
  overflow:hidden;
}

#achievement_notice_background {
  z-index: 1001;
  background-color: #4c4c4c;
  border: #383838 1px solid;
  width: 306px;
  height: 62px;
  padding: 8px;
}

#achievement_notice {
  z-index: 1002;
  font-size: 0.9em;
}

#achievement_notice .description {
  padding-top: 2px;
}

#achievement_notice .point_reward {
  padding-top: 5px;
}

#achievement_notice .point_reward span.number {
  color: #89bc40;
}

#achievement_notice img {
  border: 2px solid #666;
  height: 60px;
  width: 60px;
}

#achievement_notice_content {
  padding-left: 8px;
  height: 60px;
}

#achievement_notice_content h4 {
  font-size:1.3em;
  font-weight: normal;
  overflow: hidden;
}


.accordion {
  width: 380px;
  left: 100%;
  bottom: 15px;
  margin: 0px 0px 0px -395px;
  position:absolute;
  z-index: 1;
  overflow: hidden;
}

.accordion_background {
  -moz-opacity: 0.80;
  opacity:0.80;
  filter:alpha(opacity=80);
  background-color: #000;
  width: 380px;
  position: absolute;
  margin-top: -2500px;
  height: 5000px;
  z-index: 2;
}

.accordion_foreground {
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
  position: relative;
  padding: 5px 0px 5px 0px;
  float: left;
  z-index: 3;
}

.accordion a.bellow {
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  color: #aaa; 
  cursor: pointer;
  float: left; 
  clear: both;
  width: 350px;
}

.accordion a.bellow:active, .accordion a.bellow:hover, .accordion a.selected_bellow {
  color: #fff;
}

.accordion a.unselected_bellow span.collapse {
  display: none;
}

.accordion a.unselected_bellow span.expand {
  display: inline-block;
}

.accordion a.selected_bellow span.expand {
  display: none;
}

.accordion a.selected_bellow span.collapse {
  display: inline-block;
}

.accordion a.hide_expander span.collapse, .accordion a.hide_expander span.expand {
  display: none;
}

.accordion a.bellow span {
  font-size: 0.9em;
  float: right;
  width: 13px;
  text-align: center;
}

.accordion .accordion_content {
  padding: 5px 0px 5px 0px;
  float: left;
  clear: both;
  width: 370px;  
  overflow:scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  height: 240px;
  margin: 0px 10px 10px 0px;
}

.accordion .accordion_content .loading, .accordion .accordion_content .empty {
  text-align: center;
  font-weight: normal;
  font-size: 0.9em;
  height: 250px;
  width: 380px;
}

#miniplayer {
  position:fixed;
  z-index: 4;
  right:1px;
  top:31px;
  width:350px;
}

#miniplayer .player_button {
  height:30px;
  width:35px;
  float:right;
  margin-left: 1px;
}

#miniplayer .background {
  position:relative;
  width:100%;
  height:100%;
  -moz-opacity: 0.6;
  opacity:0.6;
  filter:alpha(opacity=60);
  background-color: #000;
  float: right;
  cursor: pointer;
}

#miniplayer a:hover .player_button .background, #miniplayer a:active .player_button .background {
  -moz-opacity: 1.0;
  opacity:1.0;
  filter:alpha(opacity=100);
  background-color: #2d7f18;
}

#miniplayer .foreground {
  position: absolute;
}

#miniplayer .player_button .foreground {
  cursor: pointer;
}

#miniplayer a.pause .button_canvas {
  width: 16px;
  height: 14px;
  background: url(/site_media/images/sprite_map.png) -20px -72px no-repeat; 
  position: relative;
  top: 8px;
  left: 10px;
}

#miniplayer a.play .button_canvas {
  width: 14px;
  height: 14px;
  background: url(/site_media/images/sprite_map.png) -40px -72px no-repeat; 
  position: relative;
  top: 8px;
  left: 12px;
}

#miniplayer a.add .button_canvas {
  width: 14px;
  height: 14px;
  background: url(/site_media/images/sprite_map.png) -58px -72px no-repeat; 
  position: relative;
  top: 8px;
  left: 10px;
}

#miniplayer a.repeat_off .button_canvas {
  width: 18px;
  height: 16px;
  background: url(/site_media/images/sprite_map.png) -76px -72px no-repeat; 
  position: relative;
  top: 7px;
  left: 9px;
}

#miniplayer a.repeat_on .button_canvas {
  width: 18px;
  height: 16px;
  background: url(/site_media/images/sprite_map.png) -98px -72px no-repeat; 
  position: relative;
  top: 7px;
  left: 9px;
}

#miniplayer a.return .button_canvas {
  width: 18px;
  height: 16px;
  background: url(/site_media/images/sprite_map.png) -120px -72px no-repeat; 
  position: relative;
  top: 7px;
  left: 9px;
}

#playlist_adder {
  clear: both;
  width: 299px;
  float: right;
  height: 40px;
}

#playlist_adder table {
  width: 283px;
}

#playlist_adder_content {
  padding: 8px;
  float: right;
}

#playlist_adder input.submit_button {
  font-size: 0.8em;
  top: 0px;
  position: relative;
  padding: 0px 0px 2px 0px;
  margin-left: 5px;
  width: 50px;
}

#playlist_adder #id_playlist_id {
  width: 190px;
  margin-right: 8px;
}

#playlist_adder a {
  font-weight: bold;
  padding: 0px 3px 0px 3px;
  font-size: 0.75em;
  position: relative;
  top: -3px;
  color: #999;
}

#playlist_adder a:active, #playlist_adder a:hover {
  color: #fff;
}

#playlist_adder input[type="text"] {
  border: 1px solid #999;
  margin-right: 2px;
  width: 200px;
  height: 18px;
}

#playlist_adder select {
  width: 200px;
  overflow:hidden;
}

#volume_slider {
  float: left;
  text-align:left;
  position: relative;
  top: 9px;
  left: 8px;
}

#volume_slider span {
  float: left;
  margin-top:-1px;
}

#volume_track {
  margin: 4px 0px 0px 3px;
  float: left;
  width:33px;
  height: 4px;
  background: url(/site_media/images/sprite_map.png) no-repeat -125px -22px;
  z-index: 1;
}

#volume_handle {
  height: 10px;
  width: 10px;
  cursor: pointer;
  background: url(/site_media/images/sprite_map.png) -204px -21px no-repeat;
  z-index: 3;
  margin-top: -3px;
}

a:active #volume_handle, a:hover #volume_handle {
  background: url(/site_media/images/sprite_map.png) -218px -21px no-repeat;
}


table.quest_count_wrapper {
  width: 17px;
  height: 17px;
}

.accordion .comments {
  position: relative;
  top: -15px;
}

.accordion .comments .comment_contents {
  width: 275px;
}

.comments .comment_contents {
  padding: 0px 0px 0px 5px;
  margin: -2px 0px 0px 0px;
}

#popup .comments .comment_contents {
  max-width: 600px;
}

#popup .comments {
  position: relative;
  left: 10px;
  top: 25px;
}

.accordion .comments {
  font-size: 0.85em;
  padding: 10px 10px 0px 15px;
}


.toggle_collapsed .collapser {
  display: none;
}

.toggle_expanded .expander {
  display: none;
}

.comments .comment_children_contents {
  padding-left: 50px;
}

.comments .collapsed td.photo, .comments .collapsed td.voter, .comments .collapsed .actions, 
.comments .collapsed .message_text, .comments .collapsed .listener_radio_play_button {
  display: none;
}

.comments .collapsed a.username {
  font-weight: normal;
  font-size: 0.95em;
  color: #a9a9a9;
}

.comments .comment_header {
  font-size: 0.9em;
}

.comments .comment_header .metadata {
  color: #a9a9a9;
  font-size: 0.9em;
  margin-left: 3px;
}

.comments .comment_header .metadata a {
  color: #a9a9a9;
}

.comments .message_text {
  overflow:hidden;
  font-size: 0.85em;
  padding: 2px 0px 0px 0px;
}

.comments tr.empty td {
  width: 350px;
}

.comments .comments_form {
  position: relative;
  top: 0px;
}

.entry .comments_form {
  font-size: 1.2em;
  padding-top: 6px;
}

.entry .comments_form .button_link {
  font-size: 0.85em;
}

.comments .entry .vote_button {
  width: 14px;
  height: 15px;
  display: block;
}

.comments .entry td.voter {
  padding-left: 7px;
  width: 15px;
}

.comments .upvote {
  background: url(/site_media/images/sprite_map.png) -2px -361px;
  margin-top: 4px;
}

.comments .upvote_filled, .comments .upvote:hover, .comments .upvote:active {
  background: url(/site_media/images/sprite_map.png) -2px -377px;
  margin-top: 4px;
}

.comments .downvote {
  background: url(/site_media/images/sprite_map.png) -2px -393px;
  margin-top: 10px;
}

.comments .downvote_filled, .comments .downvote:hover, .comments .downvote:active {
  background: url(/site_media/images/sprite_map.png) -2px -409px;
  margin-top: 10px;
}


.comments_form .comments_status {
  float: right;
  font-size: 0.85em;
  padding-top: 8px;
}

textarea.comments_post {
  background-color: #fff;
  margin: auto;
  text-align: left;
  width: 353px;
  height: 80px;
  border: none;
  padding: 3px;
  font-size: 1.0em;
  clear: both;
  float: left;
}

.popup_fill .comments_form textarea.comments_post {
  width: 450px;
  height: 100px;
}

#popup .comments_form {
  padding-bottom: 10px;
  float: left;
  clear: both;
}

#popup .comments_form .button_link {
  position: relative;
  margin: 5px 5px 0px 0px;
  top: 0px;
  left: 0px;
  float: left;
  font-size: 0.85em;
  padding: 3px 0px 3px 5px;
}

#popup #comments_container {
  float: left;
  clear: both;
  padding-top: 10px;
}

.comments td.photo {
  width: 47px;
}

.comments td.photo img {
  height: 43px;
  width: 43px;
  border: 2px solid #fff;
}

.comments .comment_date {
  font-size: 0.8em;
  float: right;
  margin-top: 2px;
}

.comments .actions {
  padding-top: 3px;
  font-size: 0.95em;
}

.comments .actions a {
  color: #aaa;
}

.comments a:hover, .comments a:active {
  -moz-opacity: 0.80;
  opacity:0.80;
  filter:alpha(opacity=80);
}

#popup td.spacer_cell {
  height: 15px;
}

.comments td.spacer_cell {
  height: 5px;
}

#popup .comments h1 {
  left: -3px;
  position: relative;
}

#popup .comments .simple_paging {
  float: left;
  clear: both;
}

.comments .simple_paging {
  padding-top: 0px;
}

.comments .comment_form_link_wrapper {
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 10px;
}

.comments .comment_form_link_wrapper .separator {
  padding: 0px 3px 0px 3px;
}

.comment_removed_by_user {
  color: #ccc;
}
#id_about_text {
  margin-bottom: 10px;
}

#album_collectibles img.songs_count_bg {
  position: absolute;
}

#album_collectibles div.songs_count div.songs_count_label {
  text-align:center;
  position:absolute;
  color: #fff;
  font-weight:bold;
  width: 100%;
  height: 100%;
}

#album_collectibles div.songs_count {
  position:absolute;
}

#album_collectibles .songs_count div {
  position: relative;
  top: 4px;
}

#album_collectibles_caption {
  width: 180px;
  height:16px;
  overflow:hidden;
}

#album_collectibles_header .disabled {
  -moz-opacity:.40;
  opacity: .40;
  filter:alpha(opacity=40);
  cursor: default;
}

#album_collectibles_up {
  padding: 2px 0px 0px 2px;
  cursor: pointer;
}

#album_collectibles_down {
  padding: 2px 2px 0px 0px;
  cursor: pointer;
}

#album_collectibles_header {
  background-color:#ebebeb;
  width:190px;
  z-index:10;
  padding:3px;
  text-align:center;
  font-weight:bold;
  font-size: 0.9em;
  color: #666;
}

#album_collectibles {
  padding: 15px 0px 15px 0px;
  margin-bottom:15px;
  width:200px;
  height:470px;
}

#album_collectibles .album_collectible {
  position: absolute;
}

#album_collectibles .album_collectible img {
  position: absolute;
}

#album_collectibles .album_collectible img.album_art {
  border: 1px solid #ebebeb;
}

#album_collectibles_panel {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -215px 0px 0px -100px;
}

.profile_menu {
  left: 50%;
  top: 0%;
  margin: 165px 0px 0px 0px;
  width: 100px;
  z-index: 20;
}


.profile_menu  a .button_bg, .profile_menu a .button_bg_2 {
  position: absolute;
  width: 99px;
  height: 30px;
  border: 1px solid #666666;
  border-width: 1px 0px 1px 1px;
}

.profile_menu a .button_bg {
  -moz-opacity: 0.80;
  opacity:0.80;
  filter:alpha(opacity=80);
  background-color: #000;
  z-index: 10;
  border-color: transparent;
}

.profile_menu a .button_bg_2 {
  -moz-opacity: 0.30;
  opacity:0.30;
  filter:alpha(opacity=30);
  background-color: #999999;
  z-index: 11;
}

.profile_menu  a .label {
  position: absolute;
  width: 92px;
  height: 14px;
  z-index: 12;
  padding: 8px 0px 11px 8px;
}

.profile_menu  a {
  margin-top: 1px;
  width: 100px;
  height: 32px;
  color: #fff;
  display: block;
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 0.9em;
}

.profile_menu  a:hover .button_bg, .profile_menu  a:active .button_bg, .profile_menu  a.selected .button_bg {
  background-color: #000;
  border: 1px solid #222222;
  border-width: 1px 0px 1px 1px;
  height: 30px;
  width: 100px;
}

.profile_menu  a:hover .button_bg_2, .profile_menu  a:active .button_bg_2, .profile_menu  a.selected .button_bg_2 {
  -moz-opacity: 0.0;
  opacity:0.0;
  filter:alpha(opacity=0);  
}

.profile_menu_content {
  left: 50%;
  top: 0%;
  margin: 115px 0px 0px 100px;
}

.profile_menu_content .foreground, .profile_menu_content .background_panel_dark {
  width: 380px;
  height: 545px;
}

.profile_menu_content .background {
  z-index: 10;
}

.profile_menu_content .foreground {
  z-index: 11;
}

.profile_menu_content .foreground h4, .profile_menu_content .foreground h3 {
  margin-top: 5px;
}

#listener_playlist_edit .tip {
  float: left;
  padding-left: 5px;
}

#listener_playlist_edit #playlist_items {
  height:310px;
}

#listener_playlists .simple_paging, #listener_hearted .simple_paging, #listener_new_songs .simple_paging {
  padding-top: 15px;
}

#listener_playlist h3 {
  font-size: 1.3em;
  float: left;
  display: inline-block;
  padding: 0px 0px 5px 12px;
}

#listener_playlist .simple_paging {
  position: relative;
  margin-top: 10px;
}

#listener_playlist .playlist_header {
  padding-left: 20px;
}

#listener_playlist .playlist_header .actions {
  font-size: 0.7em;
  position: relative;
  top: -4px;
}

#listener_playlist_time {
  font-size: 0.75em;
  float: right;
  padding: 8px 10px 0px 0px;
}

#listener_numbers {
  float: right;
  font-size: 0.8em;
  padding-top: 8px;
  width: 140px;
  text-align: right;
}

#listener_numbers span.number {
  font-size: 1.1em;
  font-weight: bold;
}


#listener_status .levelbar {
  float: right;
  font-size: 0.85em;
  padding-top: 10px;
}

#listener_status .levelbar .label {
  padding-right: 5px;
  text-align: right;
}

#listener_status .levelbar .listener_levelbar {
  border: 1px solid #333;
  width: 114px;
  height: 15px;
  background: url(/site_media/images/sprite_map.png) -135px -57px no-repeat;
}

#listener_status .listener_levelbar .points {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: 114px;
}

#listener_status .buttons {
  float: left;
  clear: left;
}

#listener_status .buttons a {
  float: left;
  margin-right:7px;
  width: 90px;
  font-size: 0.8em;
}

.follow_button, .unfollow_button, #listener_status .buttons a {
  padding: 2px 4px 2px 4px;
  display: inline-block;
  cursor: pointer;
}

#listener_radio_button {
  background-color: #9100ff;
}

#listener_radio_button:hover, #listener_radio_button:active {
  background-color: #aa49f3;
}

.follow_button {
  background-color: #008500;
}

.follow_button:hover, .follow_button:active {
  background-color: #04be04;
}

.unfollow_button {
  background-color: #aaa;
}

.unfollow_button:hover, .unfollow_button:active {
  background-color: #999;
}

#listener_biography {
  float: left;
  clear: left;
  width: 385px;
  height: 55px;
  overflow:hidden;
  display: block;
  font-size: 0.75em;
  padding-top: 10px;
  z-index: 10;
}

#listener_biography a.edit {
  font-size: 0.9em;
}

#listener_status h4 {
  padding-top: 5px;
  width: 200px;
  float: left;
  clear: left;
  height: 20px;
  overflow: hidden;
  display: block;
}

#listener_last_played {
  padding-top: 8px;
  width: 240px;
  float: left;
  clear: left;
  height: 45px;
}

#listener_last_played .label {
  font-size: 0.8em;
}

#listener_last_played .song {
  font-size: 0.9em;
  padding-top: 2px;
}

#listener_profile_photo {
  width:50px;
  height:50px;
  position:absolute;
  z-index:10;
  top:180px;
  left:0%;
  margin: 0px 0px 0px 374px;
  border:2px solid #fff;
}

#listener_status {
  top: 35px;
  left: 5px;
  z-index: 10;
}

#listener_status .background_panel_dark, #listener_status .foreground {
  width: 380px;
  height: 170px;
}


#quest_log {
  height: 285px;
  overflow:hidden;
}

#quest_log .reward .heart_icon {
  background: url(/site_media/images/sprite_map.png) -479px -193px no-repeat;
  height: 20px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: -1px;
}

#quest_info {
  height: 285px;
  overflow:hidden;
  padding: 4px 0px 0px 10px;
  color: #fff;
}

#quest_info h3 {
  font-weight: normal;
}

#quest_log td.menu {
  padding: 8px;
  width: 170px;
  overflow:hidden;
}

#quest_log td.menu .quest_links {
  margin: 4px 0px 8px 0px;
  width: 170px;
  float:left;
  clear:both;
}

#quest_log a {
  color: #fff;
  text-decoration: underline;
}

#quest_log td.menu .quest_links a.quest_link, #quest_log td.menu .quest_links a.quest_link_selected {
  float:left;
  clear:both;
  padding: 4px;
  color: #fff;
  text-decoration:none;
  width: 162px;
  font-size: 1.1em;
}

#quest_log td.menu .quest_links a.quest_link:hover, #quest_log td.menu .quest_links a.quest_link:active , #quest_log td.menu .quest_links a.quest_link_selected {
  background-color: #ff7d1f;
}


#quest_log .progress {
  margin-top:4px;
  color: #ccc;
  font-weight:bold;
}

#quest_log .progress_completed {
  color: #89bd41;
}

#quest_log .guide, #quest_log .description {
  margin: 4px 0px 12px 0px;
}

#quest_log .postpone_button {
  border: none;
  text-align: left;
  background-color: #893f10;
  color: #fff;
  padding: 2px 0px 2px 2px;
  width: 80px;
  font-weight: bold;
  overflow:hidden;
  font-size: 0.9em;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 124px 0px 0px 70px;
}

#quest_log .postpone_button:hover, #quest_log .postpone_button:active {
  background-color:#602d0c;
}

.accordion_content .achievements_list {  
  padding-left:15px;
}

.achievements_list .achievement td {
  padding-top: 10px;
}

.achievements_list .achievement td.definition {
  padding-left: 10px;
  font-size: 0.8em;
}

.achievements_list .achievement td.definition .title {
  font-weight: bold;
}

.achievements_list .achievement td.definition .description {
  padding-top:4px;
  font-size:0.85em;  
}

.achievements_list .achievement td.definition .details {
  clear: both;
  float: left;
}

.achievement .achievement_icon {
  border: 3px solid #a1a1a1;
  width:60px;
  height:60px;
  margin-left:8px;
}

.achievement .achievement_icon .matting {
  border: 2px solid #dddddd; 
  width:56px;
  height:56px;
}

.achievement .achievement_icon img {
  border: #5A5A5A 3px solid;
  width:50px;
  height:50px;
}

.achievement .needed_for_next_level {
  font-size:0.75em;
  padding-top:4px;
  float: left;
  clear: both;
}

.listener_radio_play_button {
  background: url(/site_media/images/sprite_map.png) 0px -425px no-repeat;
  width: 13px;
  height: 13px;
  margin: 0px 2px 0px 2px;
  display: inline-block;
}
#intro_splash {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #424242;
  z-index: 99999;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
}

#intro_splash .contents {
  top: 50%;
  width: 1000px;
  height: 340px;
  margin-top: -170px;
  position: absolute;
  left: 100px;
}

* html intro_splash {
  position: absolute;
}

#intro_splash .contents .line_1 {
  color: #797979;
}

#intro_splash .contents .line_2 {
  color: #a9aaa9;
}

#intro_splash .contents .line_4 {
  color: #323232;
}

#intro_splash .contents a.line_4:hover, #intro_splash .contents a.line_4:active {
  color: #89bd41;
}

#artist_biography, #artist_tweets, #artist_shows {
  width: 425px;
  cursor: pointer;
  z-index: 2;
}

#artist_shows, #artist_shows .background, #artist_shows .foreground {
  width: 375px;
}


#artist_biography_body, #artist_biography_body_dummy {
  overflow:hidden;
}

#song_presentation {
  position: absolute;
}

#song_presentation .floating_panel .active_panel, #song_presentation #artist_photo.active_photo {
  border: 7px solid #ffff00;
}

#artist_biography h1 {
  position: relative;
  top: -8px;
}

#artist_photo {
  background-color: #fff;
  padding: 10px;
  position:fixed;
  top: 0%;
  left: 0%;
  margin: 20px 0px 0px 20px;
  text-align: center;
  border: 1px solid #000;
  z-index: 3;
  cursor: pointer;
}

#artist_photo_img {
  margin: auto;
  border: 1px solid #999;
}

#artist_photo_img_loader {
  position: fixed;
  top: 200%;
  left: 200%;
  z-index: 0;
}

* html #artist_photo_img_loader {
  position: absolute;
}

#artist_photo_caption {
  font-family: 'Comic Sans MS';
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 20px 10px;
  color: #000;
}

* html #artist_photo {
  position: absolute;
}

.artist_tweets_time {
  padding-top: 8px;
  font-size: 0.6em;
}

.show_entry {
  padding: 14px 0px 0px 0px;
}

.show_entry .date_ticker {
  width: 30px;
  font-size: 0.8em;
}

.show_entry .date_ticker .month {
  width:26px;
  height: 14px;
  background-color:#d51007;
  color:#fff;
  border: 1px solid #d51007;
  text-align:center;
  font-size:0.8em;
  font-weight:bold;
}

.show_entry .date_ticker .day_of_month {
  width:26px;
  height:21px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #fff;
  text-align:center;
  font-weight:bold;
  font-size:1.2em;
  color: #000;
  background-color: #fff;

}

.show_entry .show_text {
  padding: 0px 0px 0px 8px;
  font-size:0.7em;
  position: relative;
  left: -2px;
  top: -3px;
}

.show_entry .show_text .description {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  left: -2px;
}
.sticker_tag {
  margin: 2px;
  padding:3px 5px 3px 5px;
  color: #fff;
  background-color:rgba(0,0,0,.85);
  display:inline-block;
}

#artist_listener_credits_number {
  font-weight: bold;
}

#artist_credits_left {
  font-size: 0.9em;
  margin-left: 8px;
}

#artist_credits_left a.add_credits {
  color: #ccc;
  margin-left: 10px;
  font-size: 0.95em;
}

#artist_tip_line {
  left: 100px; 
  position: absolute;
  width:270px;
  height:30px;
  margin-top: 1px;
  font-size: 0.8em;
}

#static_tip #artist_tip_line {
  left: 0px;
  position: static;
  height: 20px;
  padding: 4px;
  width: 350px;
}


#artist_tip_link {
  background: url(/site_media/images/sprite_map.png) -484px -280px no-repeat;
  padding:1px 0px 0px 20px;
  display: inline-block;
  margin: 0px 0px 0px 8px;
  font-weight: bold;
  float: right;
}

#artist_last_patron {
}

#artist_last_patron, #artist_tip_form {
  display: inline-block;
  width: 180px;
  overflow: hidden;
  padding: 1px 0px 0px 0px;
}

#static_tip #artist_last_patron {
  width: 250px;
}

#artist_tip_form {
  display: inline-block;
  float: right;
  width: 70px;
}

input#id_tip_credits {
  height:15px;
  width:70px;
  float: right;
}

.accordion a .header_extras {
  display:inline-block;
  font-size:0.75em;
  float:right;
  padding: 5px 20px 0px 0px;
  font-weight:normal;
}

.accordion .accordion_content .header_extras {
  position:absolute;
  width:345px;
  text-align:right;
  margin-top:-28px;
  font-size: 0.9em;
}

.accordion .accordion_content .text_content {
  padding: 0px 15px 15px 15px;
}

#add_album_form #id_name {
  width: 100px;
}

#add_album_form {
  padding: 8px 10px 8px 10px;
  border: 1px solid #aaa;
  float: left;
  margin: 10px 0px 0px 0px;
  clear: both;
  font-size: 0.85em;
}

#add_album_form a {
  display: inline-block;
  padding: 7px 0px 0px 10px;
}

#add_album_link, #upload_song_link {
  float: left;
  margin: 0px 10px 0px 0px;
}

.inline_notice {
  border: 1px solid #aaa;
}

.profile_menu_content .empty_results {
  width: 380px;
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.profile_menu_content .simple_paging {
  clear: both;
  float: left;
  width: 380px;
  text-align: center;
  padding-top: 6px;
}

.profile_menu_content .song_list {
  height: 500px;
  float: left;
  clear: both;
}

#artist_page_shows {
  padding: 5px 15px 0px 15px;
}

#artist_page_shows .show_entry {
  padding: 0px 0px 15px 0px;
}

#artist_menu_content .background_panel_dark, #artist_menu_content .foreground {
  height: 566px;
}

#artist_menu_content h3 a.unselected {
  color: #999;
}

#artist_menu_content {
  height: 539px;
}

#artist_songs h3 {
  font-size: 1.3em;
  float: left;
  display: inline-block;
  padding: 0px 0px 5px 12px;
}

#artist_page_videos {
  top: 0%;
  left: 50%;
  margin: 305px 0px 0px -500px;
}

#artist_page_videos .foreground, #artist_page_videos .background_panel_dark {
  padding: 20px;
  height: 335px;
  width: 390px;
}

#artist_page_videos_content {
  z-index: 20;
}

#artist_page_videos_next_button {
  background: url(/site_media/images/sprite_map.png) -70px -87px no-repeat;
  width: 21px;
  height: 62px;
  display: block;
  position: absolute;
  margin: 138px 0px 0px 400px;
  z-index:25;
}


#artist_page_videos_previous_button {
  background: url(/site_media/images/sprite_map.png) -70px -150px no-repeat;
  width: 21px;
  height: 62px;
  display: block;
  position: absolute;
  margin: 138px 0px 0px -31px;
  z-index:25;
}

.page_title {
  position: absolute;
  top: 20px;
  left: 0%;
  padding: 10px 0px 0px 10px;
}

* html .page_title {
  position: absolute;
}

.page_title .title, .page_title .caption {
  background-color: #000;
  display: block;
  float: left;
  clear: both;  
}

.page_title .title {
  font-size: 4.0em;
  padding: 0px 8px 0px 8px;
  margin: 5px 0px 0px -5px;
}

.page_title .caption {
  font-size: 1.4em;
  padding: 0px 8px 3px 8px;
  margin: -10px 0px 0px -5px;
}

tr.album_songs_edit td .album_songs_container {
  padding: 5px;
}

tr.album_songs_edit td .album_songs_container {
  padding-top: 3px;
}

#edit_album {
  padding-top: 8px;
}

#edit_album .tip {
  padding-bottom: 5px;
}

#edit_album li.album_song {
  padding: 5px;
  margin-top: 2px;
  border: 1px solid #999;
  cursor: pointer;
  list-style-type: none;
}

#edit_album form.album_settings_form {
  padding: 5px;
  font-size: 1.0em;
}

#edit_album form.album_settings_form input.submit_button {
  position: relative;
  top: -3px;
  font-size: 1.0em;
}

.album_list .album {
  width: 140px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0px 0px 24px;
  float: left;
  clear: none;
}

.album_list .album .title, .album_list .album .songs_count {
  width: 140px;
}

.album_list .album .title {
  height: 16px;
  overflow: hidden;
  text-align: center;
  float: left;
  line-height: 2.0em;
  position: relative;
  top: -3px;
}

.album_list .album .title a {
  font-weight: normal;
}

.album_list .album .songs_count {
}

.album_list .album img {
  width: 125px;
  height: 125px;
}

.album_list {
  float: left;
  clear: both;
  font-size: 0.7em;
  padding-top: 21px;
}

table.albums, table.singles {
  width: 500px;
  font-size: 0.9em;
  float: left;
  clear: both;
  margin-top: 10px;
}

table.singles td.photo, table.albums td.photo, table.albums th.photo {
  width: 40px;
  text-align: center;
}

table.albums td.actions {
  font-size: 0.95em;
  text-align: center;
}

table.albums td.songs_count {
  text-align: center;
}

.albums a.toggle {
  border:1px solid #aaa;
  text-decoration:none;
  color: #aaa;
  width: 12px;
  display: inline-block;
  text-align: center;
}

table.generic th.album {
  width: 250px;
}

.artist_videos {
  text-align: center;
}

.artist_videos object {
}

.listener_board .top_listener {
  float:left;
  clear:both;
  text-align:center;
  padding-bottom: 5px;
  font-size: 0.9em;
  width: 100%;
  overflow: hidden;
}

.listener_board .index {
  font-size: 0.9em;
  color: #aaa;
  font-weight: bold;
  width:25px;
  text-align: center;
  padding-right:5px;
}

.listener_board .top_listener img.profile_photo {
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
}

.listener_board .top_listener .caption {
  text-align: left;
  width: 90px;
  padding-left: 8px;
  overflow:hidden;
  font-size: 0.8em;
  float: left;
}

.listener_board .top_listener .caption img {
  height:10px;
}

.listener_board h4 {
  font-weight: normal;
  font-size: 1.0em;
  padding-bottom: 8px;
}
#profile_settings_nav_wrapper {
  top: 30px;
}

#profile_settings_content form.upload_form input[type="text"] {
  width: 270px;
}

.profile_settings form a.cancel {
  margin: 8px 0px 0px 8px;
  display: inline-block;
}

#profile_settings_notice {
  position: absolute;
  font-size: 0.85em;
  font-weight: bold;
  border: 2px solid #fff;
  background-color: #666;
  width: 487px;
  padding: 5px;
  left: 50%;
  top: 45px;
  margin: 0px 0px 0px -250px;
  text-align: center;
}

.profile_settings input[type="file"] {
  color: #000;
}

.inline_notice {
  padding: 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.profile_settings a.mini_tab_button {
  color: #999;
}

.profile_settings a.mini_tab_button, .profile_settings a.mini_tab_button_selected {
  font-size: 1.3em;
}

.profile_settings table.generic tr td, .profile_settings table.generic tr th {
  border: 1px solid #aaa;
}

table.payment_methods th {
  width: 180px;
  font-weight: normal;
}

#settings_credits_content {
  float: left; 
  clear: both;
  padding:10px 0px 0px 5px;
  width: 400px;
}

.profile_settings {
  font-size: 0.8em;
  padding-bottom: 70px;
}

form table.input-form td {
  height: 10px;
}

.profile_settings form input[type="password"], .profile_settings form input[type="text"], form table.input-form input[type="password"] {
  width: 200px;
}

.profile_settings form textarea {
  width: 300px;
  height: 100px;
}

.profile_settings form .needs_verification {
  font-size: 0.9em;
  padding: 5px 0px 12px 0px;
  width: 300px;
  color: #ff3333;
}

.profile_settings form .needs_verification a {
  color: #ff9999;
}

.profile_settings form input[type="submit"] {
  font-size: 0.8em;
}

form table.input-form th {
  text-align: right;
  height: 30px;
  width: 150px;
  font-weight: normal;
}

form table.input-form tr.hint_caption td span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 0.85em;
}

form table.input-form tr.hint_caption th {
  height: 15px;
}

.profile_settings label, form table.input-form label {
  padding: 5px 5px 5px 0px;
  font-weight: normal;
  display: inline-block;
}

.profile_settings form input.submit_button {
  margin-top: 8px;
  float: left;
  clear: both;
  font-size: 0.85em;
}

.profile_settings {
  position: absolute;
  top: 100px;
  width:100%;
  text-align: center;
}

.profile_settings_content {
  margin: auto;
  text-align: left;
  width: 500px;
}

.fill_background {
  position: fixed;
  width: 100%;
  background-color: #000;
  top: 0%;
  left: 0%;
  -moz-opacity: 0.85;
  opacity:0.85;
  filter:alpha(opacity=85);
  height: 100%;
}

* html .fill_background {
  position: absolute;
}

a .credit_pack {
  color:#fff;
  background-color:#4c4c4c;
  padding:4px 0px 4px 6px;
  margin-bottom:5px;
  overflow:hidden;
}

a .credit_pack .credits {
  font-weight: bold;
  font-size: 0.9em;
}

a .credit_pack .amount {
  font-size: 0.85em;
}

#edit_account a .credit_pack {
  background-color: #999;
}

#buy_credits_form a:active, #buy_credits_form a:hover {
  text-decoration: none;
}

a:hover .credit_pack, a:active .credit_pack, #edit_account a:hover .credit_pack, #edit_account a:active .credit_pack {
  background-color:#ff7b00;
}

.credit_card_actions {
  width:350px;
  height:0px;
  position:relative;
  top:15px;
  left:225px;
  width: 120px;
  font-size: 0.85em;
}

table.credit_card {
  padding: 15px 10px 10px 10px;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  width: 350px;
  float: left;
}

#popup_content table.credit_card {
  border:none;
  padding:10px;
  margin:0px;
  color:#fff;
}

table.credit_card td.label {
  width: 150px;
  padding: 4px 5px 4px 0px;
  color: #999;
}

#popup_content table.credit_card td.label {
  color: #fff;
}

#id_card_type, #add_credit_card_form #id_country {
  width: 150px;
}

#add_credit_card_form {
  border:none;
  padding:0px;
  clear:both; 
  float: left;
}

#add_credit_card_form input[type="text"] {
  width: 150px;
}

#id_country option {
  width: 135px;
  overflow:hidden;
}

.info_box {
  border: 1px solid #e0e0e0;
  padding:10px;
  margin-bottom:5px;
  font-size:1.0em;
}

form.song p.terms_of_service {
  width: 438px;
  margin: 10px 0px 10px 0px;
}

#info_content {
  font-size: 1.25em;
  width: 560px;
  margin-left:-30px;
}

#info_content a {
  font-weight: bold;
}

#info_content ul {
  padding: 6px 0px 6px 0px;
}

#info_content ul li {
  margin: 0px 0px 0px 20px;
  padding: 4px 0px 4px 0px;
}

#info_content p {
  padding: 6px 0px 6px 0px;
  clear: both;
}

#info_content h4, #info_content h3 {
  padding: 6px 0px 6px 0px;
  clear: both;
}

#album_image_form {
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
}

#photo_settings_list_content {
  width:650px;
  margin-left:-100px;
}

#photo_settings_list_content .photo_thumb {
  float:left;
  padding:0px 8px 8px 0px;
}

#photo_settings_list_content .photo_thumb .photo_actions {
  font-size: 0.85em;
  -moz-opacity: 0.0;
  opacity:0.0;
  filter:alpha(opacity=0);
  text-align: center;
}

#photo_settings_list_content .photo_thumb:hover .photo_actions, #photo_settings_list_content .photo_thumb:active .photo_actiosn {
  -moz-opacity: 1.0;
  opacity:1.0;
  filter:alpha(opacity=100);
}

.facebook_friends {
  width: 300px;
  margin: auto;
}

.facebook_friends .follow_button, .facebook_friends .unfollow_button {
  font-size: 0.9em;
  width: 60px;
  text-align: center;
}
input[type="file"] {
  color: #fff;
}

.song_popup .caption .download_label {
  color: #000;
  width: 110px;
  margin-top: 12px;
  font-size: 0.9em;
}

#purchase_music_options {
  width: 200px;
  font-size: 0.8em;
}

#purchase_music_options td.song_button {
  padding-right: 4px;
}

#purchase_music_options td.button {
  text-align: left;
}

#purchase_music_options .button a {
  background-color: #3596fb;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  padding: 2px 0px 2px 5px;
}

#purchase_music_options .button a .item_name {
  font-weight: bold;
}

#purchase_music_options .button a .item_cost, #purchase_music_options .button a .redownload {
  font-size: 0.8em;
}

#purchase_music_options .button a .redownload {
  display:none;
}

#purchase_music_options .button a.purchased, #purchase_music_options .button a.purchased:hover, #purchase_music_options .button a.purchased:active {
  background-color: #89bd41;
}

#purchase_music_options .button a.purchased:hover .redownload, #purchase_music_options .button a.purchased:active .redownload {
  display: inline-block;
}

#purchase_music_options .button a.purchased:hover .item_cost, #purchase_music_options .button a.purchased:active .item_cost {
  display: none;
}

#purchase_music_options .button a:hover, #purchase_music_options .button a:active {
  background-color: #66b1ff;
}

#purchase_music_options .button a.unavailable {
  cursor: default;
  color: #aaa;
}

#purchase_music_options .button a.unavailable:hover, #purchase_music_options .button a.unavailable:active {
  background-color: #555;
}

#purchase_music_options .large a {
  width: 195px;
}

#purchase_music_options .small a {
  width: 93px;
}

.buy_song_popup .credits .amount {
  font-weight: bold;
}

.buy_song_popup .credits {
  font-size:0.75em;
  padding: 7px 0px 7px 0px;
  width: 200px;
  font-weight: normal;
  color: #666;
}

.buy_song_popup .credits a {
  font-weight: normal;
  color: #333;
  font-size: 0.9em;
}

.song_popup img.photo {
  width: 200px;
  height: 200px;
}

.song_popup .caption {
  position:relative;
  top:-48px;
  font-size:1.2em;
}

.song_popup .photo_caption_background {
  -moz-opacity:.5;
  opacity:.5;
  filter:alpha(opacity=50);
  background-color:#000;
  position: absolute;
  height: 45px;
  width: 200px;
  z-index: 1;
}

.song_popup .photo_caption_foreground {
  position: absolute;
  z-index: 2;
  padding: 4px 0px 0px 0px;
  font-weight:bold;
}

.song_popup .caption .title, .song_popup .caption .artist {
  height:17px;
  overflow:hidden;
  padding-bottom: 2px;
}

.song_popup .caption .title a, .song_popup .caption .artist a {
  color: #fff;
  padding-left: 4px;
}

.song_player, .playlist_entry {
  list-style: none;
  width: 100%;
  font-weight: normal;
  margin: 0px;
}

.song_player, .song_player .song_foreground {
  height: 50px;
}

.song_player .long_title {
  font-size: 0.9em;
}

.playlist_entry a {
  font-weight: normal;
}

.song_player .song_foreground, .playlist_entry .entry_foreground {
  z-index: 2;
  margin: 0px 0px 0px 10px;
  position: relative;
  width: 100%;
}

.playlist_entry .entry_foreground {
  margin: 0px 0px 0px 15px;
  padding: 5px 0px 5px 0px;
}

.song_player .song_background {
  position: relative;
  margin-top: -50px;
  -moz-opacity: 0.30;
  opacity:0.30;
  filter:alpha(opacity=30);
  z-index: 1;
  height: 50px;
  width: 100%;
  padding:0px 10px 0px 10px;
}

.accordion .lyrics_content {
  padding: 5px 10px 0px 14px;
  font-size: 0.9em;
}

.accordion .song_player, .accordion .song_player .song_foreground {
  width: 320px;
  margin-left: 10px;
}

.accordion .playlist_entry {
  width: 320px;
}

.accordion .song_player .song_background {
  width: 325px;
}

#popup_content .song_player {
  width: 310px;
}


.song_player:hover .song_background, .song_player:active .song_background {
  background-color: #999;
}

.song_player .progress_time {
  font-size: 0.9em;
  position: relative;
  left: 5px;
  top: -1px;
  color:#04be04;
}

.song_player {
  cursor: pointer;
  text-align: left;
}

.song_player .song_title, .playlist_entry .playlist_name {
  font-size: 1.0em;
  width: 200px;
  height: 22px;
  overflow: hidden;
  line-height: 1.5em;
  margin-top: -3px;
}

.song_player a {
  font-weight:normal;
}

.song_player a:active, .song_player a:hover {
  text-decoration: underline;
}

.song_player .song_foreground tr td {
  vertical-align: middle;
}

.song_player .song_photo_wrapper {
  width: 36px;
}

.song_player img {
  display:block;
  width: 34px;
  height: 34px;
  border: 1px solid #333;
  position: relative;
  margin-top: 1px;
}

.song_player .song_text {
  width: 200px;
  padding-left: 5px;
  overflow: hidden;
}

.song_player .artist_name, .song_player .artist_name_dummy, .playlist_entry .playlist_actions {
  font-size: 0.75em;
  overflow: hidden;
}

.song_player .artist_name {
  position: relative;
  margin: -22px 0px 0px 53px;
  z-index: 100;
  height: 15px;
  float: left;
}

.playlist_entry .playlist_actions { 
  padding-top: 2px; 
  font-size: 0.7em; 
} 

.song_player .hearts, .playlist_entry .play_time {
  width: 70px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: right;
}

.song_player .hearts .large_heart_icon {
  display: inline-block;
  margin-left: 3px;
}

.song_player .hearts_content {
  float: right;
}

.song_player .filled .large_heart_icon {
  background: url(/site_media/images/sprite_map.png) -479px -193px no-repeat;
  height: 17px;
  width: 23px;
  display: inline-block;
}

.sortable_song_player img {
  width: 20px;
  height: 20px;
  display: block;
}

.sortable_song_player, .sortable_song_player .song_background, .sortable_song_player .song_foreground {
  height: 30px;
  cursor: pointer;
}

.sortable_song_player {
  list-style: none;
  margin: 0px;
}


.sortable_song_player .song_background {
  margin-top: -30px;
  position: relative;
  -moz-opacity: 0.30;
  opacity:0.30;
  filter:alpha(opacity=30);
  z-index: 1;
  width: 310px;
  padding:0px 10px 0px 10px;
}

.sortable_song_player .song_foreground {
  z-index: 2;
  margin: 0px 0px 0px 5px;
  position: relative;
}

.sortable_song_player:hover .song_background, .sortable_song_player:active .song_background {
  background-color: #999;
}

.sortable_song_player .song_text_container {
  width: 280px;
  overflow: hidden;
  padding-left: 10px;
  float: left;
}

.sortable_song_player .song_text_container div {
  width: 1000px;
}

.sortable_song_player a.close {
  font-weight: bold;
  display: none;
}

.sortable_song_player:hover a.close, .sortable_song_player:active a.close {
  display: block;
}

#song_presentation_notes {
  bottom: 10px;
  right: 10px;
  position: fixed;
}

#song_presentation_notes .label {
  background: #000;
  color: #fff;
  padding: 5px;
  float: right;
  text-align: right;
  clear: both;
  font-size: 0.8em;
}

#song_presentation_notes .label a {
  font-weight: bold;
}

#channels_intro_background {
  -moz-opacity: 0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}

#channels_intro {
  width: 600px;
  height: 300px;
  top: 35%;
  left: 50%;
  margin: -150px 0px 0px -300px;
  position: absolute;
}

#channels_intro .title {
  font-size:2.0em;
  font-family:Impact, Helvetica;
  float: left;
}

#channels_intro .beta {
  font-size:0.8em;
  font-weight:normal;
  float: left;
  top:2px;
  left: 2px;
  position: relative;
}

#channels_intro .body {
  clear: both;
  padding-top:10px;
}

#channels_intro input.submit_button {
  float:right;
  margin: 40px 10px 0px 0px;
}

#adventure_slider {
  width: 34px;
  height: 166px;
  background-color: #4c4c4c;
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 4;
}

#adventure_slider_track {
  background: url(/site_media/images/sprite_map.png) -69px -89px;
  position: relative;
  width: 9px;
  height: 100px;
  left: 12px;
  top: 34px;
}

#adventure_slider_handle {
  background: url(/site_media/images/sprite_map.png) -152px -1px;
  width: 20px;
  height: 20px;
  position:relative;
  left: -6px;
  cursor: pointer;
}

#adventure_tip_content {
  padding:4px 4px 4px 6px;
}

#adventure_tip {
  position:absolute; 
  margin:-12px 0px 0px 12px;
  width:160px;
  color: #fff;
  background-color: #004d95;
  display:none;
  font-size: 0.85em;
}

#adventure_slider:hover #adventure_tip, #adventure_slider:active #adventure_tip, #adventure_tip.shown {
  display: inline;
}

#adventure_tip_triangle {
  background: url(/site_media/images/sprite_map.png) 0px -302px;
  position: absolute;
  width: 9px;
  height: 15px;
  margin: -28px 0px 0px -9px;
}

#adventure_slider_top_icon {
  background: url(/site_media/images/sprite_map.png) 0px -318px;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0px 0px 0px 7px;
  position: relative;
  top: 7px;
}

#adventure_slider_bottom_icon {
  background: url(/site_media/images/sprite_map.png) 0px -339px;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 40px;
  margin-left: 7px;
}

.search_content {
  text-align: center;
}

#search_query_input {
  width:300px;
  height:20px;
  font-size:1.4em;
  color:#666;
  padding:3px;
}

.search_content .search_nav {
  margin: auto; 
  width:190px; 
  overflow:hidden;
  text-align:left;
  height:35px;
}

.search_content .search_results {
  padding-top: 15px;
}

.search_content .search_results .song_results {
  width:300px;
  margin:auto;
  position:relative;
  left:-10px;
  font-size:1.3em;
}

.search_content .search_results .artist_results, .search_content .search_results .listener_results {
  width: 350px;
  margin: auto;
}

.search_content .search_results .artist_results td, .search_content .search_results .listener_results td {
  padding: 5px;
}

.search_content .search_results .artist_results div.artist_name, .search_content .search_results .listener_results div.username {
  width: 100px;
  text-align: center;
  margin: auto;
}

.search_content .simple_paging {
  font-size: 1.2em;
  position: relative;
  top: 10px;
}

