@CHARSET "ISO-8859-1";

img {
	border: none;
}

#divTituloPagina {
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #003580;	
	background-color: #EFEFEF;
	margin-bottom: 30px;
}

#tableCalendarioLegenda {
	width: 100%;
}

#tdCalendarioLegenda {
	text-align: center;
}

#tdCalendario {
	width: 250px;
	height: 160px;	
}

#tableCalendario {
	background-color: #F0F0F0;		
}	

#listaEventos {
	margin-top: 30px;
	width: 100%;
}

td {
	color: #003580;	
	font-weight: normal;
	font-family: sans-serif;
	clear: none;
}

#tdTituloCalendario {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;		
}

td.nomeDiaSemana {
	color: white;	
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	width: 28px;
	background-color: #99B3CC;
	text-align: center;		
}

td.diaSemana {
	font-size: 8pt;
	height: 20px;
	width: 28px;
	text-align: center;	
}

td.finalSemana {
	font-size: 8pt;
	height: 20px;
	width: 28px;
	background-color: #D9D9D9;		
	text-align: center;	
}	

td.diaHoje {
	font-size: 8pt;
	height: 20px;
	width: 28px;
	background-color: #99B3CC;	
	border-left-color: white;
	border-top-color: white;	
	border-right-color: #99B3CC;
	border-bottom-color: #99B3CC;
	border: 1px outset;
	position: relative;
	text-align: center;		
}

td.diaComEvento {
	font-size: 8pt;
	height: 20px;
	width: 28px;
	border-left-color: white;
	border-top-color: white;
	border: 1px outset;
	position: relative;	
	text-align: center;		
}

td.botoes {
	font-size: 8pt;
	height: 20px;
	width: 28px;
	background-color: #99B3CC;
	border-left-color: white;
	border-top-color: white;
	border-right-color: #99B3CC;
	border-bottom-color: #99B3CC;
	border: 1px outset; 
	text-align: center;	
}

a.botoes {
	text-decoration: none;
	color: white;	
	
}

a.linkEvento {
	text-decoration: none;	
	color: #003580;		
}	

#tdTituloListaEventos {
	text-align: left;	
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #003580;
	border-top: 1px solid #003580;
}

#trColunasListaEventos {
	background-color: #EFEFEF;	
}

#dataEvento {
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	width: 15%;
}

#tipoEvento {
	text-align: left;	
	font-weight: bold;
	font-size: 9pt;
	width: 25%;
}

#descricaoEvento {
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	width: 60%;
}

div.descricaoEventoNaoVisivel {
	display: none;
}

div.descricaoEventoVisivel {
	background-color: #D9D9D9;
	text-align: justify;	
	font-weight: normal;
	font-family: sans-serif;	
	font-size: 8pt;
	height: 60px;
	width: 150px;
	position: absolute;
	left: -143px;
	top: -50px;
	padding: 3px 10px 2px 7px;
	overflow-y: auto;
	overflow-x: hidden;
}
	
#mensagemNaoHaEventos {
	color: red;
	font-size: 10pt;
	text-align: center;
}

div.dataExibicaoEvento {
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	color: #003580;
	border: thin inset #CC9999;
	background-color: #CC9999;
	width: 90%;
}

#divLegenda {
	margin-left: 3px;
	overflow: hidden;
}

div.legendaCorTipoEvento {
	height: 7px;
	width: 7px;
	border: 1px solid;
}

td.legendaDescricaoTipoEvento {
	height: 5px;
	color: #003580;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	left: 20px;
	text-align: left;
}

#divLegendaCorDiaAtual{
	background-color: #99B3CC; 
	border-color: #99B3CC;
	height: 7px;
	width: 7px;
	border: 1px solid; 
}

td.dadosEvento {
	font-size: 9pt;
	text-align: justify;
	vertical-align: top;
}

#pVisualizacaoTodosEventos{
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}