/* 
    Document   : professor
    Created on : 28/09/2010, 16:14:51
    Author     : paulo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {margin: 0; padding: 0}


.titulo-table{
	background:#A9A9A9 url("../imagens/dark.png") repeat-x;
	background: 000;
	padding-top:5px; 
	padding-bottom:5px; 
	width: 100%; 
	color: #4F4F4F;
	border-top: 1px solid #d3d3d3;
	border-bottom:  1px solid #d3d3d3;
	/*
	border-bottom: 1px solid #d3d3d3; 
	border-top: 1px solid #d3d3d3;
	*/	
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
 background:#fff url("../imagens/bg_menu.png") repeat-x;
max-width:1120px;
width: 92%;
margin-top: -2px;
}
.jqueryslidemenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
margin-left: 10px;
width: 100%
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

height: 35px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
background:#fff url("../imagens/bg_menu.png") repeat-x;
color: white;
padding: 7px 7px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
background: #004D91;
background:#fff url("../imagens/bg_menu.png") repeat-x;
}

.jqueryslidemenu ul li a:hover{
background: #778; /*tab link background during hover state*/
color: white;
}


/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
top:6px
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 150px; /*width of sub menus*/
padding: 5px;
margin: -13px;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}





body{
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size:12px; 
    /*font-size:12px; background:#fff url("../imagens/bgBody.jpg") repeat-x;*/
}

#topo{
    float: left;
    width:100%;
    display:block;
}
#topo h1{
    /*background: transparent url("../imagens/logoProfessor.png") no-repeat;*/
    width:361px;
    height:auto;
    float:right;
    margin-top: 10px;
    _margin-left: 50px;
    display:block;
}
#topo img{
    -background: transparent url("../imagens/logoProfessor.png") no-repeat;
    float:left;
    margin-top: 10px;
    margin-left: 75px;
    _margin-left: 50px;
    display:block;
}
.separador{
    background: #000000; 
    height: 2px; 
    width: 500px;
    text-align: center;
    margin-top: 180px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 300px;
}


#menu {
    width: 200px;
    float: right;
    margin-top: 20px;
}

ul#menu{ padding:2em 0 0 0; display:block; }

#menu li{
    list-style:none;
    clear:both;
    background:url("../imagens/icoLista.png") no-repeat left ;
    padding: 5px;
}
#menu li a{
    text-decoration:none;
    color:#fff; font-weight: bold;
    padding:10px 0 0 15px;
}

#menu li a:hover{text-decoration: underline; color: #FFFF00;}

#topo h1 span{ display:none;}

#conteiner{
    width:100%;
    padding: 2px;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#conteudo{
	width:92%; 
	max-width:1100px;
	clear:both; margin: auto; }

#conteudo .h2Conteudo{
    background: transparent url("../imagens/bgH2.png") repeat-x left bottom;
    width:100%;
    height:auto;
    font-size:14px;
    margin:1em 0 1em 0;
    margin-bottom:20px;
    margin-top:40px;
    padding-bottom:6px;
    text-transform: uppercase;
    font:normal 160%/1.4em Arial,"Trebuchet MS",Trebuchet,Verdana,Sans-serif;
    text-align: left;
}

