@charset "iso-8859-1";
/* CSS Document */

body{
font-family:Tahoma;
font-size:13px;
}

table#tabela{
font-family:Tahoma;
font-size:13px;
}

table#tabela a{
font-family:Tahoma;
font-size:13px;
color: #0000FF;
}
table#tabela a:hover{
font-family:Tahoma;
font-size:13px;
color:#0077FF;
}

table#tabela a:visited{
font-family:Tahoma;
font-size:13px;
color:#0000FF;
}

div#cabecalho{
text-align:center;
font-family:Tahoma;
font-size:22px;
}

hr{
color:#00CCFF;
background-color: #00CCFF;
}

h3{
font-family:Tahoma;
font-weight:normal;
font-size:18px !important;
text-decoration:none;
}

input.ovalbutton{
cursor:pointer;
border: #CCCCCC solid 1px;
margin-bottom:0px;
padding-bottom:0px;
background: transparent url('../img/bg_bt.png') repeat top left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 22px; /* Height of button background height */
/*padding-left: 10px; /* Width of left menu image */
}

div#conteudo{
width:100%; 
z-index:1;
}

div#menu{
width:100%; 
z-index:2;
}

div#topo{
width:100%; 
height:110px; 
padding-top:10px; 
text-align:left;
}

div.default{
position:absolute;
width:100%;
height:100%;
}

input.ovalbutton span{
/*padding: 4px 4px 4px 4px; /*Set 11px below to match value of 'padding-left' value above*/
font-weight:bold;
}

input.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

input{
border: #CCCCCC solid 1px;
}

.alert{
color:red;
}

h4{
font-weight:bold;
}

td.tituloAno{
background: transparent url('../img/bg_bt.png') repeat;
font-family:Tahoma;
font-size:15px !important;
}

td.ementa{
padding-bottom:10px;
font-family:Tahoma;
font-size:13px !important;
}

td.tituloNorma{
font-family:Tahoma;
font-size:13px !important;
}

input.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
font-weight:bold;
}

select{
font-size:12px;
width:205px;
}