input.error{
  border:1px solid #EB593C;
  margin-bottom:2px;
}

div.error{
color: #EB593C;
margin: 0px 0 10px 0;
padding-left: 18px;
background-image: url('/images/error.png');
background-repeat: no-repeat; }


div.message{
  color:#eb593c;
  font-weight:bold;
  padding:0px 0px 15px 0px;
}

a.logout:link{
  color:#eb593c;
}

a.logout:visited{
  color:#eb593c;
}

a.logout:hover{
  color:#fff;
}

.red{
  color:#eb593c;
}

li.active{
  font-weight:bold;
}

.parent{
  float:left;
  margin-right:15px;
  width:180px;
  height:28px;
}

.clear_selection{
  float:left;
  margin-right:15px;
}

.view_selection{
  float:left;
  margin-right:15px;
}

.research_placeholder{
  height:258px;
	position:relative;
	margin-bottom: 42px;
	border: 1px solid #c2bfac;
  background-color:#cccccc;
}

.flag-icon{
  background-color:none !important;
  display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding:0px;
}

.format-icon{
  float:left;
  clear:left;
}

.loader{
  width:16px;
  height:16px;
  float:left;
  margin-top:5px;
}

#load-sidebar{
}

#load-main-content{
  float:left;
}

#load-main-header{
}

#load-main-flag{
}

#load-sidebar-statistics{
}

#infoWindow {
    width: 350px;
}

#breadcrumbs{
  height:20px;
}

#breadcrumbs ul{
  margin-bottom: 8px;
  padding: 0;
  list-style-type: none;
}

#breadcrumbs ul li { display: inline; }

.clear_left{
  clear:left;
}

.EXPLORATION{
}

.PRODUCTION{

}

.tab .grid_8{
  margin-left:0px;
}

.tab .grid_4{
  margin-right:0px;
}

.tab_hide{
  display:none;
}

.company_list ul li{
  margin-left:5px;
}

.mask{
  margin-bottom:10px;
}


 #legend {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 3px;
  font-size: 11px;
  font-family: Arial, sans-serif;
  width:100px;
  line-height:13px;
  z-index:200;
}

.color {
  border: 1px solid;
  height: 12px;
  width: 12px;
  margin-right: 3px;
  float: left;
}

.white{
	color:#efefef;
}

.red {
  background: #C00;
}

.yellow {
  background: #ffff00;
}

.green {
  background: #339900;
}

.blue {
  background: #06C;
}

.purple {
  background: #63C;
}

.orange {
  background: #ff6600;
}