* {
    font-family: 'Lucida Grande',sans-serif; 
    font-size:11px;
    color: #333333;
}

body{
    font-family: 'Lucida Grande',sans-serif;
    line-height: 150%;
    margin: 0px;
    background-color:#F0EEE1;
    background-image:url(/img/bg.jpg);
    background-repeat:repeat-x;
    background-color: #FFFFFF;
    height:100%;
}

a img{
    border: 0px;
}

#login{
    background-image: url(/img/faca_login.jpg);
    height: 93px;
    background-repeat:no-repeat;
}   

#login #fields{
    margin-left: 15px;
}

#login #username{
    border: none;
    background-image: url(/img/form_username.gif);
    background-color:transparent;
    width: 165px;
    height: 22px;
    background-repeat:no-repeat;
    font-size: 14px;
    color: #5B8D19;
}

#login #senha{
    border: none;
    background-image: url(/img/form_username.gif);
    background-color:transparent;
    width: 165px;
    height: 22px;
    background-repeat:no-repeat;
    font-size: 14px;
    color: #5B8D19;
}

#login .senha2 {
    border: none;
    background-color:transparent;
    width: 1px;
    height: 22px;
    background-repeat:no-repeat;
    font-size: 14px;
    color: #5B8D19;
}

#login #login_aviso {
    vertical-align: bottom;
    margin-left: -20px;
    color: white;
    font-weight: bold;
}

.chamada{
    line-Height: 170%;
    color: #666666;
}

.destaque{
    color: #89B445;
    font-size: 18px;
    font-weight: bold;
}

.infoTitle{
    font-weight: bold;
    color: #809F43;
}

.cabecalho {
    line-height: 1;
    padding-top: 12px;
    padding-right: 0pt;
    padding-bottom: 24px;
    padding-left: 0pt;
    margin-left: 40px;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
}

.subpage {
    line-height: 1.2;
    margin-top: 5px;
    margin-right: 0pt;
    margin-bottom: 5px;
    margin-left: 0pt;
    font-size: 14px;
    color: #666666;
}

.text_field:active, .text_field:focus, .text_field_small:active, .text_field_small:focus {
    outline-color:-moz-use-text-color;
    outline-style:none;outline-width:0;
}

input.text_field {
    border:1px solid #ddd;
    font-size:18px;
    padding:5px;
    margin:0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

input.text_field_small {
    border:1px solid #ddd;
    font-size:18px;
    padding:5px;
    margin:0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

input.text_field:focus, input.text_field_small:focus {
    border-color:#aaa;
    background-color:#fafafa;
}

input.text_field.with-box, input.text_field_small.with-box {
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
}

#signup-form table{
    width: 100%;
    border-collapse:collapse;
}

#signup-form td.col-field {
    width: 100px;
    text-align: right;
    padding-right: 40px;
}

#signup-form td, #signup-form th {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    vertical-align: top;
}

#signup-form th {
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    color: #666666;
    padding-right: 10px;
    line-height: 42px;
}

.endereco {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    margin-right: 10px;
    line-height: 42px;
    width: 100px;
}

.box_endereco {
    text-align:center;
}

.aviso {
    font-size:18px;
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
}

.fieldSeparador{
    background-image: url(/img/separador_bottom_fields.gif);
    background-repeat:repeat-x;
    background-position:bottom;
}

dt {
    font-weight: bold;
    font-size:      11px;
}

dd {
    margin-bottom: 10px;
    font-size:      11px;
}

ul.ajustado {
    padding: 0;
    margin: 0 0 0 15px;
}

ul {
    font-size:      11px;
}

img {
    border: 0px;
}

ul {
    list-style:     url('http://tehospedo.com.br/img/capa/seta_green.gif');
    line-height:    160%;
}

ol {
    line-height:    160%;
}

fieldset {
    border: 1px solid #f0f0f0;
    display: block;
    background: #fff;
    padding: 4px;
    font-size:      11px;
}

legend {
    margin-bottom: 0px;
    font-size: 13px;
    padding: 0;
    color: #8E8D48;
    font-weight: bold
}

.formDefault{
    background-image: url(/img/bg_form.jpg);
    background-repeat:repeat-x;
    border: 1px solid #CDCDCD;
    color: #000000;
    font-size: 12px;
    padding: 0px;
    height: 20px;
}

.linhaEscura {
    background-color: #EBEED9;
}

.vantagens{
    background-image: url(/img/vantagens_bg.jpg);
    background-repeat:no-repeat;
}

.vantagens td{
    font-weight: bold;
    color: white;
    text-align:left;
}

.chamada{
    line-Height: 170%;
    color: #666666;
}

#submenu{
    margin-top: 3px;
    margin-left:1px;
}

.itemSubmenu{
    width: 100%;
}

.itemSubmenu a{
    text-decoration: none;
    color: #5E792F;
    font-size: 12px;
    font-weight: bold;
    display:block;
    padding: 4px;
    width: 100%;
}
