
*{
padding: 0;
}

body{
	font-size: 14px; 
	font-family: Tahoma,Arial,Verdana,helvetica; 
	font-weight: normal; 
	color: #004080;
	background-color: #fff;
	margin: 0;
	padding: 0;
}


div.lista_itens {
float: left; 
width: 100%
}

.dotted {border: 1px dotted #c0c0c0;}

fieldset.main {
	width: 97%;
	padding: 10px;
	border-width: 1px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}


#gradient-style
{
	text-align: left;
	padding: 8px; 
	/*border-bottom: 1px solid #fff;*/
	color: #669;
	/*border-top: 1px solid #fff;*/
	/*background: #e8edff url('imagens/gradback.png') repeat-x;*/
	/*background: #e8edff url('imagens/degradee1.gif') repeat-x;*/

	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff)); 
	/* For Mozilla/Gecko (Firefox etc) */ 
	background: -moz-linear-gradient(top, #f4f4f4, #ffffff); 
	/* For Internet Explorer 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4F4F4, endColorstr=#FFFFFFFF); 
	/* For Internet Explorer 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4F4F4, endColorstr=#FFFFFFFF)"; 
}

h1, h2, h3, h4 {line-height:normal;}

img{
border:0;
vertical-align: middle;
}

.label_form {font-weight: bold; text-align: left}
.label_show {font-weight: bold; text-align: left}
.label_normal {font-weight: normal; text-align: left}

table td.label_form {font-weight: bold; text-align: left}
table td.label_show {font-weight: bold; text-align: left}
table td.label_normal {font-weight: normal; text-align: left}

.leg_main {
	font-weight: bold;
	color: #004080;
	padding-left: 7px;
	padding-right: 10px;
}

.no_info {background-color: #fafafa; line-height: 25px; width: 100%; font-style: italic; display: inline}

.spanButtons {
	float: right;
	vertical-align: top;
}

.toggleDiv {
	margin-top: 2px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.toggleDivNomeCampo {
	font-weight: bold;
}
.toggleDivCamp {
	padding-bottom: 10px;
}
.toggleDivLink {
	color: #004080;
	text-decoration: none;
	font-weight: bold;
}

.top_label {
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 20px;
	float: left;
}

.warning_box_red {
	font-size: 16px;
	color: #990000;
	background-color: #ffe6d9;
	border: 1px #ff0000 solid;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
.warning_box_yellow {
	font-size: 16px;
	color: #6f6f00;
	background-color: #ffffb9;
	border: 1px #f0f000 solid;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
.warning_box_green {
	font-size: 16px;
	color: #336633;
	background-color: #b5e6b5;
	border: 1px #336633 solid;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

