.list_page_table{
	font-size: 10px;
	font-weight: normal;
}
.list_page_table :hover{
	
}
.list_page {
	font-weight: normal;
	border: 1px solid #666666;
	padding-right: 5px;
	padding-left: 5px;
	height: 15px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	background:#CCCCCC;
}
.list_page:hover {
	background-color: #CCCCCC;
	font-weight: bold;
	border: 0px solid #666666;
	color: #0066FF;
}
.list_page_select {
	font-weight: normal;
	border: 1px solid #666666;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	height: 15px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: default;
	background:#CCCCCC;
	color:#FFFFFF;
}
.list_page_content {
}
.list_page_content div{
	float: left;
}
