/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

.form_item input, textarea, select{
	margin:2px;
	color:#333333;
	background-color: #f6f6f6;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form_item label{
	margin:5px;
	width:120px;
	display:block;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

.frmShdwCheck img{
		border:0;
		margin:0;
}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	margin:0;
	clear: none;
}

.frmShdwRadio img{
	border:0;
	margin:0;
}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.botoes_forms{
	margin-top: 20px;
}
.botao_forms{
	cursor:pointer;
	height: 20px;
	background-image: url(../templates/acisa/images/fundo_botoes_maior.gif);
	color: #333333;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	line-height: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: transparent;
	background-repeat: repeat-x;
	font-size: 11px;
	display: block;
	width: auto;
}

.frmShdwSubmit:hover{
	color:#000000;
}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#333333;
	text-decoration:none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 2px;
}

.frmShdwSelectDropShown{
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.div_itens{

}
.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	color:#666666;
}
	
.frmShdwSelectDropShown a.selected{
	color:#000000;
	background-color: #CCCCCC;
}
		
	
.frmShdwSelectDropShown a:hover{
	text-decoration:none;
	color:#666666;
	background-color: #CCCCCC;
}

/****** elementos de validação *****/

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed, textarea.validation-passed {

}

.validation-advice {
	margin: 5px;
	padding: 5px;
	background-color: #b8282f;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}	