@CHARSET "ISO-8859-1";
/*
	cores obtidas em
	http://www.colorschemer.com/online.html
*/

body {
	font-family: sans-serif;
}
td {
	width: 50px;
	height: 50px;
	border: 1px solid silver;
	border-collapse: collapse;
}

th {
	width: 50px;
	background-color: #FFCC33;
	text-align: center;
	border: 1px solid white;
	border-collapse: collapse;
}

.tdBarraHorizontal {
	background-color: maroon;
	height: 10px;
}

.tdBarraVertical{
	background-color: white;
	width: 5px;
	border: none;
}

.tdSuperior {
	background-color: white;
}

.tdSelected {
	background-color: #3366FF;
	cursor: pointer;
	border: none;
	
}

.tdSelected[valor="0"]{
	background-color: #33CCFF;
	cursor: pointer;
	border: none;
	
}