/* 
	============================================================================================
		Css Template Educacional Homepages 2010
		
		?ndice de controle
		
		- Alinhamento (Centraliza??o)
		- Barra SS
		- Barra Superior
		- Menu Horizontal
		- Menu Vertical (antigo)
		- Menu Vertical
		- Rodap?
		- Topo antigo (PROVIS?RIO)
		
	============================================================================================
*/ 
html, body {
	background:#F3F3F3;
	margin:0;
	padding:0;}
	
form {padding: 0; margin: 0;}

.centraliza_res {width:780px; margin:auto;} /* Define a largura do site e o alinhamento */

#educ_geralexterno {} 

#coluna1024 {width:190px; height:800px; float:right; background-color:#3300FF; display:none; } /* Define o novo container para conte?dos 1024 */

#educ_bgcorpo {width:100%; background:#fcfdfd url(http://www.ckennedy.com.br/imagens/estrutura/bgcorpo.jpg) repeat-x top; display:table; }/* fundo geral*/ 

#educ_corpo {position:relative;   } /* fundo de conte?dos */ 

#educ_conteudo{min-height:700px;}

.tabelaprincipal { background:#FFFFFF;}



/* 	===============================
		BARRA SS DEFGERAL
	===============================*/

#bg_barrass{background: url(/esc_include/imagens/templates/2010/bg_barrass_defgeral.jpg) repeat-x; } /*Barra branca defgeral */

#barrass {height:27px; 	position: relative;}
#barrass a { color:#FFFFFF;}

/*=Logins*/

#bg_barrass  #login .fonts {
 	font-size:			11px;
  	font-weight:		normal;
	color:				#333;
	width:				92px;
	background:			url(/esc_include/imagens/templates/2010/bg_campos.gif) repeat-x;
	border:				2px solid #E9E9E9;
}



#bg_barrass  #senha .fonts {
 	font-size:			11px;
  	font-weight: 		normal;
	color:				#333;
	width:				92px;
	background:			url(/esc_include/imagens/templates/2010/bg_campos.gif) repeat-x;
	border:				2px solid #E9E9E9;
}


#bg_barrass   .okFonts {
 	font-size: 			11px;
  	font-weight:		bold;
	color:				#333;
	background:			url(/esc_include/imagens/templates/2010/bg_botao.gif) repeat-x;
	border:				1px solid #c5c5c5;
	padding:			1px 1px;
	cursor:				pointer;
	
}
#bg_barrass   #login {
	position: absolute;
	left: 430px; /*=left: 320px;*/
	top:3px; /*=top:40%;*/ }
 
#bg_barrass   #senha {
	position: absolute;
	left: 530px; /*=left: 420px;*/
	top:3px; /*=top:40%;*/ }
 
#bg_barrass   #okS {
	position: absolute;
	left: 632px; /*=left: 525px;*/
	top:3px; /*=top:40%;*/ }
 
#bg_barrass   #esqueci {
	position: absolute;
	top:3px; /*=top:55%;*/
	left: 665px; /*=left: 320px;;*/
	width:105px;
	line-height: 22px;
	text-align:right; }
 
#bg_barrass  	#esqueci a {
		font-size:11px;
		color:#333;
		text-decoration:none; }
 
#bg_barrass  		#esqueci a:hover {
			color: #999999;
			text-decoration:underline; }
 
#bg_barrass  		#esqueci a:active { color: #333; }
 
#bg_barrass  #logoff {
	position: absolute;
	left: 730px;
	top:3px;
	width:40px;
	line-height: 22px;
	text-align:right;
	border-left: 1px solid #CCC; }
 
#bg_barrass  	#logoff a {
		font-size:11px;
		color:#333;
		text-decoration:none;
		font-weight:bold; }
 
#bg_barrass  		#logoff a:hover {
			color: #999999;
			text-decoration:underline; }
 
#bg_barrass  		#logoff a:active { color: #333; }
 


#bg_barrass  #ServPessoais {
	position:relative;

 }
 
