.summaryGrid {
	margin:top 5px;
	border-collapse: collapse;
}
.summaryGrid th{
	background-color: #c0e4c5; /*#6899FF;*/
	font-size: 1em; 
	padding: .2em;
	padding-left:.4em;
	padding-right: 1em;
	letter-spacing: 1;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.summaryGrid th a,th a:visited {
	color: black; 
	
}

.summaryGrid th.sorted a,.summaryGrid th.sortable a {
	background-position: right bottom;
	display: block;
}


.summaryGrid th.wicket_orderNone{
	background: right url(../images/arrow_off.gif) no-repeat #e8ffee;
}

.summaryGrid th.wicket_orderUp{
	background: right url(../images/arrow_up.gif) no-repeat #e8ffee;
}

.summaryGrid th.wicket_orderDown{
	background: right url(../images/arrow_down.gif) no-repeat #e8ffee;
}

.summaryGrid th.lastHeader{
	border-right:1px solid #dedede;		
}
tr.subheader{
	background-color: #f4e9cd;
}
.summaryGrid tr.odd, tr.odd {
	background-color: #fff;
}

.summaryGrid tbody tr.highlight, .summaryGrid tbody tr.highlight a,
.summaryGrid tbody tr.clicked, .summaryGrid tbody tr.clicked a {
	background-color:#565656;
	color: #fff;
	cursor: pointer;
}

tr.subheader{
	background-color: #f0ddad;	
}
.summaryGrid td{
  padding: 0 .4em 0 .4em;
  border-right:1px solid #CDCDCD;	
  line-height: 1.5em;
}
.summaryGrid tr.even{
	background-color: #edfbef; 
}

.summaryGrid td a{
	color: #5c5c5b;
	text-decoration: underline;
}
.summaryGrid td a:hover{
	/*font-weight: bold;*/
	color: black;
}
div.pagebanner {
	background-color: #CCC9C3;
	padding: 2px 4px 2px 4px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: right;
	clear: both;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

