table.datagrid {
	border:1px solid #DDDDDD;
	border-collapse:collapse;
	
}

ul {
	border:0;
	margin:0;
	padding:0;
}
.tableInfo{
	float: left;
	margin-top: 5px;
}

.advancedtable tbody td{
	border-bottom:1px solid #DDD;
	padding: 3px 5px;
	text-align:left;
    color:#222;
    height:25px;
    font-weight:normal;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
	
}
.advancedtable thead th{
height:25px;
text-align:left;
	font-size:18px;
	font-weight:bold;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:bold;
	background: #E5E5E5;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	padding: 2px 5px;
	color: #444;
	font-family: 'PT Sans Narrow', sans-serif;
}

/** ROWS PER PAGE NAVIGATION **/
.tablePerPage{
	float: right;
}
.tablePerPage span{
	float: left;
	margin-top: 5px;
}
.tablePerPage ul{
	float: right;
}
.tablePerPage li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float: left;
}
.tablePerPage a {
	border-right:solid 1px #BBB;
	margin-right:2px;
}
.tablePerPage .previous-off, .tablePerPage .next-off {
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}
.tablePerPage .next a, .tablePerPage previous a {
	border:none;
	font-weight:bold;
}
.tablePerPage .active {
	font-weight:bold;
	color: #FFF;
}
.tablePerPage a:link, .tablePerPage a:visited {
	color:#333;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:underline;
}
.tablePerPage a:hover {
	text-decoration:none;
}

/** PAGE SELECTOR **/
.tableNavigation{
	float:right;
	margin-left: 50px;
}
.tableNavigation span{
	float: left;
	margin-top: 3px;
}
.tableNavigation ul{
	float: right;
}
.tableNavigation li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float: left;
}
.tableNavigation a {
	border:solid 1px #BBB;
	 
	margin-right:2px;
	color:#999;
}
.tableNavigation .active a {
	color:#FFF;
	font-weight:bold;
	border:solid 1px #222;
	background:#222;
}
.tableNavigation a:link,  .tableNavigation a:visited {
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.tableNavigation a:hover {
	color: #FFF;
	background:#2F96D0;
	border:1px solid #2F96D0;
	
}





tfoot td{
	background-color:#E5E5E5;
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	padding:0.6em;
	font-family: 'PT Sans', sans-serif;
}

.odd td{
	background-color: #EEE;
}
.even td{
	background-color: #FDFDFD;
}