/* estrutura geral */
body, html
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	height: 100%;
}

#corpo
{
	border: 0px solid #FF0000;
	width: 100%;
	height: 100%;
	display: table;
	background-color: #FFFFFF;
}
/* estrutura geral */

.paddingPadrao
{
	padding: 10px;
}

.botao
{
	background-color: #F3F3F3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A4A5C;
	border-right-color: #3A4A5C;
	border-bottom-color: #3A4A5C;
	border-left-color: #3A4A5C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3A4A5C;
	cursor: pointer;
}

.corTitulo
{
	background-color: #00516D;
}

.textoTabelaAlternado
{
	background-color: #EFEFEF;
}

/*Modal Popup*/

.modalBackground2
{
	background-color: #837F7F;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.campoTexto01_Menor
{
	height: 55px;
}

div#mensagemDiv
{
	width: 80%;
	margin-right: 10%;
	padding-top: 5px;
	padding-left: 10%;
	font-weight: normal;
}

.erro_fill
{
	background-color: #F7E5E5;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 11px;
	clear: both;
	margin-left: 10%;
	border: solid 1px #CD2626;
}

.erro_fill2
{
	background-color: #F7E5E5;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 11px;
	border: solid 1px #CD2626;
}

.sucesso_fill
{
	background-color: #E5EFE5;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.atencao_fill
{
	background-color: #FFFFE5;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.informacao_fill
{
	background-color: #E5F5FF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.linkEquivalente
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0000DD;
}

.caixaBotoes
{
	float: right;
	margin-right: 12px;
}

/* alert */
.boxPai
{
	border: 1px solid #01506D;
	width: 620px;
	height: auto;
	display: table;
	background-color: #FFFFFF;
}

.titAlertTop
{
	border: 0px solid red;
	width: 620px;
	height: 20px;
	background-color: #01506D;
}

.titAlert
{
	border: 0px solid white;
	width: 570px;
	height: 20px;
	float: left;
	margin-left: 5px;
	background-color: #01506D;
}

#botaoFecharAlert
{
	border: 0px solid black;
	width: 13px;
	height: 13px;
	float: right;
}

#paiQuadros
{
	border: px solid red;
	width: 600px;
	height: auto;
	float: left;
	margin-left: 5px;
	text-align: left;
}

.infosAlert
{
	border: 1px solid #D6D6D6;
	width: 570px;
	height: auto;
	float: left;
	display: table;
}

.textoAlert
{
	border: 0px solid red;
	width: 500px;
	height: auto;
	float: left;
	padding-left: 15px;
}

.bgCabecalhoQuadroAlert
{
	border-right: 0px solid #DBDBDB;
	width: 570px;
	height: 20px;
	background-image: url(../imagens/estrutura/bgCabecalhoTabela.gif);
	background-repeat: repeat-x;
}
/* fim alert */

/* botoes */
.btPadrao
{
	border: 1px solid #3a4a5c;
	width: 70px;
	height: 18px;
	background-color: #e6e6e6;
	background-image: url(../imagens/estrutura/bgBotoes.gif);
	background-repeat: repeat-x;
}

.btPadrao2
{
	border: 1px solid #3a4a5c;
	width: 160px;
	height: 18px;
	background-color: #e6e6e6;
	background-image: url(../imagens/estrutura/bgBotoes.gif);
	background-repeat: repeat-x;
}

.titulosBotoes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a4a5c;
	font-weight: bold;
	cursor: pointer;
}
/* botoes */

/* menu efeito */
ul.menubar
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

ul.menubar .submenu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px solid #ccc;
	float: left;
}

ul.menubar ul.menu
{
	display: none;
	position: absolute;
	margin: 0px;
	border: 1px solid #ededed;
}

ul.menubar a
{
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #777;
}


ul.menu, ul.menu ul
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	width: 150px; /* Width of Menu Items */
	background-color: #E6E6E6; /* IE6 Bug */
}

ul.menu li
{
	position: relative;
	list-style: none;
	border: 0px;
}