#bg_barrass  	#ServPessoais a {
		float:left;
		font-size:11px;
		color:#333;
		text-decoration:none;
		padding: 3px 5px;
		margin:3px;
		border: 1px solid #CCCCCC;
		background-color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		 }

#bg_barrass  	#ServPessoais a.reco {
	padding-right:22px;
	background-position: 3px 2px;
	background-repeat:no-repeat;
	background: #FFFFFF url(/esc_include/imagens/templates/2010/reco.gif) no-repeat 66px 2px ;

	}
	
#bg_barrass  	#ServPessoais a.joia {
	background-image: url(/esc_include/imagens/templates/2010/reco.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding: 3px 10px;
	margin-left:-6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}


#bg_barrass  		#ServPessoais a:hover {
			color: #999999;
			background-color: #fff; }		 
		 
#bg_barrass  	#ServPessoais a.meuper{
-moz-border-radius-topright: 5px; 
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px; 
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 0px; 
-webkit-border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px; 
-webkit-border-bottom-left-radius: 0px;
		 }
		 
#bg_barrass  	#ServPessoais a.meuper span {
	background: #CCC;
	padding: 3px 5px;
		 }
#bg_barrass  	#ServPessoais a:hover.meuper span {
	color:#333;
		 }
		 
#bg_barrass  		#ServPessoais a.meuper img {
		margin:-3px 0px -6px -5px;

		 }
	
#bg_barrass  	#ServPessoais a.add {
-moz-border-radius-topright: 5px; 
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px; 
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 0px; 
-webkit-border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px; 
-webkit-border-bottom-left-radius: 0px;
		 }	 

 

 
#bg_barrass  		#ServPessoais a:active { color: #333; }
		
#bg_barrass  	#ServPessoais a.favs {
	padding-left:22px;
	background-image: url(/esc_include/imagens/templates/2010/star.png);
	background-position: 3px 2px;
	background-repeat:no-repeat;
	}
	
#bg_barrass  	#ServPessoais a.add {
	background-image: url(/esc_include/imagens/templates/2010/add.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding: 3px 10px;
	margin-left:-6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
	
#bg_barrass  	#ServPessoais.relativa { 
	position:relative;
	float:left;
	}





/*	CABE?ALHO PORTAL COMERCIAL - ser? utilizado apenas para novos layouts
===================================================== */


#educ_cabecalho {font-family:Arial, Helvetica, sans-serif;}
#educ_cabecalho a{text-decoration:none;}
#educ_cabecalho a:hover{text-decoration: underline;}


#bg_barraescolas { background:url(http://www.ckennedy.com.br/imagens/estrutura/bgtopo.jpg) center bottom repeat-x ;  height:123px; }
#barraescolas { 
	background:#FAF9FA url(/esc_include/img_barra/logo_barra_cpk.gif) no-repeat;
	position:relative; 
	height:123px; 
}


#logobarra { width:198px; height:56; position:absolute; top:3px; left:8px;}
#logobarra img { border:0; }



#pesquisaescolar{ 
	background: url(http://www.ckennedy.com.br/imagens/estrutura/pesquisa.png) no-repeat;
	background-position:10px 9px;
	width:245px;
	height:40px;
	position:absolute;
	top:35px;
	right:35px;
color:#29166f;
}

#pesquisaescolar a{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#29166f;
	font-size:11px;
}

.okP {
	position: absolute;
	top:11px;
	right: 60px;
	font-size: 			11px;
  	font-weight:		bold;
	color:				#fff;
	text-shadow:		#8f8f8f 1px -1px;
	background:			none;
	border:				0px;
	padding:			1px 1px;
	cursor:				pointer;
	width:				28px;
	height:				22px;
}
 

/*=Pesquisa escolar=== */

#pesquisaescolar .campo {
 	font-size: 			11px;
  	font-weight: 		normal;
	color:				#29166f;
	width:				118px;
	border:				0 solid #FFFFFF;
	position:absolute;
	top:15px;
	left:35px;
