#audioContainer {
    width: 308;
    height: 250;
    float: left;
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 15px;
}
#player {
    display:block;
    width:400px;
    height:290px;
}
#videoPlayerContainer {
    border: 0;
    margin: 0;
    padding: 0;
    position:relative;
    z-index:1;
}
.audio {
    display:block;
    width:279px;height:24px;
    border-left-width: 1px;
    border-left-color: #dea182;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #dea182;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-color: #dea182;
    border-top-style: solid;
}
#enjoyAudio {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-family: sans-serif;
    color: #6b4e40;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
}
#submitComments {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
    font-family: sans-serif;
    color: #e92591;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
}
#giveAudioComment {
    text-align: right;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    padding-bottom: 8px;
    padding-top: 8px;
}
#playerContainer {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e0dfe4;
    background: url(/alfresco/portlets/images/list_back.jpg);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    height: 91px;
    overflow-x:hidden; overflow-y:auto;
    border-style: solid;
    border-width: 1px;
    border-left-width: 1px;
    border-left-color: #dea182;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #dea182;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-color: #e3dedb;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3dedb;
    border-bottom-style: solid;
    width: 279px
}
#playerContainer a {
    display: block;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
    color: #6b4e3e;
    background: url(/alfresco/portlets/images/arrow_gray.gif) center left no-repeat;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#playerContainer a:hover {
    text-decoration: none;
    border-bottom-width: 0px;
    background-color: #b9afa6;
    color: #ffffff;
}
#playButtons {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #dea182;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #dea182;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #dea182;
    background: url(/alfresco/portlets/images/buttons_back.jpg) 
}
#playButtons img {
    border: 0
}
#giveAudioComment a, #listenMore a {
    text-decoration: none;
    color: #8a566d
}
#listenMore a {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    
}
#listenMore {
    background-color: #fcd7c4;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #c83200;
    border-right: 2px solid #d96943;
    border-bottom: 1px solid #d96943;
    display: block;
    width: 170px;
}
#previous, #next{
    cursor: pointer;
    vertical-align:middle;
}
#currentFile {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 0px;
    padding-left: 5px;
}
#videoDescription {
    color: #6b4e3e;
    font-size: 0.7em;
    line-height: 175%;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
}

