@CHARSET "ISO-8859-1";
/*
	cores obtidas em
	http://www.colorschemer.com/online.html
*/

body {
	font-family: sans-serif;
}

td {
	width: 60px;
	height: 40px;
	border: 1px solid silver;
	border-collapse: collapse;
}

th {
	background-color: #CFCFCF;
	border: 1px solid white;
	border-collapse: collapse;
	font-family: monospace;
	font-size: 10pt;
	text-align: center;
}

.tdBarraHorizontal {
	background-color: white;
	height: 10px;
}

.tdBarraVertical{
	background-color: white;
	width: 5px;
	border: none;
}

.tdSuperior {
	background-color: white;
}

.tdConta {
	cursor: pointer;
	background-color: #EDEDED;
}

.tdSelected {
	background-color: #996600;
	border: none;
}

