@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);

@font-face {
	font-family: fontHorario;
	src: url("/fonts/bgothm.eot") /* EOT file for IE */
}
@font-face {
	font-family: fontHorario;
	src: url("/fonts/bgothm.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: fontFacil;
	src: url("/fonts/curl.eot") /* EOT file for IE */
}
@font-face {
	font-family: fontFacil;
	src: url("/fonts/curl.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: vijaya;
	src: url("/fonts/vijaya.eot") /* EOT file for IE */
}
@font-face {
	font-family: vijaya;
	src: url("/fonts/vijaya.ttf") /* TTF file for CSS3 browsers */
}

.tituloContrato {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.topicoClausulaContrato {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.clausulaContrato {
	font-size: 14px;
	text-align: justify;
	margin-left: 50px;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	behavior: url("/javascript/csshover3.htc");
	background-color: #9DA9B1;
	overflow: auto;
}

a img {border: none; }

#divCruzada {
	position: absolute;
	border: 1px solid black;
	top: 1800px;
	left: 0px;
	width: 300px;
	height: 300px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#divAssisEtapa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#divAssisEtapa3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#divAssisEtapaFundo {
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#divAssisEtapa3Fundo {
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#divConteudoAssisEtapa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 2px solid black; 
}


#divConteudoAssisEtapa3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 2px solid black; 
}

#menuHome {
	position: absolute;
	top: 30px;
	left: 2px;
	background-color: #889A65;
	height: 60px;
	width: 105px;
}

#menuHome TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuHome:HOVER {
	position: absolute;
	top: 0px;
	left: 2px;
	background-color: #889A65;
	height: 100%;
	width: 105px;
	cursor: hand;
	cursor: pointer;
}

#menuHome:HOVER TABLE TR TD a {
	color: white;
	text-decoration: none;
}

#menuHomeSelecionado {
	position: absolute;
	top: 30px;
	left: 2px;
	background-color: #889A65;
	height: 80px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuHomeSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: white;
	text-decoration: none;
}

#menuPrincipal {
	position: absolute;
	top: 20px;
	left: 2px;
	height: 50px;
	width: 105px;
}

#menuPrincipal TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuPrincipal:HOVER {
	top: 0px;
	height: 90px;
	cursor: hand;
	cursor: pointer;
}

#menuPrincipal:HOVER TABLE TR TD a {
	color: white;
}

#menuPrincipalSelecionado {
	position: absolute;
	top: 20px;
	height: 70px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuPrincipalSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: yellow;
	text-decoration: none;
}

#menuSolucao {
	position: absolute;
	top: 30px;
	left: 117px;
	background-color: #97AAA0;
	height: 60px;
	width: 105px;
}

#menuSolucao TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuSolucao:HOVER {
	position: absolute;
	top: 0px;
	left: 117px;
	background-color: #97AAA0;
	height: 100%;
	width: 105px;
	cursor: hand;
	cursor: pointer;
}

#menuSolucao:HOVER TABLE TR TD a {
	color: white;
	text-decoration: none;
}

#menuSolucaoSelecionado {
	position: absolute;
	top: 30px;
	left: 117px;
	background-color: #97AAA0;
	height: 80px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuSolucaoSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: white;
	text-decoration: none;
}

#menuVantagens {
	position: absolute;
	top: 30px;
	left: 232px;
	background-color: #96AEBE;
	height: 60px;
	width: 105px;
}

#menuVantagens TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuVantagens:HOVER {
	position: absolute;
	top: 0px;
	left: 232px;
	background-color: #96AEBE;
	height: 100%;
	width: 105px;
	cursor: hand;
	cursor: pointer;
}

#menuVantagens:HOVER TABLE TR TD a {
	color: white;
	text-decoration: none;
}

#menuVantagensSelecionado {
	position: absolute;
	top: 30px;
	left: 232px;
	background-color: #96AEBE;
	height: 80px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuVantagensSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: white;
	text-decoration: none;
}

#menuPrecos {
	position: absolute;
	top: 30px;
	left: 347px;
	background-color: #B3BAC1;
	height: 60px;
	width: 105px;
}

#menuPrecos TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuPrecos:HOVER {
	position: absolute;
	top: 0px;
	left: 347px;
	background-color: #B3BAC1;
	height: 100%;
	width: 105px;
	cursor: hand;
	cursor: pointer;
}

#menuPrecos:HOVER TABLE TR TD a {
	color: white;
	text-decoration: none;
}

#menuPrecosSelecionado {
	position: absolute;
	top: 30px;
	left: 347px;
	background-color: #B3BAC1;
	height: 80px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuPrecosSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: white;
	text-decoration: none;
}

#menuRevenda {
	position: absolute;
	top: 30px;
	left: 462px;
	background-color: #DBD9D1;
	height: 60px;
	width: 105px;
}

#menuRevenda TABLE TR TD a {
	font-size: 18px;
	font-family: tahoma;
	color: black;
	text-decoration: none;
}

#menuRevenda:HOVER {
	position: absolute;
	top: 0px;
	left: 462px;
	background-color: #DBD9D1;
	height: 100%;
	width: 105px;
	cursor: hand;
	cursor: pointer;
}

#menuRevenda:HOVER TABLE TR TD a {
	color: white;
	text-decoration: none;
}

#menuRevendaSelecionado {
	position: absolute;
	top: 30px;
	left: 462px;
	background-color: #DBD9D1;
	height: 80px;
	width: 105px;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#menuRevendaSelecionado TABLE TR TD {
	font-size: 18px;
	font-family: tahoma;
	color: white;
	text-decoration: none;
}

#divBarraInferior {
	position: absolute;
	top: 500px;
	top: calc(100% - 40px);
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #F5C491;
	overflow: hidden;
}

#divBarraInferiorHorescolarCom {
	position: absolute;
	top: 500px;
	top: calc(100% - 40px);
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: rgb(152,175,133);
	overflow: hidden;
}

#menuNovidades {
	position: absolute;
	top: 430px;
	left: 0px;
	width: 180px;
	height: 80px;
	background-color: #F5C491;
	overflow: hidden;
}

#menuNovidades span {
	font-size: 14px;
	font-family: tahoma, verdana;
	color: black;
	font-weight: normal;
}

#menuNovidades:HOVER span a {
	color: red;
	cursor: hand;
	cursor: pointer;
}

#menuOrcamento {
}

#menuOrcamento span {
	font-size: 14px;
	font-family: tahoma, verdana;
	color: black;
	font-weight: normal;
}

#menuOrcamento:HOVER span a {
	color: red;
	cursor: hand;
	cursor: pointer;
}


#menuLateral {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 180px;
	height: 100px;
	background-color: #F5C491;
}

#menuLateral TABLE TR TD {
	font-size: 24px;
	color: black;
}

#menuLateral:HOVER TABLE TR TD A {
	color: red;
	cursor: hand;
	cursor: pointer;
}

#menuLateral:HOVER TABLE TR TD {
	color: red;
	cursor: hand;
	cursor: pointer;
}


#menuLateralLicencas {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 180px;
	height: 126px;
	background-color: #F5C491;
}

#menuLateralLicencas TABLE TR TD {
	font-size: 24px;
	color: black;
}

#menuLateralLicencas:HOVER TABLE TR TD A {
	color: red;
	cursor: hand;
	cursor: pointer;
}

#menuLateralLicencas:HOVER TABLE TR TD {
	color: red;
	cursor: hand;
	cursor: pointer;
}


