/* GERAL */

a:active { outline: none; }
input { outline: none; }
a:focus { -moz-outline-style: none; }

object { outline: none; }
embed { outline: none; }

fieldset { border: none; }

body, a {
    font-size: 12px;
    font-family: Arial;
    color: #666666;
    text-decoration: none;
}

/* MENU */

ul.floating_menu li a { font-size: 16px; color: white; float: left; display: inline; margin: -1px 6px 0px 6px; }
ul.floating_menu li { font-size: 16px; }

#slide_menu_wrapper span.menu_item .title { font-size: 15px; font-weight: bold; }

/* SEARCH FORM */

#search_field { font-size: 12px; color: white; }
.search_result { font-size: 14px; }


/* SEARCH RESULT CSS */

#search_result_table { background-color: silver; }
#search_result_table td { background-color: #EAEBE9; }
#search_result_table tr.header td { background-color: #EAEBE9; font-weight: bold; }
#search_result_table td { padding: 2px; }
#search_result_table a:hover{ text-decoration: underline; }

/* MENU RODAPE */

#menu_rodape .menu_wrapper .title { text-transform: uppercase; font-size: 11px; }
#menu_rodape .menu_wrapper a { font-size: 12px; text-decoration: none; }
#menu_rodape .menu_wrapper a:hover { font-size: 12px; text-decoration: underline; }

#copyright { font-size: 10px; }
#copyright a { font-size: 10px; }

/* CONTACT FORM */

.contactFormInput{
  font-size: 12px;    
  font-weight: normal;    
  color: #666666;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #CCCCCC;
  padding-left: 4px;
}

.contactFormInputError{
  font-size:12px;    
  font-weight: normal;
  color: #666666;
  border: solid 1px #FF0000;
	background-color: #FFFFFF;
	height: 20px;
  padding-left: 4px;
}


.contactFormSelect{
  font-size: 12px;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Arial;
  font-weight: normal;
	height: 22px;
  border: 1px solid #CCCCCC;
}

.contactFormSelectError{
  font-size: 12px;       
  font-weight: normal;
  font-family: Arial;
  color: #666666;
  background-color: #FFFFFF;
  border: solid 1px #FF0000;
	height: 20px;
}


.contactFormTextArea {
  font-family: Arial;
  font-size: 12px;       
  font-weight: normal;
  color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
  padding-left: 4px;
}

.contactFormTextAreaError {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  border: solid 1px #FF0000;
	background-color: #FFFFFF;
  padding-left: 4px;
}



.contactFormRadioError{
  font-size: 12px;
  font-weight: normal;
  color: #FF0000;
}

.contactFormLabel{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.contactFormLabelSmall{
  font-size: 9px;
  font-weight: normal;
  color: #666666;
}

.contactFormTitle{
  font-family: Arial;
  font-size: 18px;
  color: #666666;
  font-weight: normal;
}

.contactFormSubTitle{
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  text-indent: 0px;
}

.contactFormError{
  font-size: 12px; 
  color: #666666; 
  font-weight: bold;
}

.contactButton {
  cursor: pointer;
  border: 1px solid #555;
  width: 112px;
  height: 15px;
  text-align: center;
  margin-top: 10px;
}

.formTitle { font-size: 16px; }
.formSubTitle { font-size: 16px; }

