@charset "utf-8";
.spacer {
	background-color: #666;
	height: 2px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
table.directory {
	border-collapse: collapse;
	width: 98%;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
table.directory th {
	background-color: #2b476d;
	border: 1px solid #2b476d;
	padding: 5px;
	font-size: 12pt;
	color: #bdc197;
}
table.directory td {
	border: 1px solid #CCC;
	background: rgba(245,245,245,0.8);
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 20px;
}
table.directory td.blank {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.directoryfield {
	border: 1px solid #CCC;
	padding: 10px;
	width: 80%;
	font-size: 11pt;
	color: #333;
	text-decoration: none;
	margin: 5px;
}
.directorylist {
	border: 1px solid #CCC;
	padding: 10px;
	width: 90%;
	font-size: 11pt;
	color: #333;
	text-decoration: none;
	margin: 5px;
}
.directorysubmit {
	color: #333;
	text-decoration: none;
	padding: 5px;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.dirresult {
	border-collapse: collapse;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
table.dirresult th.head {
	color: #FFF;
	text-decoration: none;
	background-color: #2b476d;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #2b476d;
}
table.dirresult th {
	color: #333;
	text-decoration: none;
	background-color: #bdc197;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #bdc197;
}
table.dirresult td {
	color: #333;
	text-decoration: none;
	background: rgba(245,245,245,0.8);
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #bdc197;
}
table.dirresult td.blank {
	background: rgba(245,245,245,0.0);
	color: #333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 5px;
}

table.dirresult a:link {
	color: #2b476d;
	text-decoration: underline;
}
table.dirresult a:visited {
	color: #2b476d;
	text-decoration: underline;
}
table.dirresult a:hover {
	color: #bdc197;
	text-decoration: none;
}
table.dirresult a:active {
	color: #bdc197;
	text-decoration: none;
}