.slideshow { margin: 0px auto; padding: 0; }
.slide { margin: 0; padding: 0 }
.slideshow, .slide { width: 354px; height: 188px; }
.slide img { padding: 4px; border: 1px solid #ccc; background-color: #eee; margin: auto; display: block }

.linkSemFormato {
	text-decoration: none;
}

.linkSemFormato:HOVER {
	color: red;
}

.linkSemFormato:VISITED {
	color: black;
}

.semFormato2 {
	text-decoration: none;
	color: inherit;
}

.semFormato2:VISITED {
	text-decoration: none;
	color: inherit;
}

.semFormato2:LINK {
	text-decoration: none;
	color: inherit;
}

.semFormato {
	text-decoration: none;
	color: black;
}

.semFormato:VISITED {
	text-decoration: none;
	color: black;
}

.semFormato:LINK {
	text-decoration: none;
	color: black;
}

.panelTituloAssistente {
	background-color: #4682B4;
	border: 2px solid #4682B4;
}

.fontTituloAssistente {
	font-size: 20px;
	font-family: tahoma;
	color: #FFD700;
	/*#FFFFE0;*/
}

.fontTituloAssistenteMenor {
	font-size: 16px;
	font-family: tahoma;
	color: #FFD700;
	/*#FFFFE0;*/
}

.fontTextoAssistente {
	font-size: 18px;
	font-family: tahoma;
	font-weight: normal;
	color: #5F9EA0;
}

.fontTextoAssistente14 {
	font-size: 14px;
	font-family: tahoma;
	font-weight: normal;
	color: #5F9EA0;
}

.fontTextoAssistente16 {
	font-size: 16px;
	font-family: tahoma;
	font-weight: normal;
	color: #5F9EA0;
}

.fontComentario {
	font-size: 11px;
	font-family: tahoma;
	font-weight: 100;
	color: black;
}

.mainPanelAssistente {
	background-color: white; 
	/*#FFFFE0;*/
	/*#FFFACD*/
}

.divCenter {
	margin: 0px auto;
}

.divBorda2 {
	border: 2px solid #4682B4;
	/*#808080*/
}

.fontDentroAssistente {
	font-size: 14px;
	font-family: tahoma;
	font-weight: normal;
	color: black;
}

.fontDentroAssistente2 {
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #FFD700;
	white-space: nowrap;
}

.textoSemana {
	font-size: x-small;
	font-family: tahoma;
	font-weight: bold;
}

.textoSemanaMini {
	font-size: 9px;
	font-family: arial;
	font-weight: bold;
}

.textoPrimeiroHorarioHabilitado {
	border: 1px solid darkorange;
	background-color:#FFCC66;
	text-align: center;
	height:28px;
	width:75px;
}

.textoNumHorariosHabilitado {
	border: 1px solid darkblue;
	background-color:#669999;
	text-align: center;
	height:28px;
	width:75px;
}

.textoPrimeiroHorarioDesabilitado {
	height:28px;
	width:75px;
}

.textoNumHorariosDesabilitado {
	font-size: x-small;
	font-family: tahoma;
	font-weight: bold;
}

.linhaPrimeiroHorario {
	background-color: #F9E2A1;	
}

.linhaNumHorarios {
	background-color: #9FB8C6;
}

.linhaLimiteProf {
	background-color: #F9E2A1;
}

.periodoSemana0 {
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(197, 223, 210);
}

.periodoSemana1 {
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(222, 211, 224);
}

.periodoSemana2 {
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(142, 145, 142);
}

.periodoSemana3 {
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(213, 178, 194);
}

#linhaLimiteProf {
	background-color: #F9E2A1;
}

.textoHoraSemana {
	font-size: small;
	font-family: tahoma;
	font-weight: bold;
}

.menuInferior {
	text-decoration: none;
	font-size: medium;
	color: black;
}

.menuInferior:HOVER {
	color: crimson;
}

.divAguardo {
	height: 100%;
	width: 100%;
	background-color: black;
	color: yellow;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

#divIniciar {
	cursor: pointer;
}

#divIniciar:HOVER {
	-webkit-box-shadow:  0px 0px 15px 1px black;
    box-shadow:  0px 0px 15px 1px black;
}

#divIniciar div.divSeta {
	background-image: url("/images/seta_cinza_abaixo.png");
	background-repeat: no-repeat;
}

#divIniciar:HOVER div.divSeta {
	background-image: url("/images/seta-azul-abaixo.png");
	background-repeat: no-repeat;
}

#divIniciar div.divRelogio {
	background-image: url("/images/relogio_titulo_pb.png");
	background-repeat: no-repeat;
}

#divIniciar:HOVER div.divRelogio {
	background-image: url("/images/relogiotitulo.png");
	background-repeat: no-repeat;
}

#divIniciar a.link {
	color: #bbb;
}

#divIniciar:HOVER a.link {
	color: blue;
}


#divTotal {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#divTotalFull {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#divTitulo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 90px;
	overflow: hidden;

	background: rgb(60,116,107); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(60,116,107,1) 0%, rgba(152,175,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,116,107,1)), color-stop(100%,rgba(152,175,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c746b', endColorstr='#98af85',GradientType=1 ); /* IE6-9 */
}

#divTitulo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 90px;
	overflow: hidden;
	/* background-color: #FFFFFF; */


	background: rgb(152,175,133); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(152,175,133,1) 0%, rgba(60,116,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(152,175,133,1)), color-stop(100%,rgba(60,116,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(152,175,133,1) 0%,rgba(60,116,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(152,175,133,1) 0%,rgba(60,116,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(152,175,133,1) 0%,rgba(60,116,107,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(152,175,133,1) 0%,rgba(60,116,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98af85', endColorstr='#3c746b',GradientType=1 ); /* IE6-9 */
}

#divTituloHFAluno {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	overflow: hidden;

	background: rgb(60,116,107); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(60,116,107,1) 0%, rgba(152,175,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,116,107,1)), color-stop(100%,rgba(152,175,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c746b', endColorstr='#98af85',GradientType=1 ); /* IE6-9 */
}


#divTituloHFCom {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 90px;
	overflow: hidden;
	background-color: white;
}

#divAbaixoTitulo {
	position: absolute;
	top: 90px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

#divAbaixoTitulo2 {
	position: absolute;
	top: 90px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	height: calc(100% - 132px);
	overflow: hidden;
	background-color: rgb(236, 234, 229);
}

#divAbaixoTituloHFAluno {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}


#etapa1Assis1,#etapa1Assis2,#etapa1Assis3,#etapa1Assis4,#etapa1Assis5,#etapa1Assis6,#etapa1Assis7,#etapa1Assis8
	{
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1%;
	padding: 1%;
	width: 400;
	height: 400;
	border: 5px solid #000;
	display: none;
}

#etapa2Assis1,#etapa2Assis2,#etapa2Assis3,#etapa2Assis4,#etapa2Assis5,#etapa2Assis6,#etapa2Assis7,#etapa2Assis8
	{
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1%;
	padding: 1%;
	width: 400;
	height: 400;
	border: 5px solid #000;
	display: none;
}

#etapa3Assis1,#etapa3Assis2,#etapa3Assis3 {
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1%;
	padding: 1%;
	width: 400;
	height: 400;
	border: 5px solid #000;
	display: none;
}

#etapa4Assis1,#etapa4Assis2,#etapa4Assis3,#etapa4Assis4 {
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1%;
	padding: 1%;
	width: 400;
	height: 400;
	border: 5px solid #000;
	display: none;
}

#etapa5Assis1,#etapa5Assis2,#etapa5Assis3,#etapa5Assis4,#etapa5Assis5,#etapa5Assis6
	{
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1%;
	padding: 1%;
	width: 400;
	height: 400;
	border: 5px solid #000;
	display: none;
}

#divMenuDinamico {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	background-color: RGB(237, 192, 142);
	text-align: center;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	overflow-y: hidden;
	overflow-x: hidden;
}

#divHelp {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: RGB(237, 192, 142);
	overflow-y: hidden;
	overflow-x: hidden;
	display: none;
}

#assistente {
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 300;
	height: 300;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

.assistente {
	background-color: black;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#divBloqueio {
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

#divBloqueio2 {
	position: fixed;
	background-color: black;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	display: none;
}

.divBloqueioSolido {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.divBloqueio {
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

#textFieldNumHorarios {
	border: 1px solid darkblue;
	background-color: #669999;
	text-align: center;
	width: 75px;
}

.textFieldNumHorarios {
	border: 1px solid darkblue;
	background-color: #669999;
	text-align: center;
	width: 75px;
}

#textFieldHorarioIni {
	border: 1px solid darkblue;
	background-color: RGB(150, 174, 190);
	color: white;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

#tdTituloSemana {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: hand;
	cursor: pointer;
}

.tdTituloSemana {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	height: 20px;
	cursor: hand;
	cursor: pointer;

}

#tdDesabilitado {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: RGB(183, 103, 103);
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: hand;
	cursor: pointer;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
}

.tdDesabilitado {
	border: none;
	background-color: RGB(183, 103, 103);
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
}


#tdHabilitado {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	width: 75px;
	height: 20px;
}

.tdHabilitado {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	width: 75px;
	height: 20px;
}

#tdIntervalo {
	border: 1px solid black;
	background-color: cornflowerblue;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
}

#divLogin {
	position: relative;
	width: 100%;
	font-size: 9px;
	font-weight: bolder;
	font-family: tahoma;
}

#titulo1,#titulo2 {
	float: left;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #FF99FF;
}

#menuConteudo {
	background-color: #FFFFFF;
	background-image: url("/images/lateral.jpeg");
	background-repeat: no-repeat;
	height: 837px;
	overflow: hidden;
}

#menuConteudo2 {
	background-color: #BB825B;
	height: 837px;
	width: 180px;
	overflow: hidden;
}

#divMiniBarraTitulo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 97px;
	width: 100%;
	/* background-image: url("/images/lateral_mini3.jpg"); */
	background-repeat: repeat;
}

#divBarraTitulo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 97px;
	/* background-image: url("/images/titulobarra.png"); */
	/* background-repeat: no-repeat; */	
}

#divHorarioFacil1 {
	position: absolute;
	top: -10px;
	left: -5px;
	/* background-image: url("/images/horariofacil1.png"); */
	background-repeat: no-repeat;
	text-shadow:0px 0px 4px #ebfc00;
}