ul.menu li a
{
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #777;
	padding: 5px;
}

ul.menu li sup
{
	font-weight: bold;
	font-size: 7px;
	color: red;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li
{
	float: left;
	height: 1%;
}
* html ul.menu li a
{
	height: 1%;
}
/* End */

ul.menu ul
{
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0px;
}

ul.menu li.submenu ul
{
	display: none;
}
/* Hide sub-menus initially */

ul.menu li.submenu
{
	background: #E6E6E6 right center no-repeat;
}

ul.menu li a:hover
{
	color: #E2144A;
}
/* menu efeito */

/* popup */
.boxPaiPopUp
{
	border: 1px solid #226780;
	width: 650px;
	height: auto;
	display: table;
	padding-bottom: 10px;
	background-color: White;
}


.boxConteudoPopUp
{
	border: 0px solid red;
	width: 633px;
	height: auto;
	float: left;
	margin-left: 5px;
	display: table;
}


.paiCabecalhoPopUp
{
	border-right: 1px solid #d8d8d8;
	width: 633px;
	height: 20px;
	margin-top: 10px;
	background-image: url(../imagens/estrutura/bgCabecalhoTabela.gif);
	background-repeat: repeat-x;
}

.cantoBgPopUp
{
	border: 0px solid black;
	width: 7px;
	height: 20px;
	float: left;
	background-image: url(../imagens/estrutura/bgCantoTabela.gif);
}


.tituloDescricaoPopUp
{
	border: 0px solid black;
	width: 600px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.quadroPaiPopUp
{
	border: 1px solid #d8d8d8;
	width: 633px;
	height: auto;
	margin-top: 2px;
	display: table;
}

.tituloPopUp
{
	border: 0px solid red;
	width: 650px;
	height: 20px;
	background-color: #226780;
}


.textoTopPopUp
{
	border: 0px solid #ffffff;
	width: 634px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}

.btFecharPopUp
{
	border: 0px solid;
	width: auto;
	height: auto;
	float: right;
}

.textoPopUp
{
	border: 0px solid red;
	width: 600px;
	height: auto;
	float: left;
}



.titulosPopUp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.textonormalPopUp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.titulosPretoPopUp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


.infosPopUp
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}


.textoCampos01PopUp
{
	border: 0px solid red;
	width: 50%;
	height: 20px;
	float: left;
	padding-top: 6px;
}

.textoCampos02PopUp
{
	border: 0px solid red;
	width: 42%;
	height: 20px;
	float: right;
	padding-top: 6px;
}


.textoCampos03PopUp
{
	border: 0px solid red;
	width: 32%;
	height: 20px;
	float: left;
	padding-top: 6px;
}

.camposPopUp
{
	border: 0px solid blue;
	width: 98%;
	height: auto;
	float: left;
	display: table;
	margin-left: 6px;
}

.bordaTudo
{
	border: 1px solid #c1c1c1;
	height: 500px;
	overflow: auto;
}
/* popup */

/* quadros */
#quadroPai
{
	border: 0px solid #000000;
	width: 100%;
	height: auto;
	margin-top: 5px;
	display: table;
}


.cabecalhoQuadro
{
	border-top: 1px solid white;
	width: 100%;
	height: 20px;
	margin-top: 13px;
	clear: both;
	padding-top: 3px;
}

#paiTitsMenores
{
	border: 0px solid #000000;
	width: 100%;
	height: auto;
}

.paiTitsMenores
{
	border: 0px solid #000000;
	width: 100%;
	height: auto;
}


.cabecalhoQuadroMenor
{
	border: 0px solid #0099FF;
	width: 60%;
	height: auto;
	margin-top: 10px;
	float: left;
}


.cabecalhoQuadroMenor02
{
	border: 0px solid #0099FF;
	width: 37%;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 27px;
}

.bgCanto
{
	border: 0px solid #000000;
	width: 7px;
	height: 20px;
	float: left;
	background-image: url(../imagens/estrutura/bgCantoTabela.gif);
	background-repeat: no-repeat;
}

.bgCabecalhoQuadro
{
	border-right: 1px solid #DBDBDB;
	width: 96%;
	height: 20px;
	float: left;
	margin-left: 10px;
	background-image: url(../imagens/estrutura/bgCabecalhoTabela.gif);
	background-repeat: repeat-x;
}


#quadro
{
	border: 0px solid red;
	width: 98%;
	height: auto;
	float: left;
	margin-left: 11px;
}

.bgCabecalhoQuadro02
{
	border-right: 1px solid #DBDBDB;
	height: 20px;
	width: 94%;
	background-image: url(../imagens/estrutura/bgCabecalhoTabela.gif);
	background-repeat: repeat-x;
	float: left;
}

.tituloQuadro
{
	border: 0px solid #FF00FF;
	height: auto;
	width: auto;
	float: left;
	margin-top: 3px;
	margin-left: 0px;
}

.quadro
{
	border: 0px solid blue;
	width: 98%;
	margin-top: 5px;
}

.tabela01
{
	border: 0px solid red;
	width: 98%;
	height: 100%;
	margin-top: 1px; /*float: left;*/
	margin-left: 10px;
	margin-bottom: 5px;
	display: table;
}

#infosPai
{
	border: 0px solid blue;
	width: 95%;
	height: auto;
	display: table;
}


.infos
{
	border: 0px solid #00CC00;
	width: 97%;
	height: auto;
	float: left;
	margin-left: 11px;
	padding-top: 4px;
	padding-bottom: 11px;
}

.campo01
{
	border: 0px solid #00CC00;
	width: 50%;
	height: auto;
	float: left;
}


.campoTexto01
{
	border: 1px solid #ffffff;
	width: 100%;
	height: 100px;
	float: left;
	overflow: auto;
}

#campo02
{
	border: 0px solid #00CC00;
	width: 45%;
	height: auto;
	float: right;
}

#textoCampos01
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}


