* {
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

*/
/**
 * General config of the fieldset
 */

fieldset {
	padding: 10px;
	border: 1px #ccc solid;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 5px 5px 0px 5px;
}

/**
 * General config for the forms
 */

.form-row {
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 3px;
	/*
	border-bottom: 1px #ccc solid;
	*/
	text-align: center;
}

* HTML .form-row select {
	margin-left:5px;
}

.field_title {
	float:left;
	width:40%;
	margin-top:4px;
	padding:5px;
	text-align: right;
	vertical-align: middle;
}

.field_input {
	float:left;
	width:45%;
	margin-top:4px;
	padding:0px;
	margin-left:4px;
	text-align:left;
}

.bt {
	font-size: 9px;
	color:black;
	background-color: #EFEFEF;
	padding: 1px;
	margin: 3px;
}

.clear {
	clear:both;
	font-size:1px;
}

.form_error, .field_obrigate {
	color: #d8732f;
	widht: 100%;
	text-align: center;
}

input, textarea, form input, form textarea {
	width: 160px;
	padding: -20px;
	margin-top:4px;
	font-family:"Arial";
}

select, form select {
	width:80px;
	border:1px solid #ccc;
	padding:-20px;
	margin-top:2px;
	font-family:"Arial";
}

/* fieldset .radio { */
.radio {
	border:medium none;
	float:none;
	margin-bottom:2px;
	margin-top:1px;
	vertical-align:middle;
	width:auto;
}

/* html > body fieldset .radio { */
html > body .radio {
	margin-bottom:3px;
	margin-top:0pt;
}

br, form br {
	clear: left;
}

input.check {
	width: auto;
	border: 0px;
}

input:focus, textarea:focus, select:focus {	

}

/**
 * General config for the tables
 */
 
fieldset .list {
	width: 100%;
}

fieldset table .rowTitle {
	background: #ccd9ee /* url(../images/bg_row_title.jpg) top repeat-x */;
	font-size: 13px;
	font-weight: bold;
}

fieldset table .rowTitle td {
	padding: 5px;
	color: #666;
}

fieldset table .colTitle {
	background: #eeeeff /*  url(../images/bg_col_title.gif) top repeat-x */ ;
	text-align: center;
	font-weight: bold;	
	color: #666;
}

fieldset table .colTitle td {
	padding: 3px;
}

fieldset table .row_1 {
	width:100%;
	background:#fafafa;
}

fieldset table .row_2 {
	width:100%;
	background:#efefef;
}

fieldset table .row_selected {
	width:100%;
	background:#eaeaea;
}

fieldset table .row_1 td, fieldset table .row_2 td, fieldset table .row_selected td {
	padding: 3px;
	cursor: pointer;
}

/**
 * Ajax 
 */

div#indicator
{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 900;
  padding: 5px 10px 5px 10px;
  background: #ff0000; 
  color: #fff;
  font-weight: bold;
}

.loading {
  background: url(../images/loading.gif) no-repeat;
  width: 40px;
  height: 40px;
  padding: 5px;
}

