body {
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

a img {
    outline: none;
}

img {
    border: 0px;
}

#notification {
    position: relative;
    width: 100%;
    background-color: #ca312c;
    color: #fff;
    display: none;
    text-align: center;
    padding: 5px 0px;
}

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

.notification_remove {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url("/static/img/notification_close.6f1d4f51c2cf.png");
    background-size: 20px 20px;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: block;
}

.notification_remove:hover {
    opacity: 1;
}

.bar {
    margin: 0px auto;
    width: 728px;
    border-bottom: 1px solid #ddd;
}

#content {
    margin: 0px auto;
    text-align: center;
}

#header {
    width: 728px;
    border-bottom: 1px solid #ddd;
    margin: 16px auto;
    padding: 0px 0px 12px 0px;
}

#header_container input {
    vertical-align: top;
    width: 210px;
    margin: 16px 0px 0px 16px;
    border: 0px;
    height: 28px;
    padding: 0px 0px 0px 10px;
    border: solid 1px #e2e2e2;
}

#header_container input:focus {
    outline: none;
}

#header_container img.search {
    vertical-align: top;
    margin: 16px 0px 0px 0px;
    height: 30px;
}

#header_container a.search_btn {
    padding: 0px;
    margin: 0px 23px 0px -4px;
    text-decoration: none;
}

#mainarea {
    width: 728px;
    margin: 0px auto;
    padding-top: 16px;
}

#mainarea #title {
    font-size: 1.5em;
    color: #333;
    text-align: left;
    margin: 16px 42px 16px 0px;
}

#mainarea #embed-right {
    color: #333;
    height: 24px;
    font-size: 11px;
    float: right;
    width: 260px;
}

#mainarea #embed-right #counter_label {
    padding: 3px 6px;
}

#mainarea #embed-left {
    float: left;
    text-align: left;
    padding: 16px 0px 16px 0px;
}

#searcharea #search .box_content {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

#search-spinner {
    display:none;
    position:absolute;
    top:24px;
    left:685px;
    background-color: white;
}

.remove_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top:8px;
    left:700px;
    margin-top: 0px;
    background-image: url("/static/img/close.f75b823024e3.png");
    background-size: 20px 20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: block;
}

.remove_btn:hover {
    opacity: 1;
}

.arrow_box {
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.arrow_box:after, .arrow_box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-right-color: #fff;
    border-width: 4px;
    top: 50%;
    margin-top: -4px;
}

.arrow_box:before {
    border-right-color: #ccc;
    border-width: 5px;
    top: 50%;
    margin-top: -5px;
}

.twitter-share-button {
    width: 94px !important;
}

.star_button {
    position:relative;
    cursor:pointer;
    position:relative;
    top:8px;
}

#slider_button {
    position:relative;
    cursor:pointer;
    position:relative;
    top:8px;
}

#slider_container {
    width: 638px;
    margin-bottom:15px;
    margin-left:45px;
    margin-top:10px;
}

.box {
    position: relative;
    color: #3c3b3b;
    background: #fff;
    width: 728px;    
    text-align: left;
    margin: 16px auto;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    overflow: hidden;
}

.box_label {
    background: #ca312c;
    color: #fff;
    width: 158px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px 0px 5px 10px;
}

.box_title {
    position: absolute;
    top: 6px;
    left: 182px;
    color: #ca312c;
    text-decoration: none;
    font-size: 1.4em;
    font-family: sans-serif;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
}

.box_title a {
    color: #ca312c;
    text-decoration: none;    
}

.box_content {
    padding: 16px 0px 16px 22px;
}

.history_show_toggle {
    position:relative;
    top:-25px;
    margin-right:20px;
    margin-top:5px;
    margin-left:620px;
    cursor: pointer;
}

