#content {
	font-size: 13px;	
	line-height: 1.5em;
}

#content h1{
	clear: none;
	color: #95090A;
	float: left;
	font-size: 20px;
	font-variant: small-caps;
	margin:0 0 10px;
	line-height: 1.0em;
}

#content h1 .button {
	margin-left: 20px;
	/*float:right*/
}

#content .button  {
	/*background:white;
	color:#b2362e;
	border-top:2px solid #eeeeee;
	border-left:2px solid #eeeeee;
	border-bottom:2px solid #aaaaaa;
	border-right:2px solid #aaaaaa;
	background:#D3271F none repeat scroll 0 0;
	color:#FFFFFF;*/
	font-size:12px;
	padding:3px;
}
#content #button_nova_entidade {
	margin-right: 18px;
	float:right;
}

#content fieldset table {
	float: left;
	clear: none;
}

#content fieldset {
	margin-bottom: 10px;
	clear: both;
	width: 775px;
	padding: 8px;
}

#content fieldset fieldset {
	margin-bottom: 10px;
	clear: both;
	width: 757px;
	padding: 8px;
}

#content span.pagebanner {
	clear: both;
}

#content #displayTagFrame {
	width: 792px;
}

#searchOption {
	clear:none;
	float:right;
}

/* TABS */
.panel {
	background-color: #fff;
	clear: both;
	display: none;
	border: 1px solid #CCC;
	border-color: #6285AF;
	padding: 1em;
	overflow-y: auto !important;
	overflow-x: hidden;
}

.panel.active-tab-body {
	overflow-y: auto !important;
	overflow-x: hidden;
	display: block;
}

#tabs {
	list-style: none;
	_margin-bottom: 0 !important;
}

#tabs li {
	padding: 0;
	line-height: 18px;
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 2px;
	background-color: /*#F2F2F2*/#DEDEDE;
	text-decoration: none;
	color: #999 !important;
}

#tabs a.active-tab {
	background-color: #C2D7EF;
	border-top: 1px solid #6285AF;
	border-left: 1px solid #6285AF;
	border-right: 1px solid #6285AF;
	padding-top: 4px;
	color: #000 !important;
}

#tabs {
	line-height: 13px;
}

/* VALIDATOR */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
	color: black;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300 !important;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