#textoCampos02
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}

#textoCampos03
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}

#textoCampos04
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: right;
	padding-top: 6px;
}

#textoCampos04
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}

#textoCampos05
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}



#textoCampos07
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}

#textoCampos08
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding-top: 6px;
}

.retanguloPadrao
{
	border: 1px solid #D9D9D9;
	width: 100%;
	height: 100%;
	float: left;
}


.estiloTabela01
{
	width: 98%;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-color: #CCCCCC;
}


.tabelaInformacao
{
	border: 1px solid #999999;
	border-collapse: collapse;
	border-color: #CCCCCC;
}

.estiloLinhaTabela01
{
	border: 1px solid #9966FF;
	height: 12px;
	background-color: #00516D;
	text-align: left;
}

.estiloColunaTabela01
{
	width: 100px;
}

.estiloColunaTabela01_02
{
	width: 100px;
}


#linhaBotoes
{
	border: 1px solid #000000;
	width: 100%;
	height: 17px;
	left: 22px;
	clear: both;
}

#btVoltar
{
	border: 1px solid #003399;
	width: 15px;
	height: 17px;
	float: left;
}

#btAvancar
{
	border: 1px solid #003399;
	width: 15px;
	height: 17px;
	float: right;
}

#botaoFiltrarPai
{
	border: 1px solid #000000;
	width: 700px;
	height: 26px;
	margin-top: 5px;
	clear: both;
	float: left;
}


#botaoFiltrar
{
	border: 1px solid #000000;
	width: 56px;
	height: 19px;
	float: left;
	margin-top: 5px;
}

#botaoVoltarQuadroPai
{
	border: 1px solid red;
	width: 95%;
	height: auto;
	clear: both;
	float: left;
	margin-left: 12px;
	text-align: right;
}



#quadros02Pai
{
	border: 0px solid #CC6666;
	width: 98%;
	height: auto;
	clear: both;
	float: left;
	margin-left: 10px;
}

.quadros02Pai
{
	border: 0px solid #CC6666;
	width: 98%;
	height: auto;
	clear: both;
	float: left;
	margin-left: 10px;
}



