/* style of tv-mis jukebox */
body {
    font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.5;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

a {
    color: #00f;    
}

.cb{
    clear: both;
}

img {
  border: 0;
}

#header {
    background: url('../img/back.png');
    height: 80px;
    width: auto;
    border-bottom: 2px #ddd solid; 
}

#header #logo {
    padding: 4px;
    height: 72px;
    width: 72px;
    float: left;     
}
#header #title {
    padding: 4px;
}
#header #title h1 {
    font-size: xx-large; 
}

#header #title h2 {
    font-size: medium;
    text-indent: 100px;
}
#header .header-text {
    margin: 0;
    padding: 0;
    color: #fff;
}

#content {
   color: #444;
   margin: 20px;
   width: auto;
}

#content #top {
    float: left;
    background: #fff5ba;
    text-align: center;
    width: 100%;
    margin: 0 5px 0 0;    
}

#content #top #mp {
    clear: both;
    margin: auto;
} 

#content #bottom {
    float: left;
    background: #fff5ba;
    width: 100%;
    margin: 10px 0 0 0;
}

#content #bottom #text {
    margin: 0 20px 0 20px; 
    clear: both;
    text-align: center;
    font-size: large;
}

#content #bottom #text img {
    vertical-align: middle;
}

#content #bottom #text .small {
    font-size: small;
    margin: 20px 0 20px 0;
}


#footer {   
    margin-top: 20px; 
    padding: 5px;
    clear: both;
    border-top: 1px solid #ddd;
    color: #888;     
}

#footer #footer-content a {   
    color: #88f; 
}

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

.edge-top-left {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-tl.png');
    float: left;
}

.edge-top-right {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-tr.png');
    float: right;
}   
.edge-top-center {
    height: 20px;
    width: 50%;
    float: left;
}   

.edge-bottom-left {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-bl.png');
    float: left;
}

.edge-bottom-right {
    width: 20px;
    height: 20px;
    background-image: url('../img/edge-br.png');
    float: right;
}    
