html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #527D94;
scrollbar-track-color: #000000;

scrollbar-shadow-color: #000000;
scrollbar-lightshadow-color: #527D94; 
scrollbar-darkshadow-color: #000000;

scrollbar-highlight-color: #000000;
scrollbar-3dlight-color:  #527D94;
}


select {
    color: #ffffff;
    background-color: #8D8D8D;
    border:solid 1px #ffffff;
    font-weight: normal;
    font-size: 8pt;
    font-family: arial,helvetica,sans serif;
}



body {
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;

}


#container {
    text-align: center;
} 

table {
    margin: 0px;
    padding: 0px;
}

td {
    color: #000000;
    font-size: 9pt;
    font-family: arial,helvetica,sans serif;
    vertical-align:top;
    line-height:17px;
    
}



.episodeBody {
    color: #D7D7D7;
    font-size: 8pt;
    font-family: arial,helvetica,sans serif;
    vertical-align:top;
    line-height:12px;
}


body#episode {
    background-image: url(../images/episodeBack.jpg); background-repeat: no-repeat;
}



.profileBack {
    background-image: url(../images/profile_back.jpg); background-repeat: repeat-y;
}


.epi-content {
    position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    color: #D7D7D7;
    font-size: 9pt;
    font-family: arial,helvetica,sans serif;
    top:100px;
    left:29px;
    width:330px;
    padding:0px;
    margin: 0px;
}


.epi-drop {
    position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    top:101px;
    left:284px;
}



.epi-photo {
    border: 1px solid #979797;
    margin: 0;
    padding: 0px;
}



.epi-title {
    color: #ffffff;
    font-size: 13pt;
    font-weight: bold;
    line-height:24px;
}

.title 
 {
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
}

.epi-airtime {
    color: #ffffff;
    font-weight: bold;
    font-size: 9pt;
}




