td,th { white-space: nowrap; vertical-align: top; }
td * { vertical-align: top; }

.oddRow 
{
	background-color: #ededed;
}

.sorttable_sorted, .sorttable_sorted_reverse { color: #d34a00; }
.sorttable_sorted .unsortedIndicator, .sorttable_sorted_reverse .unsortedIndicator
{
	display: none;
}


#mapInfoBubble * { font-size: 10px; }
#mapInfoBubble a.contactLink { color: #d34a00; }
#mapInfoBubble .attyName, #mapInfoBubble .attyName * { font-size: 12px; font-weight: bold; }


#search
{
	width: 150px;
	background: #608bae url("/images/background-color.jpg") repeat;
	padding: 0 12px;
}
#search a
{
	color: white;
	text-decoration: none;
}
#search a:hover
{
	color: #d34a00;
}
#search p
{
	clear: both;
}
#search ul.error
{
	margin:0;padding:0;
	list-style: none;
	color: white;
}
#search select, #search input
{
	width: 150px;
}
#searchArea select
{
	width: 135px;
}
#search_top, #search_bottom
{
	width: 160px;
	height: 7px;
	margin: 0 7px;
	background: #608bae url("/images/background-color.jpg") repeat;
}
#search_topLeft 
{
	float: left;
	height: 7px;
	width: 7px;
	margin: 0 0 0 -7px;
	background: url("/images/search-corner-top-left.jpg") no-repeat;
	}
#search_topRight
{
	float: right;
	height: 7px;
	width: 7px;
	margin: 0 -7px 0 0;
	background: url("/images/search-corner-top-right.jpg") no-repeat;
}
#search_bottomLeft 
{
	float: left;
	height: 7px;
	width: 7px;
	margin: 0 0 0 -7px;
	background: url("/images/search-corner-bottom-left.jpg") no-repeat;
	}
#search_bottomRight
{
	float: right;
	height: 7px;
	width: 7px;
	margin: 0 -7px 0 0;
	background: url("/images/search-corner-bottom-right.jpg") no-repeat;
}

#resultsContainer
{
	position: relative;
	width:100%;
}

#pageContent
{
	position: relative;
	height: 100%;
}

#resultsContainer th
{
	text-align: left;
	border-bottom: 1px solid black;
}
#resultsContainer td
{
	padding: 5px 0;
	font-size: 11px;
}
#resultsContainer table
{
	width: 700px;
}
#resultsContainer .column_name { width: 200px; }
#resultsContainer .column_firm { width: 250px; }
#resultsContainer .column_area { width: 250px; }

#resultsTableHeader
{
	border-bottom: 1px solid black;
}

/*#resultsTable tbody
{
	overflow: auto;
	overflow-x: hidden;
	height: 400px;
}*/
#resultsTable
{
	overflow: auto;
	overflow-x: hidden;
	height: 400px;
	margin-top: 30px;
}
#resultsTable thead
{
	position: absolute; top:25px; height: 15px;
}
#resultsTable td { white-space: normal; }
#resultsTable tr[onclick]:hover, #resultsTable tr[onclick]:hover *
{
	color: #d34a00;
	cursor: pointer;
}
#resultsTable thead tr:hover, #resultsTable thead tr:hover *
{
	color: inherit;
	cursor: inherit;
}
#resultsTable .sortable thead tr th:hover
{
	color: #d34a00;
	cursor: pointer;
}

#topContainer
{
	position: relative;
	width: 100%;
	height: 300px;
}
#resultsMap
{
	float: right;
	width: 500px;
	position: absolute;
	top:0;
	right:0;
	height: 100%;
}

#infoBubbleList *
{
	font-size: 11px;
}
#infoBubbleList ul
{
	max-height: 130px;
	overflow: auto;
	margin:0;
	padding: 0 0 0 15px;
	list-style: none;
}
#infoBubbleList li
{
	text-indent: -15px;
}

#mapInfoBubbleContent { display: none; }

#attorneyName, #attorneyAreas, #attorneyEmail { font-size: 16px; line-height: 1.25em; }
#attorneyEmail { text-decoration: underline; }