.box_showmore {
    position: absolute;
    width: 655px;
    bottom: 7px;
    margin-left: 37px;
    padding: 10px 0px 10px 0px;
    color: #555;
    background: rgba(231, 230, 230, 0.37);
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.box_showmore:hover {
    background: rgba(231, 230, 230, 0.8);
}

.videorow {
    width: 670px;
    height: 98px;
    padding: 5px 0px 5px 5px;
}

.videorow:hover {
    background: rgba(231, 230, 230, 0.37);
    border-right: 2px solid #cfcfcf;
    cursor: pointer;
}

.videorow_frame {
    width: 120px;
    height: 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* .videorow_frame:hover { */
/*     margin-top:3px; */
/* } */

.videorow .videorow_frame {
    float: left;
    border: 2px solid #fff;
    clear: right;
    margin-right: 15px;
}

.videorow_remove {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    margin-top: 0px;
    background-image: url("/static/img/close.f75b823024e3.png");
    background-size: 20px 20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: none;
}

.videorow_remove:hover {
    opacity: 1;
}

.videorow_info {
    float: left;
    width: 465px;
}

.videorow_info .videolink {
    color: #3c3b3b;
    text-decoration: none;
    font-size: 1.2em;
    font-family: sans-serif;
    font-weight: bold;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 435px;
    position: relative;
    
}

.videorow_info p {
    float: left;
    width: 465px;
    height: 22px;
    margin-top: 20px !important;
}

.videorow_meta {
    font-size: 0.9em;
    color: #555;
    float: left;
    width: 300px;
    height: 60px;
    clear: both;
}

.videorow_meta_large {
    font-size: 1em;
    color: #3c3b3b;
}

.videorow_meta p {
    float: left;
    clear: both;
    margin-top: 4px !important;
}

.videorow_meta span {
    color: #9d9ea6;
    float: left;
    clear: both;
    font-size: 0.9em;
}

.star_set {
    float: left;
    margin:38px 10px 0px 5px;
    cursor: pointer;
}

.star_cleared {
    float: left;
    margin:38px 10px 0px 5px;
    cursor: pointer;
}

.artist {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 126px;
    cursor: pointer;
    position: relative;
}

.artist_spinner {
    display: none;
    position: absolute;
    top: 56px;
    left: 56px;
}

.artist_current {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    color: #fff;
    background: rgba(209, 49, 44, 0.9);
    padding-left: 2px;
    font-weight: bold;
}

#instructions table {
    border: 0px;
    border-spacing: 0px;
    margin-top: 10px;
}

#instructions table tr td {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#instructions table tr td:first-child {
    width: 120px;
}

#article {
    display: none;
    position: relative;
    min-height: 170px;
}

.article {
    padding-top: 5px;
}

#article img {
    float: left;
    border: 2px solid #fff;
    margin-left: 22px;
    margin-right: 15px;
}

#article_content {
    float: left;
    width: 510px;
    margin-bottom: 10px; 
}

#article_content p:first-child {
    margin-top: 0px;
    padding-top: 0px;
    
}

#history {
    display: none;
    overflow: hidden;
}

#history .box_content {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.leaderboard a {
    text-decoration: none;
    color: #3c3b3b;
}

.leaderboard a:hover {
    color: #000;
}

.leaderboard table {
    margin: 0px 0px 0px -18px;
    padding: 0px;
    table-layout: fixed;
    white-space: nowrap;
    width: 625px;
}

.leaderboard table tr td:first-child {
    text-align: right;
    width: 30px;
    padding-right: 5px;
}

.leaderboard table tr td {
    line-height: 1.8em;
    text-overflow: ellipsis;
    overflow: hidden;
}

#contact_link {
    padding-left: 10px;
    cursor: pointer;
}

#contact {
    display: none;
}

#contactform {
    margin-top: 10px;
}

#contactform fieldset {
    border: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
}

#contactform fieldset legend {
    font-weight: bold;
}

#contactform fieldset input[type=text] {
    border: 1px solid #ccc;
    color: #000;
    height: 26px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
}

#contactform fieldset textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 480px;
    resize: none;
}

#contactform input[type=submit] {
    width: 100px;
    background-color: #eee;
    height: 26px;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
}

