body {
	font-family: 'Verdana', 'Arial', 'Helvetica';
}


h1, h1 a {
	font-size: 16px;
	text-decoration: none;
}

.FormEdit td, .FormEdit input {
	font-size: 10px;
}

.FormTable td {
	font-size: 10px;
}

input.small, textarea.small {
	font-size: 10px;
	border: 1px solid #e0e0e0;
	width: 200px;
}

select.small {
	font-size: 10px;
	border: 1px solid #e0e0e0;
	/* width: 120px; */
}

td {
	font-size: 10px;
}

td.date select {
	font-size: 10px;
	border: 1px solid #e0e0e0;
	/* width: 120px; */
}

tr.odd {
	background-color: #f6f6ff;
}
tr.even {
	background-color: #fafafa;
}

.input {
	border: 1px solid #e0e0e0;
}

span.small {
	font-size: 10px;
}

a.action {
	font-size: 10px;
	background-color: #e0e0e0;
	color: #000000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

a.action:hover {
	color: #a00000;
}

a {
	color: #0000d0;
	text-decoration: none;
}

span.smalltext {
	font-size: 6px;
}