.selecao
{
	border: 1px solid #AFBABE;
	width: 60%;
	height: 200px;
	float: left;
	overflow: auto;
}


.informacao
{
	border: 1px solid #AFBABE;
	width: 37%;
	height: 200px;
	float: right;
	margin-right: 9px;
	overflow: auto;
}

.barraOpcoes
{
	border: 0px solid red;
	width: 98%;
	height: 15px;
	clear: both;
	padding-top: 6px;
}

#opcoes
{
	border: 0px solid red;
	width: 98%;
	height: 23px;
	float: left;
	margin-left: 8px;
	margin-top: 5px;
}


.opcao01
{
	border: 0px solid #000000;
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
}

.opcao02
{
	border: 0px solid #000000;
	width: auto;
	height: auto;
	float: right;
	padding-right: 4px;
}


.tabelaQuadroHorarios
{
	border: 0px solid red;
	width: 100%;
	height: auto;
}

.estiloTabelaHorarios
{
	border: 1px solid #999999;
	border-collapse: collapse;
	border-color: #CCCCCC;
}
/* quadros */

/* rodape */
.rodape
{
	border-top: 0px;
	width: 100%;
	clear: both;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
}

#todoconteudopagina
{
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}

* html #todoconteudopagina
{
	height: 100%;
	position: absolute;
}

#conteudopagina
{
	padding-bottom: 100px;
}

#rodapeFilho
{
	border: 0px solid #000000;
	width: 100%;
	height: 37px;
	background-image: url(../imagens/estrutura/bgRodape.gif);
	background-repeat: no-repeat;
	margin-top: 28px;
	position: relative;
}

#textoRodape
{
	border: 0px solid #006600;
	width: 200px;
	height: auto;
	float: right;
	margin-top: 17px;
	position: relative;
}
/* rodape */

/* textos */
.linksTopo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4E61;
	font-weight: bold;
	text-align: left;
}

.textoData
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4E61;
	font-weight: normal;
	text-align: right;
}

.textoNomeTopo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}


.textoNomeTopoNegrito
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.linksAba
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
	font-weight: normal;
}

.textoMenor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
	font-weight: normal;
}

.titulos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.titulosFoscos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADADAD;
	font-weight: bold;
}


.textoMenorFosco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADADAD;
	font-weight: normal;
}

.titulosQuadros
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.tituloTabela
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}


.textoTabela
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
/* textos */

/* topo */
.topoPai
{
	border: 0px solid #000000;
	width: 100%;
	height: 63px;
}


.paiLogos
{
	border: 0px solid #990000;
	width: 100%;
	height: 62px;
}


.logoEsq
{
	border: 0px solid #FF6600;
	width: 170px;
	height: 52px;
	float: left;
	margin-left: 10px;
}


.logoDir
{
	border: 0px solid #CC6699;
	width: 170px;
	height: 52px;
	float: right;
}


.menuPai
{
	border: 0px solid #009900;
	width: 100%;
	height: 23px;
	background-image: url(../imagens/estrutura/bgMenuTopo.gif);
}

#menuFilho
{
	border: 0px solid red;
	width: 100%;
	height: 20px;
}

#menuItens
{
	border: 0px solid #000000;
	width: 500px;
	height: 15px;
	float: left;
}


