 .MainTable TR  {
	height: 20px;
}

/* Styles for data entry*/
Input, .Input2, .Input3, .Entry {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-color: #F26D20;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: white;
}

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

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

Textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border-color: #F26D20;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: white;
}

.EntryDropDown {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-color: #F26D20;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}

.EntryCheckbox {
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-color: #F26D20;
	border-style: none;
	border-width: 0px;
	background-color: white;
}

.button, .button2 {
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
	height: 20px;
	padding: 2px;
	border-color: #F26D20;
	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: #F26D20;
	border-color: black;
}

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



