span.propertiesGroupLabel {
	color: #002D6C;
	font-size: 11px;
	font-weight: bold;
}

label.propertiesGroupLabel {
	color: #002D6C;
	font-size: 11px;
	font-weight: bold;
}

.propertiesGroupLabel a {
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
	color: #002D6C;
	font-size: 11px;
	font-weight: bold;
}

.propertiesGroupLabel a:hover {
	color: #F68001;
	border-bottom: 1px dotted #002D6C;
}

.categoryHeading {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

span.categoryText {
	color: #002D6C;
	font-size: 11px;
	font-weight: bold;
}

.categoryText {
	color: #002D6C;
	font-size: 11px;
	font-weight: bold;
}

label.propertyLabel {
	font-size: 10px;
	color: #333333;
	/*
	color: #808080;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	*/
}

span.propertyText {
	font-size: 10px;
	color: #333333;
}

span.propertyTextStrong {
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 0px 3px;
	display: block;
	font-weight: bold;
}

label.propertiesItemLabel {
	font-size: 10px;
	color: #333333;
}

label.propertiesItemLabelOrange {
	font-size: 11px;
	font-weight: bold;
	color: #F05B00;
	padding-right: 5px;
}

span.propertiesItemText {
	font-size: 10px;
	color: #333333;
	font-style: italic;
	text-align: center;
}
	

td.propertiesItemText {
	color: #808080;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a.propertiesItemLink:link,a.propertiesItemLink:visited,a.propertiesItemLink:hover {
	color: #808080;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

span.propertyItemValidationError {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

label.propertyRadioLabel {
	font-size: 12px;
	color: #333333;
}

span.propertyTextLarge {
	font-size: 12px;
	color: #333333;
}

.propertyRadio {
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	color: #808080;
}

.propertyInputFileUpload {
	font-size: 11px;
	font-weight: normal;
	border: 1px solid black;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.searchTextBox {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #808080;
	padding-left: 3px;
	padding-right: 3px;
}