#pi_cf_menu{
	width:350px;
	height:600px;
	float:left;
	margin:10px;
	padding:0 10px;
	color:#666;
}
#pi_cf_result{
	width:330px;
	height:650px;
	float:right;
	margin:10px;
	padding:0 10px;
	border:3px double #666;
}
#pi_cf_result .pi_cf_result_relative{
	position:relative;
	height:650px;
}
#pi_cf_table{
	width:100%;
	border-collapse:collapse;
}
#pi_cf_table td,
#pi_cf_table th{
	border:1px solid #666;
	width:150px;
	text-align:center;
	padding:4px;
}
#pi_cf_table th{
	color:white;
	background-color:#666;
}
#pi_cf_table_title{
	color:#666;
	text-align:center;
	font-weight:bold;
	padding:10px;
}
.pi_cf_menu_title{
	font-weight:bold;
	padding:10px 0;
}
.pi_cf_button{
	color:#666;
	border:1px solid #666;
	background-color:white;
	cursor:pointer;
	font-weight:bold;
}
.pi_cf_button:hover{
	background-color:#666;
	color:white;
}
.pi_cf_pari td{
	background-color:white;
}
.pi_cf_dispari td{
	background-color:lightgray;
}
#pi_cf_table_pager{
	position: absolute;
	bottom:5px;
	left:0;
	width:330px;
	font-weight:bold;
	color:#666;
}
#pi_cf_table_pager table{
	margin-top:2px;
}
#pi_cf_table_pager table tr td{
	text-align:center;
	width:50px;
	height:15px;
	color:#666;
	font-weight:bold;
}
#pi_cf_table_pager table tr td a,
#pi_cf_table_pager table tr td a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
#pi_cf_table_pager table tr td a:hover{
	color:black;
}