body {
	font-family: Arial;
	color: #000000;
	background-color: #d4e0e0;
	padding 0px;
	margin: 0px;
	border: 0px;

}

img {
	border: 0px;
}

a {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	#color: #fbaf1b;
	text-decoration: none;
	
}

a:visited {
	color: #c87c08;
	text-decoration: none;
}

a:hover {
	color: #964d0f;
	text-decoration: underline;
}

table {
	padding 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	vertical-align: top;
	font-size: .8em;
}

p.virt-menu-paragraph {
	text-align: right;
}

td#left-size {
	width: 207px;
	height: 100%;
}

table#top-left {
	width: 207px;
}

td#select-and-go {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 46px;
}

select#select-dd {
	width: 65px;
}

table#bottom-left {
	width: 207px;
	height: 100%;
}

td#navigation {
	padding: 10px;
}

span.verticalMenu {
	font-weight: bold;
}

span.verticalMenu {
	#font-size: 1em;
}

p#webgui-controls {
	font-size: 0.75em;
}

td#nav-spacer {
	background-color: #ffffff;
	width: 88px;
	height: 100%;
}

td#right-size {
	width: 100%;
}

table#right {
	width: 100%;
	height: 100%;
}

td#top-spacer {
	height: 39px;
}


td#header-container {
	height: 72px;
	width: 100%;
	vertical-align: top;
}

table#title-holder {
	width: 100%;
	height: 72px;
}

td#title-spacer {
	background: #d4e0e0 url(/fac-templates/fac-images/header_stretch.jpg) repeat-x;
	height: 100%;
	width: 100%;
}

td#title {
	height: 100%;
	width: 416px;
}

td#title-round {
	height: 100%;
	width: 59px;
}

td#content-container {
	height: 100%;
	width: 100%;
}

table#content-and-footer {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

td#content {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

td#footer {
	text-align: right;
	background-color: #ffffff;
	height: 15px;
	width: 100%;
	padding-right: 14px;
}

td.right-spacer {
	background: #d4e0e0 url(/fac-templates/fac-images/right_finish.jpg) repeat-y;
	width: 45px;
}

/* CSS for search results */
div.search-boarder {
	padding: 5px;
	border: 1px solid #fbe2b2;
}

div#map {
	width: 550px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}

table.search-results {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

td.directory-field-name {
	background-color: #fbaf1b;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border: 1px solid #000000;
}

td.directory-field-value {
	padding: 1px 3px 1px 3px;
	border: 1px solid #000000;
}

/* CSS for detail view page */
div.childaddform {
  display:none;
}

table.children-results {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

td.children-field-name {
	background-color: #fbe2b2;
	color: #000000;
	padding: 1px 3px 1px 3px;
}

td.children-field-value {
	border: 1px solid #fbe2b2;
	padding: 1px 3px 1px 3px;
}