/*
 Folha de Estilos do Modulo do Professor
*/

.ImagemSistema
{
    background-image: url(imagens/enquetes/cab.logo.png);
}

#curso
{
    width:99%;
}


/* LOAD SCREEN */



#loading
{
    position: absolute;
    left: 40%;
    top: 40%;
    background: white;
    z-index:99;
    padding:5px;
    border:1px solid #000;
    
    
}

#fundoLoading
{
    background-color: white;
    width:100%;
    height:100%;
    
    *width:100px;
    *height:100px;
       
    z-index:95;
       
    position:absolute;
    left:0px;
    top:0px;
    opacity: .5;
	filter: alpha(opacity=50);
}


#bodyOverlay
{
    background-color: white;
    z-index:95;
   
    position:absolute;
    left:0px;
    top:0px;
    
    width: 100%;
    opacity: .8;
	filter: alpha(opacity=80);
}


.transparenciaBranco
{
    background-color: white;
    z-index:95;
    opacity: .5;
	filter: alpha(opacity=50);
}

#PainelContens
{
     position:absolute;
     left:30%;
     top:45%;
     z-index:99;
     background-color: white;
     border:1px solid #000;
     
}




/* Titulo Tabelas */
.tituloFlds
{
    font-size:12px;
    font-weight:bold;
    padding-left:5px;
}

.subTituloFlds
{
    font-size:12px;
    font-weight:normal;
    padding-left:15px;
}

.tblBody
{
    border:1px solid #000;

}

.tblFldCaption
{
    background-color:#d0e4f8;
	background-image: url( 'imagens/ext_1.1/aero/grid/grid-hrow.gif' );
	padding:3px;
}

.tblFldInput
{
    background-color:#e9f1f7;
}




/* Visual Geral das Enquetes */
.TermoAdesaoTitulo
{
    font-size:12px;
    font-weight:bold;
}

.termoAdesaoBody
{
    margin-top:5px;
    padding-left:10px;
}



/* Questoes */
.numeroQuestao
{
    font-size:12px;
    padding-left:25px;
    /*font-weight:bold; */
}

.grupoQuestao
{
    font-size:12px;
    padding:10px 0 0 15px;
    font-weight:bold;
}

/*  */
.descricaoQuestao
{
    font-size:12px;
    padding-left:5px;
   /* font-weight:bold;*/
}


.realceCampos{
	border-color:1px solid #817F96;
}



