.greenborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9DD374;
	border-right-color: #9DD374;
	border-bottom-color: #9DD374;
	border-left-color: #9DD374;
}

.padded td {
	 padding-left: 5px;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	left: 8px;
}

.calctext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	left: 8px;
}
	
.quickcalctext   { color: #01628c; font-size: 10px; font-family: Arial, Helvetica, sans-serif }

a.quickcalctext:link {
	color: #62BD19;
	text-decoration: none;
}

#a color: #01628C;

a.quickcalctext:visited {
	color: #62BD19;
	text-decoration: none;
}

a.quickcalctext:hover {
	color: #62BD19;
	text-decoration: underline;
}

.autoComplete
{
	position: relative;
	padding-bottom: 2em;
	left: 0px;
}
.autoCompleteInput
{
	position: absolute;
	width: 125px;
	left: 0px;
}
.autoCompleteContainer
{
	position: absolute;
	left: 0px;
	top: 19px;
	z-index: 9050;
}
.autoComplete .yui-ac-content
{
	position: absolute;
	width: 200px;
	border: 1px solid #808080;
	background-color: white;
	overflow: hidden;
	z-index: 9050;
}
.autoComplete .yui-ac-content ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.autoComplete .yui-ac-content li
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 2px 2px;
	cursor: default;
	white-space: nowrap;
	_list-style-image: none;
}
.autoComplete .yui-ac-content li.yui-ac-prehighlight
{
	background: #B3D4FF;
}
.autoComplete .yui-ac-content li.yui-ac-highlight
{
	background: #426FD9;
	color: #FFF;
}