background:none

}
#inicio {
	position:absolute;
	top:98px;
	background: url(/esc_include/imagens/templates/2010/inicio_bg.gif) no-repeat #764090;
	width:160px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#inicio a {
	color:#FFFFFF;
	line-height:22px;
	margin-left:10px;
	}
	

/*=Menu de AaZ === */
#aaz {
	position: absolute;
	top:94px;
	right:0px;
	width:185px;
	background: none;
	text-align:left;
	padding:5px 0px 0px 0;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 }
	
#aaz select {
	background-color: #d9e7f2;
	border: solid 1px #7f9db9;
	float:right;
	margin-right:8px;
	}

	

/* MENU HORIZONTAL GERAL*/


    #menuH {
	position:absolute;
	top:84px;
	left:160px;
    font-size:11px;
    line-height:normal;
	z-index:10;

      }
    #menuH ul {
	margin:0;
	padding:10px 0px 0 0px;
	list-style:none;
      }
    #menuH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menuH a {
      float:left;
      margin:0;
      padding:0 0px 0 4px;
      text-decoration:none;
      }
    #menuH a span {
      float:left;
      display:block;
      padding:9px 7px 7px 4px;
      color:#333;

      }
	  
   #menuH a:hover {text-decoration:none;}
	  
		.tab1 a {}
		.tab1 a span {}
		
		.tab2 a {}
		.tab2 a span {}
		
		.tab3 a {}
		.tab3 a span {}
		
		.tab4 a {}
		.tab4 a span {}
		
		.tab5 a {}
		.tab5 a span {}
		
		.tab6 a {}
		.tab6 a span {}
		


    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuH a span {float:none;}
    /* End IE5-Mac hack */
    #menuH a:hover span {
      color:#FFF;
      }
	 #menuH .tab4 a:hover span {
      color:#333;
      }
    #menuH a:hover {
      background-position:0% -30px;
      }
    #menuH a:hover span {
      background-position:100% -30px;
      }

		#menuH .selected a {background-position:0% -30px; color:#FFF;}
		#menuH .selected a span {background-position:100% -30px; color:#FFF;}
		
		#menuH .tab4.selected a {color:#333;}
		#menuH .tab4.selected a span {color:#333;}


/*####################################### MENU DA ESCOLA #######################################*/
/* MENU */
.hpmenu {
width: 150px;
background: url(http://www.ckennedy.com.br/imagens/estrutura/bg_escola.png) repeat-y;	
}
.hpmenusub {
	width: 157px;
	background: #0e59a5;
	border: 1px solid #5E92BA;
	visibility: hidden;
	float: left;
	left: 149px;
	position: absolute;
}
.hpmenuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        line-height:25px;
	
}
.hpmenuitem a:link,
.hpmenuitem a:active,
.hpmenuitem a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 12px 0 12px;
	display: block;
	width: 100% -24px;
        
}
.hpmenuitem a:hover {
	color: #8ea4d4;
}
/**************** ESTILO MENU VERTICAL 2010 *****************/

/*=GERAL === */
#menuv {
	position:relative;
	float:left;
	display:block;
	width:147px;
	margin: 0;
	padding:0px;
	z-index:400;
 }

.roundbottom { background:none; float:left; width:150px; margin:0; height:0px; }
.roundtopo { background:none; float:left; width:150px; margin-top:5px; height:0px; }

/*=EDUCACIONAL === */

#meduc {float:left; padding:0; margin:0; list-style:none; position:relative; width:150px;
background:url(http://www.ckennedy.com.br/imagens/estrutura/bg_portal.png) repeat-y;
	}
#meduc ul {padding:0; margin:0; list-style:none; width:150px; height:auto;
background-color:#527cc3;
position:absolute; left:-9999px; top:0;
}
#meduc table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#meduc ul { }
#meduc li {float:left; margin-bottom:0px;  }
#meduc li a {
display:block; float:left; width:150px; height:26px; color:#fff; line-height:24px;
font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:9px;
border-bottom:#d7d7d7 solid 0; font-weight:normal;
}
#meduc li a.fly {background: none;}