#divHorarioFacil2 {
	position: absolute;
	top: 20px;
	left: 100px;
	/* background-image: url("/images/horariofacil2.png"); */
	background-repeat: no-repeat;
	text-shadow:0px 0px 4px #fcaf3e; 

	-ms-transform:rotate(346deg); /* IE 9 */
	-moz-transform:rotate(346deg); /* Firefox */
	-webkit-transform:rotate(346deg); /* Safari and Chrome */
	-o-transform:rotate(346deg); /* Opera */
}

#divHorarioFacilAnoVersao {
	position: absolute;
	top: 46px;
	left: 200px;
	/* background-image: url("/images/horariofacil2.png"); */
	background-repeat: no-repeat;
	/*text-shadow:0px 0px 4px #ebfc00;*/

	-ms-transform:rotate(346deg); /* IE 9 */
	-moz-transform:rotate(346deg); /* Firefox */
	-webkit-transform:rotate(346deg); /* Safari and Chrome */
	-o-transform:rotate(346deg); /* Opera */ 
}

#divSairSistema {
	position: absolute;
	top: 0px;
	left: 0px;
}

#divHorarioFacil2mini {
	position: absolute;
	top: 44px;
	left: 780px;
	width: 93px;
	height: 50px;
	background-image: url("/images/horariofacil2mini.png");
	background-repeat: no-repeat;
}

#divHorarioFacil3 {
	position: absolute;
	top: 34px;
	left: 780px;
	width: 111px;
	height: 60px;
	background-image: url("/images/horariofacil3.png");
	background-repeat: no-repeat;
}

#divLogoTitulo {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 101px;
	height: 68px;
	background-image: url("/images/titulo/relogio_medio.png");
	background-repeat: no-repeat;
}

#divLogoTituloPequenoLadoDireito {
	position: absolute;
	top: 41px;
	right: 10px;
	width: 101px;
	height: 68px;
	background-image: url("/images/titulo/relogio_pequeno.png");
	background-repeat: no-repeat;
}

#divLogoTituloHFAluno {
	position: absolute;
	top: 31px;
	right: 10px;
	width: 101px;
	height: 68px;
	background-image: url("/images/titulo/relogio_pequeno.png");
	background-repeat: no-repeat;
}

#divSubMenuTitulo {
	position: absolute;
	top: 0px;
	left: 170px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

#divSubMenuTituloHFAluno {
	position: absolute;
	top: 55px;
	left: 10px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

#divSubMenuEtapa {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

#divChangeLocale {
	position: absolute;
	top: 58px;
	right: 150px;
	width: 230px;
	height: 36px; 
	overflow-y: hidden;
	overflow-x: hidden;
}

#divPushPin {
	width: 46px;
	height: 46px;
	cursor: pointer;
}

#divTitulo-old {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 877px;
	height: 115px;
	background-image: url("/images/titulobarra.png");
	background-repeat: no-repeat;
}

#divRelogioTitulo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 158px;
	height: 106px;
	background-image: url("/images/relogiotitulo.png");
	background-repeat: no-repeat;
}

#divHorarioFacilTitulo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 239px;
	height: 99px;
	background-image: url("/images/relogiotitulo.png");
	background-repeat: no-repeat;
}

#divMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 231px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	overflow-y: auto;
	overflow-x: auto;
}

#divMenu2 {
	position: absolute;
	top: 90px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#divMiniLogin {
	position: absolute;
	top: 97px;
	left: 0px;
	width: 180px;
	height: 100px;
	background-color: #F5C491;
}

#divSocial {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 180px;
	height: 30px;
	background-color: #F5C491;
}

#divSubMenuIcone {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 106px;
}

#divSubMenuIcone.img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#fundoDivEtapa5 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	background-color: #CCFF99;
}

#imgCriarSemana {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100px;
	background-image: url("/images/criarsemana1.png");
	background-repeat: no-repeat;
}

#imgNovaSala {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100px;
	background-image: url("/images/novasala1.png");
	background-repeat: no-repeat;
}

#imgNovaMateria {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100px;
	background-image: url("/images/novamateria1.png");
	background-repeat: no-repeat;
}

.imgCriarSemanaGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/criarsemana1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgCriarSemanaGWT:HOVER {
	background-image: url("/images/criarsemana2.png");
}

.imgReCriarSemanaGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/refazersemana1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgReCriarSemanaGWT:HOVER {
	background-image: url("/images/refazersemana2.png");
}

.textoRotacionado {
	-moz-transform: rotate(-90deg); /* Para Firefox */
	-webkit-transform: rotate(-90deg); /* Para Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Para IE */
}

.imgCriarSemana2GWT {
	width: 85px;
	height: 97px;
	background-image: url("/images/criarsemana1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgCriarSemana2GWT:HOVER {
	background-image: url("/images/criarsemana2.png");
}

.imgAdicionarPeriodoGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/adicionarperiodo1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgAdicionarPeriodoGWT:HOVER {
	background-image: url("/images/adicionarperiodo2.png");
}

.imgNovaMateriaGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/novamateria1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovaMateriaGWT:HOVER {
	background-image: url("/images/novamateria2.png");
}

.imgNovaMateria2GWT {
	width: 85px;
	height: 97px;
	background-image: url("/images/novamateria1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovaMateria2GWT:HOVER {
	background-image: url("/images/novamateria2.png");
}



.imgNovaSalaGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/novasala1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovaSalaGWT:HOVER {
	background-image: url("/images/novasala2.png");
}

.imgNovaSala2GWT {
	width: 85px;
	height: 97px;
	background-image: url("/images/novasala1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovaSala2GWT:HOVER {
	background-image: url("/images/novasala2.png");
}


.imgNovoProfessorGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/novoprofessor1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovoProfessorGWT:HOVER {
	background-image: url("/images/novoprofessor2.png");
}

.imgNovoProfessor2GWT {
	width: 85px;
	height: 97px;
	background-image: url("/images/novoprofessor1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgNovoProfessor2GWT:HOVER {
	background-image: url("/images/novoprofessor2.png");
}



#imgNovoProfessor {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100px;
	background-image: url("/images/novoprofessor1.png");
	background-repeat: no-repeat;
}

#imgAjudaEtapa {
	position: absolute;
	top: 0px;
	left: 90px;
	height: 100px;
	width: 100px;
	background-image: url("/images/ajuda1.png");
	background-repeat: no-repeat;
}

.imgAjudaEtapaGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/ajuda1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	background-color: transparent;
}

.imgAjudaEtapaGWT:HOVER {
	background-image: url("/images/ajuda2.png");
}

.imgUniaoSalasGWT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 97px;
	background-image: url("/images/salas/uniao1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	background-color: transparent;
}

.imgUniaoSalasGWT:HOVER {
	background-image: url("/images/salas/uniao2.png");
}

.divProximaEtapaPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}

.divHorizontalPanel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 97px;
	overflow: hidden;
}

.divHorizontalPanelHFAluno {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 97px;
}

.divProximaEtapaGWT {
	width: 176px;
	height: 97px;
	background-image: url("/images/p_etapabol.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
	border: none;
}

.divProximaEtapaGWT:HOVER {
	background-image: url("/images/p_etapabol2.png");
}

#imgPendencias {
	position: absolute;
	top: 0px;
	left: 180px;
	height: 100px;
	width: 100px;
	background-image: url("/images/pendencias1.png");
	background-repeat: no-repeat;
}

