.form, .view {
	border: 0px solid #EEEEEE;
}
.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 0px;
	font-weight: bold;
	text-indent: 2px;
}
.form_title, .view_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #EEEEEE;
}
.form_help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	text-indent: 2px;
}
.form_link,.form_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}
.form_link a:hover {
	color: #000000;
}
.form_grid_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.form_grid_cell {
	border-bottom: 1px dashed #DADADA;
}
/*NOVO*/
.form_group_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #AAAAAA;
}

.table {
	border: 1px solid #EEEEEE;
}

.list_body {
	width: 100%;
	background-color: #ffffff; 
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 1px;
}

.list_even_cell *,.list_odd_cell *{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.list_even_cell{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.list_even_cell img{
	background-color: #EEE;
}
.list_odd_cell{
	background-color: #FFFFFF; 
	border: 1px solid #EEEEEE;
}

.view_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.view_separator{
	border-left: 1px solid #EEEEEE;
}
.view_title_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

/* NOVO */
.tableTitle{
	border-bottom: 1px solid #EEEEEE;
}
.tableTitle h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.tableTitle tr td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.header h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	margin: 0px
}
.header a {
	text-decoration: underline;
}
.header a:hover {
	color: #000000;
	text-decoration: underline;
}
.list_header{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.list_body tr th a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.panel_formhelp {
	background-color: #FAFAFA;
}
.panel_formhelp_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	height: 30px;
	border-bottom: 1px solid #F0F0F0;
}
.panel_formhelp_caption:hover {
	background-color: #F0F0F0;
}
.panel_formhelp_caption td {
	vertical-align: middle;
	
}
.panel_formhelp_caption td .icoTitle{
	align: absmiddle; 
	float: left; 
	margin-left: 3px;
}
.panel_formhelp_caption td .captionTitle{
	margin-top: 4.5px;
	font-weight: bold;
}
.navigation2 a {
	width: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.navigation2 li em {
	color: #888;
}
.navigation2 li.tabViewSelected em {
	color: #000;
	background-image: url(../../image/adm/bkg_form.gif);
	color: #394382;
}
.panel2 {
	background-color: #F00;
}
.tabNavigation li a:focus em {
	text-decoration: underline;
}
.tabNavigation li a:active em {
	text-decoration: underline;
}
.tabNavigation li a:hover em {
	text-decoration: underline;
}
/*
CHOSEN STYLES
*/
ul .chosen-choices{
	border: 1px solid red !important;
	font: normal 12px Verdana;
	margin-top: 2px !important;
}