/* Start of YUI CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/* End of YUI CSS Reset */

/* regras genéricas */
.a-esquerda {
    text-align: left;
}

.a-centro {
    text-align: center;
}

.a-direita {
    text-align: right;
}

/* Elementos Gerais */
body {
    font-family: arial, sans-serif;
    background-color: #FFF;
    background-color: #F5F5F5;
    background-image: url(../img/template/fundo_login.png);
    background-repeat: repeat-x;
}

input[type=text], textarea, select, input[type=button], input[type=submit] {
    border: 1px solid #888;
}

input[type=button], input[type=submit] {
    background-image: url(../img/template/fundo_botoes.png);
    background-repeat: repeat-x;
    padding: 3px;
    border-radius: 3px;
}

strong {
    font-weight: bold;
}

.botao_a a {
    display: inline-block;
    padding: 4px 10px;
    background-image: url(../img/template/fundo_botoes.png);
    background-repeat: repeat-x;
    color: #222;
    border: 1px solid #555;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 13px;
}

/* Fim dos elementos gerais */

.paginacao {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #5D90A2;
    margin: 8px 0px 5px 0px;
}

.paginacao a {
    color: #5D90A2;
}

#informativo {
    margin: 0px 0px 20px 0px;
    border-radius: 6px;
    border: 2px solid #659BC9;
    padding: 10px;
    color: #659BC9;
    background-color: #C3D3E8;
}

.alerta {
    background-color: lightpink;
    text-align: center;
    font-weight: bold;
    color: #444;
    font-size: 14px;
    padding: 10px;
    margin: 10px 0px;
    border: 2px solid #888;
}

#wrapper {
    width: 1000px;
    background-color: #FFF;
    margin: 0px auto;
}

#topo {
    background-color: #FFD5D5;
    background-image: url(../img/template/fundo_topo.png);
    height: 117px;
}

#topo .esquerda {
    width: 26px;
    height: 117px;
    float: left;
    /* background-image: url(../img/template/fundo_topo_esquerda.png); */
}

#topo .direita {
    width: 26px;
    height: 117px;
    float: right;
    /* background-image: url(../img/template/fundo_topo_direita.png); */
}

#opcoes_topo {
    float: right;
    margin-top: 10px;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    text-align: right;
}

#opcoes_topo ul li {
    display: inline-block !important;
    width: 76px;
    height: 64px;
    background-image: url(../img/template/fundo_icones_menu_superior.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    margin-top: 15px;
}

#opcoes_topo ul li a {
    font-size: 11px;
    text-decoration: none;
    color: blue;
    font-weight: bold;
}

#menu {
    margin: 0px 0px 10px 0px;
}

#menu ul {
    padding-top: 82px;
}

#menu li {
    display: inline-block;
    background-image: url(../img/template/fundo_botao_menu.png);
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 4px;
}

#menu li:hover, #menu li.selecionado {
    display: inline-block;
    background-image: url(../img/template/fundo_botao_selecionado_menu.png);
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 4px;

}

#menu li a {
    display: inline-block;
    height: 35px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    background-image: url(../img/template/fundo_botao_menu_direita.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 10px;
    padding-right: 4px;
    outline: none;
}

#menu li a:hover, #menu li a.selecionado {
    display: inline-block;
    height: 35px;
    color: #FE8A11;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../img/template/fundo_botao_selecionado_menu_direita.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 10px;
    padding-right: 4px;
    outline: none;
}

#info_usuario {
    font-size: 12px;
    text-align: right;
    border-bottom: 2px solid #1F74F7;
    margin-bottom: 6px;
}

#info_usuario ul li {
    display: inline-block;
    margin: 0px 0px 6px 8px;
}


/*** CONTEÚDO **/

#conteudo {
    background-image: url(../img/template/fundo_conteudo.png);
    background-repeat: repeat-y;
    padding: 10px 4px;
}

#conteudo a {
    text-decoration: none;
}

#conteudo_inner {
    width: 785px;
    float: right;
}

