/*
 * Pagination
 */

.pagination
{
	height: 15px;
	line-height: 14px;
	overflow: hidden;
}

.pagination .label
{
	color: #404040;
	font-weight: bold;
	float: left;
	margin-right: 6px;
}

.pagination .page
{
	background-image: url(image/step.pipeline.gif);
	color: #000000;
	cursor: pointer;
	float: left;
	width: 21px;
	height: 15px;
	text-align: center;
}
.pagination .page:hover,
.pagination .page.hover
{
	color: #6db3d5;
}

.pagination .active
{
	background-image: none;
	background-color: #E2011A;
	border: 0;
	color: #ffffff;
}

.pagination .left_arrow
{
	font-size: 19px;
	background-image: none;
}

.pagination .arrow
{
	font-size: 19px;
}

.pagination .ghosted,
.pagination .ghosted a,
.pagination .ghosted:hover
{
	color: #CCCCCC;
	cursor: default;
}

.pagination .afterActive
{
	background-image: none;
	border: 0;
}

.pagination .note
{
	color: #E2011A;
	float: left;
	margin-left: 9px;
}

.pagination .note a
{
	color: #E2011A;
	text-decoration: none;
}