
/* SimpleModal */

#basic-modal-content { display : none; }

#simplemodal-overlay { background-color : #000; }

#simplemodal-container
{
    width : 900px;
    color : #333;
    background-color : #B7B7B7;
    border : 4px solid #D0D0D0;
    padding : 12px;
}

#simplemodal-container a { color : #fff; }

#simplemodal-container a.modalCloseImg
{
    display : block;
    position : absolute;
    top : -20px;
    right : 15px;
    cursor : pointer;
    z-index : 3200;
}

#simplemodal-container #basic-modal-content { padding : 8px; }

.simplemodal-wrap { overflow : auto; }

.professionalModalPopUp,
.ModalPopUpBuilding { height : 500px; }

.professionalModalPopUp { padding : 20px; }

.professionalModalPopUp p { width : 810px; }

/* Form Module Loading */

#loadingPopupBox
{
	display : none;
	width : 250px;
	height : 100px;
	padding-top : 20px;
	-moz-border-radius : 6px;
	border : 1px solid #dedede;
	background : #dedede url('/App_Themes/Default/images/images-common/adminLoading.gif') no-repeat center center;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	z-index : 10001;
}

/* End Loading */

.waitDivContainer
{
	background-color : White;
	border : 3px solid darkorange;
	padding : 3px;
	width : 250px;
}

.modalBackground
{
	background-color : #6c6c6c;
	filter : alpha(opacity=70);
	opacity : 0.7;
}

.defaultBackgroundElement
{
	background-color : #F8F8F8;
	filter : alpha(opacity=70);
	opacity : 0.7;
	display : none;
	left : 0;
	position : fixed;
	top : 0;
	z-index : 10000;
}

.domainDetailsModal
{
	padding : 10px;
	border : 1px solid #dedede;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	background-color : #FFF;
	text-align : left;
}

.domainDetailsModal a
{
	font-size : 12px;
	color : #000;
}

/* Modal Browser Detection */

.pnlBrowserDetection
{
	width : 500px;
	margin : 0 auto;
	padding : 45px 10px 10px 130px;
	border : 2px solid #f2e409;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	background : #f2f1bf url(/App_Themes/Default/images/images-common/cancelled.png) no-repeat 30px center;
	font-size : 14px;
	color : #face00;
}

.pnlBrowserDetection img 
{
	position : relative;
	top : -30px;
	left : 480px;
	margin : 0 0 10px 0;
	cursor : pointer;
}

.pnlBrowserDetection ul { list-style-type : inherit; }

.pnlBrowserDetection ul li a
{
	font-size : 12px;
	color : #000;
}

/* End Modal Browser Detection */

.adminTooltip
{
	display : none;
	position : absolute;
	top : -36px;
	left : 25px;
	width : 150px;
	padding : 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	background-color : #FF9933;
	text-align : left;
	filter : alpha(opacity=70);
	opacity : 0.7;
}

.adminTooltip ul
{
    list-style-type : disc;
    padding-left : 14px;
}

.adminTooltip ul li { color : #333333; }

/* Generals */

.modalPopupContainer,
.modalPopUpBox
{
    padding : 15px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    background-color : #f5f5f5;
}

.modalPopupContainer { width : 370px; }

.modalPopUpBox { width : 800px; }

.modalPopUpBox a
{
	text-decoration : none;
	color : #1783CF;
}

.modalPopUpBox a:hover { text-decoration : underline; }

.border2pxRed
{
	border : 2px solid #d52525;
	background-color: #f2cbbf;
}

.border2pxGreen
{
	border : 2px solid #30bb16;
	background-color: #DFF2BF;
}

.border2pxYellow
{
	border : 2px solid #f2e409;
	background-color: #f2f1bf;
}

.border2pxBlue
{
	border : 2px solid #1e7ac1;
	background-color: #cce1f3;
}

.modalPopupContainer .leftImage
{
    float : left;
    width : 132px;
    height : 132px;
	filter : alpha(opacity=30);
	opacity : 0.3;
	background-repeat : no-repeat;
}

.modalPopupErrorIcon { background-image : url(/Images/bg/error.png); }

.modalPopupSuccessIcon { background-image : url(/Images/bg/success.png); }

.modalPopupAlertIcon { background-image : url(/Images/bg/alert.png); }

.modalPopupInfoIcon { background-image : url(/Images/bg/info.png); }

.modalPopupQuestionIcon { background-image : url(/Images/bg/question.png); }

.modalPopupContainer .rightContent
{
    float : right;
    width : 230px;
    color : #333333;
}

#pnlSuccess .rightContent h4,
#pnlError .rightContent h4
{
	margin-bottom : 10px;
    font-size : 16px;
}

#pnlSuccess .rightContent h4 { color : #28ad00; }

#pnlError .rightContent h4 { color : #FF3300; }

.modalPopupContainer .rightContent .buttonsContainer
{
    bottom : 0;
    margin-bottom : 4px;
    position : absolute;
    right : 0;
}
