﻿.popup-panel
{
    position: fixed;
    z-index: 40001;
    opacity: 1;
    left: 710px;
    top: 157.5px;

}

.popup-box
{
    margin: 10px;
}

.popup-box div.popup-box-border
{
    background-color: Black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    left: 0px;
    top: 0px; /*IE 7/8 Opacity*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);

}

.popup-box .popup-top
{
    background: url(../images/bgr-popup-top.gif) repeat-x;
    height: 30px;
    width: 100%;
    padding: 12px 0px 12px 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)";
    filter: alpha(opacity=200);

}

.popup-box .popup-top .header
{
    display: block;
    height: 30px;
    width: 100px;
    float: left;
    text-indent: -99999px;
    margin-left:10px;
}

.modalPopupBack
{
    filter: alpha(opacity=55);
    -moz-opacity: .55;
    opacity: .55;
    background-color: LightGrey;
    z-index: 4000 !important;
}
.modalPopupBack2
{
    filter: alpha(opacity=55);
    -moz-opacity: .55;
    opacity: .55;
    background-color: LightGrey;
    z-index: 50000 !important;
}
.modalPopupBackAlert
{
    z-index: 600000 !important;
    filter: alpha(opacity=25);
    -moz-opacity: .25;
    opacity: .25;
    background-color: #ffffe0;
    position: absolute !important;
}


.login-popup .popup-top .header
{
    background: url(../images/login.gif) no-repeat 0 3px;
}


.popup-box .popup-top a.close-popup
{
    background: url(../images/ico-popup-close.gif) no-repeat 0 0px;
    width: 29px;
    height: 28px;
    float: right;
    text-indent: -99999px;
    padding-right:10px;
}

.popup-box .popup-content
{
    background-color: white;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)";
    filter: alpha(opacity=200);
}

.popup-box a.save
{
    float: right;
    margin: 10px;
    margin-top: 0px;
    background: url(../images/bgr-addnote.gif) repeat-x;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    float: right;
    color: #fefefe;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}


.opaque1
{
    opacity: .5;
}


/* --------------- ----
	Add Note Popup
-----------------------*/


.add-note-popup .popup-top .header
{
    background: url(../images/title-notes.gif) no-repeat 0 3px;
}


.add-note-popup textarea
{
    margin: 10px;
    height: 200px;
    width: 95%;
}

.add-note-popup .popup-in 
{
    width:500px;
}

/* -----------------------------
	Login / Register Popups 
-------------------------------*/

/*facebox default css*/

.login-popup
{
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    color: #545454;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

/* --------------------------------
	Search mode seletion pop-up
-----------------------------------*/

.search-mode-selection-popup .popup-top .header
{
    background: url(../images/search_category_header.png) no-repeat 0 3px;
    width: 200px;
}

.search-mode-selection-popup
{
}

.search-mode-selection-popup .popup-top
{
}

.search-mode-selection-popup a.save
{
    float: left;
}

.search-mode-selection-popup .popup-content
{
    padding-top: 22px;
    padding-bottom: 10px;
}

.search-mode-selection-popup div.text
{
    float: left;
    padding-left: 25px;
    padding-top: 8px;
    padding-right: 20px;
}


.search-mode-selection-popup .vertical-line
{
    float: left;
    background-color: #868271;
    width: 1px;
    height: 27px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
}


/* --------------------------------
	Register pop-up
-----------------------------------*/


.register-popup .popup-top .header 
{
    background: url("../images/free_registration.gif") no-repeat 0 3px;
    width: 400px;
}

/* --------------------------------
	Forgot Password pop-up
-----------------------------------*/

.forgot-password-popup .popup-top .header 
{
    background: url("../images/forgot-password-header.png") no-repeat 0 3px;
    width: 330px;
}

.popup-box.forgot-password-popup {
    width:410px;
}

.forgot-password-popup .popup-content {
    padding-top: 30px;
    height: 120px;
}

.forgot-password-popup .popup-content .save {
    margin-top:30px;
    margin-right:18px;

}

.forgot-password-popup .popup-content .form_input_box {
    width:210px;
}

.forgot-password-popup .popup-content .form_input_box .fb_input {
    width:190px;
}

.forgot-password-popup .popup-content .errMark, .forgot-password-popup .popup-content .okMark {
    padding-top:4px;
}

/* --------------------------------
	Alert PopUp
-----------------------------------*/


.alert-popup .popup-top .header 
{
    background: url("../images/alert-header.png") no-repeat 0 3px;
    width: 250px;
}

.note .alert-popup .popup-top .header 
{
    background: url("../images/alert-note-header.png") no-repeat 0 3px;
    width: 250px;
}

.popup-box.alert-popup {
    width:330px;
}

.popup-box.alert-popup .popup-content {
    padding-top: 30px;
    height: 100px;
}


/* --------------------------------
	Change Password Popup
-----------------------------------*/

.popup-box.change-password-popup .header 
{
    background: url("../images/change-password-header.png") no-repeat 0 3px;
 width: 250px;
}

.popup-box.change-password-popup .popup-content 
{
    padding-top:20px;
    height:215px;
}

.popup-box.change-password-popup div.form_input_box
{
    width:170px;
}

/* --------------------------------
	Modal PopUp
-----------------------------------*/


.modalPopup
{
    filter:alpha(opacity=10);
    -moz-opacity:.10;
    opacity:.10; 


    overflow: hidden;
    
    border:0;
    background:none;
    zpadding:10px;
    z-index:40001;
}

.modalPopup2
{
    overflow: hidden;
    
    border:0;
    background:none;
    zpadding:10px;
    z-index:50001!important;
}
.modalPopupAlert
{
    overflow: hidden;
    
    border:0;
    background:none;
    zpadding:10px;
    z-index:600001!important;
}


.modalPopupBody
{
    zbackground-color:White;
    padding:20px;
    float:none;
    height:137px;
}
.modalPopupBody.info
{
    color:Darkgreen;
}
.modalPopupHeaderButton
{
    float:right;
    margin-left:5px;
    display:inline; /* IE6- trick */
    font-family: Verdana!important;
}
.modalPopupHeaderButton.close
{
    background:url(../Images/popup_close.gif) no-repeat center;
    width:28px;
    height:26px;
    margin-top:-5px;
}
a.modalPopupHeaderButton.close
{
    border:none;
}
a.modalPopupHeaderButton.close:hover
{
    background:url(../Images/popup_close_hvr.gif) no-repeat center;
}
a.modalPopupHeaderButton
{
    color:White;
    font-family: Verdana Arial!important;
}
.modalPopupBack 
{
    filter:alpha(opacity=55);
    -moz-opacity:.55;
    opacity:.55; 
    background-color:LightGrey;
    z-index:4000!important;
}
.modalPopupBack2 
{
    filter:alpha(opacity=55);
    -moz-opacity:.55;
    opacity:.55; 
    background-color:LightGrey;
    z-index:50000!important;
}
.modalPopupBackAlert
{
    z-index:600000!important;
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25; 
    background-color:#ffffe0;
    position:absolute!important;
}

