/* pagination container */
div.default_pagination
{
	width:100%;
	/*float:left;*/
	font-family: tahoma;
	font-size:10pt;
}

/*
 *	NAVIGATION BUTTONS
*/

/* to the first page button (active) */
a.default_pagination_first_active_button
{
	float:left;
	background-image: url('images/first_active.png');
	width: 23px;
	height: 19px;
}

/* to the first page button (disabled) */
span.default_pagination_first_disabled_button
{
	float:left;
	background-image: url('images/first_disabled.png');
	width: 23px;
	height: 19px;
}

/* to the previous page button (active) */

a.default_pagination_prev_active_button
{
	float:left;
	background-image: url('images/prev_active.png');
	width: 19px;
	height: 19px;
	margin: 0 3px;
}

/* to the first page button (disabled) */
span.default_pagination_prev_disabled_button
{
	float:left;
	background-image: url('images/prev_disabled.png');
	width: 19px;
	height: 19px;
	margin: 0 3px;	
}

/* to the next page button (active) */
a.default_pagination_next_active_button
{
	float:left;
	background-image: url('images/next_active.png');
	width: 19px;
	height: 19px;
	margin: 0 3px;
}

/* to the first page button (disabled) */
span.default_pagination_next_disabled_button
{
	float:left;
	background-image: url('images/next_disabled.png');
	width: 19px;
	height: 19px;
	margin: 0 3px;
}

/* to the last page button (active) */
a.default_pagination_last_active_button
{
	float:left;
	background-image: url('images/last_active.png');
	width: 23px;
	height: 19px;
}

/* to the last page button (disabled) */
span.default_pagination_last_disabled_button
{
	float:left;
	background-image: url('images/last_disabled.png');
	width: 23px;
	height: 19px;
}

/* PAGINATION ITEMS */

/* pagination item link */
a.default_pagination_item
{
	text-decoration: underline;
	color: #3F66A0;
	padding: 0px 5px 0px 5px;
	margin: 1px;
	float:left;
}

/* pagination item link (visited) */
a:visited.default_pagination_item
{
	text-decoration: underline;
	color: #3F66A0;
	margin: 1px;
	float:left;
	padding: 0px 5px 0px 5px;
}

/* pagination item link (hover) */
a:hover.default_pagination_item
{
	color: #3F66A0;
	padding: 0px 5px 0px 5px;
	margin: 1px;
	float:left;
}

/* pagination item div */
span.default_pagination_item
{
	background-color:#FFE7A2;
	border:1px solid #FFBD69;
	color:#000000;
	padding: 0px 5px 0px 5px;
	float:left;
	height:17px;
}

/* custom page number */
input.default_custom_page
{
	font-size: 9pt;
	font-family: tahoma;
	border: 1px solid #aecaf0;
	vertical-align: bottom;
	margin-left: 5px;
	width: 20px;
	text-align: center;
}

/* page number label */
div.default_page_number_label
{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: bottom;
	padding-bottom: 3px;
	margin-left: 10px;	
}

/* gap */
span.default_gap
{
	padding-top: 2px;
	float:left;
	color: #000;
}
