@charset "utf-8";
/* por Ricardo Burille */

h3.title
{
    padding:3px;
    font:14px Georgia, "Times New Roman", Times, serif !important;
}

h2.title
{
    margin-left:0px !important;
    width:100% !important;
    border-bottom:1px dotted #333;
    border-top:1px dotted #333;
    font:bold 14px Georgia, "Times New Roman", Times, serif !important;
    margin-bottom:10px;
    height:auto;
    display:table;
    color:#576167 !important;
}

h1.title, h2, h2 a
{
    height:25px;
    padding-top:5px !important;
    margin-top:0;
    color:#576167 !important;
}

h1.title{
	width:100% !important;
	border-bottom:1px dotted #333;
    border-top:1px dotted #333;
    font:bold 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	height:auto;
	display:table;
}

h2, h2 a{
    padding-bottom:5px !important;
    margin-left:20px !important;
    font:bold 14px Georgia, "Times New Roman", Times, serif !important;
    /*text-decoration:underline !important;*/
}

.formulario h2, .formulario h2 a
{
    margin-left:0 !important;
}

.formulario
{
    border:0px;
    width:100%;
    border-collapse:collapse;
    font:Georgia, "Times New Roman", Times, serif;
}

.formulario th, .formulario td
{
  text-align:left;
  padding-left:5px;
}

.formulario td h2
{
    height:auto;
    font:normal 14px Georgia, "Times New Roman", Times, serif !important;
    padding:3px !important;
    color:#000 !important;
}

.formulario th
{
  border-bottom:1px dotted #333;
  border-top:1px dotted #333;
  font:bold 16px Georgia, "Times New Roman", Times, serif;
  color:#576167;
  height:25px;
}

.formulario td
{
    padding:3px;
    font-size:12px;
}

.formulario tr.separador
{
  background-color:#fff;
}

.box
{
    background-color:#e0e5de;
    border-bottom:1px dotted #333;
}

.formulario, .box
{
  margin-bottom:20px;
}

.formulario td.label
{
    width:30% !important;
    font:bold 14px Georgia, "Times New Roman", Times, serif;
    color:#9DAAA1;
    text-align:right;
}

.formulario td.label2
{
    font:bold 14px Georgia, "Times New Roman", Times, serif;
    color:#9DAAA1;
    text-align:left;
}

.formulario td label
{
    margin-right:10px;
}

.formulario input, .formulario select, .submit
{
    height:20px;
    border:1px dotted #BEBFC2;
    width:310px;
    font-size:12px;
    vertical-align:middle;
}

.submit
{
    background-color:#fFF !important;
    width:auto !important;
    font-weight:bold !important;
    padding-left:10px !important;
    padding-right:10px !important;
    height:30px !important;
    color:#576167 !important;
    font:Georgia, "Times New Roman", Times, serif;
    margin-top:10px;
    margin-bottom:10px;
}

.formulario input.checkbox
{
    width:20px !important;
	height:20px !important;
	border:1px dotted #BEBFC2 !important;
}

input.campoDeTexto{
	width:310px;
	height:20px;
	border:1px dotted #BEBFC2;
}

input.ckbox{
	width:20px;
	height:20px;
	border:1px dotted #BEBFC2;
}

.formulario textarea{
	border:1px dotted #BEBFC2;
}

.formulario .largura_padrao
{
    width:270px !important;
}

.formulario .largura_cem
{
    width:100% !important;
}

.dropdown{
	width:130px;
	height:20px;
	border:1px dotted #BEBFC2;
}

form p label
{
	width:300px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px !important;
}

#errorExplanation {
  width: 400px !important;
  border: 2px solid red !important;
  padding: 7px !important;
  padding-bottom: 12px !important;
  margin-bottom: 20px !important;
  background-color: #f0f0f0 !important;
}

#errorExplanation h2 {
  text-align: left !important;
  font-weight: bold !important;
  padding: 5px 5px 5px 15px !important;
  font-size: 12px !important;
  margin: -7px !important;
  background-color: #c00 !important;
  color: #fff !important;
}

#errorExplanation p {
  color: #333 !important;
  margin-bottom: 0 !important;
  padding: 5px !important;
  color:#FF0000 !important;
  font-weight:bold !important;
   font-size:12px !important;
}

#errorExplanation ul li {
  font-size: 12px !important;
  list-style: square !important;
  color:#FF0000 !important;
  margin-left:20px !important;
}


div.pagination
{
  text-align:right;
}

.nowidth
{
  width:auto !important;
}

.noborder
{
  border:0px !important;
}