#gc_selected_filters {
	width: 500px;
	max-height: 100px; /* In ie6.css, this is specified as 'height' rather than 'max-height' */
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #a6a6a6;
}

#sm_accounting_basis {
	width: 400px;
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #a6a6a6;
}

#gc_issues_list {
	width: 600px;
	background: white;
}

div.gc_controls {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.gc_issue_controls {
	margin-right: 10px;
	font-weight: bold;
}

/*BEGIN: Styles for opinion form type layer */
#op_formtype_list, #op_accbasis_list {
	width: 400px;
	background: #fff;
}

#op_formtype_selected, #op_accbasis_selected {
	height: auto;
	max-height: 100px;
}

#op_formtype_controls, #op_accbasis_controls, #gc_issues_controls {
	margin-top: 10px;
}

.layer_controls {
	margin-top: 5px;
	margin-bottom: 5px;
}

.layer_controls span {
	margin-right: 10px;
	font-weight: bold;
}
/*END: Styles for opinion form type layer */
button.on_page {
	border: 1px solid black;
	color: #4c4c4c;
}

#transparent_layer, #as_transparent_layer, .transparent_filter_layer, #gc_transparent_layer {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	background-color: #000;
	/*Doesn't work in IE 6-8, alternate style in /css/ie.css*/
	opacity: 0.7;
}

.layer_box {
	position: absolute;
	top: 0; 
	display: none;
	width: 800px;
	height: 620px;
	left: 50%;
	margin-top: 50px;
	margin-left: -400px;
	margin-right: -400px;
	/*background-color: #fff;*/
	background-image: url("/images/bkg_blue_fade.gif");
	z-index: 100;
	border: 2px solid #ccc;
	/*background-color: #eee;*/
	
}

.layer_box .frm_style {
	font: 90% Verdana;
	border: 1px solid #666666;
	
}

.layer_header {
	/*background-color: #fff;*/
	/*background-image: url("/images/bkg_blue_fade.gif");*/
	background:#fff url("/images/gray-border.gif") repeat-x left bottom;
}

.layer_close {
	float: right;
}

.float_clear {
	clear:both;
}

.layer_content {
	position: relative;
	/*border-top: 1px solid #a6a6a6;*/
	padding: 10px;
}

.layer_content .text {
	border: 1px solid #000;
}

.layer_content form {
	padding: 0;
	margin: 0;
}

.multiselect {
	max-height: 300px;
	min-height: 50px;
	overflow: auto;
	border: 1px solid #000;
}

.multiselect input {
	margin-left: 5px;
}

.multiselect input, .multiselect label, .layer_box button, #selected_industry_items label, #selected_industry_items input {
	cursor: pointer;
}

.selected_option {
	background-color: #0099ff;
}

.hide_item, .no_counties {
	display: none;
}

#industry_list_options, #ad_industry_list_options, #company_location_options, #auditor_location_options,
#company_county_options, #auditor_county_options {
	background-color: #fff;
	width: 400px;
	margin-right: 150px;
}

#ad_industry_list_options {
	width: 500px;
}

.data_tree {
	max-height: 400px;
	overflow-y: auto;
	margin-top: 1em;
}

.data_tree ul {
	margin-top: 0;
	list-style-type: none;
}

.data_tree input, .data_tree label {
	cursor: pointer;
}

.data_tree ul li.liOpen ul {
	display: block;
}

.data_tree ul li.liClosed ul {
	display: none;
}

.bullet {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.data_tree ul li.liOpen .bullet{
	background: url("/images/bul-gray-minus.gif") center left no-repeat;
}

.data_tree ul li.liClosed .bullet{
	background: url("/images/bul-gray-plus.gif") center left no-repeat;
}

.data_tree ul li.liBullet .bullet{
	background: url("/images/bul-gray-dot.gif") center left no-repeat;
	cursor: auto;
}

#naics_search_options td, #sic_search_options td{
	vertical-align: top;
}

#naics_search_options td.middle_option, #sic_search_options td.middle_option{
	vertical-align: middle;
	font-weight: bold;
	padding: 15px;
}

#naics_copied, #sic_copied{
	margin: 0;
	padding: 0;
}

#loading_div {
	background-color: transparent;
	margin-top: 25%;
}

.layer_box .current_search_page, .layer_box .horizontal_nav li a:hover {
	padding-bottom: 1px;
}

#search_industry_filters {
	width: 13em;
}

#selected_industry_items, .selected_item_list {
	border: 1px solid #000;
	max-height: 75px;
	background-color: #fff;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 76%;
}

#selected_industry_items {
	margin-right: 5px;
}

#sm_company_location_filter, #sm_auditor_location_filter {
	white-space: nowrap;
}

#sm_search_location_filters, #sm_auditor_location_filter {
	width: 10em;
}

.state {
	margin: 3px 5px;
	padding: 0;
}

.state_name, .search_group {
	font-weight: bold;
}

.county {
	margin-left: 10px;
}

.block_label {
	display: block;
	margin-right: 0.5em;
	float: left;
	width: 15em;
}

.cl_left {
	clear: left;
}

.search_options {
	width: 500px;
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #a6a6a6;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

