/* CSS Document */
/* infoWindow */
.DetailPanel1CommunityName{
	color: #ffffff; 
	font-style: italic;
}
.DetailPanel1CommunityDescription{
	color: #ffffff; 
}
.CommunityDetailPlainText{
  text-align: left;
  color: #ffffff;
}
.CommunityDetailHeaderLink a:link{
  color: #ffffff;
  text-align: center;
  font-size: medium;
  font-weight: bold;
}
.CommunityDetailHeaderLink a:visited{
  color: #ffffff;
  text-align: center;
  font-size: medium;
  font-weight: bold;
}
.infoWindow {
	width: 310px;
	height: auto;
}
.infoWindow #title {
	color: #333333;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font: bold 22px "Times New Roman", Times, serif;
}
.infoWindow #description {
	background-color: #ffffff;
	color: #000000;
	margin: 3px;
	padding: 5px;
	text-align: left;
}
.communityLinks {
	list-style: upper-alpha inside;
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	margin: 10px;
	border: solid;
	text-align: left;
}
.communityLinks div.header {
	padding: 2px;
	margin-bottom: 5px;
	font-size: 22px;
	text-align: left;
	background: white;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.communityLinks li {
	margin: 3px;
}
.communityLinks a:link {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
	margin: 3px;
}
.communityLinks a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 20px;
	margin: 3px;
}

.CoNameLink
{
  text-decoration: none;
  font-weight: bold;
  font-size: medium;
}

.CoNameLink a:link
{
  text-decoration: none;
  font-weight: bold;
  font-size: medium;
}

.communityLinks a:hover {
	text-decoration: underline;
}
.subText {
	text-align: left;
	font: x-small Arial, Helvetica, sans-serif;
}
.subText a:link {
	font-size: x-small;
}
.subText a:visited {
	font-size: x-small;
}

.FloorPlanDetailLink A:link{ color: #000099; }
.FloorPlanDetailLink A:visited{ color: #000099; }
.FloorPlanDetailLink { color: #000099; }

.FloorPlanText A:link{ color: #000099; }
.FloorPlanText A:visited{ color: #000099; }
.FloorPlanText { color: #000099; }
