/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:9998;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}

#toPopup	{
			font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
			background: none repeat scroll 0 0 #FFFFFF;
/*			border: 10px solid rgb(82, 82, 82);		*/
			border-color: #171717;
			border-width: 10px;
			border-style: solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #333;
			display: none;
			font-size: 14px;
			left: 30%;
			margin-left: 0px;
			position: fixed;
			top: 10%;
			width: 600px;
			z-index: 9999;
			}
			
#toPopupMsgGenerica	{
			font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
			background: none repeat scroll 0 0 #FFFFFF;
/*			border: 10px solid rgb(82, 82, 82);		*/
			border-color: #171717;
			border-width: 10px;
			border-style: solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #333;
			display: none;
			font-size: 14px;
			left: 30%;
			margin-left: 0px;
			position: fixed;
			top: 40%;
			width: 600px;
			z-index: 9999;
			}

#toPopupCaptcha	{
			font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
			background: none repeat scroll 0 0 #FFFFFF;
/*			border: 10px solid rgb(82, 82, 82);		*/
			border-color: #171717;
			border-width: 10px;
			border-style: solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #333;
			display: none;
			font-size: 14px;
			left: 30%;
			margin-left: 0px;
			position: fixed;
			top: 40%;
			width: 600px;
			z-index: 9999;
			}

/* TODO */
#toPopupPrint {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 9999;
    /*teste*/
    overflow: hidden;
}

div.loader {
    background: url("../css/img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.loaderLoadingInfoLoteCondominio {
    background: url("../css/img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}


div.close {
    background: url("../css/img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}

/* TODO */
div.closePrint {
    background: url("../css/img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}


div.closeMsgGenerica {
    background: url("../css/img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}

div.closeCaptcha {
    background: url("../css/img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}




span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

/* TODO */
span.ecs_tooltipPrint {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

span.ecs_tooltip_msg_generica {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

span.ecs_tooltip_Captcha {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

/* TODO */
span.arrowPrint {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

span.arrowMsgGenerica {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

div#popup_content_ {
    margin: 20px 20px;
    /* remove this comment if you want scroll bar*/
    /*overflow-y:scroll;*/
    /*height:325px;*/
}

div#popup_content_msg_generica {
    margin: 20px 20px;
    /* remove this comment if you want scroll bar*/
    /*overflow-y:scroll;*/
    /*height:325px;*/
}

div#popup_content_Print {
    overflow-y:scroll;
    overflow-x:hidden;
    height:500px;
    width:799px;
}