@charset "utf-8";
/* CSS Document */
#dojoPager {
	width: 700px;
	height: 150px;
}

.pagerContainer {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 10px;
}

.horizontalPagerPager {
	position: absolute;
	height: 12px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

.horizontalPagerStatus {
	position: absolute;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.horizontalPagerView {
	position: absolute;
	height: 100%;
	left: 10px;
	width: 680px;
	overflow: hidden;
}

.horizontalPagerIcon {
	cursor: pointer;
}

.pagerIconContainer {
	position: absolute;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0066FF;
	text-decoration: none;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

.pagerIconContainer img {
	cursor: pointer;
}

.pagerItems {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagerItem {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.pagerFocus {
	outline: none;
}

