a img {
	border:0;
}

.hidden {
	display:none;
}

.err {
	color:#F00;
	background:#FFF;
	padding:1em;
	margin:1em;
	border:2px solid #00F;
}


.msg {
	color:#000;
	background:#FFF;
	padding:1em;
	margin:1em;
	border:2px solid #CCF;
}

img.hand:hover {
	cursor: pointer;
}

td.hand:hover {
  cursor: pointer;
}

dt {
	font-weight:bolder;
}

div#top_tools {
  margin: 10px 20px;
  font-size: 90%;
  clear: both;
  color: #666666;
  text-align: right;
}
div#top_tools a {
  color: #666666;
}
 
div#chart {		
	float: left;
}
	
div.validation-info {
}
div.form-errors {
	color: #FF0000;
	background: #FFE6E6;
	width: 360px;
	margin-left: 2em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

table.data thead th {
	background-color:#CCCCCC;
	color:#0000FF;
}

table.data td {
	padding:2px;
}

table.data td.amount {
	text-align:right;
}

table.scen {
	margin-bottom: 1em;
}
table.scen th {
	text-align: center;
}
table.scen td {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 10px; 
}
table.scen td.baseline {
	background:#E9E7FE;
}

input[class='text_form'] {
	background-color: #C0C0C0;
}

#list_scenarios {
	padding: 20px 5px;
}

#html_legend ul li{
	list-style: none;
	padding: 1px 0px;
}

/*Put button inline */
.neighbors form input, .neighbors form div input{
	display: inline;
}

/*format legend box color in contribution.php*/
.legend_box {
	border: 1px solid black;
}

form {
	padding: 0em;
	margin: 0em;
}

.pie_top {
	z-index: 1;
}

.sortable {
	z-index: 0;
}


#selectfield {
	padding: 0px;
	position: relative;
	left: 13em;
	top:  -1.35em;
}

table.login, table.form {
	border: 1px solid #8D87F9;
	background-color: #E9E7FE;
	padding: 1em 1em 1em 1em; 
	margin-bottom: 1.5em;
}
tr.button {
	padding-top: 1em;
	margin-top: 100px;
}

table.form th {
	text-align: right;
}

th.center {
	text-align: center;
}

table.budget { /* purchases.php, edit.php */
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 1em;
}
table.budget1 {  /* edit.php */
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 0;
}
table.budget td, table.budget th, table.budget1 td, table.budget1 th { /* purchases.php */
	border:1px solid #AAA;
	padding: 0.2em;
}
table.budget tr.total td, table.budget tr.total th {
	border-top:1px solid #000;
	border-bottom:3px solid #000;
}
table.budget td.percent, table.budget td.dollars {
	text-align:right;
} 



/* ================================================= */
/*   modified from earthster.org stylesheet          */
body {
  margin: 0; 
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  background: #fff;
}
p {
  margin: 0.5em 0;
}

img {
  border: none;
}

h1 {
  color: #060; /*#519951;  #c63; */
  font-size: 1.8em;
 
}
h1.page_title {
	font-size: 1.3em; 
}
h2 {
  color: #067545;
  font-size: 1em;
  font-family: Eurostyle, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
h3 {
  color: #8D87F9;
  font-size: 1em;
  font-family: Eurostyle, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
}


#banner h1 {
/*  position: absolute;
  top: 16px;
  right: 20px;
  margin: 0;
  padding: 0; */
  margin-left: 1em;
  font-weight: normal;
  font-size: 1.4em;
  font-family: Eurostyle, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: .2em;
 /* text-transform: lowercase; */
  color: #190df2; 
  /*green color: #006600; */
}
#banner img {
	margin-top: -1.6em;
	margin-bottom: -.7em;
	margin-left: -.5em;
}
.tag {  /* temp banner tagline */
	font-size: 0.7em;
}
li.active a {
  font-weight: bold;
}
ul#mainnav {
  list-style: none;
  font-size: 95%;
 
  line-height: 1.3em;
  height: 1.3em;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #243aa1;
  margin: 0;
  padding: 0 0 0 20px;
}
ul#mainnav li {
  float: left;
  padding: 0 0 0 25px;
  margin: 0 1em 0 0;
  background: url(/images/nav_separator.png) 0 50% no-repeat;
}
ul#mainnav a {
  text-decoration: none;
  color: #666666;
}
ul#mainnav a:hover {
  text-decoration: underline;
}


