@CHARSET "ISO-8859-1";

/*Carregando do Ajax*/
#carregando
{
    display:none;
    position:absolute;
    z-index:1000;
    width:100%;
    height:100%;
    background-image:url(../../../../comuns/libs/ajax/img/overlay.png);
    background-repeat:repeat;
	background-color:#000000;
}

#carregando2
{
    height:50px;;
	width:400px;
}

#img_loading
{
    position:relative;
    width:900px;
    height:50px;
    background-image:url(../../../../comuns/libs/ajax/img/loading.gif);
    background-repeat:no-repeat; 
    background-position:center;
	
}

#img_load_pesquisa
{
    position:relative;
    width:100%;
    height:100%;
    background-image:url(../../../../comuns/libs/ajax/img/ajax-loader3.gif);
    background-repeat:no-repeat; 
    background-position:center;
}

.fade_div
{
    display:none;
    position:absolute;
    z-index:1000;
    width:100%;
    height:100%;
    background-image:url(../../../../comuns/libs/ajax/img/overlay.png);
    background-repeat:repeat;
}

.divOk
{
    width:96%;
    border: 1px dashed #99FF00;
    background-color: #CCE57F;
    padding:5px 0px 5px 0px;
	text-align:left;
}

.imgOk
{
    width:37px;
	height:35px;
	padding:10px;
    background-image:url(../../../../comuns/libs/ajax/img/icon_sucesso.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.divErro
{
    width:96%;
    border: 1px dashed #ff0000;
    background-color: #DE7167;
    padding:5px 0px 5px 0px;
	font-size:11px;
}

.imgErro
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../../../../comuns/libs/ajax/img/icon_erro.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.divAlert
{
    width:96%;
	border: 1px dashed #FF9900;
	background-color: #FFCC00;
	padding:5px 0px 5px 0px;
	font-size:11px;
	color:#FF6600;
}

.imgAlert
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../../../../comuns/libs/ajax/img/icon_alert.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.conteudosDiv
{
    padding:10px;
	font-size:11px;
	font-family:verdana;
    text-align:justify;
	font-weight:bold;
	color:#000000;
}
