.highlight { background-color: #A8D1E8; color:#000000;}

.rowClassColumn {
	background-color: #4E6CAA;
    background-image: url("../images/table_header.gif");
    font-size:13px;
	height:27px;
 	background-position: left top;
    background-repeat: repeat-x;
    color: white;
	vertical-align: middle !important;
}
.jsf-table-sort-column{
	color:white;
	text-decoration: none;
}
 a:hover.jsf-table-sort-column {
	color:white !important;
	text-decoration: none;
}
.rowClassOdd {
	height:25px;
    background-color: #e5ecf6;
	 border: 1px solid #C0C0C0;
}
.rowClassEven {
    height:25px;
    background-color: #ffffff;
	 border: 1px solid #C0C0C0;
}
.columnClass1 {
    text-align: center;
	vertical-align: middle !important;
}
.TableClass {
	font-family :tahoma, verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    width:100%;
    border-color : #b8c9e5;
 	padding:0px;
 	border-collapse: collapse;
	border-bottom: 1px solid #C0C0C0;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
}
.columnRowClass{
	text-align: center;
	width:20px;
}
.class1{
	text-align: left;
	width:50%;
}
.class2{
	text-align: center;
}
.class3{
	text-align: right;
	width:50%;
}
.paginationGirdClass{
	width:100%;text-align: center;white-space: nowrap;
}