body, td {
    font-family: verdana;
    font-size: 9pt;
}

input, textarea {
	font-family: verdana;
	font-size: 8pt;
}

.be_input {
	width: 500px;
}
.be_textarea {
	width: 500px;
}

input.matrixinput {
	border: solid 0px red;
}

input.matrixinputrun {
	border: solid 0px red;
	background-color: ffffaa;
}


td.matrixtd {
	border: solid 1px silver;
	background-color: white;
}
td.matrixtd_active {
	border: solid 1px red;
	background-color: #ffffaa;
}
td.matrixtdempty {
	border: solid 1px silver;
	background-color: f7f7f7;
}
td.matrixtdinput {
	/*border: solid 1px silver;*/
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	background-color: ffffaa;
}
td.matrixtdformula {
	border: solid 1px silver;
	background-color: aaffaa;
}
.rowname {
	text-align: center;
	font-weight: bold;
	background-color: #D6D3CE;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #848284;
	border-right: solid 1px #848284;
}
.colname {
	text-align: center;
	font-weight: bold;
	background-color: #D6D3CE;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #848284;
	border-right: solid 1px #848284;
}
.toplinks {
	color: white;
	text-decoration:none;
	font-weight: bold;
}
