﻿		
	/* defenição para o calendario */
	table#vacationMap {
		font-family: arial;
		color: black;	
		text-decoration: none;
		
	}
	
	/* definição para os dias da semana */
	table#vacationMap td.wkDs {
		width: 10px;
		text-align: center;
		color: black;
		text-decoration: none;
	
	}

	/* definição para os meses */
	table#vacationMap td.mths 
	{
		text-align:left;
		color: black;
		font-size: 10px;
		text-decoration: none;
			
	}
	
	
	/* definição para os dias*/	
	table#vacationMap td, td a {
		text-align: center;
		color: black;
		text-decoration: none;
	}
	
	table#vacationMap td.titleOfTable {
		font-family: arial;
		font-weight: bold;
		font-size: 11px;
		color: black;
		text-decoration: none;
	}

	table#vacationMap td.closeButton, td.closeButton a {
		color: black;
		text-align: right;
		text-decoration: none;
	}
	
	
	.tableborder
	{
		border:3px;
	
	}
	
	
	/* cores para os varios periodos */
	.pColor0 {
		background-color: red;
		text-decoration: none;
		
		
	}
	.pColor1 {
		background-color: #FFAA00;
		text-decoration: none;
	}
	.pColor2 {
		background-color: #CC8E8E;
		text-decoration: none;
	}
	.pColor3 {
		background-color: lightblue;
		text-decoration: none;
	}
	.pColor4 {
		background-color: navajowhite;
		text-decoration: none;
	}
	.pColor5 {
		background-color: skyblue;
		text-decoration: none;
	}
	.pColor6 {
		background-color: lightsalmon;
		text-decoration: none;
	}
	.pColor7 {
		background-color: blueviolet;
		text-decoration: none;
	}
	.pColor8 {
		background-color: aquamarine;
		text-decoration: none;
	}
	.pColor9 {
		background-color: lightpink;
		text-decoration: none;
	}

	.pColor10 {
		background-color: coral;
		text-decoration: none;
	}
	.pColor11 {
		background-color: steelblue;
		text-decoration: none;
	}
	.pColor12 {
		background-color: whitesmoke;
		text-decoration: none;
	}
	.pColor13 {
		background-color: yellow;
		text-decoration: none;
	}
	.pColor14 {
		background-color: orange;
		text-decoration: none;
	}
	.pColor15 {
		background-color: green;
		text-decoration: none;
	}
	.pColor16 {
		background-color: purple;
		text-decoration: none;
	}
	
	.pColor17 {
		background-color: violet;
		text-decoration: none;
	}
	.pColor18 {
		background-color: pink;
		text-decoration: none;
	}
	.pColor19 {
		background-color: red;
		text-decoration: none;
	}

	
	/*** Legendas ***/
	table#legends td.priceLegend {
		font-family: arial;
		color: black;
		font-size: 9px;
		padding-right: 50px;
		text-align: left;
	}
	
	table#legends td.textLegend {
		text-align: left;
		font-family: arial;
		color: black;
		font-size: 10px;
		text-decoration: none;
	}
	
	
	.test 
	{
		
		width: auto;
		height: auto;
		border: 0px solid black;
		background-color: #CCCCCC;
		padding: 0px;
		text-align:left;
		text-decoration:none;
		
		
	}
	