.imgPendenciasGWT {
	position: absolute;
	top: 0px;
	left: 400px;
	height: 97px;
	width: 85px;
	background-image: url("/images/pendencias1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
			
}

.imgPendenciasGWT:HOVER {
	background-image: url("/images/pendencias2.png");
}

.imgMostrarOcultarGWT {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 97px;
	width: 85px;
	background-image: url("/images/mostrar_ocultar1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;			
}

.imgBotaoLocaisGWT {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 97px;
	width: 85px;
	background-image: url("/images/salas/definir_locais1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgBotaoLocaisGWT:HOVER {
	background-image: url("/images/salas/definir_locais2.png");
}

.imgBotaoAmbientesGWT {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 97px;
	width: 85px;
	background-image: url("/images/botaoetapa/ambiente1.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.imgBotaoAmbientesGWT:HOVER {
	background-image: url("/images/botaoetapa/ambiente2.png");
}

.divTextoAjuda {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #B4CDCD;
	border: 1px solid black;
	height: 100px;
}

.divTextoAjuda table tr td {
	font-size: 20px;
}

.btnPrint48 {
	width: 48px;
	height: 48px;
	background-image: url("/images/icons/print_icon.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnPrint40 {
	width: 40px;
	height: 40px;
	background-image: url("/images/icons/print_icon.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnReset40 {
	width: 40px;
	height: 40px;
	background-image: url("/images/icons/reset_icon38.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnZoomIn40 {
	width: 40px;
	height: 40px;
	background-image: url("/images/icons/zoom-in38.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnZoomOut40 {
	width: 40px;
	height: 40px;
	background-image: url("/images/icons/zoom-out38.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnProximaEtapa {
	width: 191px;
	height: 34px;
	background-image: url("/images/proxetapa.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: transparent;
}

.btnDelete {
	background-image: url("/images/delete.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.btnVoltar {
	background-image: url("/images/voltar.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 64px;
	height: 57px;
	background-color: transparent;
}

.btnDeleteMini {
	background-image: url("/images/deletemini.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	background-color: transparent;
}

.btnDeleteMini2 {
	background-image: url("/images/deletemini.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	height: 27px;
	background-color: transparent;
}

.btnEditar {
	background-image: url("/images/comandos/editarmini.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

#divAjuda {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 200px;
	padding-right: 10px;
	height: 100%;
	width: 100%;
	background-color: #B4CDCD;
	display: none;
}


#divProxEtapa {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
	width: 100%;
}

#divAjuda table {
	height: 100%;
	width: 100%;
}

#divAjuda table td {
	font-size: 20px;
}

#divConteudo {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 80%;
	width: calc(100% - 180px);
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: auto;
	border: 1px solid black;
}

#divMenuEtapas {
	position: absolute;
	top: 0px;
	left: 637px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 735px;
	background-color: green;
	background-image: url("/images/menuetapaback2.jpg");
	background-repeat: repeat-y;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#divConteudoEtapas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 646px;
	height: 735px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	padding: 0;
	background-color: #ffffff;
	background-image: url("/images/relogiofundo.jpg");
	background-attachment: scroll !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	overflow-y: auto;
	overflow-x: auto;
}

#divMainEtapa1,#divMainEtapa2,#divMainEtapa3,#divMainEtapa4,#divMainEtapa5,#divMainEtapa6
	{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: none;
	border: 1px solid black;
}

#divConteudoEtapa1,#divConteudoEtapa2,#divConteudoEtapa3,#divConteudoEtapa4,#divConteudoEtapa5,#divConteudoEtapa6
	{
	position: absolute;
	top: 106px;
	left: 0px;
	width: 100%;
	height: 500px;
	overflow-y: auto;
	overflow-x: auto;
}

#divSubConteudoEtapas {
	width: 500px;
	height: 735px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow-y: hidden;
	overflow-x: auto;
}

#divSubTituloEtapa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 681px;
	height: 109px;
	padding: 2%;
	background-image: url("/images/fundo1.png");
	background-repeat: no-repeat;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: x-large;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#iframePost,#iframeFeedback {
	display: none;
}

#frameBack {
	position: absolute;
	display: none;
}

#frameBackBloqueio {
	position: absolute;
	display: none;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#tdCentered {
	valign: "top";
}

#comboMateria {
	height: 150px;
	width: 100%;
	font-size: medium;
	background-color: #66CC66;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;
}

.semCursor {
	cursor: default;
}

.cursorPointer {
	cursor: hand;
	cursor: pointer;
}

.cursorPointerOver {
}
.cursorPointerOver:HOVER {
	cursor: hand;
	cursor: pointer;
}

.comboFiltro {
	width: 200px;
	font-weight: bold;
	border: 1px solid black;
}

.comboAulaAtividade {
	font-size: 9px;
	border: 1px solid black;	
}

.comboNumFolgasSemana {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #887551;
	border: 1px;
}

.comboIntervalo {
	text-align: center;
	font-size: 14px;
	border: 1px;
}

#newComboMateria {
	height: 100px;
	width: 100%;
	font-size: medium;
	background-color: #66CC66;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;
}

.newComboMateriaGWT {
	height: 100px;
	width: 100%;
	font-size: medium;
	background-color: #66CC66;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;	
}

.comboMateriaGWT {
	width: 100%;
	font-size: medium;
	background-color: #66CC66;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;	
}

.newComboSalaGWT {
	height: 100px;
	width: 100%;
	font-size: medium;
	background-color: #99CCCC;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;	
}

.comboSalaGWT {
	width: 100%;
	font-size: 16px;
	background-color: #99CCCC;
	margin: 0px;
	padding: 0px;
	color: darkblue;
	border-style: solid;
	border-color: blue;
	border-width: 1px;
}


#tdQuantidadeGrade {
	height: 50px;
	width: 50px;
}

#tdFontSala {
	font-size: x-large;
	background-color: #F4F4F4;
	width: 250px;
}

.tdFontSala {
	font-size: x-large;
	background-color: #F4F4F4;
	width: 250px;
}


#tdFontEmail {
	font-size: medium;
	height: 60px;
	padding: 5px;
}

#divCadastro {
	height: 100%;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}

.cssBotaoAssistenteGWT {
	width: 250px;
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: #336699;
	color: white;
	font-weight: bold;
}

.cssBotaoDefaultGWT {
	width: 200px;
	border: 1px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	font-size: 10px;
}

.cssBotaoDefaultGWT:VISITED {
	border: 1px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	font-size: 10px;
}

.cssBotaoDefaultGWT:hover {
	border-color: #ccc;
	background-color: gray;
	font-weight: bold;
	color: orange;
	font-size: 10px;
}

.cssBotaoGeral {
	width: 200px;
}

