* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
}

img {
    border: none;
}

a {
    color: #33BFEB; cursor: pointer;
}

.bolsista a {
    color: #FF0000; cursor: pointer;
}

a:hover {
    text-decoration: underline;
    color : #000;
}

h3 {
    font-size: 14px;
    background-color: #C4CBDC;
    font-weight: bold;
}

.legenda {
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}

.label {
    font-weight: bold;
}

.textBlur {
    padding: 2px 2px;
    border: 1px solid #006699;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #999999;
}

.textFocus {
    padding: 2px 2px;
    border:solid 1px #0000FF;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #000066;
}

.buttonOut {
    padding: 2px 2px;
    border: 1px solid #006699;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #000011;
}

.buttonOver {
    padding: 2px 2px;
    border:solid 1px #0000FF;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #0000FF;
}

.linhaImpar {
    background-color: #f2f2f2;
    padding-left: 10px;
}

.linhaTitulo {
    padding-left: 15px;
    background-color: #00CCFF;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    height: 30px;
}

.linhaPar {
    background-color: #F2F9F5;
    padding-left: 10px;
}

#wrap {
    width: 1000px;
    margin: 20px auto;
}

#header {
    height: 80px;
    width: 990px;
}

#header h1 {
    padding: 0 0 0 20px;
    font-size: 18px;
    letter-spacing: -2px;
}

#header h1 a {
    color: #33BFEB;
    text-decoration: none;
}

#header h1 a:hover {
    text-decoration: none;
    color: #000;
}

#header h2 {
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 100;
}

#top {
    background: #fff url(../images/top.gif) no-repeat;
    padding: 5px 0;
}

#menu {
    height: 50px;
    line-height: 25px;
    background: #33BFEB url(../images/menu.gif) no-repeat;
    font-size: 12px;
}

#menu ul {
    padding-left: 20px;
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    color: #323232;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 600;
}

#menu ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#content {
    padding: 10px 10px;
    background: #fff url(../images/content.gif) repeat-y;

}

.cTop {
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 11px;
}

.right {
    float: right;
    width: 780px;
    text-align: justify;
    padding: 0 20px 10px 10px;
    border-left: 1px solid #aaa;
}
.right h2 {
    color: #B4241B;
    font-size: 20px;
    letter-spacing: -2px;
    font-weight: 100;
    padding : 10px 0 15px 0;
}
.right h2 a {

}

.right h2 a:hover {

}

.left {
    float: left;
    width: 140px;
    padding: 10px;

}

.left h2 {
    font-size: 12px;
    color: #333;
    padding: 5px 0px 2px 0px;
}

.left ul {
    list-style-type: none;
    padding: 5px 0 10px 5px;
}

.left ul li {
    padding: 2px 5px;
}

/*
.left ul li a {
        display: block;
        color: #444;
        text-decoration:none;
}

.left ul li a:hover {
        color: #33BFEB;
}
*/

.left ul li a {
    display: block;
    color: #0000FF;
    text-decoration: none;
}

.left ul li a:hover {
    color: #0000AA;
    text-decoration: underline;
}

#bottom {
    background: #fff url(../images/bottom.gif) no-repeat;
    padding: 10px 0;
}

#footer {
    text-align: center;
    color: #666;
    font-size: 11px;
}

#footer  a {
    color: #666;
}

.mascara {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /*1440*/
    height: 100%; /*900*/
    z-index: 5000;
    background-color: #000;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity = 30);
}

.mascara[id]{
    position: fixed;
}

.caixa {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin: -100px 150px 150px -250px;
    border: 2px solid #0F96CB;
    text-align: left;
    background-color: #fff;
    padding: 5px;
}

.caixa[id] {
    position: fixed;
}

.popup {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 650px;
    z-index: 9999;
    margin-top: -160px;
    margin-left: -265px;
    border: 2px solid #0F96CB;
    text-align: left;
    background-color: #fff;
    padding: 5px;
}

.popup[id] {
    position: fixed;
}

.tituloAvisos {
    background: url(../images/alerta.gif) left no-repeat #FFFBDE;
    border: solid #000000 1px;
    color: #003399;
    font-weight: bold;
    height: 25px;
}

.tituloAvisos span {
    padding: 25px;
}

.conteudoAvisos {
    border-left: solid #000000 1px;
    border-right: solid #000000 1px;
    border-bottom: solid #000000 1px;
}

.conteudoAvisos span {
    padding: 5px;
}

.subtitulo {
    font-size: 11px;
    font-style: italic;
    background-color: #FFFFFF;
}

.titulo {
    font-size: 12px;
    background-color: #C4CBDC;
    font-weight: bold;
}

.assunto {
    font-size: 16px;
    background-color: #515F82;
    font-weight: bold;
    color: #FFFFFF;
}

.botao-parecer {
    border-top: 1px solid #5bde47;
    background: #077805;
    background: -webkit-gradient(linear, left top, left bottom, from(#469c3e), to(#077805));
    background: -webkit-linear-gradient(top, #469c3e, #077805);
    background: -moz-linear-gradient(top, #469c3e, #077805);
    background: -ms-linear-gradient(top, #469c3e, #077805);
    background: -o-linear-gradient(top, #469c3e, #077805);
    padding: 3px 6px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

.botao-parecer:hover {
    border-top-color: #3f8c38;
    background: #3f8c38;
    color: #bab4ba;
}

.botao-parecer:active {
    border-top-color: #134721;
    background: #134721;
}
