/* ============================================ */
/* Cadastro													*/
/* ============================================ */

/*	Textos */
.txtTituloForm						{	font-family:FrutigerLight;				font-size:20px;		color:#E00048;				font-weight:bold;	
											background-color:#FFFFFF;	}
.txtPerfilUsuario					{	font-family:FrutigerLight;				font-size:15px;		color:#9B9090;				font-weight:bold;	}
.txtTermoAceite					{	border:       1px solid  #E9DDD0;	height:220px;			margin:10px 0px;			padding:10px;	
											background:#FFFFFF;						overflow:auto;			text-align:justify; }
.txtInfoEscola					{ color: #7F7575;	font-family: FrutigerLight;	font-size: 14px;	}											
											
/* Labels */
.lblNavAuxCadastro				{	font-family:FrutigerLight;				font-size:15px;		color:#7F7575;				font-weight:bold;	}

/*	Links */
.lnkNavAuxCadastro				{	font-family:FrutigerLight;				font-size:15px;		color:#E1004B;				font-weight:bold;	}
.lnkBotaoCadastro					{	font-family:FrutigerBold;				font-size:15px;		color:#E1004B;				font-weight:bold;	}

/*	Separadores */
.LinhaPontilhada					{	border-bottom:1px dotted #E9E7E7;	height:1px; }
.LinhaSelecaoPerfil				{	border-bottom:1px solid  #E9DDD0;	height:1px;				margin-top:10px;			margin-bottom:20px;	}
.LinhaTopoHeaderBotao			{	border-top:   1px solid  #E9DDD0;								margin-top:40px;			padding-top:20px;			text-align:center;	}
.LinhaHeaderBotao					{	border-top:1px solid  #E1004B;		margin-top:20px;		margin-bottom:20px;		text-align:center;	}

/*	Background */
.BordaCadastroTopoEsquerda		{	}
.BordaCadastroTopoMeio			{	}
.BordaCadastroTopoDireita		{	}

.BordaCadastroTituloEsquerda	{	}
.BordaCadastroTituloMeio		{	}
.BordaCadastroTituloDireita	{	}

.FormularioCadastro				{	background-color:#F5F4F4;	padding:20px;	}
.BordaCadastroCentroEsquerda	{	background-color:#F5F4F4;	}
.BordaCadastroCentroMeio		{	background-color:#F5F4F4;	}
.BordaCadastroCentroDireita	{	background-color:#F5F4F4;	}

.BordaCadastroFundoEsquerda	{	}
.BordaCadastroFundoMeio			{	}
.BordaCadastroFundoDireita		{	}

.bgColecaoAdocao					{ background-color:#FFFFFF; color:#666666; }

/*	Botões */
.btnCadastroEsquerda				{	background:url(../images/Botao/btnBrancoBordaCinzaEsquerda.png) no-repeat;	width:5px;			height:35px; }
.btnCadastroMeio					{	background:url(../images/Botao/btnBrancoBordaCinzaMeio.png) repeat-x;		height:35px;		line-height:35px;	}
.btnCadastroDireita				{	background:url(../images/Botao/btnBrancoBordaCinzaDireita.png) no-repeat;	width:5px;			height:35px; }

/* ================================ */
/*				Tabs							*/
/* ================================ */

#LumTabs ul										{	background:url(../images/Usuario/tabUsuario.gif) no-repeat left bottom;			height:55px;	
																							margin:0px 0px 35px 0px;	}

#LumTabs ul li a								{  background:url(../images/Usuario/tabBtnUsuario.gif) no-repeat center bottom;									display:block;	
														padding:0px;					margin:0px 45px 0px 0px;	width:auto;					height:66px;				line-height:26px;	
														font-family:FrutigerLight;	font-size:21px;				color:#000000;				font-weight:normal;		text-align:center;		cursor:normal;	}

#LumTabs ul li a.selected					{	background:url(../images/Usuario/tabBtnUsuarioSelected.gif) no-repeat center bottom;						display:block;	
														padding:0px;					margin:0px 45px 0px 0px;	width:auto;					height:66px;				line-height:26px;	
														font-family:FrutigerLight;	font-size:21px;				color:#000000;				font-weight:normal;		text-align:center;		cursor:normal;	}

#LumTabs ul li .tab_first_left_on 		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_first_left_off 		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_first_right_on 		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_first_right_off		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_middle_left_on		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_middle_left_off		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_middle_right_on		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_middle_right_off	{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_middle_right_off2	{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_last_left_on			{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_last_left_off		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_last_right_on		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}
#LumTabs ul li .tab_last_right_off		{	background:none;	
														padding:0px;					margin:0px;						width:0px;	}



/* ============================================ */
/*				Botao											*/
/* ============================================ */

.btnChaveEsq									{ background:url(../images/Botao/btnChaveEsquerda.png) no-repeat; width:10px; height:56px; }
.btnChaveArea									{ background-color:#f4eee7; height:56px; line-height:56px; }
.btnChaveDir									{ background:url(../images/Botao/btnChaveDireita.png) no-repeat left; width:10px; height:56px; }

.btnAvancarEsqUsuario						{ background:url(../images/Botao/btnAvancarUsuarioEsquerda.png) no-repeat; 
													  width:5px;			height:24px; } 							
.btnAvancarDirUsuario						{ background:url(../images/Botao/btnAvancarUsuarioDireita.png) no-repeat; 
													  width:17px;			height:24px; } 		
.btnMeioUsuario								{ background:url(../images/Botao/btnUsuarioMeio.png) repeat-x; 
													   height:24px;display:block; padding-left:10px; padding-right:10px; line-height:26px; font-family:FrutigerBold;font-size:11px;color:#FFFFFF;text-transform:uppercase;	  } 	
.btnVoltarEsqUsuario							{ background:url(../images/Botao/btnVoltarUsuarioEsquerda.png) no-repeat; 
													  width:17px;			height:24px; }											   
.btnVoltarDirUsuario							{ background:url(../images/Botao/btnVoltarUsuarioDireita.png) no-repeat; 
													  width:5px;			height:24px; } 		
.btnFinalizarEsqUsuario						{ background:url(../images/Botao/btnAvancarUsuarioEsquerda.png) no-repeat; 
													  width:5px;			height:24px; } 													
.btnFinalizarDirUsuario							{ background:url(../images/Botao/btnVoltarUsuarioDireita.png) no-repeat; 
													  width:5px;			height:24px; } 															  


/* ============================================ */
/*				adoção professor							*/
/* ============================================ */

.tabularDataSegmentoDisciplinaAdocao	{ font-family:FrutigerLight; font-size:14px; color:#000000; background-color: #F0F0F0; }

.bgAdvancedTabularDataPar					{ background-color:#FFF; }
.bgAdvancedTabularDataImpar				{ background-color:#F5F5F3; }
