/* ===== Biologically Applied Engineering Data Styles ===== */

/*==========================================
	BODY AND MAIN ELEMENT STYLES
  ==========================================*/

body {
	font-family: Arial, Tahoma, Helvetica,  sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #bdc47e url("../assets/body-fill.jpg") repeat-x;
	}

#popbody {
    background: none;
 }

#container {
	position: relative;
	width: 900px;
	background: white;
	margin: 0 auto 0 auto;
	}
#popcontainer {
	position: relative;
	width: 650px;
	background: white;
	margin: 0 auto 0 auto;
	}

#header {
	position: relative;
	width: 900px;
	height: 250px;
	background: url("../assets/bio-app-header.jpg") no-repeat;
	}

#menu {
	width: 900px;
	}

#content {
	padding: 25px;
	}
#contentweather {
    padding-bottom: 25px;
    padding-top: 2 px;
    padding-left: 25px;
    padding-right: 25px;
	}


#group {
	/*height: 50px;*/
	}

#group img {
	margin-right: 25px;
	}

#footer {
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
	width: 95%;
	font-size: .85em;
	color: #777;
	}

a:link {
	color: #013310; /* forest green */
	text-decoration: underline;
	font-size: inherit;
	}

a:visited {
	color: #2e762a /* medium dark green */
	text-decoration: underline;
	font-size: inherit;
	}

a:hover {
	color: #903f03; /* red-brown */
	text-decoration: none;
	font-size: inherit;
	}

a.soft {
	font-size: .85em;
	}

a.soft:link, a.soft:visited {
	color: #357959;
	text-decoration: none;
	}

a.soft:hover {
	color: #013310;
	text-decoration: none;
	}

/*==========================================
	HEADING AND TEXT STYLES
  ==========================================*/

h1 {
	font-size: 1.3em;
	color: #013310; /* dark forest green */
	}

h2 {
	font-size: 1.1em;
	color: #444;
	}

h3 {
	font-size: 1em;
	color: #666;
	}

p {
	font-size: .9em;
	color: #444;
	line-height: 140%;
	}

/*==========================================
	UTILITY MENU
  ==========================================*/

#utilitymenu {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 7px 0 0 0;
	color: white;
	font-size: .85 em;
	font-weight: bold;
	text-align: right;
	}

#utilitymenu a:link, #utilitymenu a:visited {
	color: white;
	text-decoration: none;
	font-size: .85em;
	}

#utilitymenu a:hover {
	color: black;
	text-decoration: none;
	font-size: .85em;
	}

/*==========================================
	MAIN NAVIGATION
  ==========================================*/

#tabs {
 	position: absolute;
	left: 0;
	top: 193px;
	height: 25px;
	padding: 0 0 0 100px;
    width: 900px;
	}

#submenu {
	position: absolute;
	left: 75px;
	top:218px;
	height: 27px;
	padding: 5px 0 0 0;
	color: white;
	font-weight: bold;
	}

#tabs ul {
	list-style: none;
	margin: 0;
	height: 25px;
	display: inline;
	}

li.tab {
	width: 130px;
	height: 20px;
	background: #2e762a;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 0 1px;
	}

li#selected.tab {
	background: #024e1a;
	}

.grayed {
	color: #808080;
	}

li.tab a:link, li.tab a:visited, span.tab  {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

li.tab a:hover {
	color: #95d36a;
	}

#submenu select {
	color: white;
	font-weight: bold;
	background: #2e762a;
	border: 1px solid white;
	width: 150px;
	}

#submenu select option {
	background: white;
	color: #444;
	}

#submenu select option.dark {
	background: #999;
	color: #444;
	}

/*==========================================
   STYLES FOR SUBMENUS
  ==========================================*/
#tabs li {
  position: relative;
  padding-top: 5px;
}

#tabs li ul {
  display: none;
  text-align: left;
  padding-left: 0;
  width: 125%;
  height: auto;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #2e762a;
}
#tabs li ul li:hover {
  background-color: #024e1a;
  width: 125%;
}
#tabs li:hover ul {
	display: block;
}

.subtab {
    height: 25px;
    width: 125%;
    text-align: left;
    padding-left: 10%;
    background-color: #2e762a;
}

/*==========================================
	FORM STYLES
  ==========================================*/

form {
	margin: 0;
	}

form.loginform {
	margin: 0 0 0 50px;
	}

h2.getanotherday {
	float: left;
	}

select.getanotherday {
	float: left;
	margin: 10px 0 0 25px;
	}

form#getday {
	margin: 0;
	float: left;
	font-size: .9em;
	font-weight: normal;
	}

input.textinput {
	width: 150px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	}

input.shorttext {
	width: 50px;
	height: 18px;
	font-size: 10pt;
	color: #444;	
	}

input.submit {
	
	}

.formline {
	padding: 5px 5px 5px 0;
	clear: both;
	margin: 0 0 1px 0;
	min-height: 25px;
	}

.formline h2, .formline h3 {
	margin: 0;
	}

div.label {
	width: 150px;
	height: 20px;
	float: left;
	background: #f2f2f2;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}

div.textinput {
	width: 520px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputnarrow {
	width: 250px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputwhite {
	width: 450px;
	height: 23px;
	float: left;
	background: #fff;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.formline .formnote {
	font-size: .9em;
	color: #333;
	}

div.label label {
	font-size: .9em;
	font-weight: normal;
	color: #000;
	text-align: right;
	}

div.labelwhite {
	width: 150px;
	height: 20px;
	float: left;
	background: #fff;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}


.indent50 {
	padding-left: 50px;
	}

table.weatherdata {
	font-size: .9em;
	}

tr.weatherhead {
	background: #2e762a;
	color: white;
	}

tr.weatherhead td {
	padding: 5px;
	text-align: center;
	}

tr.weathersummary {
	background: #c5e0b4;
    font-weight: bold;
	padding: 10px;
    text-align: center;
	}
tr.weatherrow1 {
	background: #c5e0b4;
	}

tr.weatherrow2 {
	background: #dcefd0;
	}

tr.weatherrow1 td, tr.weatherrow2 td {
	text-align: center;
	padding: 5px;
	}
