.available-data {
	list-style: none;
}

.available-data li {
	padding: 4px 0;
}

.entry-content h2 {
	border-top: 1px solid #CCC;
	padding-top: .75em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#trial_lawyer_report {
	border:1px solid #ddd;
	width:100%;
	margin:10px 0;
	font-size:12px;
	border-collapse:collapse;
	font-family: Helvetica, Arial, sans-serif;
}
#trial_lawyer_report .even {
	background-color:#FFF;
}
#trial_lawyer_report .odd {
	background-color:#e5e5e5;
}
#trial_lawyer_report .dataRow:hover {
	background-color:#e21937;
	color:white;
}
#trial_lawyer_report th {
	background-color:#444;
	border-left: 1px solid #666;
	color:white;
	text-align:left;
	padding:6px 15px 6px 8px;
}
#trial_lawyer_report td {
	padding:6px 8px;
}
#trial_lawyer_report th a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#trial_lawyer_report th.headerSortUp {
	background:#e21937 url(/images/icon_table_sort_up.gif) center right no-repeat;
}
#trial_lawyer_report th.headerSortDown {
	background:#e21937 url(/images/icon_table_sort_down.gif) center right no-repeat;
}

a.csv-download {
	padding-left: 20px;
	background: url(/images/page_white_excel.png) center left no-repeat;
	float: right;
}

#content h2 {
	line-height: 1.2em;
	margin-top: 1em;
}