#adg{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#adg table{
border-right:1px #CCC solid;
}
#adg thead th{
	/*background:url(../images/adg-h.gif) repeat-x;*/
	padding:5px 0;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
#adg thead th a{
width:100%;
display:block;
}
#adg tbody td{
	padding:5px 0;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
#adg tbody tr:hover{
	/*background:#FFE8C6;*/
	font-weight:bold;
	font-size:13px;
	color:#000;
}
#adg tfoot th{
	height:21px;
	background:url(../images/adg-f.gif) repeat-x left bottom;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	text-align:center;
}
#adg tfoot .adg-nav img, #adg tfoot .adg-nav input, #adg tfoot .adg-nav select{
	display:inline-table;
	vertical-align:middle;
}
.adg-current-page{
	width:20px;
	height:12px;
	font-size:9px;
}
.adg-row-per-page{
	width:35px;
	height:15px;
	font-size:10px;
	display:inline-table;
	vertical-align: middle;
}
#adg-loading{
	width:100%;
}

#adg thead th a.adg-asc{
	background:url(../images/sort_asc.gif) no-repeat center right;
}
#adg thead th a.adg-desc{
	background:url(../images/sort_desc.gif) no-repeat center right;
}
#adg tr.even{
background:#F7F7F7;
outline:#999 thin solid;

}

#adg thead th.adg-nav, #adg tfoot th.adg-nav{
	text-align:center;
	background:#FFF;
	padding:5px 0;
	/*border-bottom:#CCC solid 1px;*/
}
#adg thead th.adg-nav a, #adg tfoot th.adg-nav a{
display: inline;
}

