#cpresources a.group {
	position: relative;
	float: left;	
	font: 13px/14px arial;
	font-weight: bold;
	color: #8e7d3a;	
	margin: 15px 0 0px 0px;
	display: inline;
	text-decoration: none;
}

#cpresources a.group:hover {
	text-decoration: underline;
}

#cpresources .description {
	position: relative;
	float: left;
	width: 645px;	
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	display: inline;	
	font: 12px/14px arial;
	color: #262626;
	border-bottom: 1px solid #eeeeee;
}

#cpresources_results {
		position: relative;
		float: left;		
		border: 1px solid #e7e9ec;
		padding: 3px;
		margin: 5px 0 0 0px;
		display: inline;
		font: 12px/18px arial;		
		color: #585858;	
}

/* tables */
table.tablesorter {
	font: 11px/14px arial;		
	color: #585858;				
	background-color: #CDCDCD;
	margin:0px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ebe9d4;
	border: 1px solid #FFF;
	font-size: 11pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url("/images/sort_background.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("/images/sort_ascending.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("/images/sort_descending.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#cpresources_results a {
		font: 11px/18px arial;		
		color: #585858;
		text-decoration: none;		
}

#cpresources_results a.mapit {
		font: 10px/12px arial;		
		color: #264d65;
		text-decoration: none;
		font-weight: bold;
}

#cpresources_results a.headerlink {
		font: 11px/18px arial;
		color: #264d65;
		text-decoration: none;
		font-weight: bold;
}

#cpresources_results a:hover {		
		text-decoration: underline;		
}

#cpresources_results .header{
		font: 11px/18px arial;		
		color: #8e7d3a;
		font-weight: bold;
}

#cpresources_results .row {
		background: #fafafa;
}

#cpresources_results .alternaterow {
		background: #f3f2f2;
}