#meduc li:hover {position:relative;}
#meduc li a:hover {position:relative; background-color:none; color:#fff;}
#meduc li:hover > a {background-color:none; color:#242279;}

#meduc ul li a {background:none; font-weight:normal;}
#meduc ul li a.fly {background:none;}
#meduc ul ul li a {background:none;}
#meduc ul ul li a.fly {background:none;}
#meduc ul ul ul li a {background:none; }

#meduc li a.current,
#meduc ul li a.current,
#meduc ul ul li a.current,
#meduc ul ul ul li a.current {background-color:#003399; color:#fff;}

#meduc li.primeiro{}
#meduc li.margemtopo {margin-top:0px;}

#meduc :hover ul,
#meduc :hover ul :hover ul,
#meduc :hover ul :hover ul :hover ul {left:148px; border-top:solid 1px #fff;  border-right:solid 1px #fff; border-bottom:solid 1px #fff; border-left:solid 1px #fff;}

#meduc :hover ul ul,
#meduc :hover ul :hover ul ul {left:-9999px;}

#meduc ul li:hover > a {background-color:#003399; color:#fff;}
#meduc ul ul li:hover > a {background-color:#003399; color:#fff;}

#meduc li a.ultima {border-bottom:#d7d7d7 solid 0px; background:url(http://www.ckennedy.com.br/imagens/estrutura/bg_portal.png) no-repeat;}


/*=ESCOLA === */

#mescola {float:left; padding:0; margin:0px 0 0 0; list-style:none; position:relative; width:147px;
	border-top:0px solid #d7d7d7;
	border-right:2px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	}
#mescola ul {padding:0; margin:0; list-style:none; width:147px; height:auto; background: url(../vertical/imgs/trans.gif); position:absolute; left:-9999px; top:0;}
#mescola table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#mescola ul {background:#fff; }
#mescola li {float:left; margin-bottom:0px; }
#mescola li a {display:block; float:left; width:147px; height:24px; background:#fff; color:#003399; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:9px; border-bottom:#d7d7d7 solid 1px; font-weight:normal;  }
#mescola li a.fly {background:#fff url(../vertical/imgs/right-arrow.gif) no-repeat right center;}

#mescola li:hover {position:relative;}
#mescola li a:hover {position:relative; background-color:#003399; color:#fff;}
#mescola li:hover > a {background-color:#003399; color:#fff;}

#mescola ul li a {background:#fff; font-weight:normal;}
#mescola ul li a.fly {background:#fff url(../vertical/imgs/right-arrow.gif) no-repeat right center;}
#mescola ul ul li a {background:#fff;}
#mescola ul ul li a.fly {background:#fff url(../vertical/imgs/right-arrow.gif) no-repeat right center;}
#mescola ul ul ul li a {background:#fff;}

#mescola li a.current,
#mescola ul li a.current,
#mescola ul ul li a.current,
#mescola ul ul ul li a.current {background-color:#003399; color:#fff;}

#mescola li.primeiro{}
#mescola li.margemtopo {margin-top:0px;}


#mescola :hover ul,
#mescola :hover ul :hover ul,
#mescola :hover ul :hover ul :hover ul {left:147px; border-top:solid 1px #bebebe;  border-right:solid 2px #bebebe; border-bottom:solid 2px #bebebe;border-left:solid 1px #bebebe;}

#mescola :hover ul ul,
#mescola :hover ul :hover ul ul {left:-9999px;}

#mescola ul li:hover > a {background-color:#003399; color:#fff;}
#mescola ul ul li:hover > a {background-color:#003399; color:#fff;}

#mescola li a.ultima {border-bottom:#d7d7d7 solid 0px;}

#barrass{
	margin-bottom:1px;
}

/* RODAP?  */
	
#educ_rodape {  }

#logo_rodape { 	background: url(http://www.ckennedy.com.br/imagens/termos/logo_educacional.png) no-repeat;
height:27px;
margin-bottom:8px;
width:130px;}