#menu_conteudo {
    width: 192px;
    float: left;
    background-color: #EEE;
    padding: 4px;
}

#menu_conteudo input, #menu_conteudo select {
    display: block;
    width: 186px;
    margin-bottom: 4px;
    padding: 4px 3px;
    background-color: #FFF;
    border-radius: 3px;
}

#menu_conteudo label {
    font-size: 12px;
    font-weight: bold;
    color: #777;
}

#conteudo table {
    width: 100%;
    margin: 0px auto;
}

#conteudo table th {
    font-weight: bold;
    font-size: 16px;
    background-color: #DDD;
    color: #777;
    padding: 5px 2px;
}

#conteudo table td {
    font-size: 14px;
    padding: 5px 2px;
}

#conteudo table td ul li {
    list-style: disc inside;
}

#conteudo_inner .linha_tabela {
    background-color: #EEE;
    border-top: 1px solid #ddd;
}

#conteudo h1 {
    font-size: 18px;
    font-weight: bold;
    color: #5D90A2;
    margin-bottom: 10px;
}

#conteudo h2 {
    font-size: 16px;
    font-weight: bold;
    color: #5D90A2;
    margin: 8px 0px 10px 0px;
}

#conteudo h3 {
    font-size: 14px;
    font-weight: bold;
    color: #5D90A2;
}

#conteudo h4 {
    font-size: 16px;
    color: #777;
    font-weight: bold;
    border-bottom: 2px solid;
    border-bottom-color: #777;
    width: 60%;
}

/* Formulários */
#conteudo_inner .botoes_opcao {
    text-align: right;
}

.botoes_opcao input {
    cursor: pointer;
}

#conteudo_inner label {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

#conteudo_inner input[type=text],
#conteudo_inner input[type=password],
#conteudo_inner select,
#conteudo_inner textarea {
    width: 60%;
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #555;
    padding: 4px 3px;
    border-radius: 3px;
    background-color: #FFF;
}

#conteudo_inner textarea {
    height: 100px;
}

#conteudo_inner input[type=text]:hover,
#conteudo_inner input[type=text]:focus,
#conteudo_inner input[type=password]:hover,
#conteudo_inner input[type=password]:focus,
#conteudo_inner select:hover,
#conteudo_inner select:focus,
#conteudo_inner textarea:hover,
#conteudo_inner textarea:focus {
    background-color: #EEE;
}

td.meio, th.meio {
    text-align: center;
}

input.datas {
    height: 22px;
    width: 100% !important;
    font-size: 12px !important;
}

input.editaveis {
    width: 100% !important;
    height: 22px;
    font-size: 12px !important;
    text-align: left;
}
label.error {
    color: #E33;
    display: block;
}


input.error {
    background-color: #E33;
    color: #FFF;
}

select.error {
    background-color: #E33;
    color: #FFF;
}

select.situacao {
    width:34% !important;
    height: 22px !important;
    font-size: 12px !important;
}

textarea.error {
    background-color: #E33;
    color: #FFF;
}

.limpa {
    clear: both;
}

#form_agendamento select {
    width: 170px !important;
    display: inline-block;
}

#form_pre_agendamento select {
    display: inline-block;
}

#form_agendamento label input[type=checkbox] {
    display: inline-block !important;
    width: 13px;
}

.multiplos_agendamento {
    cursor: pointer;
}

#tipo input {
    display: inline;
}

/*** FIM CONTEÚDO **/

#baixo {
    background-image: url(../img/template/baixo_conteudo.png);
    background-repeat: no-repeat;
    height: 8px;
}

#rodape {
    text-align: center;
    font-size: 12px;
    color: #555;
    padding: 15px 0px 10px 0px;
}

#rodape a {
    color: #555;
    text-decoration: none;
}

#mascara_tela {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#333;
    display:none;
}

#agendamento_rapido {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 900px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 20px;
}

img.mostratip {
    cursor: pointer;
}

#ui-datepicker-div {
    width: 270px;
}