ul#mainnav a.this {
	font-weight: bold;
}
ul#subnav a.this {
	font-weight: bold;
}



ul#subnav {
  list-style: none;
  font-size: 95%;
  line-height: 1.3em;
  height: 1.3em;
  margin: 0;
  padding: 0;
}
ul#subnav li {
  float: left;
  padding: 0 15px 0 0;
  margin: 0;
  background: url(/images/subnav_separator.png) 100% 100% no-repeat;
  display: inline;
}

ul#subnav a {
  display: block;
  padding: 0 10px 0 30px;
margin: 0 0 0 -20px;
  text-decoration: none;
  color: #51ad69;
  border-bottom: 1px solid #51ad69;
}
ul#subnav a:hover {
  text-decoration: underline;
}
div#content {  /* was content_wrapper */
/*  padding: 2.5em 20px 40px 20px; */
  padding-left: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
/*  width: 70%; */
/*  padding-right: 2em; */
  width: 90%; 
}
div#content a {  /* was content_wrapper */
/*  color: #000;
  font-weight: bold;
  text-decoration: none; */
}
div#content a:hover {  /* was content_wrapper */
  text-decoration: underline;
}
div#sidebar {
  float: right;
  width: 20%;
  padding: 0px;
  margin: 10px;
} 
div#sidebar div.sidebar_unit {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #666666;
  background: url(/images/special_bg.png) 0 100% repeat-x;
}
div#sidebar div.sidebar_unit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#sidebar div.sidebar_unit ul {
  margin: 5px 0 0 0;
}
div#sidebar a {
  color: #666666;
}
div#sidebar h3 {
  margin: 0;
}
/*
div#obiki_tools {
  margin: 10px 20px;
  font-size: 90%;
  clear: both;
  color: #666666;
}
div#obiki_tools a {
  color: #666666;
}
*/
div#footer {
/*  border-top: 1px solid #ddd; */
  border-top: 1px solid #b4b4b4;  
  color: #999;
  font-size: 90%;
  padding: 2px 10px 2px 20px;
  position: relative;
  height: 25px;
  clear: both;
}
div#footer a {
  color: #999;
}
div#footer p {
  width: 70%;
  margin: 0;
  padding: 0;
}
div#new_earth_link {
  position: absolute;
  top: 2px;
  right: 0; 
  height: 25px;
  width: 25em; 
  top: 2px;
}
div#new_earth_link img {
  margin: 0 10px 0 5px;
  float:right; 
  margin-right: 5px;
}
div#new_earth_link span {
  padding-bottom: 8px;
  display: block;
  float: right; 
}


/* autu_complete - this div shows up to create the drop down menu for auto-completed fields */
.auto_complete {
	width: 350px;
	background:#CFC;
/*        z-index:100; */
}
.auto_complete ul {
		border:1px solid #888;
		margin:0;
		padding:0;
		width:100%;
		list-style-type:none;
}
.auto_complete ul li {
		margin:0;
		padding:3px;
}
.auto_complete ul li.selected { 
		background-color: #ff6; 
}
.auto_complete ul strong.highlight { 
		color: #800; 
		margin:0;
		padding:0;
}

#food {
	background-color: red;
}

/* COMPANY LANDING PG TILES --------------------------------------------- */

div.member-tile {
  width: 110px; 
  float: left;
  margin: 0 20px 20px 0;
  height: 160px;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 5px;
}
div>div.member-tile {
  min-height: 160px;
}
div.member-tile div { /* wrapper for image to guarantee uniform height */
  height: 110px;
}

div.member-tile img {
  display: block;
  margin: 5px auto;
}

/* instructions */

#page_instructions {
	border: 1px dotted #8D87F9;
	/*green background-color: #ECFFCC; */
	background-color: #F8F7FE;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 80%;
}



#page_instructions .button {
	font-style: normal;
	padding: 2px 2px 2px 2px;
	border: 0.5px solid #ccc;
}

dl {
	margin-left: 0.5em;
}
dt {
	margin-top: 0.5em;
}
dd {
	margin-left: 1em;
	margin-top: 0.2em;
}

/* table.login, table.form {
	border: 1px solid #8D87F9;
	background-color: #E9E7FE;
	padding: 1em 1em 1em 1em; 
	margin-bottom: 1.5em;
} */

/* orig logo colors: $chart[ 'series_color' ] = array ( "E9E7FE","C5C2FC","8D87F9","534AF6"  ); */
