body 
{ 
	background-color: #5ECBAB;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#waiting_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black url(../images/photo-loader.gif) no-repeat scroll center center;
}

h1 
{ 
	color: darkolivegreen;
}

h2 
{ 
	border-bottom: 1px solid #1E7B47;
	color: #1E7B47; 
	margin: 0 15px 15px 0px;
}

h3 
{ 
	color: #2E9B67;
}

th h3 
{
	color: lightgreen;
}

h4 
{ 
	color: #2E9B67;
}

div#home_logo
{
    float: left;
    clear: right;
}

a.home_logo
{
    text-align: left;
}

a.home_logo img
{
    border: none;
}

table
{
    background-color: #FFF;
    clear: left;
}

table#layout
{
	width: 100%;
}

table.uploaded-thumbs
{
	margin-left: auto;
	margin-right: auto;
}

table.data-entered
{
	margin: 20px auto;
}

table.data-entered thead th
{
    color: #EFE;
    background-color: #7A8;
    padding: 5px;
    text-align: center;
}

table.data-entered tbody th, table.data-entered tbody td
{
    padding: 5px;
}

#content
{
    background-color: #FFF;
    padding-top: 10px;
    font-size: 0.9em;
    text-align: left;
}

body#reports #content
{
    padding: 10px;
}

td.column
{
    vertical-align: top;
    padding-top: 10px;
    padding-left: 20px;
}

.more, .msg
{
    text-align: center;
    font-weight: bold;
    background-color: #9EfBeb;
    /* border: thin solid #BCB; */
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0px 15px 0;
    padding: 10px;
}

.msg
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#photo_search
{
    padding: 5px;
    /* background-color: #6DFFC9; */
    background-color: #9EfBeb;
}

#photo_search th
{
    font-size: 1.0em;
}

#photo_search table, #photo_search td, #photo_search th
{
    /* background-color: #6DFFC9; */
    background-color: #9EfBeb;
}

#photo_search .more
{
    margin: 5px 15px 15px 15px;
    background-color: #FFF;
    border: none;
}

td.search_date
{
    background-color: lightgreen;
}

#bio_news
{
}

#bio_news .more
{
    margin: 0px 15px 15px 15px;
}

.more a
{
    color: #797;
}

.more a:hover
{
    color: #364;
}

#photo_search th
{
    color: #777;
    text-align: right;
    border: none;
    padding: 5px;
}

#photo_search td
{
    padding: 5px;
}

#books h2 a
{
    color: #1E7B47;
}

#books h2 a:hover
{
    color: #3ECB77;
    text-decoration: none 
}

div.user
{
	color: #777;
	font-size: 0.8em;
}

