/* CSS definition file containing site wide stylesheets */

.total {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,112,113);
 	font-weight: bold;
 	text-align: left;
 	background-color: rgb(255,255,255);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.gobutton {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(0,131,118);
 	border: 1px solid rgb(255,255,255);
 	padding-left: 1px;
 	padding-right: 1px
}

.errorfield {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(98,99,102);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,204);
 	border: 1px solid rgb(152,0,46)
}

.searchbox {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(98,99,102);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(152,0,46)
}

.blankbox {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(98,99,102);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(255,255,255)
}
