@CHARSET "UTF-8";

/*********************************/
/******** tablePager ******************/
.tablePager
{
	text-align: right;
	padding-bottom: 5px;
	padding-top: 2px;
}

.tablePager a, .tablePager b, .contentRightColumn .tablePager b
{
	line-height: 1.4;
	font-size: 12px;
	padding: 0px 3px 1px 4px;
	/*border: solid 1px #6DAB36;*/
	border: solid 1px #604b30;
	font-family: arial;
	margin: 1px;	
}

.tablePager a
{
	/*color: #6DAB36;*/
	color: #888888;
	text-decoration: none;	
	background-color: #fafafa;
}

.tablePager b
{
	font-weight: bold;
	/*background-color: #6DAB36;*/
	background-color: #f1eadf;
	/*color: white;*/
	color: #604b30;
}
