/* CSS Document */

/* Pages Main Tyle */
.pages {
	float:right;
	color: #000000;
	cursor: default;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	padding: 3px 0px 3px 0px;
}
/*
.pages .count, .pages .number, .pages .arrow {
	color: #fff;
	font-size: 12px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
*/
/* Page and PageCount Style */
.pages .count {
	float:left;
	width:80px;
	height:20px;
	color:#000;
	background-color:#e5e5e5;
	font-weight: bold;
	line-height:20px;
	text-align:center;
	margin: 8px 5px 2px 5px !important;
	margin: 5px 5px 5px 5px;
}

/* Mode 0,1,2 Style (Number) */
.pages .number {
	float:left;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	padding: 2px 10px 1px 10px !important;
	padding: 0px 10px 0px 10px;
}
.pages .number a, .pages .number span {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-decoration:none;
	line-height:18px;
}
.pages .number span {	
	float:left;
	color: #fff;
	width:18px;
	height:18px;
	background-color:#3a5372;
	border:1px #3a5372 solid;
	margin: 5px 5px 5px 5px;
	text-align:center;}
	
.pages .number a:hover { border:0;}
.pages .number a span {
	cursor:pointer;
	float:left;
	color: #000;
	width:18px;
	height:18px;
	background-color:#fff;
	border:1px #3a5372 solid;
	margin: 5px 5px 5px 5px;
	text-align:center;
}
.pages .number a:hover span {
	cursor:pointer;
	float:left;
	color:#fff;
	width:18px;
	height:18px;
	background-color:#3a5372;
	margin: 5px 5px 5px 5px;


}

/* Mode 3 Style (Arrow) */
.pages .arrow {
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}
.pages .arrow a, .pages .arrow span {
	font-size: 12px;
	font-family: Webdings;
}
.pages .arrow span {
	color: #999999;
	margin: 0px 5px 0px 5px;
}
.pages .arrow a {
	color: #000000;
	text-decoration: none;
}
.pages .arrow a:hover {
	color: #0000ff;
	text-decoration: none;
}


/* Mode 4 Style (Select) */
.pages select, .pages input {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}



/* Mode 5 Style (Input) */
.pages .input input.ititle, .pages .input input.itext, .pages .input input.icount {
	color: #666666;
	font-weight: bold;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding-bottom: 2px !important;
}
.pages .input input.ititle {
	width: 70px;
	text-align: right;
	border-right: none;
}
.pages .input input.itext {
	width: 25px;
	color: #000000;
	text-align: right;
	border-left: none;
	border-right: none;
}
.pages .input input.icount {
	width: 35px;
	text-align: left;
	border-left: none;
}
.pages .input input.ibutton {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	background-color: #999999;
	border: 1px solid #666666;
	cursor:pointer;
	height:20px;
	margin: 5px 0px 5px 0px;
}

