/* @override http://lpnetwork.net/templates/styles_education.css */

table.education {
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
	padding-bottom: 10px;
}
table.education th {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
table.education td {
  vertical-align: top;
  padding: 1px;
}
h3.education_header {
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 0;
	font-size: 1.2em;
}

.education_search_results {
  text-align: left;
  margin: 15px auto;
  width: 95%;
}

.education_search_results .user_thumb {
 text-align: center;
 font-weight: bold;
 width: 120px;
 border-bottom: 1px solid #ddd;
 padding: 5px;
}
.education_search_results .user_education {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.education_search_results .user_education table.education {
  border: 0;
}

.form_education {
	padding: 20px 5px;
	background-color: #f6f6f6;
	width: 100%;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.form_education td.form1 {
	color: #7c7c7c;
	font-weight: normal;
	font-style: normal;
}

#schoolnew.form_education {
	padding: 15px;
	background-color: #e8f4fa;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #c3dae4;
}

.form_education input.text {
	background-color: #fcfcfc;
	font: bold 130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	margin: 0;
}

.form_education td.form2 {
	padding: 2px 0 2px 20px;
}

.search_education {
	background-color: #f6f6f6;
	padding-bottom: 20px;
	border: 1px solid #ddd;
}

.search_education td.browse_header {
	font: bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: none;
}

.search_education input.text {
	background-color: white;
	border-style: none;
}

.search_education td.form2 {
	padding: 0;
	margin: 0;
}

.search_education td.form1 {
	padding: 0 20px 0 0;
}

.search_education table.form {
	margin-right: 50px;
	margin-top: 20px;
	margin-left: 50px;
}