.tabs {
	position: relative;
}

form {
    margin: 0;
}

* html .tabs {
	padding-bottom: 0;
}

th {
	text-align: left;
    vertical-align: top;
    padding: 0 8px 16px 0;
}
td {
    vertical-align: top;
}

.tabs a {
	background: url(/static/images/left_off.gif) no-repeat top left #afdbe8;
}

.tabs a {
	float: left;
	text-decoration: none !important;
	font-weight: bold;
	color: #004a7e !important;
	position: relative;
	padding-bottom: .5em;
	padding-top: .5em;
	padding-left: 1em;
	padding-right: .5em;
	margin-right: 2px;
}

.tabs a span {
	background: url(/static/images/right_off.gif) no-repeat top right #afdbe8;
	position: relative;
	top: -.5em;
	right: -.5em;
	padding-left: .5em;
}

.tabs a.active, .tabs a:hover {
	background: url(/static/images/left_on.gif) no-repeat top left black;
	color: white !important;
}

.tabs a.active span, .tabs a:hover span {
	background: url(/static/images/right_on.gif) no-repeat top right black;
}

.tabcontent {
	border: 1px solid black;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	clear: left;
	background-color: white;
}


#researchsearch th {
	width: 110px;
}
.researchlabel {
    width: 118px;
}
* html .researchlabel {
    width: 126px;
}

.treelist li {
	list-style: none;
	background: none !important;
	padding: 0 !important;
}

.treelist .treelist {
	padding-left: .5em !important;
	margin: 0;
}

.research.directory_results h3 , .referencelistsearch h3 {
	background-color: #EFE8CE;
	padding: .25em 0 .25em 1em;
	border-right: 9px solid #7AC4D9;
}

.toggler {
	cursor: pointer;
}

.directory_results h4 img {
	margin-right: 0 !important;
	padding: 0 !important;
	margin-top: 10px !important;
	position: relative;
	left: -7px;
}
.sections {
	border-right: 9px solid #EEF4ED;
	background-color: #FBF9EF;
	padding-left: 20px;
	margin-bottom: 0;
}

.directory_results h3 span, .referencelistsearch h3 span {
	background: url(/static/images/white_arrow_closed.gif) right center no-repeat;
	float: right;
	position: relative;
	right: -7px;
}

.directory_results div {
	margin-bottom: 0 !important;
}

.expand_all {
	text-align: right;
	padding-bottom: 5px;
}

.flag_hidden {
    color: red;
}

.email_address {
	text-transform: lowercase;
}

.research table {
    width: 99%;
	padding-bottom: 1em;
}

.research .name {
	width: 40%;
}

.research .phone {
	width: 20%;
}

.research .email {
	width: 40%;
}

