body {
    font-size: 0.8em;
    font-family: verdana;
    background-color: #1A1A1A;
    color: #6E6E6E;
    /* background-image: url("https://www.karaoke.net/karaokenet_background_web.jpg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.language_flag {
  display: none;
}

.logo_text {
    display: none;
    text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #000;
    background: rgba(0, 90, 160, 0.7);
    font-weight: normal;
    color: #FFF;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    border: 0px solid #000;
    background: rgba(0,0,0,0.7);
    font-weight: normal;
    color: #FFF;
}

.ui-autocomplete {
  background: white !important;
}

.home_button {
  margin-left: 10px;
}

.main_navigation {
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.31) none repeat scroll 0% 0%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.main_navigation > A {
  border: none !important;
  background: rgba(255,255,255,0.2);
}


.main_navigation > A:hover {
  border: none !important;
  background: rgba(0,0,0,0.5) !important;
}

.round_box {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(0, 129, 255);
}

.content_container {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    padding-bottom: 6px;
    padding-top: 4px;
}

.box_title, .box_title_large {
    display: block;
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
    font-family: verdana;
    margin-bottom: 4px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    background: rgba(0, 104, 170, 0.81) none repeat scroll 0% 0%;
    border-bottom: 1px solid #666;
    border-top: 1px solid #6C6C6C;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 4px 4px 0px 0px;
}

.shadow {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
}

.song_row_odd {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}

.song_row_even {
    background: #E6F7FF none repeat scroll 0% 0% !important;
}

.song_row_song_title a.song_title_text_link {

}

.song_row_song_title, A, .song_title_text_link {
    color: #0368B3;
}

.song_title_text_link {
  font-weight: 700;
}

.song_row_artist, .artist_text_link {
    color: #575757;
    font-weight: normal;
    font-style: italic;
}

.song_row:hover, .song_row_odd:hover, .song_row_even:hover {
    background: rgba(0,0,0,0.1) !important;
}

.cart_disc_container {
    background: #E0E0E0 none repeat scroll 0% 0%;
}

.cart_prices_column {
    color: #777 !important;
}

.disc_name {
    color: #0069A2;
}

.OrderingField {
    border: 1px solid #A7A7A7 !important;
    background-color: rgba(188, 188, 188, 0.8) !important;
}

.cart_song_artist {
    color: #484848 !important;
}

.cart_song_title {
    color: #005983 !important;
}

.small_margin {
    background: #0775B1 none repeat scroll 0% 0% !important;
}

.logo_right {
    padding-top: 30px;
}

.ui-widget-content {
    border: 1px solid rgba(57, 57, 57, 0.22);
    background: rgba(255, 255, 255, 0) repeat-x scroll 50% 50%;
    color: #4A4A4A;
}

p {
    color: #545454;
}

.ui-widget-content a {
    color: #035BA5;
}

.cart_header_row {
    background: #E4E4E4 none repeat scroll 0% 0%;
}

.cart_header_column {
    color: #4B4B4B;
}

.cart_total_row {
    background: #ECECEC none repeat scroll 0% 0%;
}

.not_required {
    color: #757575;
}

.required {
    color: #FF5100;
    font-weight: bold;
}

.jquery-msg-content {
  color: silver !important;
}

A {
  color: #FF3300;
}

A:hover {
color : #FF9900;
text-decoration: underline;
}

.fancybox-skin, .black-on-white .jquery-msg-content {
  background: rgba(255,255,255,0.8) !important; /* or whatever */
  color: #505050 !important;
  text-align: center !important;
}

.song_row_hd_text {
    display: inline-block !important;
    color: #573400;
    font-style: italic;
    font-size: 80%;
    background: #ffb505;
    padding: 2px 6px;
    margin-right: 10px;
    border-radius: 4px;
    font-weight: bold;
}