.table_list_homes_general{
	border:1px solid #CCC;
	border-radius:10px;
	width:100%;
}

.table_list_homes_head_01{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

.table_list_homes_head_02{border-bottom:1px solid #CCC;}
.list_homes_adds{border-bottom:1px solid #CCC;}

.list_homes_adds_end{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.list_homes_date{border-bottom:1px solid #CCC;}

.list_homes_cap{
	
}

.page_buttons{
	border-radius:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	float:left;
	
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
	font-family:
	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	background:#CCCCCC;
	color:#000000;
	
	box-shadow:2px 2px 1px #FFF;
}

.page_buttons a{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-shadow:1px 1px 1px #FFF;
	word-wrap:break-word;

	position:relative;
	top:-2px;
	right:1px;
}

.page_buttons:hover .page_link_button{
	color:#FFFFFF;
	text-shadow:2px 2px 1px #000;
}
.page_buttons:hover{
	background:#333333;
	color:#FFFFFF;
}

#active_button{
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#0099FF;
}
#active_button:hover{background:#00CCFF;}

.page_link_button{
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	cursor: pointer;
	
	text-decoration:none;
	color:#000000;
}

.list_content_cell{padding-left:10px;}
.tr_content_home{
	/*-moz-transition: background-color 0.1s ease-out;
	-webkit-transition: background-color 0.1s ease-out;
	-ms-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;*/
	
	-moz-user-select: -moz-none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 48%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(48%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.tr_content_home:hover{background:#EFEFEF;}
.tr_panel_edit{
	-moz-user-select: -moz-none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.page_buttons_line{
	width:100%;
	height:auto;
	list-style:none outside none;
	display:table;
}

/***********************************************/

.editor_block{
	display:none;
	
	width:100%;
	height:auto;
	
	background:#333333;
	border-bottom:0px solid #666666;
}

.editor_block_foot{
	display:block;
	width:100%;
	height:6px;
	background:#CCC;
	position:relative;
	bottom:0;
}

.editor_block_content{
	width:100%;
	height:40px;
}