@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */
#formCredito table, #formContacto table{
		font-family:	Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin-bottom:5px;
	padding-top:20px;
}

#formCredito table th, #formContacto table th  {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color:#bde692;
	color:#ffffff;
	font-size:12px;
	padding:4px;
	text-transform: uppercase;
}

#formCredito table td, #formContacto table td  {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding:4px;
}

input{
}


select{
	/*width: 185px;*/
}
input, select{
	margin-left: 10px;
	border:1px solid #999;
	font-size:12px;
	background-color:#fff;
	color: #2e4516;
		font-family:	Trebuchet MS, Helvetica, sans-serif;
	padding: 2px;
	height:20px;
}

textarea{
	margin-left: 10px;
	border:1px solid #999;
	font-size:12px;
	background-color:#fff;
	color: #2e4516;
		font-family:	Trebuchet MS, Helvetica, sans-serif;
	padding: 2px;
	width:222px;
}

.validcheckbox{
	float:left;
	width:70px;
}
#checkboxes{
	width: 650px;
	height: 60px;
}
#checkboxes input{
	margin-left:0px;
	width:14px;
	margin-left: 29px;
}
#checkboxes label{
	display:block;
	width: 68px;
	text-align:center;
	margin-left:0px;
}
#checkboxes .input_container{
	width: 68px;
}
#radios input{
	margin-left:0px;
	width:14px;
}
#radios label{
	width:14px;
	margin-left: 29px;
}
.buttons{
	margin-top:15px;
}
.buttons input{
	width: 70px;
	margin-left:2px;
	padding-left:0px;
}

.formLabel{
	width:100px;
	margin-bottom:7px;
	margin-top:7px;
}
#errors{
	float:left;
	height:25px;
	margin-top:10px;
}
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel,
.selectRequiredState .formLabel, .selectInvalidState .formLabel,
.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel{
	color: #CC3333;
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1{
	width:17px;
}
#articles{
	border: 1px solid #404040;
	padding-left:12px;
	height:600px;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(/images/vazio.png);
	background-repeat:no-repeat;
}

.textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(/images/invalido.png);
	background-repeat:no-repeat;
}

.validMsg{
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(/images/ok.png);
	background-repeat:no-repeat;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}

#CentralColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 700px;
}

#Mensagem{
	font-family:verdana;
	font-size:11px;
}

.submete{
	width:70px;
	border:1px solid #999;
	font-size:11px;
	background-color:#eee;
	color: #000;
	font-family:verdana, arial;
	height:30px;
	margin-right:38px;
}

#credCond input {
	border:0px;
}