.cssBotaoGeral a {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoGeral a:VISITED {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoGeral a:hover {
	border-color: #ccc;
	background-color: gray;
	font-weight: bold;
	width: 100%;
	color: green;
}

.cssBotaoSala {
	width: 200px;
}

.cssBotaoSala a {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoSala a:VISITED {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoSala a:hover {
	border-color: #ccc;
	background-color: gray;
	font-weight: bold;
	width: 100%;
	color: pink;
}

.cssBotaoProfessor {
	width: 200px;
}

.cssBotaoProfessor a {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoProfessor a:VISITED {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
	background-color: darkgray;
	width: 100%;
}

.cssBotaoProfessor a:hover {
	border-color: #ccc;
	background-color: gray;
	font-weight: bold;
	width: 100%;
	color: blue;
}

.botaoPrioridadeProf {
	font-size: 10px;
}

.fontTextoLivre {
	font-size: 20px;
	width: 100%;
}

.fontStatus {
	font-size: 26px;
	font-family: tahoma;
}

.fontPropaganda1 {
	font-family: Whitney SSm A, Whitney SSm B, Whitney Cond A, Whitney Cond B, ronnia-condensed, tahoma, sans-serif;
	font-size: 16px;
}

.fontPropaganda2 {
	font-family: Whitney Cond A, Whitney Cond B, ronnia-condensed, tahoma, sans-serif;
	font-size: 16px;
}

.fontPropaganda3 {
	font-family: tahoma;
	font-size: 16px;
	color: black; 
}

.fontTitulo1 {
	font-family: tahoma;
	font-size: 22px;
	color: black; 
}

.fontPropaganda4 {
	font-family: vijaya, tahoma;
	font-size: 16px;
	color: white; 
}

.fontPropaganda5 {
	font-size: 12px;
	font-family: tahoma;
	text-align: justify;
}

.table-center
{
    margin-left: auto;
    margin-right: auto;
}

.divFeedback {
	position: absolute;
	top: 80%;
	left: 0;
	background-color: #336633;
	font-size: 11px;
	width: 230px;
	height: 110px;
	border: 1px solid black;
	overflow: hidden;
}

.divFeedback table {
	font-size: 11px;
	font-family: arial;
}

.divFeedback table th {
	color: white;
}

.divFeedback table td input {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

.divFeedback table td textarea {
	font-size: 12px;
	font-weight: bold;
	height: 38px;
}

.feedbackGwt {
	background-color: #336633;
	width: 400px;
	border: 1px solid black;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	color: white;
}

.feedbackGwt td input {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

.feedbackGwt td textarea {
	font-size: 12px;
	font-weight: bold;
	height: 80px;
}

.divQuantidade {
	width: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.divNovaMateria {
	font-size: x-small;
	color: "blue";
	width: 200px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.transparent {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

.nonTransparent {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
}

#tab0,#tab1,#tab2,#tab3,#tab4,#tab5,#tab6,#tab7,#tab8,#tab9,#tab10 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#divIt0,#divIt1,#divIt2,#divIt3,#divIt4,#divIt5,#divIt6,#divIt7,#divIt8,#divIt9,#divIt10
	{
	position: absolute;
	top: 5px;
	left: 20px;
	height: 100%;
	width: 100%;
	background-image: url('/images/bolinha3.png');
	background-repeat: no-repeat;
	display: none;
	z-index: 1;
}

table.fontMenu {
	
}

table.fontMenu td {
	padding-top: 4%;
	padding-bottom: 4%;
	margin-left: 5%;
	margin-top: 5%;
	height: 40px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.fontMenuSemBackground {
	text-align: left;
	padding-top: 4%;
	padding-bottom: 4%;
	margin-left: 5%;
	margin-top: 5%;
	height: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: none;
	background-repeat: no-repeat;
	background-position: "20px center";
}

.fontPreco {
	font-size: 14px;
	font-family: tahoma;
	margin-left: 3%;
	padding: 5px;
}

.fontDestaque1 {
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
}

.fontDestaque2 {
	font-size: small;
	font-family: tahoma;
	font-weight: bold;
}

.fontDestaque3 {
	font-size: large;
	font-family: tahoma;
	font-weight: bold;
}

.fontDestaque4 {
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: darkblue;
	margin: 2px;
}

.fontDestaqueMateria {
	font-size: medium;
	font-family: tahoma;
	font-weight: bold;
}

.fontEtapaHabilitada {
	font-size: 26px;
	font-family: arial;
	color: black;
}

.fontEtapaDesabilitada {
	font-size: 22px;
	font-family: arial;
	color: gray;
}

.Desabilitado {
	border: 1px solid black;
	background-color: crimson;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

.indesejavel {
	border: 1px solid black;
	background-color: yellow;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

/*
.grupoFolgaMovel {
	border: 1px solid black;
	background-color: #c0bfbc;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}
*/

.Habilitado {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

input.email {
	font-size: 15px;
	background-color: RGB(40, 100, 150);
	border: 1px solid #666666;
}

input.total {
	font-size: 20px;
	background-color: rgb(250, 220, 200);
	border: 1px solid #666666;
}

input.desconto {
	font-size: 18px;
	background-color: rgb(250, 220, 200);
	border: 1px solid #666666;
}

input.botao {
	font-size: 20px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

td.Desabilitado {
	border: 1px solid black;
	background-color: crimson;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

td.Habilitado {
	border: 1px solid black;
	background-color: #99CC66;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	width: 75px;
	cursor: pointer;
	cursor: hand;
}

a img.noBorder {
	behavior: url("/javascript/PIE.htc");
	border: none;
}

.divDisponibilidade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	display: none;
	background-color: #ffffff;
	text-align: center;
	overflow-y: hidden;
	overflow-x: hidden;
}

table.subMenuEtapa {
	height: 100px;
	border: 1px;
}

table.subMenuEtapa td {
	font-size: x-large;
}

table.horarioDef {
	border: 1px solid #FF9933;
	background-color: #FFCC66;
}

table.horarioDef th {
	background-color: #FF9933;
	font-size: 17px;
	font-family: Tahoma;
	-moz-border-radius: 6px;
	padding: 3px;
	margin: auto;
}

table.horarioDef td {
	font-size: 15px;
	padding: 3px;
	margin: auto;
	font-family: Tahoma;
}

.botaoCadastro {
	font-size: 20px;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 300px;
}

table.cadastroNaoGWT {
	border: none;
	background-color: #F5C491;
	width: 600px;
}

table.cadastroNaoGWT th {
	font-size: 20px;
	font-weight: normal;
	font-family: tahoma;
	background-color: white;
	color: black;
}

table.cadastroNaoGWT td {
	font-size: 14px;
	font-family: tahoma;
	padding: 10px;
}

table.cadastroNaoGWT tr.centro {
	background-color:darkorange;
}

table.cadastroNaoGWT td.titulo {
	font-size: 18px;
	font-family: tahoma;
	font-weight: normal;
	background-color: white;
	color: black;
}

table.cadastroNaoGWT td.label {
	text-align: center;
}

table.cadastroNaoGWT td.w250 {
	width: 250px;
}

table.cadastroNaoGWT input {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 200px;
}

table.cadastroNaoGWT input.p100 {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 100%;
}

table.cadastroNaoGWT input.center {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 200px;
	margin: 0px auto;
}

table.cadastroNaoGWT select {
	width: 200px;
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
}

table.cadastroNaoGWTHFCom {
	border: none;
	background-color: #c0ddfb;
	width: 600px;
}

table.cadastroNaoGWTHFCom th {
	font-size: 20px;
	font-weight: normal;
	font-family: tahoma;
	background-color: white;
	color: black;
}

table.cadastroNaoGWTHFCom td {
	font-size: 14px;
	font-family: tahoma;
	padding: 10px;
}

table.cadastroNaoGWTHFCom tr.centro {
	background-color: #769bba;
}

table.cadastroNaoGWTHFCom tr.centro td.centro {
	background-color: #769bba;
	color: white;
}

table.cadastroNaoGWTHFCom tr.centro td.centro input {
	background-color: #c0ddfb;
	font-size: 18px;
	color: black;
	border: 2px solid black;
}

table.cadastroNaoGWTHFCom td.titulo {
	font-size: 18px;
	font-family: tahoma;
	font-weight: normal;
	background-color: white;
	color: black;
}

table.cadastroNaoGWTHFCom td.label {
	text-align: center;
}

table.cadastroNaoGWTHFCom td.w250 {
	width: 250px;
}

table.cadastroNaoGWTHFCom input {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 200px;
}

table.cadastroNaoGWTHFCom input.p100 {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 100%;
}

table.cadastroNaoGWTHFCom input.center {
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
	width: 200px;
	margin: 0px auto;
}

table.cadastroNaoGWTHFCom select {
	width: 200px;
	font-size: 14px;
	font-family: tahoma;
	background-color: rgb(255, 255, 255);
	color: black;
	border: 1px solid black;
}


table.cadastroMini {
	border-width: 1px solid blue;
	background-color: #6C93E1;
}

table.cadastroMini th {
	font-size: large;
	font-weight: bold;
	background-color: #0033FF;
}

table.cadastroMini td {
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

table.cadastroMini input {
	font-size: 12px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 255);
	border: 1px solid #242484;
}

table.cadastroMini select {
	width: 200px;
	font-size: 12px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 255);
	border: 1px solid #242484;
}

table.miniLogin {
	background-color: #F5C491;
	width: 100%;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

table.miniLogin th {
	font-weight: normal;
}

table.miniLogin td {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.miniLogin td a {
	font-size: 11px;
}

table.miniLogin input {
	font-size: 11px;
	background-color: white;
	color: black;
	border: 1px solid black;
	width: 100%;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

table.cadGrade {
	border-width: 3px;
	border-style: solid;
	border-color: black;
	background-color: #66CC66;
}

table.cadGrade td {
	font-size: 12px;
	font-weight: bold;
}

table.cadGrade td.titulo {
	background-color: #669966;
	font-size: 17px;
	font-family: Tahoma;
}

table.tabelaHorarioProf {
	
}

table.table.tabelaHorarioProf th {
	font-size: 14px;
	background-color: #FFFFCC;
	width: 100%;
	height: 35px;
}

table.tabelaHorarioProf td {
	background-color: #99CCFF;
}

table.miniPlano {
	border: 1px solid #ddcc99;
	background-color: #ffcc99;
	margin: 30px auto;
}

table.miniPlano th {
	background-color: #ddcc99;
	font-size: 16px;
	font-family: tahoma;
	padding: 3px;
	width: 200px;
	color: #4682B4;
}

table.miniPlano td {
	font-size: 16px;
	font-family: tahoma;
	padding: 5px;
	color: #4682B4;
}

table.miniPlano td input {
	font-size: 16px;
	font-family: tahoma;
	color: #4682B4;
}

table.destaque1 {
	border: 1px solid #98AA51;
	background-color: #E5EFB9;
}

table.destaque1 td {
	font-size: 20px;
	padding: 5px;
}

table.tabDisponibilidade {
	width: 200px;
	background-color: #99CCFF; 
}

table.tabDisponibilidade tr.periodoSemana1 {
	background-color: rgb(222, 211, 224);
}

table.tabDisponibilidade td.linhaLimiteProf {
	background-color: #F9E2A1;
}

table.tabDisponibilidade td.linhaFolgasProf {
	background-color: #c17d11;
	color: white;
}

table.tabDisponibilidade td {
	padding: 1px;
	font-weight: bold;
	font-size: 10px;
	background-color: #99CCFF;
	cursor: pointer;
	cursor: hand;
}

table.tabDisponibilidade td.hora {
	font-size: 10px;
	background-color: white;	
}

table.tabDisponibilidade td.intervalo {
	font-size: 10px;
	background-color: transparent;	
}

table.tabDisponibilidade td.habilitado {
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
	horizontal-align: center;
	text-align: center;
	background-color: RGB(93, 142, 144);
	cursor: pointer;
	cursor: hand;
}

table.tabDisponibilidade td.indesejavel {
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
	horizontal-align: center;
	text-align: center;
	background-color: yellow;
	cursor: pointer;
	cursor: hand;
}

table.tabDisponibilidade td.desabilitado {
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
	horizontal-align: center;
	text-align: center;
	background-color: crimson;
	cursor: pointer;
	cursor: hand;
}

table.tabDisponibilidade td.periodoSemana0 {
	font-weight: bold;
	background-color: rgb(197, 223, 210);
}

table.tabDisponibilidade td.periodoSemana1 {
	font-weight: bold;
	background-color: rgb(222, 211, 224);
}

table.tabDisponibilidade td.periodoSemana2 {
	font-weight: bold;
	background-color: rgb(142, 145, 142);
}

table.tabDisponibilidade td.periodoSemana3 {
	font-weight: bold;
	background-color: rgb(213, 178, 194);
}

table.tabDisponibilidade th.titulo {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	background-color: white;
}

table.tabDisponibilidade th.tituloSala {
	padding: 2px;
	font-weight: bold;
	font-size: 20px;
	background-color: white;
}

table.tabDisponibilidade td.canto {
	background-color: transparent;
}

table.tabDispSolucao {
	background-color: #E7E9EB;
	border: 1px solid black;
	width: 90%;
}

table.tabDispSolucao td {
	padding: 0px;
	font-weight: bold;
	font-size: large;
	height: 50px;
	width: 60px;
}

table.tabDispSolucao td.hora {
	font-size: medium;
}

table.tabDispSolucao td.habilitado {
	border: 1px solid black;
	font-weight: bold;
	font-size: small;
	background-color: #99CC33;
	text-align: center;
	cursor: pointer;
}

table.tabDispSolucao td.desabilitado {
	border: 1px solid black;
	font-weight: bold;
	font-size: medium;
	background-color: #CC0033;
	text-align: center;
	cursor:not-allowed;
}

table.tabDispSolucao td.bloqueado {
	border: 1px solid black;
	font-weight: bold;
	font-size: small;
	background-color: #ffffff;
}

table.tabDispSolucao td.celulaBloqueada {
	font-weight: bold;
	font-size: small;
	background-color: #ffffff;
	background-image: url("/images/outros/bloqueado.png");
	background-position: center center;
	background-repeat: no-repeat;
}

table.tabDispSolucao th.titulo {
	padding: 2px;
	font-weight: bold;
	font-size: medium;
}

table.tabDispSolucao th.tituloSala {
	padding: 5px;
	font-weight: bold;
	font-size: x-large;
}

table.tabDispSolucao th.canto {
	background-color: transparent;
}

table.prioridadeProf {
	border: 1px solid black;
	background-color: gold;
}

table.prioridadeProf tr.habilitado {
	height: 30px;
	background-color: transparent;
}

table.prioridadeProf tr.desabilitado {
	background-color: #BAB4B4;
	height: 30px;
}

table.prioridadeProf tr.subTitulo {
	background-color: orange;
	font-size: 16px;
	font-weight: bold;
}

table.prioridadeProf tr.subTitulo td {
	padding: 10px;
}

table.prioridadeProf td {
	font-size: 14px;
}

table.prioridadeProf td.funcionalidade {
	padding-left: 10px;
}

table.prioridadeProf td.titulo {
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding: 10px;
}

.bordaBox {
	bbackground: ttransparent;
	width: 30%;
	padding: 5px;
	display: block;
	background: #CECECE;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.ulMapaSite {
	font-size: 10px;
}
.ulMapaSite li {
	text-decoration: none;
	list-style-type: none;
}

.ulAjuda {
	font-size: 16px;
	font-family:tahoma;
	margin: 3%;	
}
.ulAjuda li {
	padding:5px;
	color: blue;
	list-style-type: none;	
}
.ulAjuda li.titulo {
	padding:5px;
	color: #000080;
	font-size:22px;
	text-decoration:underline;
	list-style-type: none;	
}
.ulAjuda li.alerta {
	padding:5px;
	color: darkorange;
	list-style-type: none;
}
.ulAjuda li.subTitulo1 {
	padding:5px;
	color: blue;
	font-size: 18px;
	font-weight: bold;
}
.ulAjuda li.subTitulo2 {
	padding:5px;
	color: blue;
	font-size: 14px;
	list-style-type: none;
}

.liFuncionalidades {
	/* background-color: #ffcc99; */
	font-size: 12px;
	font-family: tahoma;
	font-weight: 100;
	/* color: #4682B4; */
	color: black;
	margin-top: 5px;
	margin-left: 20px;"
}

.boxRounded2 {
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.boxRounded2Sup {
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.boxRounded3 {
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-color: black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.boxShadow {
	-webkit-box-shadow:  0px 0px 15px 1px white;
    box-shadow:  0px 0px 15px 1px white;
}

.boxShadowLight {
	-webkit-box-shadow:  0px 0px 5px 1px green;
    box-shadow:  0px 0px 5px 1px green;
}

.boxShadowDark {
	-webkit-box-shadow:  0px 0px 5px 1px black;
    box-shadow:  0px 0px 5px 1px black;
}

.btnMenuDark {
	
}
.btnMenuDark:HOVER {
	-webkit-box-shadow:  0px 0px 15px 1px black;
    box-shadow:  0px 0px 15px 1px black;
}
.btnMenuDark:HOVER .textoMenu {
	color: red;
}

.btnMenuLight {
	
}
.btnMenuLight:HOVER {
	-webkit-box-shadow:  0px 0px 15px 1px black;
    box-shadow:  0px 0px 15px 1px black;
}
.btnMenuLight:HOVER .textoMenu {
	color: red;
}

.botaoMenu {
	-moz-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#004080');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:45px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.botaoMenu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004080), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #004080 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004080', endColorstr='#79bbff');
	background-color:#004080;
	color: black;
}.botaoMenu:active {
	position:relative;
	top:1px;
}

.botaoMenuSelecionado {
	-moz-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#004080');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #0000ff;
	display:inline-block;
	color:yellow;
	font-family:Arial;
	font-size:45px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}

.botaoMenuComando {
	-moz-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#004080');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.botaoMenuComando:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004080), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #004080 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004080', endColorstr='#79bbff');
	background-color:#004080;
	color: yellow;
}.botaoMenuComando:active {
	position:relative;
	top:1px;
}

.botaoMenuComandoMiniFont {
	-moz-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#004080');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.botaoMenuComandoMiniFont:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004080), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #004080 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004080', endColorstr='#79bbff');
	background-color:#004080;
	color: yellow;
}.botaoMenuComandoMiniFont:active {
	position:relative;
	top:1px;
}

.botaoMenuComandoMiniFontSelecionado {
	-moz-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #004080) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #004080 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#004080');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #0000ff;
	display:inline-block;
	color:yellow;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}

.botaoProximaEtapa {
	-moz-box-shadow:inset 0px 1px 0px -1px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px -1px #c1ed9c;
	box-shadow:inset 0px 1px 0px -1px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c746b), color-stop(1, #98af85) );
	background:-moz-linear-gradient( center top, #3c746b 5%, #98af85 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c746b', endColorstr='#98af85');
	background-color:#a7db2e;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0px;
	border:1px solid #83c41a;
	display:inline-block;
	color:black;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	font-style:normal;
	height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.botaoProximaEtapa:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #446101), color-stop(1, #a7db2e) );
	background:-moz-linear-gradient( center top, #446101 5%, #a7db2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#446101', endColorstr='#a7db2e');
	background-color:#446101;
	color: yellow;
}.botaoProximaEtapa:active {
	position:relative;
	top:1px;
}

.botaoPendencia {
	-moz-box-shadow:inset 0px 1px 0px -1px #b22222;
	-webkit-box-shadow:inset 0px 1px 0px -1px #b22222;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b22222), color-stop(1, #ffa07a) );
	background:-moz-linear-gradient( center top, #fa8072 5%, #b22222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22222', endColorstr='#ffa07a');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #ffa07a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:45px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.botaoPendencia:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa07a), color-stop(1, #b22222) );
	background:-moz-linear-gradient( center top, #ffa07a 5%, #b22222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa07a', endColorstr='#b22222');
	background-color:#004080;
	color: black;
}.botaoPendencia:active {
	position:relative;
	top:1px;
}

.botaoPendenciaSelecionado {
	-moz-box-shadow:inset 0px 1px 0px -1px #b22222;
	-webkit-box-shadow:inset 0px 1px 0px -1px #b22222;
	box-shadow:inset 0px 1px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b22222), color-stop(1, #ffa07a) );
	background:-moz-linear-gradient( center top, #fa8072 5%, #b22222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22222', endColorstr='#ffa07a');
	background-color:#79bbff;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #b22222;
	display:inline-block;
	color:yellow;
	font-family:Arial;
	font-size:45px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;
}

.spanProximoPropaganda {
	background:#88a9e2;
	background:-moz-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88a9e2),color-stop(100%,#2f69cc));
	background:-webkit-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-o-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-ms-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88a9e2',endColorstr='#2f69cc',GradientType=0);
	border:1px solid #164aa4;
	padding:5px 1px 6px!important;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btnProximoPropaganda {
	display:inline-block;
	font:bold 14px/1 arial;
	text-decoration:none;
	text-align: left;
	cursor:pointer;
	border:0 none;
	background:0;
	background-image: url("/images/outros/setaAvancar.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-position: 96% center;
	padding:2px 27px 2px 5px!important;
	color:#fff;
	cursor:pointer;
	width: 100%;
}
.btnProximoPropaganda:HOVER {
	color: yellow;
}

.spanAssistenteAnteriorGenerico {
	background:#f2f2f2;
	background:-moz-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(45%,#e9e9e9),color-stop(100%,#e4e4e3));
	background:-webkit-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-o-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-ms-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e4e4e3',GradientType=0);
	border:1px solid #898989;
	margin-right:5px;
	padding:2px 1px;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btnAssistenteAnteriorGenerico {
	border:0 none;
	color:#000;
	display:inline-block;
	font:bold 14px/1 arial;
	text-decoration:none;
	cursor:pointer;
	background:url("/images/outros/setaVoltar.png") no-repeat scroll 5px center;
	padding:5px 8px 6px!important;
	cursor:pointer;
	width:100px;
	color:#333;
	text-align:right;
	display:block;
}

.spanProximoAssistenteAlteraMoeda {
	background:#88a9e2;
	background:-moz-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88a9e2),color-stop(100%,#2f69cc));
	background:-webkit-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-o-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-ms-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88a9e2',endColorstr='#2f69cc',GradientType=0);
	border:1px solid #164aa4;
	padding:5px 1px 6px!important;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btnProximoAssistenteAlteraMoeda {
	display:inline-block;
	font:bold 14px/1 arial;
	text-decoration:none;
	cursor:pointer;
	border:0 none;
	background:0;
	background-image: url("/images/outros/setaAvancar.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-position: 220px center;
	padding:2px 27px 2px 5px!important;
	color:#fff;
	cursor:pointer;
	width:250px;
}
.btnProximoAssistenteAlteraMoeda:HOVER {
	color: yellow;
}

.spanAssistenteProximoClaro {
	background:#f2f2f2;
	background:-moz-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(45%,#e9e9e9),color-stop(100%,#e4e4e3));
	background:-webkit-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-o-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-ms-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e4e4e3',GradientType=0);
	border:1px solid #898989;
	margin-right:5px;
	padding:5px 1px 6px!important;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btnAssistenteProximoClaro {
	border:0 none;
	color:#000;
	display:inline-block;
	font:bold 14px/1 arial;
	text-decoration:none;
	cursor:pointer;
	background:url("/images/outros/setaAvancar_2.png");
	background-repeat: no-repeat;
	background-position: 220px center;
	text-align: left;
	padding:2px 27px 2px 5px!important;
	cursor:pointer;
	width:250px;
}

/*
.btnComentar {
	-moz-user-select: none;
    background: #2A49A5;
    border: 1px solid #082783;
    box-shadow: 0 1px #4C6BC7 inset;
    color: white;
    padding: 1px 4px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #082783;
    font: 12px tahoma, Verdana, sans-serif;
    height: 18px;
    cursor: pointer;
}
*/

.spanBtnComentar {
	background:#88a9e2;
	background:-moz-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88a9e2),color-stop(100%,#2f69cc));
	background:-webkit-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-o-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:-ms-linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	background:linear-gradient(top,#88a9e2 0,#2f69cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88a9e2',endColorstr='#2f69cc',GradientType=0);
	/*border:1px solid #164aa4;*/
	padding:1px 1px 1px!important;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.btnComentar {
	display:inline-block;
	font-size: 11px;
	font-family: tahoma, Verdana;
	font-weight: 100;
	text-decoration:none;
	text-align: left;
	cursor:pointer;
	border:0 none;
	background:0;
	background-image: url("/images/outros/setaavancarmini.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-position: 64px center;
	padding:1px 1px 1px 1px!important;
	color:#fff;
	cursor:pointer;
	width: 80px;
}
.btnComentar:HOVER {
	color: yellow;
}

/*css para rotacionar com jquery scroll to*/
.next, .prev {
	cursor:pointer;
}

#divprodrot {
	position:relative;
	width:650px;
	height:400px;
}
#divprodrot .next, #divprodrot .prev {
	position:absolute;
	top:200px;
}
#divprodrot .prev {
	left:10px;
}
#divprodrot .next {
	right:10px;
}

#tbSections {
	position:relative;
	overflow:hidden;
	background-color:white;
	width:650px;
	height:400px;
	clear:left;
}
#tbSections ul {
	width: 5660px;
	padding: 0px;
	margin: 0px;
}
#tbSections li {
	float:left;
	width:650px;
	height:400px;
	padding:0px;
	margin:0px;
	list-style:none;
}
#tbSections a {
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
#tbSections div {
	position: relative;
	width:650px;
}
/*FIM css para rotacionar com jquery scroll to*/

/*css forum*/
.layer1 {
	margin:0px;
	padding:0px;
	width:500px;
}
.liTopico {
	margin-top:12px;
	margin-bottom:12px;
}
.heading {
	color:#fff;
	cursor:pointer;
	position:relative;
	background-color:#c30;
	padding:2px;
	font-size:12px;
	font-family:tahoma;
}
.subTopicos {
	position:relative;
	background-color:#fafafa;
	margin:0px;
	padding:0px;
}
.formResponder {
	position:relative;
	height:100px;
	padding:5px 10px;
	background-color:#fafafa;
}
.fim {
	list-style:none;
}
.novaResposta {
	font-size:12px;
	font-family:tahoma;
	color:blue;
	cursor:pointer;
}
.cliqueCriarTopico {
	font-size:16px;
	font-family:tahoma;
	margin-left:3%;
	cursor:pointer;
	color:blue;
}
.criarTopico {
	position:relative;
	background-color:#c30;
	width:500px;;
	height:250px;
	margin-left:3%;
}
.padrao {
	font-size:16px;
	font-family:tahoma;
	margin-left:3%;
}
.fontPadrao {
	font-size:12px;
	font-family:tahoma;
}
.proximo {
	font-size:16px;
	font-family:tahoma;
	color:blue;
}
/*FIM css forum*/

.greenboard {
	background: #63856a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #63856a 1%, #3c5a40 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#63856a), color-stop(100%,#3c5a40)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #63856a 1%,#3c5a40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #63856a 1%,#3c5a40 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #63856a 1%,#3c5a40 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #63856a 1%,#3c5a40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63856a', endColorstr='#3c5a40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.fontGiz {
	font-family: 'Gloria Hallelujah';
    color:rgba(255,255,255,0.7);
    text-shadow:0 0 4px rgba(255,255,255,0.6);
    font-size: 18px;
}

.tableGizLink {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
	box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
}

.tableGizLink:HOVER {
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,255,0.75), 0px 0px 10px 5px rgba(0,0,255,0.75);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,255,0.75), 0px 0px 10px 5px rgba(0,0,255,0.75);
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,255,0.75), 0px 0px 10px 5px rgba(0,0,255,0.75);
	cursor: pointer;
	border: 2px solid #d3d7cf;
}

.tableGizLink td a {
	font-family: 'Gloria Hallelujah';
    color:rgba(255,255,255,0.7);
    text-shadow:0 0 4px rgba(255,255,255,0.6);
    text-decoration: none;
}

.tableGizLink:HOVER td a {
	font-family: 'Gloria Hallelujah';
    color:rgba(255,255,255,0.7);
    text-shadow:0 0 4px rgba(0,0,255,0.6);
    text-decoration: none;
}

.rotacionado {
    transform: rotate(-15deg) rotateY(20deg);
    -webkit-transform: rotate(-15deg) rotateY(20deg);
    -moz-transform: rotate(-15deg) rotateY(20deg); /* Para Firefox */
}

.bordaGiz {
	display:inline-block;
	border: 2px solid #d3d7cf;
}

.blackboard {
	position: relative;
    border: tan solid 6px;
    border-top: #bda27e solid 6px;
    border-left: #b19876 solid 6px;
    border-bottom: #c9ad86 solid 6px;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    background-color: #333;
}

.boxShadowGiz {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
	box-shadow: inset 0px 0px 10px 5px rgba(250,250,250,0.75), 0px 0px 10px 5px rgba(250,250,250,0.75);
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#999;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:16px 19px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;border-top-width:1px;border-bottom-width:1px;white-space: nowrap;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:16px 19px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#63856a;border-top-width:1px;border-bottom-width:1px;white-space: nowrap;}
.tg .tg-tow9{font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#f7fdfa;color:#000000;vertical-align:top}
.tg .tg-44z5{width: 5px; padding:16px 6px; font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#63856a;vertical-align:top}
.tg .tg-06q5{font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#63856a;text-align:center;vertical-align:top}
.tg .tg-ns1m{font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#dde2de;color:#000000;vertical-align:top}
.tg .tg-4xyv{background-color:#aebeb1;font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;text-align:center;vertical-align:top}
.tg .tg-2wgb{width: 5px; padding:16px 6px; background-color:#aebeb1;font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;vertical-align:top}
.tg .tg-i923{font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#f7fdfa;vertical-align:top}
.tg .tg-fi5f{background-color:#aebeb1;font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;color:#f7fdfa;vertical-align:top}
.tg .tg-cl42{font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#f1f3f5;vertical-align:top}
.tg .tg-5xyz{background-color:#faed79;font-size:14px;font-family:Tahoma, Geneva, sans-serif !important;;text-align:center;vertical-align:top}
.tg .tg-5xyz2{background-color:#faed79;font-size:12px;font-family:Tahoma, Geneva, sans-serif !important;;text-align:center;vertical-align:top}

.spanAssistenteOrcamento {
	background:#f2f2f2;
	background:-moz-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(45%,#e9e9e9),color-stop(100%,#e4e4e3));
	background:-webkit-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-o-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:-ms-linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	background:linear-gradient(top,#f2f2f2 0,#e9e9e9 45%,#e4e4e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e4e4e3',GradientType=0);
	border:1px solid #898989;
	margin-right:5px;
	padding:5px 1px 6px!important;
	display:inline-block;

	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	baseline-shift: baseline;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btnAssistenteOrcamento {
	border:0 none;
	color:#000;
	display:inline-block;
	font:bold 12px/1 arial;
	text-decoration:none;
	cursor:pointer;
	background:url("/images/outros/setaAvancar_2.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	text-align: left;
	padding:2px 27px 2px 5px!important;
	cursor:pointer;
	width:200px;
}

.ulBlxSlide li {
	position: relative;
	top: -10px;
	padding-left: 200px;
}

.ulBlxSlide li div.textoBackAlto {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
	color: white;
	font-size: 30px; font-family: tahoma; font-weight: 100;
	padding-left: 50px; padding-top: 10px;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(47,105,167,0.86) 18%, rgba(68,126,184,0) 40%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(47,105,167,0.86) 18%,rgba(68,126,184,0) 40%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(47,105,167,0.86) 18%,rgba(68,126,184,0) 40%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.ulBlxSlide li div.textoBackBaixo {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
    bottom: 0;
	color: white;
	font-size: 22px; font-family: tahoma; font-weight: 100;
	padding-left: 50px; padding-top: 10px;
	
	/*
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(47,105,167,0.86) 18%, rgba(68,126,184,0) 40%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(47,105,167,0.86) 18%,rgba(68,126,184,0) 40%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(47,105,167,0.86) 18%,rgba(68,126,184,0) 40%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	*/
	
}

.ulBlxSlide li div.textoBackAltoBaixo {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
	color: yellow;
	font-size: 22px; font-family: tahoma; font-weight: 100;
	padding-left: 30px; padding-top: 5px;

	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0.4) 12%, rgba(125,185,232,0) 20%, rgba(125,185,232,0) 80%, rgba(125,185,232,0.4) 88%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0.4) 12%,rgba(125,185,232,0) 20%,rgba(125,185,232,0) 80%,rgba(125,185,232,0.4) 88%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,0.4) 12%,rgba(125,185,232,0) 20%,rgba(125,185,232,0) 80%,rgba(125,185,232,0.4) 88%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.botaoPropaganda1 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 200px;
}

.botaoPropaganda1:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: yellow;
}

pie {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid yellow;
    float: left;
    margin: 0px auto;
    font-size: 8px;
}

.spanpie {
    width: 50px;
    height: 50px;
    /*display: block;*/
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid yellow;
    float: left;
    margin: 0px auto;
    font-size: 8px;
}

.zero {
    background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.preenchido {
    background-image: linear-gradient(90deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.onehundred {
    background-image: none;
}

.tbMenuEtapas {
	font-family: arial;
	font-size: 9px;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/*border-collapse: collapse;*/
}
.tbMenuEtapas tr {
	padding: 0px;
	margin: 0px;
}
.tbMenuEtapas tr td {
	padding: 0px;
	margin: 0px;
}
.tbMenuEtapas td.graph {
	width: 80px;
}
.tbMenuEtapas td.textoSelecionado {
	color: yellow;
}

.circle-text {
    display: table-cell;
    height: 50px;
 /*change this and the width for the size of your initial circle*/
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid yellow;
  /*make it pretty*/
    color: yellow;
    font-size: 11px;
    font-family: arial;
}
.circle-text a {
	text-decoration: none;
	color: yellow;
}
.circle-text a:VISITED {
	text-decoration: none;
	color: yellow;
}
.circle-text a:HOVER {
	text-decoration: none;
	color: black;
}
.circle-text_selecionado {
    background-color: #fdfdac;
    color: black;
}

.hrGraph {
	color: #edd400;
	background-color: #edd400;
	height: 5px;
	width: 60px;
}

.pointer {
	width: 20px;
    height: 6px;
    position: relative;
    background: white;
}
.pointer:after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 30px;
	height: 0px;
	border: 3px solid #edd400;
}
.pointer:before {
    content: "";
    position: absolute;
    right: -10px;
    top:-2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #edd400;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.btnNextStep {
	display: table-cell;
    height: 60px;
 /*change this and the width for the size of your initial circle*/
    width: 60px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #729fcf;
  /*make it pretty*/
    background-image: none;
    color: green;
    font-size: 12px;
    font-family: tahoma;
    
    position: relative;
}
.btnNextStep::after {
	content: "";
	position: absolute;
	left: -72px;
	top: 20px;
	bottom: 0;
	width: 50px;
	height: 0px;
	border: 5px solid #729fcf;
}
.btnNextStep:before {
    content: "";
    position: absolute;
    right: 60px;
    top: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #729fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.btnNextStep:HOVER {
	border: 2px solid green;
}
.btnNextStep:HOVER:AFTER {
	border: 5px solid green;
}
.btnNextStep:HOVER:BEFORE {
	border-left: 10px solid green;
}

.posNomeEscola {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 30px;
	background: #888a85;
	color: white;
	font-family: tahoma;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;

	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
}

.posStatusBar {
	position: absolute;
	top: 0px;
	left: 470px;
	width: 500px;
	height: 30px;
	/*background: #91dd9b;*/
	line-height: 30px;
	padding-left: 100px;

	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;

	background: -moz-linear-gradient(left, rgba(60,116,107,1) 0%, rgba(152,175,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,116,107,1)), color-stop(100%,rgba(152,175,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(60,116,107,1) 0%,rgba(152,175,133,1) 100%); /* W3C */
}

#closeOffer:hover {
    background-color: red;
}

.ajudaRapida {
	color: black;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 255, 0.5);
}

.lbStatusBar {
	color: yellow;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

.menu-bar {
  width: 95%;
  margin: 0px 0px 0px 0px;
  padding: 36px 6px 4px 6px;
  height: 60px;
  line-height: 100%;
  position:relative;
  z-index:100;
  /*border: 1px solid black;*/
}
.menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 10px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
.menu-bar a.salvarDisabled {
	/*padding: 10px 6px 0px 6px;*/
	background-image: url("/images/icons/salvar_icon_28_disabled.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d3d7cf;
}
.menu-bar a.salvarEnabled {
	/*padding: 10px 6px 0px 6px;*/
	background-image: url("/images/icons/salvar_icon_28_enabled.png");
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #729fcf;*/
	background-color: #FFFFCC;
	border: 2px solid black;
}
.menu-bar a.logout {
	/*padding: 10px 6px 0px 6px;*/
	background-image: url("/images/icons/logout_icon_28.png");
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #729fcf;*/
	background-color: #FFFFCC;
	/*border: 1px solid black;*/
}
.menu-bar a.voltar {
	/*padding: 10px 6px 0px 6px;*/
	background-image: url("/images/icons/voltar_icon_new_34.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFCC;
	/*border: 2px solid black;*/
	border: 2px solid black;
}
.menu-bar a.limpaFiltro {
	/*padding: 10px 6px 0px 6px;*/
	background-color: #e9b96e;
	/*border: 2px solid black;*/
	color: black;
	border: 2px solid black;
	font-size: 14px;
}
.menu-bar a.limpaFiltroEtapa5 {
	padding: 8px 4px 0px 4px;
	background-color: #e9b96e;
	/*border: 2px solid black;*/
	color: black;
	border: 2px solid black;
	font-size: 12px;
}
.menu-bar a.localizar {
	/*padding: 10px 6px 0px 6px;*/
	background-image: url("/images/icons/localizar_icon_30.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-bar a.pendencia {
	/*padding: 10px 6px 0px 6px;*/
	background-color: red;
}
.menu-bar a.pendencia:hover {
	/*padding: 10px 6px 0px 6px;*/
	background-color: red;
	color: yellow;
}

.menu-bar a {
  font-weight: bold;
  font-family: tahoma;
  font-style: normal;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: block;
  padding: 14px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*text-shadow: 2px 2px 3px #204a87;*/
  background-color: #729fcf;
  height: 24px;
}
.menu-bar li ul li a {
  margin: 0;
}
.menu-bar .active a, .menu-bar li:hover > a {
  background-color: #0399D4;
  color: #edd400;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  /*text-shadow: 2px 2px 3px #FFFFFF;*/
}
.menu-bar ul li:hover a, .menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
.menu-bar li:hover > ul {
  display: block;
}
.menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 40px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
.menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.menu-bar ul a {
  padding:5px 0px 5px 15px;
  color:#204a87!important;
  font-size:12px;
  font-style:normal;
  font-family:tahoma;
  font-weight: normal;
  /*text-shadow: 2px 2px 3px #FFFFFF;*/
}
.menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
.menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
.menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu-bar {
  display: inline-block;
}

.setaErroDireita {
	width: 20px;
    height: 6px;
    position: relative;
    background: white;
}
.setaErroDireita:after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 30px;
	height: 0px;
	border: 3px solid red;
}
.setaErroDireita:before {
    content: "";
    position: absolute;
    right: -10px;
    top:-2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid red;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
}

.rightArrow {
    border-width: 10px 10px 10px 0;
    border-color: transparent black transparent transparent;
}

.leftArrow {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent black;
}



  html[xmlns] .menu-bar {
  display: block;
}
* html .menu-bar {
  height: 1%;
}