body{
	background-color:#F0F6FF;
}
a, h3, h4{
	color:#003366;
}
#wrap{
	background: transparent url("../img/docente/bg.jpg") repeat-x left top;
}
#topo{
	background:transparent url("../img/docente/bg_topo.jpg") repeat-x left top;
}
 /*TITULOS*/
h2.tit_1{
	width:240px;
    height:81px;
}
h2.tit_2{
	width:240px;
    height:32px;
}
h2.tit_3{
	width:240px;
    height:32px;
}
h2.tit_4{
	width:240px;
    height:32px;
}
h2.tit_5{
	width:240px;
    height:32px;
}
h2.tit_6{
	width:240px;
    height:55px;
}
h2.tit_7{
	width:240px;
    height:59px;
}
h2.tit_8{
    width:240px;
    height:86px;
}
h2.tit_9{
	width:240px;
    height:85px;
}
h3{
    background:transparent url("../img/docente/bg_h3.jpg") repeat-x left center;
}
h3 span{
    background-color:#C5E1F3;
}
/*
* BARRA USUARIO
*/
.topo_usuario{
	background:transparent url(../img/bg_barra_usuario_dir.jpg) no-repeat right bottom;
}
.usuario_topo_perfil{
	background:#3186AC url(../img/docente/borda_topo.gif) repeat-x left bottom;
}
#simulacaoUsuario, #topoStatic{
	background: transparent url(../img/bg_barra_usuario_esq.jpg) no-repeat left bottom;
	
}
.topo_usuario .amais a:hover,
.topo_usuario .amenos a:hover,
.topo_usuario .apadrao a:hover,
.topo_usuario .atalhos_teclado a:hover{
    color:#3186AC;
}
.topo_usuario #lista_atalhos{
    background:#3186AC;
    border-color:#2B7EA6;
}
.topo_usuario #lista_atalhos li a:hover{
    color:#3186AC;
}
.topo_usuario .bt_usuario_sair, .bt_usuario_sair:hover{
    background:transparent url("../img/bt_usuario_sair.jpg") no-repeat left top;
}
.topo_usuario .mapa_site{
    background:transparent url("../img/docente/ico_mapa_site.gif") no-repeat center 1px;
}
.topo_usuario .mapa_site:hover{
    background:#ffffff url("../img/docente/ico_mapa_site.gif") no-repeat center -16px;
}
.topo_usuario .troca_perfil{
    background:transparent url("../img/docente/bg_troca_perfil.gif") no-repeat center top;
    width:40px;
    height:16px;
    padding:0;
}
.topo_usuario .troca_perfil:hover{
    background:#FFF url("../img/docente/bg_troca_perfil.gif") no-repeat center bottom;
}
.topo_usuario .ajuda{
    background:transparent url("../img/docente/ajuda.png") no-repeat center top;
    width:18px;
    height:18px;
    padding:0;
    margin-right: 5px;
}
/**
*	Topo Perfil
*/
#barra_usuario_perfil div{
	background:#3186AB url(../img/docente/borda_topo.gif) repeat-x left bottom;;
}
#barra_usuario_perfil #div_perfil{
	background: transparent url(../img/docente/bg_barra_usuario_dir_perfil.jpg) no-repeat right bottom;
	padding:0;
}
#barra_usuario_perfil #div_perfil div{
	background: transparent url(../img/docente/bg_barra_usuario_esq_perfil.jpg) no-repeat left bottom;
	padding:5px 10px;
}
/*
 * NAVEGACAO SECUNDARIA
 */
#navegacao_secundaria, #navegacao_secundaria ul, #navegacao_secundaria a{
    border-color: #9ACDE6;
}
#navegacao_secundaria a:hover{
    background-color:#C4D7F6;
}
#navegacao_secundaria a.paiAtivo{
    background-color:#3186AC;
	color:#fff;
}
#navegacao_secundaria a.filhoAtivo{
    background-color:#C4D7F6;
}
#navegacao_secundaria .temFilho{
    background:transparent url("../img/docente/bg_menu.gif") no-repeat 205px center;
}
/*
* BREADCRUMB
*/
#breadcrumb ul li{
    color:#3186AC;
}
#breadcrumb a{
    background:transparent url("../img/docente/bg_breadcrumb.gif") no-repeat right center;
    color:#003366;
}
#breadcrumb .localizacao{
    background:transparent url("../img/docente/bg_hifen.gif") no-repeat right center;
    color:#003366;
}
/* TABELAS */
table{
    border-color:#A1C1FF;
}
.opcoes_tabela, .bg_h4, .paginacao{
    background:transparent url("../img/docente/bg_opcoes_tabela.gif") repeat left top;
}
caption{
    color:#317DAA;
    border-color:#A1C1FF;
}
.bg_tr, table.tablesorter tbody tr.even td {
	background-color:#C4D7F6;
}
.bg_tr_hover{
	background-color:#9DB3D7;
}
.molduraImg{
	border-color:#9ACDE6;
}
/*
* RODAPE
*/
#rodape .mao{
    background:transparent url(../img/docente/bg_rodape_mao.jpg) repeat-x right top;
}
/*
DATEPICK
*/
.datepick-links {
	background-color:#9ACDE6;
}
.datepick-control {
	background-color:#9ACDE6;
	border-bottom:1px solid #E6F0FC;
}
.datepick-days-cell-over {
	background-color: #9ACDE6;
	color: #000;
	border:1px solid red;
}
/* MSG para SuperUsuario */
.msgSu{
	background-color:#3399FF;
	border-top:2px solid #3366FF;
}


.cancelarIndicacao{
	background-color:#A52A2A;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.aceitarIndicacao{
	background-color:#6B8E23;
	color: white;
	font-weight: bold;
	padding: 3px;
}