/* CSS definition file containing site wide stylesheets */

.TextArea {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,0);
 	background-color: rgb(255,255,255)
}

.MandatoryErrorText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(255,0,0);
 	font-weight: bold
}

.Select {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,0);
 	background-color: rgb(255,255,255)
}

.Input {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,0);
 	background-color: rgb(255,255,255)
}

.SubmitButton {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(51,51,51);
 	border-left-style: none;
 	padding-top: 2px;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 2px;
 	border-bottom-style: none
}

.CheckRadio {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,0)
}

.ErrorText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(234,72,14);
 	font-weight: bold
}

.LabelText {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,0);
 	font-weight: bold
}