/* #######

	Defini��es de apresenta��o dos elementos de formul�rio:
	
		.form-fieldset
		.form-table
		.form-label
		.form-text
		.form-select
		.form-textarea
		.form-check-radio		
		.form-check-radio-label		
		.form-button
		.form-button-image
		
####### */

form {
	margin		:0;
	padding		:0;
}

.form-fieldset {
	border	:1px solid #4b4632;
	margin	:0 0 20px 0;
	*margin	:0 0 10px 0;
	*padding:10px;	
}

.form-fieldset legend {
	color		:#666;
	font-size	:1em;
	font-weight	:bold;
	margin		:0;	
	padding		:2px 4px;
	*padding	:0 0 5px 0;
}

.form-table {
	color		:#4c442d;
	margin		:0 0 10px 0;
	padding		:0;
	width		:100%;
	vertical-align: middle;
}

.form-table-label{
	text-align	: right;
	width		: 30%;	
}

.form-table-field{
	text-align	: left;
	width		: 70%;
	vertical-align: middle;
}

.form-table tr.form-table-titulo-grupo {
	background	:#e9dccb;
	font-size	:1em;
	font-weight	:bold;
	text-align	:left; 
}

.form-table-titulo-grupo {
	background	:#e9dccb;
	font-size	:1em;
	font-weight	:bold;
	text-align	:left; 
}

.form-table tr.form-table-corpo-grupo {
	background	:#f9f6f1;
	height		:22px;
}

.form-table td {
	padding:2px;
	
}

.form-table tr.form-table-titulo-grupo td {
	font-weight: bold;
	
}

.form-table td.form-table-valor {
	font-weight:bold;
}

.form-label {
	font-size	:0.9em;
	font-weight	:bold;
}

.form-text {
	background	:#fff;
	border		:1px solid #4b4632;
	font-size	:1em;
	font-family	:Arial, Verdana;
	margin		:2px 5px 0 0;
	width		: 360px;
}

.form-text:disabled {
	background	:#fff;
	border		:1px solid #ccc;
	font-size	:1em;
	font-family	:Arial, Verdana;
	color 		:#c0c0c0;
	margin		:2px 5px 0 0;
	width		: 360px;
}

.form-text-disabled {
	background	:#fff;
	border		:1px solid #ccc;
	font-size	:1em;
	font-family	:Arial, Verdana;
	margin		:2px 5px 0 0;
	width		: 360px;
}

.form-select {
	background	:#fff;
	border		:1px solid #4b4632;
	font-size	:0.8em;
	font-family	:Arial, Verdana;
	margin		:2px 5px 0 0;
}

.form-select:disabled {
	background	:#fff;
	border		:1px solid #ccc;
	color 		:#c0c0c0;
	font-size	:0.8em;
	font-family	:Arial, Verdana;
	margin		:2px 5px 0 0;
}

.form-textarea {
	background	:#fff;
	border		:1px solid #4b4632;
	font-size	:1em;
	font-family	:Arial, Verdana;
	margin		:2px 0 0 0;
	width		:360px;
}

.form-textarea:disabled {
	background	:#fff;
	border		:1px solid #ccc;
	font-size	:0.6em;
	color 		:#c0c0c0;
	font-family	:Arial, Verdana;
	margin		:2px 0 0 0;
	width		: 360px;
}

.form-textarea-disabled {
	background	:#fff;
	border		:1px solid #ccc;
	font-size	:0.6em;
	font-family	:Arial, Verdana;
	margin		:2px 0 0 0;
	width		: 360px;
}

.form-check-radio {
	background		:none;
	border			:0;
	vertical-align	:middle;
}

.form-check-radio-label {
	vertical-align	: bottom;
	width: 100%;
}

.form-check-radio tr td input {
	background		:none;
	border			:0;
}

.form-barra-botoes {
	margin-bottom	:20px;
	text-align		:center;

}

.form-button {
	background	:#928670;
	border		:0 solid #4b4632;
	color		:#fff;
	font-size	:0.9em;
	font-weight	:bold;
	margin		:10px 5px 0 5px;
   _border-color:white;
   width: 120px;
}

.form-button-disabled {
	background	:#928670;
	border		:1px solid #ccc;
	color		:#fff;
	font-size	:0.9em;
	font-weight	:bold;
}

.form-button-image {
	padding-left: 5px;
	border: none;
	background: none;
	vertical-align: middle;
	  
}

.rich-definition-term{
font-weight:bold;
}

.noDisplay{
	display: none;
}

.imprimir {
	float: left;
	display: block;
	cursor: pointer;
	background: url(../img/icon-print.png) no-repeat;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	border: 0px;
	margin-right: 10px;
	margin-left: 10px
}