body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	/*line-height: 1.7em;*/
	background-color: #F8F9FA;
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0; }
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: 0.83em; margin: 1.67em 0;}
h6 {font-size: 0.67em; margin: 2.33em 0;}


#company_name { width: 300px; }
h2 { 
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 { 
	margin: 0px 0px 5px 0px;
	text-align: left;
	color : #555555;
	position: relative;
}

h4 { 
	margin: 5px 5px 5px 0px;
	text-align: left;
	color : #555555;
}

#issue_title { 
	display: block;
	text-align: center;
}

		.location, .industry { 
			font-size: .9em;
			margin-left: 19px; 
			color: #666666;
			line-height: 1em;
		}
		#tooltip, #maptooltip {
			position: absolute;
			background-color: white;
			border: 1px solid #333333;
			opacity: .9;	
			padding: 3px;
			max-width: 200px;
			z-index: 1800;
		}
#header {
	text-align: center;
	background: #eeeeee;
	height: 50px;
	padding: 0px;
}
#companydisplay{
  border:none; 
  background-color:#dddddd;
  margin-left:290px;
  margin-top:15px; 
  width: 690px; 
  padding:15px; 
  position: absolute; 
  top: 52px; 
  right: 0px; 
  text-align: left;
}
#footer { 
	position: relative; 
	bottom: 0px; 
	width: 100%;
	text-align: center;
	font-size: .9em;
}
h1, h4 { display: inline }

.highlighted > div {
	border: solid 1px #BCE27F;
	font-weight: bold;
	
}


ul.mktree  li { list-style: none;} 
ul.mktree  li span { display: block; } 
	ul { padding-left: 0px }
	
.mktree li { display: block; line-height: 1.8em;  cursor: pointer;}
.mktree ul { padding-left: 15px; position: relative;}
ul.mktree>ul { padding-left: 0px; }

.highlighted> ul { 
	background: white;
}
		#ul.mktree li {margin-bottom: 5px; }
		#ul.mktree>li>span.name {font-weight: bold; }
		#ul.mktree>li, ul.mktree { margin-left: 0px; }
		#ul.mktree {margin: 0px; padding-left: 15px; }
.issue { 
	text-align: left;
	background-color:#FBFBFB;
	margin-bottom:5px;
	margin-right:15px;
 	padding:5px;	
 	line-height: 1.2em;
}
.issue a {
	font-weight: bold;
}
#notes { 
	overflow-y: auto;
	max-height: 130px;
	margin-bottom: 10px;
}

#map_container {
	right: 0px; 
	position: relative;
}

#info_container {
	background: #ffffff;
	height: 245px;
	padding-right: 0px;
	margin-bottom:15px;
	padding: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#info {
  height: 230px;
  overflow-y: auto;
	text-align: left;
}


.mktree .issue_comment {
	float: right; 
	width:12px; 
	height:12px;
	margin-top: 5px;
	margin-right: 4px;
	display:none;
}
.highlighted .issue_comment {
	margin-right: 3px; 
}
.hasissue .issue_comment {
	display: block;
}

.hasissue {
	background:transparent url(img/issue-comment.gif) no-repeat scroll 97% 50%;
	padding-right:15px;
}

#selected_company_name { 
  text-align:center;
  margin-bottom:10px;
  margin-right:15px;
  border-top:1px solid #BCE27F;
  border-bottom:1px solid #BCE27F;
}

#results {
	text-align: left;
	padding: 3px;
	height: 272px;
	overflow-y: auto;
	/* border: 1px solid #666666;*/
}

.searchtitle {
  position:relative; 
  height:21px; 
  background-color:#BCE27F; 
  padding-top:15px;
  padding-left:15px;
}

#search select, #search input {
	width: 180px;
	font-size: 1em;
	margin-bottom: 2px;
	
}

label {
  color:#BCE27F;
  font-weight:bold;
}

.helpbox {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	cursor: help;
	text-align: center;
	z-index: 200;
	background: #4270AE;
	color: white;
}

#subsidary_issue_list {
  border: solid 1px #BCE27F;
  text-align: left;
  padding: 5px;
  width: 42%;
  float: right;
  margin: 0px 15px 0px 5px;
}
#subsidary_issue_list ul{
	margin: 3px 0px;
}

#buttons input {
	width: 90px;
	margin: 0px 5px;
}

.company_list {
  list-style-type:square;
  padding-left:25px;
}

li {
  margin-bottom:3px;
}

#company_properties {
  text-align: left;
  margin: 0px;
  margin-bottom:15px;
  color: #999999;

}

.company_property {
  margin-bottom:5px;
}

.issue .issue_comment, .link_image {
  margin-right:5px;
  vertical-align: text-top;
  border:none;
}

a:link, a:visited, a:active {
  color:#4270AE;
}

a:hover {
	text-decoration: none;
}
p {
  line-height:1.5em;
}

.select_group {
  border: solid 1px #888888;
  margin-top: 5px;
}



.tree_element_highlighted {
	background-color: #BCE27F;
}
.tree_element {
  background-color: #eeeeee;
  padding-left:5px;
  margin-bottom:5px;
  margin-right: 15px;
  position: relative;
}

.close{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

.help {
	margin: 10px;
}

#company_properties table, #company_properties tr, #company_properties td { 
	font-size: 9pt; 
	color: #999999;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#company_properties td { padding-bottom: 5px; }

.more {
	width: 9px;
	height: 9px;
	left: -13px;
	top: 5px;
	position: absolute;
}
small {
	color: #999999;
}

ul, li { 
padding: 0px;
margin: 0px;
}
li { margin-bottom: 3px; }

#content {
	text-align: center; 
	border: none; 
	width: 1000px; 
	margin: 0px auto; 
	height: 650px; 
	position: relative;
}

#croc_profile_container {
  text-align:center;
  margin:5px 0px 15px 0px; 
}

.timeline_year{
  color: #999999;
  font-size: 10px;
}

.timeline_year_selected{
  font-weight: bold;
  border: 1px solid #BCE27F;
  padding-right:5px; 
  padding-left:5px;
  text-decoration: none;
  color: #000000 !important;
  
}

