@charset "utf-8";
/* Styles specifically for the Catalog */
#catItemTabContainer { height: 450px; } /* This one is inside the main_box, etc. */
#catNavTabContainer { height: 491px; float: left; width: 300px; }

/* Specifically for the catalog listing tree: */
#expand_collapse { 
	font-size: 11px;
	cursor: pointer;
	text-decoration: underline;
}
.category_box { 
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 3px; 
	margin: 5px 0px 0px 0px;
}
.expander { cursor: pointer; }
.cat_items_box {
	font-size: 11px;
	visibility: hidden;
	display: none;
}
.entry_box {
	margin: 0px 0px 0px 20px;
	padding: 3px;
	cursor: pointer;
}
.hidden_field { visibility: hidden; display: none; }

/* Search form */
#search_form {
	background-color: #E4E4E4;
	text-align: center;
	margin-left: auto; margin-right: auto;
	padding: 3px 0px 3px 0px;
	font-size: 10px;
}
#search_form label { font-weight:bold; }

/* Catalog entry */
.cat_entry_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	padding-left: 10px;
}
.cat_entry_sm_head, .entry_description {
	font-size: 16px;
	margin: 10px 0;
}
.entry_categories {
	width: 100%;
	font-size: 12px;
	background-color: #DDD;
	padding: 3px 0;
}
.not_public { 
	width: 100%;
	font-size: 16px;
	color: #66CCFF; background-color: #990000;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}
#data_agencies { /* only appears on initial page load */
	float: right; 
	width: 200px; 
	margin-left: 20px; 
	padding: 5px; 
	border: 1px solid #999;
	text-align: center;
}
.agency_logo { padding: 3px 0px; }
.cat_entry_tab_box {
	margin: 0 10px;
}
.entry_details_right {
	width: 45%; 
	float: right; 
	text-align: center;
}
.entry_details_left {
	width: 50%;
	overflow: visible;
}
.entry_details_right, .entry_details_left {
	border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; 
	margin-top: 10px;
}
.entry_details_head {
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
.entry_details_head, .entry_dnlds_table th {
	background-image: url(img/tab_016698_top.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	font-size: 15px;
	color: #FFF;
}
.entry_details_box {
	font-size: 13px;
	margin-bottom: 15px;
	padding: 0 10px;
}
.entry_dnlds_table {
	margin-left: auto;
	margin-right: auto;
}
.entry_dnlds_table td, .entry_dnlds_table th {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.entry_dnlds_table td {
	font-size: 13px;
	text-align: center;
}
#catEntryFooter {
	border-top: 1px solid #CCC;
	color: #999;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	padding: 3px 10px;
}
.disclaimer_link {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	cursor: pointer;
}

/* Forms */
.catalog_pop_up_forms { width: 800px; }
