@charset "utf-8";
#paginator {
	padding-bottom: 5px;

}
.pager {
	text-decoration: none;
	height: 25px;
	background-color: #FFFFFF;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	color: #1B7EB5;
	font-weight: normal;
}

.pager:hover  {
	text-decoration: none;
	height: 25px;
	background-color: #E0E0E0;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	color: #1B7EB5;
	font-weight: normal;

}
.this-page {
	text-decoration: none;
	height: 25px;
	background-color: #FFFFFF;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	color: #99CC00;
	font-weight: normal;
}
#paginatorSmall {
	padding-bottom: 5px;

}
.pagerSmall {
	text-decoration: none;
	height: 25px;
	background-color: #FFFFFF;
	width: 500px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 1px;
	border: 1px solid #CCCCCC;
	color: #1B7EB5;
	font-weight: normal;
	font-size: 10px;
}

.pagerSmall:hover  {
	text-decoration: none;
	height: 25px;
	background-color: #E0E0E0;
	width: 500px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	color: #1B7EB5;
	font-weight: normal;
	font-size: 10px;

}
.this-pageSmall {
	text-decoration: none;
	height: 25px;
	background-color: #FFFFFF;
	width: 500px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #99CC00;
	font-weight: normal;
	font-size: 11px;
}

.smart a {
	font-size: 80%;
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
}
.smart a:hover {
	font-size: 80%;
	color: #33CC00;
	text-decoration: none;
	padding-right: 15px;
}

#lang {
	font-size: 70%;
	margin-left: auto;
	width: 950px;
	margin-right: auto;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: -2px;
}

#lang a {
	width: 960px;
	color: #FFFFFF;
	text-decoration: none;
}
#lang a:hover {
	width: 960px;
	color: #CCFF00;
}
