/* *** 06/07/2010 - Modal window *** */
/* *** about modal window *** */
#control_overlay {  
    background-color: #dae5b9;
}

.modalWindowCustContainer {
    background: transparent;
    height: 544px;
    width: 972px;
}

.modalWindowCustFirstRow {
    width: 100%;
    padding-bottom: 16px;
}

.modalWindowCustSecondRow {
    padding-top: 20px;
    width: 100%;
    height: 504px;
}

.modalWindowCustCloseButton {
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 23px;
    float: right;
    color: #2f765c;
    text-align: center;
    vertical-align: middle;
    font-size: 0.7em;
    font-weight: bold;
    visibility: hidden;
    background: transparent url('../images/modal-window-close-button.png') 0 0 no-repeat;
    margin-top: -10px;
    margin-right: -10px;
}

.modalWindowCustCloseButtonShow {
    visibility: visible;
}

.modalWindowCustCloseButton:hover {
    cursor: pointer;
    background-position: 0px -30px;
}

.modalWindowCustContainer {
    background-color: white;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px; 
}




/* *** 12/07/2010 - window modal viewer *** */
.modalWindowViewerSmallThumbnailContainer {
    width: 140px;
    height: 140px;
    text-align: center;
    color: #2f765c;
    line-height: 12px;
    background: transparent url(../images/modal-menu-separation.jpg) left bottom no-repeat;
    margin-top: 5px;
}

.modalWindowViewerSmallThumbnailContainer a {
    color: #2f765c;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: uppercase;
}

.modalWindowViewerSmallThumbnailContainer img {
    margin-bottom: 6px;
    border: 1px solid #2f765c; 
}

.modalWindowViewerSmallThumbnailSelected {

}

.modalWindowViewerSmallThumbnailSelected a {
    font-weight: bold;
}

.modalWindowViewerSmallThumbnailSelected img {
    border-bottom: 1px solid #003d22;
}


.modalWindowCustSecondRowViewer {
    width: 750px;
    float: right;
}

.modalWindowCustThirdRowViewer {
    width: 155px;
    float: left;
    padding-left: 25px;
}

.modalWindowViewerDetailInner {
    width: 700px;
    height: 500px;
}

.mwvThumbContainer {
    height: 500px;
    overflow: hidden;
}