#educ_bg_rodape  {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6d7f5;
	padding-top:10px;
	background:#04486D;

	}

#educ_bg_rodape a {
	color: #a6d7f5; !important; /*para impedir o esc_style de sobrescrever*/

	}
	
#educ_bg_rodape a:hover {
	color: #fff;
	text-decoration:underline;
	}

    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    /* ++++++++++++++++++++++++   EX-ESC_STYLE   ++++++++++++++++++++++++++++++ */
    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*######################################## TARJA SUPERIOR ######################################*/
/* TARJA */
#topo {
	background:#FAF9FA url(/esc_include/img_barra/logo_barra_VARIAVELDAESCOLA.gif) no-repeat;
	padding:0;
	width:780px !important;
	height:150px !important;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
}
#topo a:hover	{ text-decoration:none }
#topo td		{ margin:0; padding:0 }

/* LOGADO */
.tarja_logado	{ height:13px }
.bar_logado	{ background: #F0F0F0; font-size:10px}	  
.bar_logado a, 
.bar_logado a:active,
.bar_logado a:visited	{ color:#2C2E87 }
.bar_logado a:hover	{ color:#2C2E87 }

/* LOGIN */
.login { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:10px;
	margin-top: 15px;
}

.login a:link,
.login a:visited,
.login a:active {
	color: #666;
	text-decoration: none
}
	
.login a:hover {
	color: #000;
	text-decoration: none
}

.frmlogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2E87;
	font-size:10px;
	background-color: #FFFFFF;
	border: 1px solid #2C2E87;
	width: 100px;
	height: 14px;
}

.loginbot {
	background: url(http://escolajardimimperial.educacional.net/imagens/estrutura/ok.png) no-repeat;
	border: none;
	width: 27px;
	height: 20px; 

}	

/* PESQUISA */
.pesquisa { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:10px;
}

.pesquisa a:link,
.pesquisa a:visited,
.pesquisa a:active {
	color: #2C4980;
	text-decoration: none
}
	
.pesquisa a:hover {
	color: #fff;
	text-decoration: none
}

.frmpes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2E87;
	font-size:10px;
	background-color: #FFFFFF;
	border: 1px solid #2C2E87;
	width: 165px; 
	height: 14px;
}

.frmpesbot {
	background: url(http://escolajardimimperial.educacional.net/imagens/estrutura/ok.png) no-repeat;
	border: none;
	width: 27px;
	height: 20px;
}	

/* LINK LOGO */
.hplogolink {
	display: block;
	width: 100%;
	height: 100%;
}
	
/* BOTAO INICIO */
.inicio 				{ width:143px }

/* LINKS */

.menuitens { 
	font-family:Verdana, Tahoma, Arial;
	font-size:9px;
	padding:0;
	margin:0; 
	line-height:20px;
	display:block;
}
	
.menuitens a {
color: #2C28A8;
	padding:0 5px 3px 10px;
}
	
.menuitens a:hover,
.menuitens a:visited,
.menuitens a:active { color:#2C28A8; text-decoration:none }

.bot_inf		{ }
.bot_inf:hover	{  color:#CC0B10 !important }
.bot_inf_on		{     }
.bot_inf_barra	{  width:630px }

.bot_14			{ margin-left:4px !important;  }
.bot_14:hover	{  color:#CC0B10 !important }
.bot_14_on		{ }
.bot_14_barra	{ width:630px }

.bot_58			{ margin-left:2px !important;  }
.bot_58:hover	{  color:#CC0B10 !important }
.bot_58_on		{ }
.bot_58_barra	{  width:630px }

.bot_educ		{ margin-left:6px !important; }
.bot_educ:hover {  color:#CC0B10 !important }
.bot_educ_on	{  }
.bot_educ_barra {  width:630px }

.bot_pais 		{ margin-left:5px !important;}
.bot_pais:hover {  color:#CC0B10 !important }


.bot_pais_on	{  }
.bot_pais_barra {  width:630px }

.menuaz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	font-size: 10px;
	background: #fff;
	border:1px solid #fff;
height:18px;
}