<!--
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #6998CC;
	text-decoration: none;
}
a:visited {
	color: #6998CC;
	text-decoration: none;
}
a:hover {
	color: #BE2E3E;
	text-decoration: underline;
}
a:active {
	color: #6998CC;
	text-decoration: none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	
	font-weight:bold;
	color:#000000;
	
	padding:0px;
	margin:0px;
}

h1.big {
	font-size:36px;
	color:#30583D;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	font-weight:bold;
	color:#000000;
	
	padding:0px;
	margin:0px;
}

.titulo_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	font-weight:bold;
	color:#FFFFFF;
}

.texto_comentario {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	color:#990000;
}

.texto_formulario_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	font-weight:bold;
	color:#000000;
}

.texto_formulario {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	color:#000000;
}

.texto_preco {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	
	font-weight:bold;
	font-style:italic;
	
	color:#000000;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	font-weight:bold;
	color:#6398CA;
}

.caixa_texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	border:1px solid #6998CC;
	
	padding:2px;
}

.caixa_seleccao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	padding:1px;
	border:1px solid #6998CC;
}

.botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	
	background-color:#6998CC;
	border:1px solid #6998CC;
	
	cursor:pointer;
}

.botao:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	
	background-color:#BE2E3E;
	border:1px solid #BE2E3E;
		
	cursor:pointer;
}
-->

/* CALENDARIO */
.CALENDAR {	
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

/* Navegação no calendario */
.CALENDARcpYearNavigation,
.CALENDARcpMonthNavigation
		{
		text-align:center;
		font-weight:bold;
		border-color:#7F9DB9;
		border-width:1px;
		border-style:solid;
		padding:1px;
		}
.CALENDARcpDayColumnHeader,
.CALENDARcpYearNavigation,
.CALENDARcpMonthNavigation,
.CALENDARcpCurrentMonthDate,
.CALENDARcpCurrentMonthDateDisabled,
.CALENDARcpOtherMonthDate,
.CALENDARcpOtherMonthDateDisabled,
.CALENDARcpCurrentDate,
.CALENDARcpCurrentDateDisabled,
.CALENDARcpTodayText,
.CALENDARcpTodayTextDisabled,
.CALENDARcpText
		{
		font-family:arial;
		font-size:8pt;
		}
.CALENDARcpCurrentMonthDate,
.CALENDARcpOtherMonthDate,
.CALENDARcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.CALENDARcpCurrentMonthDateDisabled,
.CALENDARcpOtherMonthDateDisabled,
.CALENDARcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.CALENDARcpCurrentMonthDate
		{
		color:#6998CC;
		font-weight:bold;
		}
.CALENDARcpCurrentDate
		{
		color:#FFFFFF;
		font-weight:bold;
		}
.CALENDARcpOtherMonthDate
		{
		color:#000000;
		}
		
/* Celula dia seleccionado */
TD.CALENDARcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #BE2E3E;
		border:solid 0px #000000;
		}
TD.CALENDARcpCurrentDateDisabled
		{
		border:solid 1px #FFAAAA;
		}
TD.CALENDARcpTodayText,
TD.CALENDARcpTodayTextDisabled
		{
		border:solid 1px #6998CC;
		}
A.CALENDARcpTodayText,
SPAN.CALENDARcpTodayTextDisabled
		{
		height:20px;
		}
		
/* Link Hoje e Dias Mes Corrente */
A.CALENDARcpTodayText, 
A.CALENDARcpCurrentMonthDate
		{
		font-family:arial;
		font-size:8pt;
		color:#6998CC;
		font-weight:bold;
		}
A:hover.CALENDARcpCurrentMonthDate
		{
		font-family:arial;
		font-size:8pt;
		color:#BE2E3E;
		font-weight:bold;
		}
A:hover.CALENDARcpTodayText
		{
		font-family:arial;
		font-size:8pt;
		color:#BE2E3E;
		font-weight:bold;
		}	

/* Data Seleccionada */
A.CALENDARcpCurrentDate
		{
		font-family:arial;
		font-size:8pt;
		color:#FFFFFF;
		font-weight:bold;
		}
A:hover.CALENDARcpCurrentDate
		{
		font-family:arial;
		font-size:8pt;
		color:#BE2E3E;
		font-weight:bold;
		}

/* Dias de outros meses */
A.CALENDARcpOtherMonthDate
		{
		font-family:arial;
		font-size:8pt;
		color:#000000;
		}
A:hover.CALENDARcpOtherMonthDate
		{
		font-family:arial;
		font-size:8pt;
		color:#BE2E3E;
		}	

/* Borders e Outros */
SPAN.CALENDARcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.CALENDARcpTodayBorder
		{
		border-top:solid 1px #BE2E3E;
		}
TD.CALENDARcpDayColumnHeader
		{
		text-align:right;
		border-bottom:solid 1px #BE2E3E;
		}
.CALENDARcpBorder
		{
		border-width:0px;
		}