/* Tema: Site */
body, .tr {
	background-color: #ffffff;
}
input, textarea, select {
	background-color: #D8D8D8;
}
#areaLogin {
	position: absolute;
	top: 170px;
	left: 370px;
	width: 350px;
	height: 100px;
	background-color: #788774;
}
#tabLogin {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
#barraMensagem {
	top: 260px;
	left: 550px;
}
#areaSeleccao {
	position: absolute;
	top: 5px;
	left: 220px;
	width: 870px;
	height: 100px;
	cursor: default;
	background-color: #788774;
}
#tabSeleccao {
	margin: 8px;
	color: white;
	border: 0;
}
#areaLinhas {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 1085px;
	height: 365px;
	overflow: auto;
}
#tabLinhas {
	width: 99.9%;
}
.botaoOpcaoOn {
	position: absolute;
	left: 5px;
	width: 205px;
	height: 30px;
	background-color: #78AA1C;
	color: white;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	cursor: default;
}
.botaoOpcaoOff {
	position: absolute;
	left: 5px;
	width: 205px;
	height: 30px;
	background-color: #8bc33e;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	color: lightgrey;
	cursor: pointer;
}
.botaoAccao {
	position: absolute;
	width: 125px;
	height: 25px;
	background-color: #78AA1C;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.tTitulo {
	background-color: #78AA1C;
	color: white;
}
.tr {
	width:10px;
}
.cN {
	width: 44px;
	text-align: right;
	cursor: pointer;
}
.cR {
	width: 44px;
	text-align: right;
	color: red;
	cursor: pointer;
}
.cO {
	width: 44px;
	text-align: right;
	color: orange;
	cursor: pointer;
}
.cG {
	width: 44px;
	text-align: right;
	color: green;
	cursor: pointer;
}
.cE {
	width: 44px;
	text-align: right;
	cursor: pointer;
}