#focus .focus_content.finder {
}

#focus .focus_content.finder form {
	margin:0;
	padding:0;
}

.focus_content.finder .field {
	padding:0;
	background:transparent none;
	color:#002664;
	border-radius:3px;
	font-size:14px;
	font-weight:bold;
	height:42px;
	line-height:42px;
	margin-bottom:12px;
	float:left;
}

.focus_content.finder .field.state { width:24%; margin-right:1.5%; }
.focus_content.finder .field.type { width:100%; }
.focus_content.finder .field.course { width:100%; }
.focus_content.finder .field.month { width:49.25%; margin-right:1.5%; }
.focus_content.finder .field.location { width:49.25%; margin-bottom:0; }

#focus .finder .finder_results {
	padding:40px 0 0 0;
}

#focus .finder .finder_results h3 {
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#555;
	line-height:1;
	margin:0 0 12px 0;
	clear:both;
}

#focus .finder .finder_results .overview {
	padding:25px;
	margin:0 0 10px 0;
	border:1px solid #E0E0E0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 20%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 20%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 20%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 20%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	font-size:13px;
	color:#656565;
}

.finder_results .overview p {
	line-height:1.4;
	margin:6px 0;
	font-size:13px;
}

.finder_results .overview ul, .finder_results .overview ol {
	margin:10px 0;
}

.finder_results .overview li {
	line-height:2;
	list-style:disc;
	margin:0 0 0 30px;
	padding:0 0 0 5px;
}

.finder_results .overview ol li {
	list-style:decimal;
}


#focus .finder .finder_results table {
	width:100%;
	background:white;
	font-size:13px;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	text-align:center;
	margin:0 0 5px 0;
}

#focus .finder .finder_results h3:before {
  display: block;
  height: 15px;
  content: "";
}

#focus .finder .finder_results table th {
	padding:18px 0;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fff none;
	color:black;
	font-weight:600;
	font-size:15px;
}

#focus .finder .finder_results table td {
	padding:18px 0;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	color:#555;
}

#focus .finder .finder_results table a {
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	border-radius: 1px;
	background:#1C3F94 none;
}

#focus .finder .finder_results table a:hover {
	background:#3d5f7a none;
}
.ui-selectmenu-button{
	border:1px solid #ddd;
	background: #fff;
}