#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 #D9D9D9;
}

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

#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 D9D9D9;
	color: #4c4c4c;
}

#transparent_layer, #as_transparent_layer, .transparent_filter_layer, #gc_transparent_layer {
	display: block;
	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;
	z-index: 100;
	border: 1px solid #D9D9D9;
	border-radius: 7px;
	padding: 4px;
}

.layer_box .frm_style {
	font: 90% Gilroy, Verdana, sans-serif;
	border: 1px solid #D9D9D9;

}

.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 #D9D9D9;
}

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

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

.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: #46b6ff;
}

.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: #F0F0F0;
	width: 400px;
	margin-right: 150px;
}

#ad_industry_list_options {
	width: 500px;
}

.data_tree {
	background-color: #F0F0F0;
	border: 1px solid #D9D9D9;
	border-radius: 7px;
	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 #D9D9D9;
	border-radius: 7px;
	max-height: 75px;
	background-color: #F0F0F0;
	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 {
	min-width: 10em;
}

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

.state input {
	margin: 5px;
}

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

p.state .county input {
	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 #D9D9D9;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.shrink {
	white-space:nowrap;
	width:20px;
}

.pad_left {
	margin-left: 120px
}

/* Auditor Taxonomy Layer Styles - MJS - 2013-08-04 */

#layer_auditor_container {
	background-color: #fff;
}

#layer_auditor_container .auditor_input_div {
	padding-left:3px;
}

#selected_option {
	padding-left:5px;
}

#auditor_filter_control {
	margin-top:5px;
	margin-bottom:5px;
}

.auditor_filter {
	background-image: url("../images/bkg_blue_fade.gif");
	z-index: 100;
	border: 2px solid #D9D9D9;
}

#selected_auditor_filters {
	border:1px solid #D9D9D9;
	background-color: #FFFFFF;
	max-height: 80px;
	overflow-y: auto;
	padding:3px;
	font-size: x-small;
}

#selected_ownership_filters {
	border:1px solid #D9D9D9;
	background-color: #FFFFFF;
	max-height: 80px;
	overflow-y: auto;
	padding:3px;
	font-size: x-small;
}

/* Issues Taxonomy Layer Styles - MJS - 2013-08-28 */

#layer_issues_container div input  {
	margin-left:5px;
}

#company_location_options div input {
	margin-left:5px;
}

#issues_filter_control {
	margin-top:5px;
	margin-bottom:5px;
}

#all_taxonomy_input_divs div input {
	margin: 5px;
}

#company_location_options div input {
	margin-left:5px;
}

#selected_issues_filters {
	border:1px solid #D9D9D9;
	background-color: #FFFFFF;
	max-height: 80px;
	overflow-y: auto;
	padding:3px;
	font-size: x-small;
}

.issues_filter {
	background-image: url("../images/bkg_blue_fade.gif");
	z-index: 100;
	border: 2px solid #D9D9D9;
}

/* Results box for several taxonomy filters   */
#sm_results th, #sm_results td {
	padding: 2px 5px;
}

#sm_results {
	border-collapse: collapse;
	empty-cells: show;
	border-radius: 0 0 13px 13px;
}

span.layer_text_filter {
	position:relative;
}

span.layer_text_filter img {
	position:absolute;
	right:6px;
	top:1px;
	z-index: 1;
	cursor: pointer;
}

#sm_taxonomy_clear_all {
	font-size: small !important;
}

#sm_auditor_clear_all {
	font-size: small !important;
}

.text {
	padding:1px 0px 1px 0px;
}