.setinha01
{
	border: 0px solid #000000;
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(../imagens/icones/setaitem.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}



#link01
{
	border: 0px solid #33FF00;
	width: 110px;
	height: 11px;
}


#setinha02
{
	border: 0px solid #000000;
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(../imagens/icones/setaitem.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}



#link02
{
	border: 0px solid #33FF00;
	width: 110px;
	height: 15px;
	float: left;
	padding-top: 2px;
}

#setinha03
{
	border: 0px solid #000000;
	width: 15px;
	height: 12px;
	float: left;
	background-image: url(../imagens/icones/setaitem.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}



#link03
{
	border: 0px solid #33FF00;
	width: 110px;
	height: 15px;
	float: left;
	padding-top: 2px;
}


#data
{
	border: 0px solid #0033CC;
	width: 300px;
	height: auto;
	float: right;
	margin-top: 2px;
	text-align: right;
}


#teste
{
	border: 0px solid red;
	width: 200px;
	height: 25px;
	float: right;
}

.campoNomePai
{
	border: 0px solid red;
	width: 100%;
	height: 27px;
	background-color: #00516D;
}


#nome
{
	border: 0px solid #00CC00;
	width: 300px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 3px;
}

#abaMenu
{
	border: 0px solid #000000;
	width: 200px;
	height: 25px;
	float: right;
	margin-top: 2px;
	background-image: url(../imagens/estrutura/bgAbaTopo.gif);
	background-repeat: no-repeat;
}

#linksAba
{
	border: 0px solid blue;
	width: 150px;
	height: auto;
	margin-top: 10px;
	float: left;
	margin-left: 12px;
	text-align: center;
}

#tituloDaTela
{
	border: 0px solid red;
	width: 100%;
	height: 25px;
	display: table;
}

.bgTitTela
{
	border: 0px solid #33FF00;
	width: 94%;
	height: 26px; /*float: left;*/
	margin-left: 10px;
	background-image: url(../imagens/estrutura/bgTituloTela.gif);
	background-repeat: no-repeat;
}

.paiTitulo
{
	border: 0px solid black;
	width: auto;
	height: auto;
	display: table;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}



#titulo
{
	border: 0px solid blue;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 30px;
	margin-top: 3px;
}


#tituloeData
{
	border: 0px solid #00CC00;
	width: 98%;
	height: auto;
	display: table;
	clear: both;
}


#titulo02
{
	border: 0px solid #FF0000;
	width: 300px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
}

#dataTitulo02
{
	border: 0px solid #FF0000;
	width: 220px;
	height: auto;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
}
/* topo */

#menubv
{
	width: 80%;
	padding: 0;
	margin: 0;
	font: 9px Verdana,Arial,Helvetica,sans-serif;
}
#menubv dl
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubv dd
{
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	margin: 0;
}
#menubv dd a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 6px solid #D9D9D9;
	border-right: 6px solid #D9D9D9;
	background-color: #F0F0F0;
	color: #000001;
	text-decoration: none;
}

#menubv dd a:hover
{
	background-color: #004F6C Transparent;
	color: #AAA;
}




#menubv dt
{
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	margin: 0;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
}
#menubv dt a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #F0F0F0;
	color: #000001;
	text-decoration: none;
}

.menudefault
{
	height: auto;
	width: 150px;
}

.titulo_fill
{
	background-image: url(../imagens/titulo_fill.gif);
	background-color: #F8F8F8;
	width: 100%;
	vertical-align: middle;
}

.all_height
{
	height: 100%;
}

.preto_negrito
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.preto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.preto_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: navy;
	font-weight: bold;
}

td
{
	vertical-align: top;
}

.caixaTexto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px #BBBBBB double;
	background-color: #FFFFFF;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px #BBBBBB double;
}

.programaAula
{
	border: solid 1px #000000;
	background-color: #ffffff;
	color: Black;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}


.conteudoProgramatico
{
	height: 280px;
	width: 550px;
	background-color: White;
	border-width: 2px;
	border-color: Black;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
}

.conteudoProgramaticoTexto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 540px;
	height: 260px;
	padding-left: 5px;
	position: relative;
}

.conteudoProgramaticoTreeView
{
	background-color: #ffffff;
	color: Black;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.conteudoProgramaticoNode
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.conteudoProgramatico2
{
	height: 280px;
	width: 550px;
	background-color: White;
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
}

.materialApoioArquivo
{
	height: 80px;
	width: 280px;
	background-color: White;
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 45%;
}
.LinkFechar
{
	color: White;
	text-decoration: none;
}
.tablePaginaErro
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-collapse: collapse;
	color: Black;
	font-style: normal;
	text-align: left;
}
.linhaAlternadaPaginaErro
{
	background-color: #F8F8F8;
	text-align: left;
}