#all 
{
	background-color: #1E7B47;
	width: 1024px;
	margin: 10px auto 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header 
{
	background-color: #1E7B47;
        color: white;
        width: 1024px;
        height: 80px;
        margin: 0px;
	clear: left;
}          

#logo 
{
	margin-top: 5px;
        float: left;
}          

body#db #logo 
{
	margin-right: 5px;
	padding: 5px 5px 5px 0;
        float: right;
	background-color: #1E7B47;
}          

#search 
{
        width: 400px;
	vertical-align: bottom;
        float: right;
}          

#search table, #search td
{
	background-color: #1E7B47;
}          

#navsite 
{
	background-color: #1E7B47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: green;
	width: 1024px;
	height: 21px;   
	padding: 0;
	margin-top: 0px;
	margin-bottom: 3px;
}

/*
#navsite ul 
{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #293;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#navsite ul li 
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a 
{
	padding: 4px 0.7em 3px 0.7em;
	margin-left: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
	text-decoration: none;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
}

#navsite ul li a:link 
{
	color: Mediumseagreen;
}

#navsite ul li a:visited 
{
	color: Mediumseagreen;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover 
{
	color: green;
	background: white;
	border-color: #227;
}

#navsite ul li a#current 
{
	background: white;
	color: green;
	border-color: #227;
	border-bottom: 1px solid white;
}

#navsite ul li a#current:hover 
{
	background: white;
	color: green;
	border-color: #227;
	border-bottom: 1px solid white;
}
*/

#ddm
{	
    margin: 0;
    clear: right;
}
	
#ddm li
{
    float: left;
    list-style: none;
}

#ddm li a
{	
    display: block;
    background: #AB8;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    color: #EAFFED;
    white-space: nowrap;
}

#ddm li#last_item a
{	
    border-right: none;
}

#ddm li a:hover, #ddm li a#current
{	
    background: #7FA676;
}
		
#ddm li ul
{	
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
    z-index: 10;
}
		
#ddm li ul li
{	
    float: none;
    display: inline;
}
		
#ddm li ul li a
{	
    width: auto;
    text-align: left;
    background: #9FCB9B;
    border-bottom: 1px solid #DFE;
    z-index: 10;
}
		
#ddm li ul li a:hover
{	
    background: #7FA676;
}

@media screen and (-webkit-min-device-pixel-ratio:0)  /* webkit hack */
{
	#navsite
	{	
		margin-bottom: 1px;
	}
}

div#welcome
{
	width: 300px;
	color: #777;
	font-size: 1.3em;
	font-weight: bold;
	border: 5px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 90px;
	margin-bottom: 90px;
	padding: 30px;
}

#bio_news
{
	margin: 25px 10px 10px 0;
}

#bio_news ul
{
    padding-left: 15px;
}

#bio_news li
{
    padding-bottom: 10px;
    text-align: left;
}

#bio_news li p
{
	margin: 0px;
}

#field_guides td
{
    padding: 5px 8px;
}

#field_guides img
{
    border: 0 none;
}

/* Search for photos or records to edit */
div#login_msg
{
	clear: left;
	width: 250px;
	color: #777;
	background-color: #EEE;
	font-size: 1em;
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 25px auto;
	padding: 5px;
}

table#adv_search-hdr th
{
	width: 130px;
	padding: 5px;
	background-color: mediumseagreen;
}

table#adv_search-body
{
	border: 2px solid mediumseagreen;
}

table#adv_search-body th
{
	width: 150px;
	padding: 10px;
	text-align: right;
	font-size: 1em;
	color: #777;
	background-color: #FFF;
}

table#adv_search-body thead th, table#photo_upload thead th
{
	padding: 3px;
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	background-color: mediumseagreen;
}

table#adv_search-body td
{
	padding: 10px;
}

table#photo_upload
{
	margin: 20px auto 10px auto;
	border: 2px solid mediumseagreen;
}

table#photo_upload tbody th
{
	padding: 2px;
	text-align: center;
	font-size: 1em;
	color: #777;
	background-color: #CDC;
}

table#photo_upload tbody td
{
	padding: 5px;
}

/* \\Search for photos or records to edit */

#bh_intro   /* For BioHere home page */
{
	text-align: left;
	margin: 5px 0 20px 0;
	margin-bottom: 20px;
}
  
#bh_intro h2
{
	margin-left: 0px;
}
  
#bh_intro li
{
	line-height: 1.4em;
}
  
#books   /* For Field Guides panel on home page */
{
	text-align: left;
	margin: 25px 0;
}
  
#books h2
{
	margin-left: 0px;
}
  
#gis_res   /* For GIS Resources panel on home page */
{
	text-align: left;
	margin-bottom: 25px;
}
  
#gis_res ul, #bh_intro ul
{
	padding-left: 15px;
}
  
#bh_intro ul
{
	padding-left: 25px;
}

#rand_pix
{
    background-color: #9EfBeb;
    border-left: 3px solid #DDD;
    padding: 1px 10px;
    text-align: center;
}
  
#intro   /* For Ca Natural Areas */
{
	background-color: white;
	width: 490px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 70px;
	padding-top: 1px;
	padding-bottom: 5px;
	float: left;
}
  
#intro
{
	width: 100%;
	margin: auto;
	background-color: #FFF;
}

#faq
{
    margin: auto;
    padding: 10px;
    background-color: #FFF;
}

#counties 
{ 
	background-color: white;
	width: 340px;
	margin: 0px 10px 0 0px;
	padding: 1px 0 5px 5px;
	clear: right;
}

#counties table 
{
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
	cell-spacing: 1;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	margin-left: 20;
}

table .species-list
{
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
}

#counties table td
{
    padding-left: 10px;
    text-align: left;
}

.buttons
{
    position: absolute;
    top: 8px;
    right: 15px;
}

a.button
{
    border: 1px solid #798;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2px 4px;
    font-size: 0.5em;
    color: #FFF;
    background-color: #AB8;
    font-weight: bold;
}

a.button:hover
{
    border: 1px solid #464;
    background-color: #7FA676;
    text-decoration: none; 
}

#weatherWidget 
{
    float: right; background: #CCC none no-repeat scroll 0% 0%; height: 150px; width: 310px; position: relative;
    margin-top: -20px;
}

#weatherDescription 
{
    left: 200px; position: absolute; top: 35px; line-height: 1.4em; font-weight: bold; color: #777;
}

#weatherTemp 
{
    font-size: 200%; margin-bottom: 10px;
}

#weatherLink 
{
    font-size: 0.9em;  margin-top: 8px;
}

#plant_photos
{
	margin-bottom: 20px;
}

table.species-list td, table.species-list th
{
	padding: 5px;
}

#thumb_grid
{
	color: #666;
}

#thumb_grid td
{
	padding: 5px 10px;
}

#thumb_grid img
{
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

#thumb_grid td .common
{
	font-size: 0.8em;
	color: #797;
}

#thumb_grid td .family
{
	font-size: 0.8em;
	color: #779;
}

.thumb_label
{
    padding: 5px;
    margin-top: 5px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

table#text-box
{
	margin: 30px auto;
	width: 500px;
	color: #333;
	font-size: 1.0em;
	line-height: 1.4em;
}

#main-content 
{
	width: 100%;
	float: left;
	background-color: #FFF;
	font-size: 0.8em;
	text-align: left;
}

#main-content p
{
	padding: 5px 0;
	margin: 0;
}

div#na-descr
{
	float: left;
	width: 450px;
	padding: 10px;
	margin-left: 200px;
}

div#na-descr h2
{
	margin-bottom: 10px;
}

div#na-photos
{
	float: left;
	width: 250px;
	padding: 50px 10px;
}

.species 
{ 
	font-family:  serif;
	font-style:   italic;
	font-size:    1.0em; 
}

body#species_page
{
    text-align: left;
    background-color: #FFF;
}

body#species_page #sp_thumb
{
    float: left;
    clear: right;
}

body#species_page .species 
{ 
    font-weight: bold;
    font-family:  serif;
    font-style:   italic;
    font-size:    1.0em; 
}

body#db span.species a
{ 
	font-family:  serif;
	font-style:   italic;
	font-size:    0.9em; 
	margin-right: 15px;
}

table.splist
{
    float: left;
    clear: right;
    margin: 4px 10px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

table.splist th
{
    font-size: 0.9em; 
    padding: 5px;
    background-color: #CED;
}

table.splist td
{
    padding: 3px 7px;
    background-color: #B3FFF5;
    color: #555;
}

body#species_page table.splist
{
    clear: both;
}

span#common
{
    font-weight: normal;
}

div#sp_thumb
{
    margin: 10px;
}

body#db h1, body#species_page h1
{
    padding: 10px;
    margin: 0px;
    text-align: left;
    background-color: #CED;
}

.foot 
{ 
	font-size: small; 
	color: white; 
	text-align: center 
}

div#bottom
{
	clear: left;
	margin: 2px 0 20px 0;
	text-align: center 
}

div#footer
{
	clear: left;
	margin: 2px auto 20px auto;
	text-align: center 
}

div#obs_data
{
    float: left;
}

.date { font-size: 0.8em; color: #555 }   
.src { font-size: 0.8em; color: gray }   
.ph_src { font-size: 0.8em; color: gray }   

#reports div#stats, #reports div#content
{
    float: left;
}

#reports div#lists, #reports div#user_reports
{
    float: left;
}

#reports div#user_reports
{
    margin-bottom: 5px;
}

dl.stats
{
	margin: 0px;
}

dl.stats dt
{
    width: 120px;
    float: left;
    clear: left;
    line-height: 1.5em;
    color: #777;
    font-weight: bold;
}

dl.stats dd
{
    line-height: 1.5em;
    color: #797;
}

#reports #content form
{
    margin-top: 20px;
}

#reports #content fieldset
{
    width: 500px;
    color: #555;
    border: 1px solid #9B9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px;
}

#reports #content legend
{
    color: #1E7B47; 
    font-weight: bold;
}

#reports #content form select
{
    margin-left: 20px;
    margin-right: 20px;
}

#reports #content form p.subm_btn
{
    margin: 20px 0 0 120px;
}

table.na
{ 
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid green;
	cell-spacing: 5px;
	background-color: white
}

.na-list
{ 
    position: relative;
    width: 500px;
    padding: 10px 0 0 20px;
}

.na-list h2
{ 
    /* margin-bottom: 5px; */
}

.na-list ul
{ 
    padding-left: 28px;
    margin-bottom: 28px;
    line-height: 1.4em;
}

table.na-list th
{ 
	padding: 5px;
}

.googletable 
{ 
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	border-color: green;
	border-width: thin;
	border-style: solid;
	cell-spacing: 0;
	background-color: #1E7B47;
	margin: 0;
	padding: 0;
}

tr.googletable 
{ 
	background-color: #1E7B47;
	margin: 0;
	padding: 0;
}

td.googletable 
{ 
	background-color: #1E7B47;
	margin: 0;
	padding: 0;
}

table.headertable 
{ 
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	border-color: green;
	color: white; 
	border-width: thin;
	border-style: solid;
	cell-spacing: 0;
	background-color: #1E7B47;
}

tr.headertable 
{ 
/*	background-color: darkseagreen;    */
	font-size: 2.2em;
	height: 70px;
	padding: 1
}

td.headertable 
{ 
/*	background-color: #1E7B47;    */
	vertical-align: middle;
	font-size: 2.2em;
	height: 70px;
	padding: 1;
}

th 
{ 
	color: #1E7B47; 
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 0;
}

td 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

th a 
{ 
	color: #1E7B47; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
}

td a:hover, th a:hover
{ 
	color: #1E7B47; 
	text-decoration: underline 
}

#search_type th
{
    background-color: Mediumseagreen;
    text-align: right;
}

#search_type td
{
    background-color: Mediumseagreen;
    text-align: left;
}

table#lists
{
	margin-top: 80px;
	border: 1px solid Mediumseagreen;
}

table#lists > tbody > tr > td
{
	padding: 15px;
}

#intro p
{
    text-align: justify;
    line-height: 1.3em;
    margin-top: 5px;
}

#intro h3
{
    text-align: left;
    margin-bottom: 0px;
}

p.subm_btn
{
	/* margin-bottom: 80px; */
}

table.account-form
{
	border: 1px solid Mediumseagreen;
}

table.account-form thead th
{
	padding: 0px;
}

table.account-form th, table.account-form td
{
	padding: 10px;
}

div#err_msg, div.err_msg
{
	width: 250px;
	color: #C53;
	font-weight: bold;
	background-color: #FFF;
	font-size: 1.2em;
	border: 1px solid #B97;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 25px auto;
	padding: 10px;
}

div.success_msg
{
	width: 250px;
	color: #5C3;
	font-weight: bold;
	background-color: #FFF;
	font-size: 1.2em;
	border: 1px solid #9B7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 25px auto;
	padding: 10px;
}

body#db
{
	background-color: #FFF;
}

#db table.query_sum
{
	/* border: 1px solid #BBB; */
	margin: 5px 0 0 5px;
}

#db table.query_sum thead th
{
	border-bottom: 1px dotted #9B7;
	color: #444;
	text-align: left;
	background-color: #FFF;
	/* padding: 3px; */
}

#db table.query_sum tbody th
{
	color: #565;
	font-size: 0.9em;
	text-align: left;
	background-color: #FFF;
	padding: 3px;
}

#db table.query_sum td
{
	color: #777;
	background-color: #FFF;
	padding: 3px;
}

/* Search for photos or records to edit */
table#photo_edit
{
	border: 1px solid #BBB;
	background-color: #DDD;
	margin: 10px auto;
}

table#photo_edit td
{
	text-align: center;
	background-color: #DDD;
}

table.photo
{
	color: #555;
	border: 1px solid #AAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px auto;
}

table#photo_edit table.photo td.del_btn
{
	text-align: center;
	color: #C53;
	font-weight: bold;
	background-color: #DBB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px;
}

table#photo_edit table.photo td
{
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	background-color: #FFF;
}

table#species_query
{
	width: 760px;
	border: 1px solid #BBB;
	margin: 50px auto 0 auto;
}

table#species_query td
{
	padding: 5px;
}

table#species_query td.del_check
{
	text-align: center;
	background-color: #FBB;
	padding: 5px;
}

table#species_query tbody th
{
	font-size: 0.9em;
	color: #555;
	text-align: right;
	padding: 5px;
	background-color: #FFF;
}

div.submit_btn
{
	text-align: center;
	width: 760px;
	margin: 15px auto 50px auto;
}

span.example
{
	font-size: 0.9em;
	color: #AAA;
}

#breadcrumbs
{ 
    width: 450px;
    text-align: left;
    font-size: 0.9em;
    padding: 10px;
}

div#query_sum_wrap
{
    background-color: #CED;
    min-height: 80px;
}

div#gmap
{
    float: left;
    width: 420px;
    height: 420px;
    border: 2px solid #CDC;
    margin: 10px;
}

#reports div#map
{
    float: right;
    width: 420px;
    height: 420px;
    border: 1px solid #CDC;
    margin: 0px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

body#db p
{
    margin: 0px;
}

#db div#map
{
    float: left;
    width: 600px;
    height: 600px;
    border: 1px solid #CDC;
    margin: 5px 0 0 5px;
    font-size: 0.8em;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

#db div#map h3
{
    margin-top: 0px;
    margin-bottom: 5px;
}

#db div#map h4
{
    margin-top: 10px;
    margin-bottom: 5px;
}

#db div#map .species, div#gmap .species
{
    font-weight: bold;
}

.details_tab h3
{
	margin: 0;
}

.details_tab dt
{
	width: 120px;
	float: left;
	clear: left;
	line-height: 1.1em;
}

td#photos
{ 
	width: 30%;
	vertical-align: top;
	text-align: right;
}

td#photos li, div#na-photos li
{ 
	list-style: none;
	padding: 3px 0 3px 0px;
}

td#photos li:hover, div#na-photos li:hover
{ 
	background-color: #555;
	/* background-color: Mediumseagreen; */
}

.rand_img img 
{
	display: block;
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

#rand_pix .rand_img img 
{
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

#intro .rand_img img
{
	margin-bottom: 5px;
}

ul
{
    color: #5ECB87;
}

li         
{
    list-style-type: square;
}            

.email a { color: lightgreen; text-decoration: none; font-family: Arial, Helvetica, sans-serif }
.email a:hover { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif }
.top a { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif } 
a { color: darkgreen; text-decoration: none; } 
a:hover { text-decoration: underline }







