td {
	text-align: left;
	vertical-align: top;
	font-family:Arial;
	font-size:11px;
	color:#9E9E9E;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#9E9E9E;
}
a.none {

	text-decoration: none;
	color:#9E9E9E;
}
.green
{
	color:#3E7004;
}
.green_light
{
	color:#6F9725;
}
.red_light
{
	color:#DC5434;
}
.red
{
	color:#990000;
}
a.red
{
	color:#990000;
	text-decoration:underline;
}
a.top
{
	color:#B0BC80;
	text-decoration:none;
	font-size:9px;
}.tabel_dreapta {
	border-top-color: #3E7004;
	border-bottom-color: #3E7004;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #3E7004;
	border-left-color: #3E7004;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #3E7004;
	text-align: center;
	vertical-align: middle;
}
.tabel_dreapta_sus {
	border-top-color: #3E7004;
	border-bottom-color: #3E7004;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: double;
	border-left-style: dotted;
	border-right-color: #3E7004;
	border-left-color: #3E7004;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #3E7004;
	text-align: center;
	vertical-align: middle;
}

table.dreapta {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #E9E196;
}
table.dreapta th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #E9E196;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dreapta td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: hide inset hide inset;
	border-color: green green green green;
	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dreapta tr:hover {
	background-color: white;

}