/***********************************************************/
/* PAGING USERCONTROL                                  */

.div_PagingContainer {
	margin: 20px 0;
	height: 40px;
}


.p_PagingSummary {
	margin: 0 0 2px 0;
}

.div_Paging {
	clear: both;
}
.div_Paging DIV A, .div_Paging DIV A:visited {
	margin: 0 5px 0 0;
	color: #e3702c;
	font-weight: bold;
	vertical-align: top;
	display: block;
	float: left;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.div_Paging A:hover {
}
.div_Paging A IMG {
	vertical-align: top;
}
.div_Paging DIV {
	display: block;
	float: left;
	margin: 0 10px;
}
.div_Paging DIV A, .div_Paging DIV  A:visited {
	margin: 0 2px 0 0;
}

.div_Paging .lnk_Paging_Disabled, .div_Paging .lnk_Paging_Enabled {
	margin: 0 5px 0 0;
	color: #e3702c;
	font-weight: bold;
	vertical-align: top;
	display: block;
	float: left;
	text-align: center;
	height: 16px;
	line-height: 16px;
	width: auto;
}

.div_Paging .lnk_Paging_Disabled, .div_Paging .lnk_Paging_Disabled:visited
{
	color: #ccc;
	font-style: italic;	
}
.div_Paging .lnk_Current_Page, .div_Paging .lnk_Current_Page:visited, .div_Paging .lnk_Current_Page:hover
{
	color: #fff;
	background: #e3702c;
	text-decoration: none;
}

/***********************************************************/

