/* helios house styles sheet*/

html {
	/*font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;*/
	/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
}

#header p {
	color: white;
}

table, p, a, li {
	font-size: 8pt;
}

a:link {
	color: #3b5776;
  text-decoration: none;
}
a:visited {
	color: #3b5776;
  text-decoration: none;
}
a:hover {
	color: #3b5776;
  text-decoration: underline;
}

/*Styling for html forms*/
label, legend, input, textarea, option, select {
	font-size: 8pt;
}

textarea {
	margin-bottom: 16px;
}

fieldset span {
	border: 0px red solid;
	display: block;
	float: left;
}

fieldset p {
	clear: both;
}

span label {
	display: block;
	float: left;
	border: 0px gray solid;
	width: 120px;
	text-align: right;
}

span input, span select, span textarea {
	float: left;	
	width: 200px;
	text-align: left;
}

span .column_filler {
	display: block;
	border: 0px gray solid;
	float: left;
	width: 140px;
}

label .helptext {
	position: relative;
	top: -30px;
	left: 80px;
	width: 260px;
	text-align: left;
	font-style: italic;
}

.money_label {
	display: inline;
}

.money_input {
	width: 20px;
}	