﻿/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.0
	atualizado em: 01/02/2010

******************************************************/

*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background: url(../layout/fundoPaginaSite.jpg) repeat;
}
legend{
	display: none;
}
address{
	font-style: normal;
}
div#containerPagina{
	width: 960px;
	min-height: 832px;
	margin: 0 auto;
	background: #FFF url(../layout/fundoContainerPagina.jpg) 5px top repeat-y;
}
div#pagina{
	width: 950px;
	margin: 0 auto;
	background: url(../layout/fundoPagina.jpg) no-repeat;
}
div#colunaEsquerda{
	width: 203px;
	padding: 5px 0;
	margin-top: 17px;
	float: left;
	background: #FFF;
}
div#boxLogoSantaRita{
	width: 203px;
	margin: 0 auto;
}
div#boxLogoSantaRita h1 a:link, div#boxLogoSantaRita h1 a:hover, div#boxLogoSantaRita h1 a:active, div#boxLogoSantaRita h1 a:visited{
	display: block;
	width: 203px;
	height: 189px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	background: url(../layout/logoSantaRita.png) no-repeat;
}
div#menu{
	width: 203px;
	margin: 0 auto;
	background: #1a6e9a url(../layout/fundoMenu.jpg) repeat-x;
}
div#menu ul{
	width: 184px;
	margin: 0 auto;
	padding-top: 4px;
	list-style-type: none;
}
div#menu ul li{
	width: 184px;
	border-top: 1px solid #3896C6;
	background: url(../layout/iconeMarcadorMenu.png) left center no-repeat;
}
div#menu ul li:first-child{
	border-top: none;
}
div#menu ul li a:link, div#menu ul li a:active, div#menu ul li a:visited{
	display: block;
	width: 163px;
	height: 26px;
	padding-left: 21px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
}
div#menu ul li a:hover{
	color: #BADDEE;
}
div#colunaEsquerda .boxCantoBottomMenu{
	width: 203px;
	height: 11px;
	margin: 0 auto 7px auto;
	background: url(../layout/cantoBottomMenu.png) no-repeat;
}
div#buscaHome{
	width: 182px;
	padding: 7px 5px 11px 16px;
	margin: 0 auto 7px auto;
	background: url(../layout/fundoBoxBusca.png) no-repeat;
}
div#buscaHome label{
	display: block;
	color: #FFF;
	font-size: 12px;
}
div#buscaHome input[type=text]{
	width: 152px;
	padding: 2px 0;
}

div#buscaHome input[type=submit]{
	display: block;
	width: 18px;
	height: 20px;
	text-indent: -9999em;
	*letter-spacing: 1px;
	overflow: hidden;
	cursor: pointer;
	background: url(../layout/btnBuscarSite.jpg) no-repeat;
}
div#buscaHome input[type=text], div#buscaHome input[type=submit]{
	float: left;
}
div#boxMatriculasHome{
	margin: 0 auto 7px auto;
	background: url(../layout/imgMatriculasInformacoes2012.jpg) no-repeat;
}
div#boxMatriculasHome a:link, div#boxMatriculasHome a:hover, div#boxMatriculasHome a:active, div#boxMatriculasHome a:visited{
	display: block;
	width: 203px;
	height: 176px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}
div#calendarioHome{
	width: 203px;
	height: 165px;
	padding: 17px 0 8px 0;
	margin: 0 auto;
	position: relative;
	background: url(../layout/fundoBoxCalendarioHome.jpg) no-repeat;
}
div#calendarioHome table{
	width: 170px;
	margin: 0 auto;
	border: 0;
	border-collapse: collapse;
}
#calendarioHome th{
	height: 18px;
	color: #244E75;
	font-size: 8px;
	text-transform: uppercase;
	vertical-align: middle;
	border-bottom: 1px solid #244E75;
}
#calendarioHome td{
	padding: 4px 0;
	color: #244E75;
	font-size: 9px;
	text-align: center;
}
#calendarioHome td.celulaDiaEvento{
	border: 1px solid #FFF;
	background: #4BA7D6;
}
#calendarioHome td table td{
	border: none;
}
#calendarioHome td.celulaCabecalho{
	font-weight: bold;
	text-transform: capitalize;
	border: 0;
	background: none;
}
.celulaCabecalho table{
	width: 100%;
}
#calendarioHome .celulaCabecalho td{
	font-size: 12px;
	background: none;
}
#calendarioHome td a:link, #calendarioHome td a:hover, #calendarioHome td a:active, #calendarioHome td a:visited{
	color: #244E75;
	text-decoration: none;
}
#calendarioHome td a.btnMesAnterior:link, #calendarioHome td a.btnMesAnterior:hover, 
#calendarioHome td a.btnMesAnterior:active, #calendarioHome td a.btnMesAnterior:visited{
	display: block;
	width: 20px;
	height: 25px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 18px;
	background: url(../layout/btnMesAnterior.png) top center no-repeat;
}
#calendarioHome td a.btnProximoMes:link, #calendarioHome td a.btnProximoMes:hover, 
#calendarioHome td a.btnProximoMes:active, #calendarioHome td a.btnProximoMes:visited{
	display: block;
	width: 20px;
	height: 25px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 18px;
	background: url(../layout/btnProximoMes.png) top center no-repeat;
}
#calendarioHome td.mesAnteriorProximo a:link, #calendarioHome td.mesAnteriorProximo a:hover,
#calendarioHome td.mesAnteriorProximo a:active, #calendarioHome td.mesAnteriorProximo a:visited{
	color: #BADDEE;
}
#calendarioHome td.hoje{
	background: #F1F1F1;
}
#calendarioHome td.hoje a:link, #calendarioHome td.hoje a:hover,
#calendarioHome td.hoje a:active, #calendarioHome td.hoje a:visited{
	color: #2C6483;
}
div#colunaDireita{
	width: 742px;
	float: right;
}
div#topo{
	width: 742px;
	height: 211px;
	margin: 0 auto;
	background: url(../layout/fundoTopo.png) no-repeat;
}
div#conteudo{
	width: 742px;
	_height: 724px;
	min-height: 719px;
	margin: 0 auto;
	/*position: relative;*/
}
div#rodape{
	width: 742px;
	height: 35px;
	margin: 0 auto;
	background: url(../layout/fundoRodape.png) no-repeat;
}
div#rodape .boxEndereco{
	width: 657px;
	padding: 11px 0;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	float: left;
}
div#rodape .logoMacro{
	width: 65px;
	margin-right: 7px;
	float: right;
}
div#rodape .logoMacro a,
div#rodapeMatricula .logoMacro a{
	display: block;
	width: 58px;
	height: 35px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	background: url(../layout/logo-macro.png) no-repeat;
}
.clearBoth{
	clear: both;
}
