html, body, form
{
	margin: 0px;
	padding: 0px;
	font-family:tahoma;
	font-size:90%;
}
li{
  	 font-size:80%;
   	 margin:0px;
 	 margin:0px;
 	 padding:0px;
  
}

.navbox
{	
	float:left;
	display:block;
	height:15px;
	margin-right:5px;
	width:20px;
	background-color:#EEEEEE;
	text-align:center;
	text-decoration:none;
	border:solid;
	border-width:1px;
	border-color:#000000;
}

.navbox_curr
{	
	float:left;
	display:block;
	height:15px;
	margin-right:5px;
	width:20px;
	background-color:#FFCC99;
	text-align:center;
	text-decoration:none;
	border:solid;
	border-width:1px;
	border-color:#000000;
}

a:link a:visited
{	
	color:#000;
}
a:hover
{	
	color:#0000FF;
	text-decoration:underline;
}

#print-box {
/*	font-family:"Trebuchet MS", Tahoma, Verdana;*/
	height: auto;
	width: 90%;
	margin: 20px auto 10px auto;
}

.textBox
{
     border:1px solid #7f9db9;
}

.pointer
{
	cursor:pointer;
}

input.highlight
{
	border: #ddc 1px solid; 
	padding: 0.2em; 
	background-color: #ffff00;
}

select.highlight 
{
	border: #ddc 1px solid; 
	padding: 0.2em; 
	background-color: #ffff00;
}
textarea.highlight 
{
	border: #ddc 1px solid; 
	padding: 0.2em; 
	background-color: #ffff00;
}
label.highlight 
{
	color: #FF0000;
}


ul#errors 
{
	margin:4px;
	display:none;
	border: #C4A471 1px solid; 
	padding: 0.3em; 
	background-color: #FFF7E9;
}
ul#errors li 
{
	font-size:12px;
	padding: 0px; 
	margin:5px auto 5px 20px; 
	cursor: pointer; 
}
ul#errors li.heading 
{
	font-weight: normal; 
	padding: 0px; 
	margin: 0.5em 0px; 
	color: #000; 
	list-style-type: none;
}

.nameBox {
width:90%;
border:#666666 solid 1px;
padding:2px;
margin-bottom:5px;
font-weight:bold;
}

.selectWidth
{
	width:150px;
}
#tblsearch {
	width: 615px;
	position:absolute; 
	visibility:hidden;
	border: 1px solid #000;
	padding: 3px;
}
#tblDateSearch {
	position:absolute;
	visibility:hidden;
	padding: 3px;
}
#searchForm1 {
	width: 479px;
	position:absolute; 
	visibility:hidden;
	border: 1px solid #000;
	padding: 3px;
}
/********************************
 * Style for Incremental Search *
 ********************************/
/*container da lista | container of the list*/
.autocomplete{
	cursor: pointer;
	border: 1px solid #999;
	border-top: none;
	background: #eee;
}
/*items da listagem | items of the list*/
.autocomplete .normal{border-top: 1px solid #999;}
/*selectedionado item | selected item*/
.autocomplete .selected{background: #ddf;}
/*caracteres que combinaram | characters that matched*/
.autocomplete .highlited{font-weight: bold; color: #008;}

ul .FontSoftSmall {
	font-size: 150%;
}

