@charset "utf-8";
#dropmenudiv{

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

}



#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding: 1px 0;

text-decoration: none;

font-weight: bold;

}



#dropmenudiv a:hover{ /*hover background color*/

background-color: yellow;

}



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.texto {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-decoration: none;

}

.textovermelho {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color:#FF0000;

	text-decoration: none;

}

.textoamarelo {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color:#FF9900;

	text-decoration: none;

}

.header {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;

	text-decoration: none;

}

.header2 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #003366;

	text-decoration: none;

}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.inputc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

	border: thin none;

	background: f5f5f5;

	border-color: #000000;

	border-width: 1;

}

select {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

	border: thin none;

	background: f5f5f5;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: dotted;

	border-left-style: dotted;

	border-bottom-color: #CCCCCC;

	border-left-color: #CCCCCC;

}

.selectc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

	border: thin none;

	background: f5f5f5;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: underline;
}

a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000066;

	text-decoration: none;

}



#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);

}

.inputbranco {

	background-color: #FFFFFF;

	border: 1px none #FFFFFF;

	font-family: Arial;

	font-size: 10px;

}





#dhtmlpointer{

position:absolute;

left: -300px;

z-index: 101;

visibility: hidden;

}

.inputBrancoVermelho {

	background-color: #FFFFFF;

	border: 1px none #FFFFFF;

	font-family: Arial;

	font-size: 10px;

	color: #FF0000;

	text-decoration: none;

}.bordaVermelha {

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #FF0000;

	border-right-color: #FF0000;

	border-bottom-color: #FF0000;

	border-left-color: #FF0000;

}

.aviso {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#E8E8E8;

	text-decoration: none;

	background-color: #FF0000;

}
