html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
body {
	padding: 0px 0px 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	/*line-height: 14px;*/
}
a, a:link, a:visited {
	color: #000000;
}
a:hover {
	/**/color: #999999;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
textarea {
	resize: none;
}
hr {
	line-height: 1px;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#wrapID {
	width: 900px;
	margin: 10px auto 0px auto;
}
.clear {
	clear: both;
}
.small {
	font-size: 10px;
}
.small-11 {
	font-size: 11px;
}
.row {
	background-color: #ffffff;
	padding: 8px 0px 8px 8px;
}
.rowNoPad {
	background-color: #ffffff;
}
.rowAlt {
	background-color: #f3f3f4;
	padding: 8px 0px 8px 8px;
}
.rowAltNoPad {
	background-color: #f3f3f4;
}
.loginFailed {
	background-color: #FFFFFF;
	color: #FF0000;
}
.inactive {
	color: #FF0000;
	font-style: italic;
}
.featuredLink {
	font-weight: bold;
	color: #d32f19;
}

/* BEGIN: Listing Table */
table.listing {
	margin-bottom: 1em;
	border: 1px solid #D7D8DA;
	border-width: 0 0 1px;
	width: 100%;
}
table.listing table {
	width: 100%;
}
table.listing th,
table.listing td {
	padding: 3px;
}
table.listing thead th {
	border-bottom: 1px solid #D7D8DA;
	vertical-align: middle;
}
table.listing td {
	text-align: left;
}
table.listing .editDiv2 {
	float: right;
	white-space: nowrap;
}
table.listing .editDiv2 a {
	text-decoration: none;
}
table.listing .editDiv2 img {
	vertical-align: bottom;
}
table.listing .editDiv2 form {
	display: inline;
}
table.listing td.error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
table.listing td.phone {
	white-space: nowrap;
}
table.listing tr.odd td {
	background-color: #F2F3F5;
}
table.listing tr.selected {
	font-weight: bold;
}
table.listing .input {
	width: 97%;
}
/* END: Listing Table */