@font-face {
    font-family: 'Din';
    src: url('/css/font/Din.woff');
}
div.wrap_main{
    padding:0;
    margin:0 auto;
    /*width:1135px;*/
    border:0;
    vertical-align: top;
}

div.advupper {
    /*width: 730px;*/
    /*height: 92px;*/
    margin: 0 auto 8px auto;
}
div.advmiddle{
    width:100%;
    /*min-height:70px;*/
    margin-top: 10px;
    text-align: center;
}
div.tside{
    display:inline-block;
    min-width:160px;
    vertical-align: top;
}
@media screen and (min-width: 1000px) {
    div.tside.left{
        margin:0 7px 0 0;
    }
    div.tside.right{
        margin:0 0 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    div.tside{
        display:none;
    }
}
div.tcenter{
    display:inline-block;
    min-width:815px;
}
div.headnews{
    background-color: #f9cd8e;
    text-align: left;
    padding: 2px;
    color: #343434;
}
a.gray{
    color:#808080;
}
div.main{
    width:815px;
    text-align: center;
/*    margin:0 auto;*/
    padding: 0 0 12px 0;
/*    min-height: 700px;*/
    background-color: #fefefe;
    box-shadow: 2px 2px 2px #bbbbbb;
}
.bkbody{
    background-color: #e0e0e0;
    font-family: 'Din' , Tahoma;
    text-align: center;
    margin:0;
}
.langswitch {
    float: right;
    background-color: #f1f1f1;
    padding: 0 3px;
    box-shadow: inset 2px -1px 1px 0px #a0a0a0;
    /* right: -2px; */
}

.langswitch a {
    color: #6c66b7;
}
table.headlinks {
    width: 92%;
    text-align: center;
    table-layout: fixed;
   margin: 0 auto;
}

table.headlinks td a {
    color: #808080;
}
table.headlinks a:hover {
    color: #202020;
}
.awt {
    /*background-image: url(/images/awt-logo.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 70px;*/
    margin: 10px auto;
    opacity: 0.8;
    /*background-color: white;*/
}
.footer{
    width: 800px;
    margin: 2px auto;
    text-align: center;
}
table.hide01 td{
    vertical-align: top;
}
table.hide01 td[name=timeurl]{
   
}
p.frtext{
    color:#202020;
    text-align: center;
}
p.analyzeinfo {
    font-size: 90%;
}
.awt span {
    display: inline-block;
    margin: 15px 0 0 280px;
    color: #505050;
}

.awt:hover {
    opacity: 1.0;
    cursor: pointer;
}
.uploadarea {
    width: 90%;
    background-color: #fefefe;
    /*min-height: 120px;*/
    margin: 0 auto;
}
.resultsarea {
    width: 100%;
    background-color: white;
    min-height: 120px;
    margin: 0 auto;
}

div.advleft {
    
    vertical-align: top;
    width: 122px;
    padding:0;
    margin:0 3px;
    /* top: 0; */
    /*background-color: white;*/
    /* border: 1px solid #808080; */
    /*min-height: 519px;*/
}

span.audioinfo{
    display:block;
    margin: 2px 2px 2px 20px;
    color: #3030a0;
}
span.audioinfo.fileinfo {
    font-size: 96%;
    color: #7d7d7c;
    margin-bottom: 12px;
}
div.plaintext {
    margin: 10px 10px;
    color: #707070;
    line-height: 1.5em;
}
div.plaintext a{
    color: #d57819;
}
.checking-button {
    display: inline-block;
    background-color: #77bdbb;
    font-family: 'Din',Tahoma;
    width: auto;
    padding: 4px 8px;
    position: relative;
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    color: white;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
}
.checking-button-inactive {
    display: inline-block;
    background-color: #e2e2e2;
    pointer-events:none;
    font-family: 'Din',Tahoma;
    width: auto;
    padding: 4px 8px;
    position: relative;
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    color: white;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
    cursor: default;
}
div.songresults-wrap{
    text-align: left;
    margin:0 4px;
}
table.songresults{
    margin-bottom: 12px;
    width: 450px;
    display: inline-block;
   /* border: 1px dotted #a0a0a0;*/
}
table.songresults td{
    text-align: left;
    vertical-align: top;
}
table.songresults caption{
    text-align:left;
}
.resadvside {
    width: 336px;
    height: 280px;
    display:inline-block;
    vertical-align: top;
}
/*table.songresults td:first-child{
    width:65px;
}*/
span.controlfinfo {
    display: block;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    margin: 2px 2px 2px 20px;
}
/*-----------flashlog-----------*/
.flashtoken{
    position: fixed;
    right: 0;
    top:10px;
    z-index:800;
    padding: 12px;
    border: 2px solid #d9d9fe;
    
    border-radius: 3px;
    font-family: Tahoma;
    font-size: 14px;
}
.flash_red{
    background-color: #ce764e;
    color: white;
}
.flash_green{
    background-color: #5d9849;
    color: white;
}.flash_normal{
    background-color: #5f86a9;
    color: white;
}
/* end of Flashlog ----------*/
/* -------------- dialog -------------- */
.dialog-box {
    position: fixed;
    z-index: 200;
    background-color: white;
    min-width: 300px;
    min-height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 140px;
    border: 1px solid #f0f0f0;
    outline: 4px solid white;
    overflow:hidden;
}

.dialog-box-text {
    height: calc( 100% - 40px );
    text-align: center;
        font-size: 1.2em;
    line-height: 1.4em;
}
.dialog-red {
    background-color: #e08080;
    
}
.dialog-white {
    background-color: white;
    
}
.dialog-green {
    background-color: #80e080;
}
.dialog-msg {
    background-color: #8080e0;
}

.dialog-box-foot {
    height: 38px;
    /* padding: 12px 0 0 0; */
    text-align: center;
    font-size: 1.4em;
    color: #808080;
    cursor: pointer;
    line-height: 2em;
    background-color: #eaeaea;
}
.dialog-box-foot:hover{
    background-color: #f5f5f5;
    color:#303030;
}
.dialog-fog {
    z-index: 199;
    background-color: gray;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}
/* -------------- dialog -------------- */

.steps img {
    vertical-align: middle;
    margin:0 4px;
}

.steps {
    font-size: 20px;
    color: #8a8989;
    vertical-align: top;
    margin: 3px 0 9px 0;
}
.dbstat {
    font-size: 80%;
    text-align: center;
    background-color: #f8f8f8;
    padding: 4px;
}
.coverart {
    display: inline-block;
    margin-top: 6px;
}
.coverart img{
    max-width:200px;
}
button.findsimilar , button.aliases{
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    margin:0 3px;
    font-size: 14px;
    color: #616871;
    background-color: #f1f1f3;
    cursor: pointer;
}
div[name=aliases]{
    color: #414141;
}
button.findsimilar:hover {
    background-color: #d6e7f7;
    color: black;
}
.similarnotfound {
 margin:4px 0;
 color: #414141;
}
.similarfound {
 color: #414141;
}
span.similartitle{
 text-decoration: underline;
}
hr.resultdivider{
    border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #b9b7b7, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  clear:both;
}

hr.resultdivider1{
    border-top: 1px dashed #8c8b8b;
}
ol.aliaslist {
    margin: 4px 0 0 0;
    font-size: 11pt;
}
.sitemap {
    display: inline-block;
    max-width: 800px;
    font-size: 90%;
}

div.sitemap a {
     margin: 0 12px 0 0;
}
span.gpad {
    display: inline-block;
    width: 60px;
}