table tr td {padding: 5px; font-size: 12px}
td {padding: 5px}
.table {background:#F7F7F7; font-size:11px; color:#4F4F4F; font-weight:bold; text-align: left}

#tabs{width: 100%; margin: auto; }

#grid{width: 100%}

.linha {cursor: pointer}

.bmtd {background: #DFE8F6; color: #000}

.login{
    clear: both;
    padding-top: 20px;
    width:auto;
    margin: auto;
    margin-left: 20%
}
.rodape_pagina{
	background:#fff url("../imagens/bg_rodape.png") repeat-x;

   color:white;
   font-size: 11px;
   font-family: arial, sans-serif;
   text-align: center; 
   width: 100%;
   
       
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
   
    width: 100%;
    

    float: left;

}

.boxLogin{

    background: transparent url("../imagens/bgCadastro.png") no-repeat;
    width: 100%;
    height: 174px;
    display: block;
    left:50%;
    padding-top: 10px;
    border: 0;
}

.boxLogin form{
    height: 130px;
}
.boxLogin form label{
    font-weight: bold;
}


#matricula_login
{
    
    margin-left: 108px;
    width: 400px;
}

#matricula_login label
{
    font: 15px arial, sans-serif;
    font-weight: bold;
    text-shadow: black 2px 2px 1px;
    clear: both;
}

#senha_login
{
   
    margin-left: 108px;
    margin-top: 4px;
    width: 400px;
}

#botao_login
{
   
    margin-left: 140px;
    margin-top: 10px;
    width: 400px;
}
.boxLogin form .boxLoginBotao{

    font-weight: bold;
    text-transform: uppercase;
    background: transparent url("../imagens/btn_entrar.png") no-repeat;
    height: 39px;
    width: 149px;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 4px;
    
    
}

#senha_login label
{
    font: 15px arial, sans-serif;
    font-weight: bold;
    text-shadow: black 2px 2px 1px;
}



.boxLogin form label{
    font-weight: normal;
    color: #fff;
    padding-left: .3em;
    
}
.boxLogin form .input{
width: 175px;
float: left;
list-style: none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 12px;
-webkit-box-shadow:2px 2px 1px  black;
-moz-box-shadow: 2px 2px 1px  black;
box-shadow: 2px 2px 1px  black;
border:  0 ;
margin-top: -3px;

}


.boxLogin form div.msg{
    padding: 5px;
    text-align: right;
    -color: #0072AB;
    -float:right;
     text-shadow: black 2px 2px 1px;
}

#links_login
{
    
    margin-top: -17px;
    float: right;
    width: 170px;
}

#links_login a
{
    font-size: 11px;
    margin-top: 3px;
    font-family: arial, sans-serif;
    float: left;
    text-decoration: none;
    color: #fff;
}
#links_login a:hover
{
    font-size: 11px;
    margin-top: 3px;
    font-family: arial, sans-serif;
    float: left;
    text-decoration:underline;
    color: #fff;
}




.boxLogin .subAcoes a{color: #3D8C48;}

.boxDescServicos{
    width: 430px;
    display: block;
    float: right;
    text-align: left;
}
.boxDescServicos h3{ color: #97941c; font-size: 14px;}
.boxDescServicos li{
    color: #666;
    list-style: none;
}

.h3Titulo{
    color: #666;
    font-weight: normal;
    margin-top: -13px;
    font-size: 15px;
}

.h3Titulo span{
    color: #FF7F00;
    font-weight: bold;
}

form p{ margin:0 0 0.5em 0;}
form label{width: 150px; text-align:right; display:block; float:left; padding:0 5px 0 0; margin:0; color:#fff;}

input, textarea {
    margin-bottom: 10px;
    padding: 4px;
    border:2px solid #ccc;
}

select {margin-bottom: 10px; padding: 4px; border-width:1px;border-style:solid;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}

select:FOCUS,INPUT:FOCUS,textarea:focus {
    border:2px solid #369BC6;
}

#back_link {padding: 5px 20px 5px 20px; float: right; text-decoration: none; font-weight: bold; margin-bottom: 10px; margin-top: 10px}

#print_link {padding: 5px 20px 5px 20px; float: center; text-decoration: none; font-weight: bold}

#t_conteudo {padding: 20px}

.disabled {background: #ccc; border: 2px solid #a9a2a2; font-weight: bold}

.pageTitle{
    font:italic normal normal 24px/29px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    color: #494343;
    width: 500px;
}

.nav-bar{border: 1px solid #D3D3D3; padding: 10px; display: inline-block; width: 98%; background: #F9F9F9; margin-bottom: 20px;}

.ul-nav li{
    margin-top: 20px;
    list-style: none;
    float: left;
    padding: 1px 15px 0 0;
    padding: 5px;
}
#listaFrequencia{
    clear: both;
}

.msg-aguarde{border: 3px solid #584b4b; -moz-box-shadow:5px 5px 10px #333; font-weight: bold; font-size: 14px; z-index: 9999; position: absolute; margin-left: 35%; top: 300px; display: none; padding: 10px; background: rgba(124, 124, 124, 0.9); color: #fff; width: 300px; text-align: center; margin-bottom: 5px}

.msg-erro-mapa{padding: 10px; width: 520px;}

.bntSave{ padding: 2px; margin: 0 5px 0 0; cursor: pointer}

.bntClose {padding: 2px; cursor: pointer}

.bntEdit {padding: 2px; cursor: pointer}

.toolbarAtv{padding: 10px; border: 1px solid #e7dfdf; background: #F9F9F9; }

.editable{padding: 20px; }

.espace {padding-left: 80%}

.help {float: right; top: -20px}

.help a{border-bottom: 1px dashed; text-decoration: none; color: #91C05E; font-size: 16px}

.help a:hover{border-bottom: 1px solid; cursor: help}

#conteudo-modal{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; padding: 10px; text-align: left; line-height: 20px; font-size: 16px}

.chk-frequencia{display: none}

.t-chk-frequencia{display: none}
