@charset "utf-8";
/* CSS Document */

/*INICIO DO RESET*/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a{
    text-decoration: none;
    color: #000;
}

/*FIM DO RESET*/

html, body{
    height: 100%;
}
body{
    font-family: verdana;
}
div#structure{
    width: 100%;
    min-width: 910px;
    position: relative;
    min-height: 100%;
}
/*Hack para IE 6*/
* html #structure{
    height: 100%;
}

div#back_header{
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../images/header.png");
}

div#header{
    background-color: #1B4183;
}

div#content{
    min-height: 450px;
    padding: 10px 10px 100px;
}

div#footer{
    background-color: #1B4183;
    text-align:right;
    position: absolute;
    bottom: 0;
    width: 100%;
}
div#footer img{
    padding: 15px;
}

div#content table.padrao{
    width: 100%;
}

div#content table.padrao thead tr td{
    background-color: #DDD;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
}
div#content table.padrao thead tr td{
    text-align: center;
}

div#content table.padrao tbody tr.informacoes td{
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
}
div#content table.padrao tbody tr td{
    padding: 5px 10px;
    /*border-bottom: 1px solid #EEE;*/
}

div#content table.padrao tbody tr td.horario{
    width: 30px;
}

.atencao{
    clear: both;
    color: #F00;
    font-weight: bold;
    padding: 10px;
}

form#frmHorario label{
    display: block;
}
form#frmHorario fieldset fieldset{
    float: left;
}
form#frmHorario{
    margin: 0 auto;
    width: 750px;
}
form#frmHorario fieldset{
    float: left;
    margin: 10px;   
}
form#frmHorario select#frmCurso{
    width: 400px;
}
form#frmHorario select#frmTermo{
    width: 90px;
}
form#frmHorario select#frmTurma{
    width: 200px;
}


.botao_formulario{
    cursor: pointer;
    background-color: #DDD;
    font-size: 11px;
    padding: 3px 15px;
    border: 1px outset;
}
.botao_formulario:hover{
    background-color: #EEE;
    color: #1B4183;
}
p[attr="centro"]{
    text-align: center;
    padding: 20px 0 10px;
}

h1#header2{
    display: none;
}





