/* CSS Document */



/* tablePager css  */



#pagerLinks {

	background: #FFFFFF;

	text-align: center;

	border-top: 1px solid #000000;

	border-bottom: 1px solid #000000;

}

#pagerLinks ul {

	display: inline;

	padding:0px;

	margin:0px;

	list-style:none;

}

#pagerLinks li {

	display: inline;

	margin: 2;

	padding: 2px;

}

#pagerLinks li a {

	color: #990000;

	padding: 2px;

	height: 15px;

	width: 20px;

	text-align: center;

	font: bold 12px "Courier New", Courier, monospace;

	cursor: pointer;

}

#pagerLinks li a:active, .active {

	font-weight: bold !important;

	font-size: 14px !important;

	color: #FF0000 !important;

}

#pagerLinks li a:hover {

	color: #FF0000;

	text-decoration: none;

}

.odd {

	background: #F7F7F7;

}


