#community_info {
	background:url('/images/community/community_info_box.jpg'); 
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 248px;
	height: 169px;
}
#community_info h2{ 
	padding-left: 27px;
	font-size: 20px;
	margin-left: 10px;
	color: #fff;
	margin-bottom: 7px;
}
#community_info ul {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#community_info li {
	list-style: none;
	list-style-type: none;
	line-height: 2em;
}
#community_legend {
	width: 246px;
	height: 114px;
	margin-top: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#community_legend ul {
	text-align: left;
	color: #000;
	font-size: 16px;
}
#community_legend li {
	list-style: none;
	list-style-type: none;
	line-height: 2em;
	height: 36px;
	padding-top: 2px;
}
#community_legend .active {
	border-right: 12px solid #c6242b;
	background-image: url('../images/community/legend_red.png');
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding-left: 37px;
}
#community_legend .coming_soon {
	border-right: 12px solid #f7c908;
	background-image: url('../images/community/legend_ylw.png');
	background-repeat: no-repeat;
	padding-left: 37px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#community_legend .close_out {
	border-right: 12px solid #000;
	background-image: url('../images/community/legend_blk.png');
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding-left: 37px;
}
#comm_tab_active {
	background-image: url('../images/community/community_tab_red.gif');
	width: 163px;
	height: 17px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: -1px;
}
#comm_tab_coming_soon {
	background-image: url('../images/community/community_tab_ylw.gif');
	width: 163px;
	height: 17px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 2px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: -1px;
}
#comm_tab_close_out {
	background-image: url('../images/community/community_tab_blk.gif');
	width: 163px;
	height: 17px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: -1px;
}
table.table {
	padding: 0px;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Arial !important;
}
table.table tr, table.table td {
	height: 15px;
	overflow:hidden;
}
table.table thead tr {
	font-weight: bold;
	font-size: 14px;
}
.even {
	background-color: #f2f2f2;
}
table.table td {
	font-size:80%;
	padding: 5px;
}
table.table tr:hover {
	background-color: #e1e1e1;
}
#number {
	background-repeat: no-repeat;
	padding: 0px 9px 0 6px;
	
}
#list_active #number {
	background-image: url('/images/community/bg_numbers_red.png');
	color:#fff;
	font-weight: bold;
	font-size: 10px;
}
#list_coming_soon #number {
	background-image: url('/images/community/bg_numbers_ylw.png');
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
#list_close_out #number {
	background-image: url('/images/community/bg_numbers_blk.png');
	color:#fff;
	font-weight: bold;
	font-size: 10px;
}
#list_active thead tr {
	background-color: #c6242b;
	color: #fff;
}
#list_coming_soon thead tr {
	background-color: #f7c908;
	color: #000;
}
#list_close_out thead tr {
	background-color: #000;
	color: #fff;
}
.search_item {
	clear:both;
	padding-top:3px;
}
.search_item_mark {
	color:#c9242b;
	float:left;
	padding-left:5px;
	visibility:hidden;
	width:15px;
}
.search_item_descr {
	cursor:pointer;cursor:hand;
	float:left;
	white-space:nowrap;
}
#tab_select_to_be_built,#tab_select_quick_move_in  {
	background: url('/images/communities/menu/buttons.png') no-repeat top left;
	cursor:pointer;cursor:hand;
	padding-top:7px;
	text-align:center;
}
#tab_select_to_be_built.active,#tab_select_quick_move_in.active {
	background-position: 0 0; width: 128px; height: 34px;	
}
#tab_select_to_be_built.inactive,#tab_select_quick_move_in.inactive {
	background-position: -178px 0; width: 129px; height: 34px;	
}