.cabecalhoPaginaErro
{
	background-color: #004F6C;
	color: White;
	font-size: 10px;
	font-weight: bold;
}

.label_redPaginaErro
{
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: Red;
}
.retanguloPadraoPaginaErro
{
	border: 1px solid #D9D9D9;
	width: 100%;
	height: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.quadroPaginaErro
{
	border: 0px solid blue;
	width: 100%;
	height: auto;
	display: table;
	margin-top: 5px;
	float: left;
	clear: both;
}

.linkQuadroHorario
{
	text-decoration: none;
	color: Blue;
}

.linkQuadroHorario:hover
{
	text-decoration: underline;
	color: Navy;
}

.quadroHorarioPanel
{
	height: 170px;
	width: 550px;
	background-color: White;
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
}

.NotasFaltasTotaisPanel
{
	height: 160px;
	width: 550px;
	background-color: White;
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
}

.DetalhesNotasFaltasTotais
{
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
	width: 60%;
}

.DetalhesFaltaMensal
{
	border: solid 2px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
	width: 40%;
}

.DetalhesMaterialApoio
{
	border: solid 1px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
	width: 40%;
}

.DetalhesInformacaoCurso
{
	border: solid 1px #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	position: absolute;
	left: 25%;
	top: 25%;
	width: 500px;
	height:400px;
}

.select2
{
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A4A5C;
	border-right-color: #3A4A5C;
	border-bottom-color: #3A4A5C;
	border-left-color: #3A4A5C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.accordionHeaderSelected
{
	background-color: #D8D8D8;
	border: 1px solid #2F4F4F;
	color: white;
	cursor: pointer;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
	height: 26px;
}

.accordionHeader
{
	background-color: #F8F8F8;
	border: 1px solid #2F4F4F;
	color: white;
	cursor: pointer;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
	height: 26px;
	vertical-align: top;
}

.accordionContent
{
	background-color: #F8F8F8;
	border-color: -moz-use-text-color #2F4F4F rgb(47, 79, 79);
	border-style: none dashed dashed;
	border-width: medium 1px 1px;
	padding: 10px 5px 5px;
}

.accordionLink
{
	color: Navy;
	text-decoration: none;
}

.accordionLink:hover
{
	text-decoration: underline;
}

.linkrelatorio
{
	color: Navy;
	text-decoration: none;
}

.linkrelatorio:hover
{
	text-decoration: underline;
}

.paragrafo
{
	margin: 1 0 15px 0;
	padding: 0;
	line-height: 5px;
	border-collapse: collapse;
	max-width: 650px;
	width: 650px;
	text-align: justify;
}

.EditorFormulas
{
	padding: 0.5cm;
	line-height: 1;
	clear: both;
	border: solid 1px #BFBAB0;
	min-width: 500px;
	max-width: 700px;
	width: 700px;
	background-color: #F2EFE9;
	background-image: url(~/imagens/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.Retangulo
{
	padding: 20px;
	line-height: 1;
	clear: both;
	border: solid 1px #BFBAB0;	
	background-color: #FFFCF7;	
	background-repeat: repeat-x;
	color: #000000;	
}

.pretoTitulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.pretoSubTitulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.LegendaEditorFormulas
{
	padding: 0.5cm;
	line-height: 1;
	clear: both;
	border: solid 1px #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(~/imagens/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.RequiredValidator
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 11px;
	clear: both;
	padding-left: 4px;
}

/* ProtocoloSolicitacao */
.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFDD;
	border: 3px solid Gray;
	padding: 3px;
	width: 250px;
}

.accordionInvisible
{
	display:none;
}

.Fixo
{
	position:fixed;	
}

.TituloModalPopup
{
	font-family: Verdana;
	font-size: 11px;
	color: #545454;
	padding: 5px;
	font-weight: bold;
}

.ConteudoModalPopup
{
	overflow: auto;
	width: 450px;
	height: 290px;
}

.ModalPopupCidades
{
	width: 460px;
	height: 380px;
	border: solid 2px #000000;
	background-color: #EFF3FF;
	padding: 1px;
}