input {
	background-color: #FBFFC4;
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
}

input:focus {
	background-color: #FBFFA5;
	border: 2px solid #333333;
}

input.readonly:focus {
	background-color: #FBFFC4;
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
	border: 2px inset red;
}

input.readonly {
	background-color: #CDE3F8;
	color: #000000;
}

select {
	background-color: #FBFFC4;
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
}

select:focus {
	background-color: #FBFFA5;
	border: 2px solid #333333;
}

textarea {
	background-color: #FBFFC4;
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
}

textarea:focus {
	background-color: #FBFFA5;
	border: 2px solid #333333;
}

textarea.readonly {
	background-color: #CDE3F8;
	color: #000000;
}

textarea.readonly:focus {
	background-color: #FBFFC4;
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
	border: 2px inset red;
}

textarea.mark {
	background-color: #FFFFFF;
	color: #000000;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

table tr.odd th,
table tr.odd {
    background-color: #C1DAD2;
}

table tr.even th,
table tr.even {
    background-color: #CFDAD2;
}

table tr.marked th,
table tr.marked {
    background-color: #C0D100;
}

table tr.odd:hover,
table tr.even:hover,
table tr.hover {
    background-color: #D7FEFE
}

table th:hover {
    background-color: #D7FEFE
}

table td {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	padding: 2px;
	border-width: 1px;
	border-color: #000000;
}

table thead {
   font: bold 12px verdana, helvetica, arial, sans-serif; color: #0b3505;
	border-width: 1px;
	border-color: #FFFFFF;
}

a:visited {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9999FF;
	text-decoration: underline;
}

.msgbx {
	font-size: 12px; color: blue;
}

.grouplabel {
	font-size: 12px; color: red;
	font-weight: bold;
}
