body {
	font-family: arial;
	text-align: center;
	margin:0;
	padding:0;
	}

div#header {
	position: fixed;
	top:0;
	height:25px;
	background-color: #aaa;
	border-bottom: 1px solid #999;
	width: 100%;
	clear: both;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	z-index: 2000;
	}
	
div#container {
	margin: 30px 15px 0 15px;
	}
	
form#header_login {
	display: inline;
	}

div.generation {
	position: relative;
	width: 100%;
	font-size: .95em;
	}
	
	div.child {
		float: left;
		}
		
	div.strain {
		padding: 10px;
		/* cursor: pointer; */
		border: solid 1px black;
		margin: 5px;
		}

span.strain_id {
	font-weight: bold;
	}
	

#popup {
/*
	height: 200px;
	width: 300px;
	-webkit-box-shadow: 5px 5px 7px #999;
	-webkit-border-bottom-right-radius: 15px;
	padding: 5px 5px 5px 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgba( 255, 255, 255, .8 );
*/
	}
	
	.ui-datepicker {
		z-index: 3001;
		}
		

div.current_strain,
div#new_tree {
	border: dotted #999 2px;
	height: 250px;
	width: 250px;
	float: left;
	margin: 25px;
	}
