#servicePropertiesContainer  {
	Position:relative; 
	top:0; 
	padding: 5px;
	border-left: 1px solid #D2D2D2;
	background-color:#EFEFEF;
	overflow: hidden;
}

#servicePropertiesTabs  {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	height: 30px;
	border: 1px solid #D2D2D2;
	border-bottom: 0;
	background-color:#C9C9C9;
	overflow: hidden;
}

#servicePropertiesTabs a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 6px 10px;
	height: 16px;
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
}

#servicePropertiesTabs a:hover {
	color: #000;
}

#servicePropertiesTabs a.on {
	color: #9199A4;
	background-color:#ffffff;
}

#servicePropertiesBox  {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #D2D2D2;
	border-top: 0;
	background-color:#ffffff;
	overflow:auto; 
}

.results  {
	display: none;
}

.results table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	width: 97% !ie; /* All versions of IE see this - ignored by FF*/
}

.results td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
}
