 .MainTable TR  {
	height: 20px;
}

/* Styles for data entry*/
Input, .Input2, .Input3, .Entry {
	font-weight: bold;
	color: black;
	border-color: #A6A6A6;
	border-style: solid;
	border-width: 1px;
	padding: 2px 2px 2px 5px;
	background-color: white;
   margin: 0px 1px 2px 3px;
}

.Input2 {
	width: 300px;
	height: 50px;
}

.Input3 {
	width: 328px;
	height: 100px;
}

Textarea {
	font-weight: normal;
	color: black;
	border-color: #A6A6A6;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	background-color: white;
}

.EntryDropDown {
	font-weight: bold;
	color: black;
	border-color: #A6A6A6;
	border-style: solid;
	border-width: 1px;
	background-color: white;
   margin: 0px 1px 2px 3px;
}

.EntryCheckbox {
	font-weight: bold;
	color: black;
	border-color: #A6A6A6;
	border-style: none;
	border-width: 0px;
	background-color: white;
   margin: 0px 1px 2px 3px;
}

.button, .button2 {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 2px;
	height: 20px;
	padding: 2px;
	border-color: #FF7F00;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEEE;
}

.button a, .button2 a {
	color: black;
	text-decoration: none;
}

.button:hover , .button2:hover {
	cursor:pointer;
	text-decoration: none;
	background-color: #FF7F00;
	border-color: black;
}

.button2 {
	margin-left: 2px;
	height: 16px;
	font-size: 9px;
}


