.mainTable td {
	padding: 5px;
}

.clear {
	float:none;
	clear: both;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e47025;
}
body {
	background-color: #252525;
}
a:link {
	color: #e47025;
	text-decoration: none;
}
a:hover, a:visited {
	color: #AE6532;
	text-decoration: underline;
}
a.previewImage:link, a.showInfo:link {
	color: #e47025;
	text-decoration: none;
}
a.previewImage:hover, a.showInfo:hover {
	color: #AE6532;
	text-decoration: underline;
}
a.previewImage:visited, a.showInfo:visited {
	color: #AE6532;
	text-decoration: none;
}

a.feedbackBTN {
	display: block;
	padding: 5px 10px;
	margin: 10px 0px 5px 0px;
	background-color: #e47025;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	
}
a.feedbackBTN:link, a.feedbackBTN:visited {
	color: #fff;
	background-color: #e47025;
	text-decoration: none;
}
a.feedbackBTN:hover {
	color: #fff;
	background-color: #AE6532;
	text-decoration: none;
}
.numRow {
	width: 40px;
	background-image: url(../images/client/count-bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-right: 1px solid #ddd;
}
.numRowNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding-top: 5px;
	text-align: right;
	width: 100%;
}
.featuredHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
}
.headerTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e47025;
}
.disabledTextLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.disabledTextDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
