﻿/*----------------- Modal panel -----------------------*/
/*-----------------------------------------------------*/

#modalDarkPanel
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #D2D2D1;
    z-index: 10000;
    -moz-opacity: 0.8;
    opacity: .60;
    filter: alpha(opacity=60);
}

#modalLoadingPanel
{
    position: absolute;
    visibility: visible;
    width: 160px;
    height: 105px;
    z-index: 10150;
    border: 1px solid #487F83;
    background-color: #ffffff;
}

#modalLoadingPanel_body
{
    float:left;
    width: 150px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align:center;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #487F83;
}

#modalLoadingPanel_image
{
    float:left;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
    text-align:center;
    width: 150px;
    height: 40px;
}

#modalMainPanel
{
    position: absolute;
    visibility: visible;
    z-index: 10050;
}

#modalHeader
{
    height: 30px;
    clear: both;
}

#modalHeaderLeft
{
    float: left;
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalHeaderLeft.gif) no-repeat scroll 50%;
    height: 30px;
    width: 10px;
}

#modalHeaderBody
{
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalHeaderBody.gif) repeat-x scroll 50%;
    height: 30px;
    float: left;
}

.modalTitle
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.modalClose, A.modalClose:link, A.modalClose:visited, A.modalClose:active
{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

A.modalClose:hover
{
    text-decoration: underline;
}

.modalLink, A.modalLink:link, A.modalLink:visited, A.modalLink:active
{
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #3E8F9F;
    text-decoration: underline;
    cursor: pointer;
}

A.modalLink:hover
{
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2D7280;
    text-decoration: underline;
    cursor: pointer;
}

#modalHeaderRight
{
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalHeaderRight.gif) no-repeat scroll 50%;
    height: 30px;
    width: 10px;
    float: left;
}

#modalBody
{
    border-left: 1px solid #487F83;
    border-right: 1px solid #487F83;
    background-color: #ffffff;
}

#modalFooter
{
    height: 30px;
    clear: both;
    margin: 0pt auto;
}

#modalFooterLeft
{
    float: left;
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalFooterLeft.gif) no-repeat scroll 50%;
    height: 30px;
    width: 10px;
}

#modalFooterBody
{
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalFooterBody.gif) repeat-x scroll 50%;
    height: 30px;
    float: left;
}

#modalFooterRight
{
    background: transparent url(http://www.tm-brand.com.ua/includes/img/gif/modalFooterRight.gif) no-repeat scroll 50%;
    height: 30px;
    width: 10px;
    float: left;
}

#modalLoadedBody
{
    padding: 10px 5px 5px 5px;    
}

#modalLoadedResult
{
    padding: 10px 5px 5px 5px;    
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

/*----------------- Small modal panel -----------------*/
/*-----------------------------------------------------*/

#modalSmallDarkPanel
{
    background-color: #7A9FBC;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10200;
    -moz-opacity: 0.6;
    opacity: .40;
    filter: alpha(opacity=40);
}

#modalSmallPanel
{
    position: absolute;
    visibility: visible;
    z-index: 10250;
    width: 320px;
}

.modalSmallBorder
{
    background-color: #ffffff;
    color: #000000;
    font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: solid #487F83 2px;
}

#modalSmallTitle
{
    background-color: #487F83;
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 3px;
    border-bottom: solid #487F83 2px;
}

#modalSmallIcon
{
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #000000;
}

#modalSmallMessage
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    font: normal 12px 'Trebuchet MS' , Verdana, Arial;
}

#modalSmallButton
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

.modalSmallLink
{
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #487F83;
    color: #ffffff;
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: solid #1B6845 1px;
    width: 60px;
    text-align:center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/