div#provider-search {
	margin-top: 40px;
	margin-bottom: 50px;
}
div#provider-search table {
	width: 100%;
}
div#provider-search th {
	color: #000000; 
	font-size: 16px; 
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	width: 135px;
	vertical-align: middle;
	text-align: left;
}
div#provider-search input.primary {
	width: 60px;
	font-weight: bold;
	color: #fff;
	background-color: #b41e16;
	font-size: 11px;
	padding:0px 3px 2px 3px;
	height: 22px;
	border: none;
	line-height: 11px;
	float: right;
}
div#provider-search label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
div#provider-search input#query {
	width: 442px;
}

div#provider-search-results {
	margin-top: 30px;
	font-size: 12px;
}
div#provider-search-results table {
	border-collapse:collapse;
	width: 100%;
}
div#provider-search-results td,
div#provider-search-results th {
	padding:0.5em;
}
div#provider-search-results td {
	border:1px solid #c3c3c3;
}
div#provider-search-results th {
	background-color:#063a6b;
	color: #fff;
	text-align: left;
}
div#provider-search-results td {
	font-size: 11px;
}
div#provider-search-results thead {
	background-color:#ddd;
}
div#provider-search-results tfoot td,
div#provider-search-results tfoot th {
	border:0;
}
div#provider-search-results tr.rowodd {
	background-color:#fff;
}
div#provider-search-results tr.roweven {
	background-color:#f2f2f2;
}
div#provider-search-results tr.row-mouseover,
div#provider-search-results tr.row-selected {
	background-color:#e2f9e3;
}
div#provider-search-results .nosort {
	cursor:default;
}
div#provider-search-results th.resize-handle-active {
	cursor:e-resize;
}
div#provider-search-results div.resize-handle {
	cursor:e-resize;
	width:2px;
	border-right:1px dashed #1e90ff;
	position:absolute;
	top:0;
	left:0;
}
