@charset "utf-8";
.body{
background-color: #104376;
}


.tabela_topo{
	width: 800px;
	border: thin solid #ccc;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/novabarra.jpg);
	background-repeat: no-repeat;
}

/* Tabela do cabeçalho com os dados dos alunos*/
.cabTable {
	width:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:thin;
	padding:0px;
	vertical-align:top;

}

.tabela_corpo{
	width:800px;
	border:thin solid #ccc;
	text-align:center;
	padding:10px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat:no-repeat;
}

.table_entrada{
background-image:url(images/back_entrada2.jpg);
background-position:center;
background-repeat:no-repeat;
vertical-align:middle;
}

.caixa_login{
margin: 0px;
padding: 0px;
width:159px;
height:32px;
background:url(images/caixa.png) no-repeat;
background-repeat:no-repeat;
text-align:center;
border:0px;
padding-top: 8px;
}
.texto_login{
font-family: verdana, arial, sans-serif;
font-size:12px;
font-weight: bold;
color:#FFFFFF;
}

.botao_login{
margin: 0px;
padding: 0px;
width:36px;
height:34px;
background:url(images/setarrow.png) no-repeat;
background-repeat:no-repeat;
border:0px;
}

.texto_rodape{
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight: bold;
color:#666666
}

.texto_menu{
font-family: verdana, arial, sans-serif;
font-size:12px;
font-weight: bold;
color:#FFFFFF;
}

.texto_boas_vindas{
font-family: verdana, arial, sans-serif;
font-size:12px;
font-weight: bold;
color:#000000;
}

/*##################Classes da tabela inserir (tabela.css)###########################*/


input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size:12px; /* tamanho da letra utilizada no preenchimento do formulário*/
} 


/* tabela principal de introdução */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}



/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #99FFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC; /* footer color */
}


/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

/* #########################classes que definem as tabs(example.css)#############################*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background:#D5E8D5;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background:#D3EFF0;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color:#CCC;
 border-bottom: 1px solid #9ACD32;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/*detalhes*/

.link{
	color:#0033FF;
	text-decoration:underline;
	cursor:pointer;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0033FF;
	text-decoration:underline;
	font-size:0.9em;
	background-color:#FFFFFF;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #CC6633;
	background-color:#FFFFFF;
	width:850px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/*#############################classes da barra de menu########################*/

ul.menu {
	list-style-type:none;
	width:800;
	position:relative;
	display:compact;
	height:33px;
	font-size:small;
	background:url(images/bg.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:0px solid #000;
	margin:0;
}

ul.menu li {
display:block;
float:right;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;

text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#248A7C;

}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#2EB1A2;
/*background-color:#DE3330;*/
}