#contact #contact_alert {
    display: none;
    background-color: #F2C6C4;
    border: 1px solid #ca312c;
    margin-left: 16px;
    padding: 5px 5px;
    min-width: 80px;
    float: left;
}

#contact #contact_spinner {
    display: none;
    float: left;
    margin: 5px 10px;
}

#contact #contact_notice {
    display: none;
    background-color: #A1F6A5;
    border: 1px solid #36853A;
    margin-left: 16px;
    padding: 5px 5px;
    min-width: 80px;
    float: left;
}

#footer {
    width: 728px;
    margin: auto;
    clear: both;
}

.footer {
    font-size: 0.9em;
    color: #888;
    text-align: left;
    padding-bottom: 16px;
}

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

#footer-links {
    float: left;
}

#footer-links a {
    padding-left: 10px;
    padding-right: 10px;
}

#footer-links a:first-child {
    padding-left: 0px;
    padding-right: 10px;
}

#footer-links a:hover {
    color: #555;
}

#footer-disclaimer {
    float: right;
    margin-bottom: 40px;
    font-size: 0.9em;
}



.hover_img {
    display:none;
}


#star_div:hover #star_hover{
    display : block;
}
#star_div:hover #star{
    display : none;
}

#starred_div:hover #starred_hover{
    display : block;
}
#starred_div:hover #starred{
    display : none;
}

#repeat_single:hover #repeat_single_hover{
    display : block;
}
#repeat_single:hover #repeat_single{
    display : none;
}

#repeat_all:hover #repeat_all_hover{
    display : block;
}
#repeat_all:hover #repeat_all{
    display : none;
}

#prev:hover #prev_hover{
    display : block;
}
#prev:hover #prev{
    display : none;
}

#next:hover #next_hover{
    display : block;
}
#next:hover #next{
    display : none;
}


#playpause #play_div:hover #play_hover{
    display : block;
}
#playpause #play_div:hover #play{
    display : none;
}

#playpause #pause_div:hover #pause_hover{
    display : block;
}
#playpause #pause_div:hover #pause{
    display : none;
}

#tooltip_container a:hover{
    text-decoration: underline;
}

#tail1 {
    position:relative;
    top:33px;
    left:795px;
    width:0;height:0;
    border-color:transparent transparent #cccccc transparent;
    border-width:10px;
    border-style:solid;
}

#tail2 {
    position:relative;
    top:15px;
    left:795px;
    width:0;height:0;
    border-color:transparent transparent #FFFFFF transparent;
    border-width:10px;
    border-style:solid;
}

#main_controls {
    width:100%;
    height:65px;
    background-color:white;
    text-align:center;
    position:fixed;
    margin-top:-2px;
    z-index:100;
    border-bottom: solid 2px #dfdfdf;
}

#controls {
    float:left;
    margin-top:10px;
    margin-left:30px
}

#fav {
    float:left;
    cursor:pointer;
}

#repeattoggle {
    float:left;
    cursor:pointer;
}

#prev_padding {
    float:left;
    width:10px;
    height:31px;
    margin-top:5px;
    background-color:#f6f6f6
}

#next {
    float:left;
    cursor:pointer;
}

#next_padding {
    float:left;
    width:10px;
    height:31px;
    margin-top:5px;
    background-color:#f6f6f6;
    margin-left:-7px;
}

#app_dropdown_main {
    background:white;
    width:135px;
    height:100px;
    float:right;
    margin-right:-20px;
    color:#838383;
    border: 1px solid;
    border-radius: 8px;
    border-color:#cccccc;
    box-shadow: 0px 5px 10px #777777;
    text-align:center;
}

#title_container {
    float:left;
    margin-top:15px;
    height:30px;
    width:150px;

}

#control-title {
    color:#BABABA;
    margin-top:8px;
    width:130px;
    overflow:hidden;
    margin-left:10px;
    margin-top:23px;
    float:left;
}

#mobile_version {
    padding-left:10px;
    cursor:pointer;
}
