@charset "utf-8";

/* page number table */
table.page_num_table_grey {
	border-collapse:collapse;
	border: #c3cece 1px solid;
	background-color: #fafafa;
}
table.page_num_table_grey td {
	border:0px;
	color: #C21572;
	text-align:center;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	cursor: hand;		
}
table.page_num_table_grey td a:link{ color:#C21572;}
table.page_num_table_grey td a:visited{ color:#C21572;}
table.page_num_table_grey td a:active{ color:#C21572;}
table.page_num_table_grey td a:hover{ color:#C21572; text-decoration:underline;}

table.page_num_table_grey td.pagexofy {
	color: #666666;	
}
table.page_num_table_grey td.currentpage {
	background-color: #e9e9e9;
	font-weight:bold;
}
table.page_num_table_grey td.currentpage a:hover{ color:#C21572; text-decoration:underline;}

table.page_num_table_grey td.text {
	border-left:1px solid #c3cece;
	text-align:center;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
}
table.page_num_table_grey input {
	border: 1px solid #c3cece;
}
table.page_num_table_grey td.mouseover {
	background-color: #FFFFFF;	
}

