.profile_header
{
	background-color: #006188;
	padding: 5px;
	color: #ffffff;
	width: 96%;
}

.office_grid_cell
{
	border-bottom: solid 1px #000000;
	padding: 3px;
}

.rfp_grid_cell
{
	border-bottom: solid 1px #000000;
	padding: 3px;
}

.listing_type_table
{
	width: 97%;
	border-collapse: collapse;
	border-style: none;
}


.listing_type_table_header
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #006188;
	background-color: #FFFFFF;
}

.listing_type_table_header input
{
	background-color: #FFFFFF;
	border: none;
}

.listing_type_table_header_selected
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #006188;
	background-color: #F3FBFE;
}

.listing_type_table_header_selected input
{
	background-color: #F3FBFE;
	border: none;
}

.listing_type_table_separator
{
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #006188;
	background-color: #F2F2F2;
}

.listing_type_table_feature
{
	font-size: 11px;
	padding: 3px;
	border: solid 1px #006188;
}

.listing_type_table_content
{
	text-align: center;
	font-size: 11px;
	padding: 5px;
	border: solid 1px #006188;
}

.listing_type_table_content_selected
{
	text-align: center;
	font-size: 11px;
	padding: 5px;
	border: solid 1px #006188;
	background-color: #F3FBFE;
}

.listing_sample_table_highlighted
{
	border: solid 2px #FF0000;
}