/* CSS Document */

body {
	margin:0px;
	background:url(../../../imagens/preto/fundo.jpg) repeat-x #BFC3C4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}

/* Styles */

.preto {
	color:#000000
	}
.cinza_info {
	color:#666666;
	}

/* Links */

a:link, a:visited {
	color:#323232;
	text-decoration:none;
	border-bottom:1px dashed #B1B1B1;
	}

a:hover {
	color:#323232;
	text-decoration:none;
	border-bottom:1px dashed #628FC6;
	}

a.esqueci_senha:link, a.esqueci_senha:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-bottom:0px dashed #333333;
	text-decoration:none;
	}
a.esqueci_senha:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-bottom:1px dashed #333333;
	text-decoration:none;
	}

/* Forms */

.input {
	border: 1px solid #C9C9C9;
	background:#FFFFFF;
	height:16px;
	font-size:10px;
	color:#666666;
	}

.textarea{
	border: 1px solid #C9C9C9;
	background:#FFFFFF;
	font-size:11px;
	color:#666666;
}
	
/*Bom error*/	
.boxtut {

	color:#333333;

	background-color:#FFFFdd;

	font: 1.1em Verdana, Arial, Helvetica, sans-serif;

	border:1px solid #cccccc;

	padding:0.5em 0 0.5em 1.0em;

	

}


/*tooltip*/

#dhtmltooltip{

position: absolute;

left: -300px;

width: 150px;

border: 1px solid black;

padding: 2px;

background-color: lightyellow;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}



#dhtmlpointer{

position:absolute;

left: -300px;

z-index: 101;

visibility: hidden;

}
