body
{
    background: none;
    color: #343434;
    font-size: 11px;
    font-family: 'Gudea', sans-serif;
}
div#result
{
    padding: 0px 0px 20px 0px;
}

div#result a:link, a:visited, a:active
{
    color: #17416E;
    text-decoration: none;
}

div#result a:hover
{
    color: #FFF;
    text-decoration: underline;
}

div#result td
{
    padding: 5px 5px 5px 5px;
}

.borda
{
    border: 1px solid #17416E;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

div#form td
{
    padding: 5px 0px 5px 0px;
}

div#titulo h1
{
    border-bottom: 1px solid #DADADA;
    color: #17416E;
    font-size: 1.5em;
}

div#titulo h1 a
{
    color: #17416E;
    font-weight: bold;
}

div#titulo h2
{
    font-size: 1.3em;
    padding: 0;
    margin: 0;
}

input[type="text"]
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 70px;
    height: 25px;
}

select
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 110px;
    height: 25px;
}

.botao,
.botao-margem
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #17416E;
    border: 1px solid #17416E;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: normal;
    height: 25px;
    cursor: pointer !important;
}

.botao-margem
{
    margin-right: 10px;
}


div#dtsessao_error,
div#inicio_error,
div#termino_error,
div#result_error
{
    width: 95px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(23, 65, 110, 0.1);
    border: 1px solid #17416E;
    border-radius: 5px;
    display: none;
}

div#result_error
{
    color: #17416E;
    width: 350px;
    display: block;
    padding: 0px 10px 0px 10px;
}



.titulotabela
{
    height: 30px;
    color: #FFF;
    font-weight: bolder;
    background: #17416E;
    
}


h1.titulo-principal { color: #17416E; font-size: 18px; font-weight: bold; padding-bottom: 15px; }

h2.titulo { color: #17416E; font-size: 16px; font-weight: bold; padding-bottom: 5px; }

.text-area-faleconosco textarea { height: 200px; margin-bottom: 10px; width: 420px; }

.row0 { border-top: 1px solid #FFF; border-bottom: 1px solid #CCC; background: #EEE; color: #000; }
.row0:hover { background: #EEE; color: #FFF; }
.row1 { border-top: 1px solid #FFF; padding-bottom: 5px; color: #000; }
.row1:hover { background: #EEE; color: #FFF; }

.periodo-sessao { float: left; padding-right: 25px; }



#ui-datepicker-div { font-size: 12px; }
