@charset "utf-8";
/* Main Style Sheet */
/* costate - Flower Trial Garden */


body {
	background: #FFFFFF url(../images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0px;
	color: #111;
	}

p {
	font-family:Georgia, "Times New Roman", Times, serif
}

hr {

}

#page-wrap {

}

#page-container {
	width: 1000px;
	min-width: 800px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page-header {
	float:left;	
	height: 180px;
	max-width: 100%;
	min-width: 1000px;
	overflow: hidden;
	margin-top: 23px;
}
	#page-header h1 {
		float: right;
    margin:0;
	}

	#csu-logo {
		float: left;
		color: #666666;
		font-size: .8em;
		font-weight: bold;
		line-height: .8em;
		width: 220px;
		text-align: right;
	}

#page-subheader {
	clear: left;
	/*background: url(../images/header09/header0908.jpg) no-repeat center;*/
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	overflow: hidden;
}

#page-about {
	clear: left;
	background: url(../images/header09/header0907.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-history {
	clear: left;
	background: url(../images/header7.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-location {
	clear: left;
	background: url(../images/header2.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-trials {
	clear: left;
	background: url(../images/header3.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-annuals {
	clear: left;
	background: url(../images/header6.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-sponsors {
	clear: left;
	background: url(../images/header09/header0905.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#page-contact {
	clear: left;
	background: url(../images/header09/header0909.jpg) no-repeat center;
	height: 360px;
	border-top: 3px solid #039317;
	border-right: 3px solid #039317;
	border-left: 3px solid #039317;
	background-color: #a98306;
	overflow: hidden;
}

#main-menu {
	text-align: center;
	background: url(../images/mnubkg.jpg) repeat-x;
	max-height: 45px;
	height: 45px;
	width: 1000px;
}
	
	/*BEGIN HORIZONTAL LIST STYLING*/
	/* compliments to listmatic (http://css.maxdesign.com.au/listamatic/) */
	
		ul#navlist
		{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
		}
		
		#navlist li
		{
		display: inline;
		list-style-type: none;
		
		}
		
		#navlist a { padding: 0; color: #a98306;}
		
		#navlist a:link, #navlist a:visited
		{
		color: #eeaf00;
		font-size: 1.3em;
		text-decoration: none;
		text-transform: uppercase;
		}
		
		#navlist a:hover
		{
		color: #fff;
		font-size: 1.3em;
		text-decoration: none;
		text-transform: uppercase;
		}
		#navlist #active a
		{
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		}
	/*END HORIZONTAL LIST STYLING*/
	
#page-body {
	margin-top: 0px;
	padding-top: 0px;
	border-left: 3px solid #039317;
	border-right: 3px solid #039317;
	border-bottom: 3px solid #039317;
	overflow: hidden;
}

#side-menu {
	width: 250px;
	min-width: 250px;
	padding-left: 15px;
	overflow: visible;
	}
	
	#side-menu ul {
		margin-top: 0px;
		margin-left: 0px;
			padding-left: 15px;
	}
	#side-menu ul li {
		list-style: none;
		border-bottom: 1px dotted #a98306;
		margin-left: 0px;
		padding: 3px 5px 3px 5px;
	
	}
	#side-menu ul a {
		color: #a98306;
		text-decoration: none;
		padding: 5px 5px 5px 5px;
	}
	#side-menu a:hover {
		text-decoration: underline;
	}
	
	#side-menu h2 {
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #039317;
		border-bottom: 1px dotted #039317;
		font-size:1.2em;
	}
	
	#side-menu div.side-menu-box {
		width: 230px;
		padding-top:5px;
		border: 1px dotted #a98306;
		margin: auto;
		margin-bottom: 25px;
		margin-left: 16px;
		font-size: 10px;
		text-align:center;
	}

#side-menu div.side-menu-box p {
	margin-top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
		}

#sponsor_left {
	float: left;
	width: 320px;
	}

#sponsor_left p {
	height: 6.5em;
	}

#sponsor_left h3 {
	font-size: 15px;
	color: #a98306;
	}

#sponsor_right {
	float: right;
	width: 320px;
	}

#sponsor_right p {
	height: 6.5em;
	}

#sponsor_right h3 {
	font-size: 15px;
	color: #a98306;
	}

#bestof {
	width: 650px;
	text-align: left;

	}

#bestof ul {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #039317;
	margin: 0 auto;
	}

#bestof ol {
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom: 1px dotted #039317;
	margin: 0 auto;
	}

#bestof ol li {
	display: inline;
	}

#bestof ul li {
	display: block;
	}
	
#bestof1 ul li {
	display: inline;
	}

#bestof h3, h3.bestof {
	color: #a98306;
	margin: 20px 0 20px 0;
	}

#bestof img {
	border: 3px solid #039317;
	margin: 0 5px 0 5px;
	}

#history img {
	display: inline;
	}

#body-content {
	float: right;
	max-width: 650px;
	min-width: 650px;
	padding-right: 50px;

}

	#body-content div.page-welcome {
	text-align: center;
	padding-top: 10px;	
	}

	#body-content div.page-welcome ul {
	text-align: left;	
	}

	#body-content div.page-welcome img {
	margin: 0 auto;
	border: 3px solid #039317;

	}

	#body-content div.page-welcome h1 {
		color: #039317;
		font-size: 1.5em;
		line-height: .5em;
		letter-spacing: -.5px;
		margin-top: 20px;
		padding-left: 10px;
		text-align: left;
	}
	
	#body-content div.page-welcome a {
		color: #039317;
		text-decoration: underline;
	}

		#body-content div.page-welcome a:hover {
		color: #a98306;
		text-decoration: none;
	}

	
	#body-content div.page-welcome h3 {
		color: #a98306;
		font-size: 1.25em;
		letter-spacing: -.5px;
		margin-top: 10px;
		padding-left: 10px;
		text-align: left;
	}

	#body-content div.page-welcome p {
		border-top: 1px dotted #a98306;
		background: url(../images/img05.jpg) repeat-x left top;
		line-height: 1.4em;
		padding: 5px 15px 5px 15px;
		text-align: left;
	}
	
	#body-content div.page-welcome a.mini {
		color: #a98306;
		font-size: 12px;
		text-align: left;
	}
	
	.mini {
		color: #a98306;
		font-size: 12px;
		text-align: left;
	}
	
#page-footer {
	background: url(../images/img05.jpg) repeat-x top left;
	clear:both;
	padding-top: 10px;
	font-size: .8em;
}
	#page-footer span {
		border-right: 1px solid black;
	}
	#page-footer span.right {
		border: 0px;
	}
	#page-footer a {
		color: #a98306;
		text-decoration: none;
		padding: 5px 5px 5px 5px;
	}
	#page-footer a:hover {
		text-decoration: underline;
	}

/* Begin CSS Popout Menu */

#menu{
width:100%;
text-align: center;
}

#menu a, #menu h2{
display:inline;
margin:0;
padding: 15px 10px 15px 10px;
}

#menu h2{
background:#000 url(/css/images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#menu a{
text-decoration:none;
}

#menu a, #menu a:visited{
}

#menu a:hover{
}

#menu a:active{
}

#menu ul{
list-style:none;
margin:0 auto;
padding:0;

}

#menu li{
position:relative;
display: inline;
top: 10px;
}

#menu ul li {
position: relative;
}



#menu ul ul{
	position: absolute;
	left: 0;
	top: 30px;
	display:none;
	background: #01580a;
	z-index:500;
	padding: 10px 5px 15px 5px;
	text-align: left;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;
}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
background:#ccc;
}


/* End CSS Popout Menu */


#login fieldset{
  	width:300px;
	margin:0px auto;
}

label{
  	float:left;
	width:100px;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}

#lightBoxBackground {
        width:100%;
        height:100%;
        top:0;
        background-color:black;
        opacity: .80;
        filter: alpha (opacity=80);
        position:absolute;
        z-index:30;
}

#lightPopup {
        background-color:white;
        border-style:outset;
        width:800px;
        height:450px;
        margin:0px auto;
        text-align:center;
        position:absolute;
        z-index:40;
}

h2.like-h3 {
	color: #a98306;
	font-size: 1.25em;
	letter-spacing: -.5px;
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
    margin:0px auto;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


.close_box{
	border-style:solid;
	border-color:white;
	color:white;
	font-size:1.25em!important;
	background-color:#880000;
	border-width:1px;
	width:25px;
	height:25px;
}

#searchBox a:link, #searchBox a:visited{
	color: #01580a;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	}
		
#searchBox a:hover{
	color: #01580a;
	font-size: 1.1em;
	text-decoration: underline;
	text-transform: uppercase;
}

#searchBox {
  	margin-top:10px;
	text-align:left;

}

.sponsorBox {
  	float:left;
	width:316px;
	height:200px;
	margin:0px 3px 0px 3px;
}

.italic {
  font-style:italic;
}

.c {
  text-align:center;
}

.r {
  text-align:right;
}

.l {
  text-align:left;
}

.mtBR {
  margin-top:1em;
}
.row {
  margin-top:.5em;
  clear:both;
}
.data-table tbody tr td {
  font-size:.8em;
}

.DataTables_sort_wrapper {
  font-size:.8em;
}

.expand {
  background:url(/images/expand.png) no-repeat;
  width:22px;
  height:22px;
  cursor:pointer;
}

.collapse {
  background:url(/images/collapse.png) no-repeat;
  width:22px;
  cursor:pointer;
  height:22px;
}

#symbol_legend {
  width:500px;
  text-align:left;
  display:none;
  position:absolute;
  top:70px;
  z-index:100;
  border:solid #ccc 1px;
  background-color:#eee;
}

#newsletter-form label{
  width:95px;
}
.list-padding {
  padding:15px 0 0 100px;
}

#newsletter-form div{
  text-align:left;
}

.error{
  color:red;
  text-align:left;
}


.sError {
  color:red;
  font-style: italic;
}

.coolButton {
  border-radius : 5px;
  background-color : #6ea7d2;
  box-shadow : 3px 3px 3px #ccc;
  color:white;
  font-weight:bold;
}

div.action-menu {
  width :200px;
  background-color : white;
  border-radius : 5px;
  box-shadow : 3px 3px 3px #ccc;
  z-index : 99;
  position : absolute;
  border: solid 1px #ccc;
}

ul.action-menu {
  margin : 15px 0px 5px 0;
  padding: 0;
  clear:both;
  list-style : none;
}

ul.action-menu li {
  margin:2px;
  padding:5px;
  border: solid #ccc 1px;
  border-radius : 5px;
  box-shadow : 2px 2px 2px #ccc;
  cursor : pointer;
  text-align:center;
}

ul.action-menu li:hover {
  background-color: #E2E4FF;
}


div.close-small {
  background:url(/images/close_small.png);
  float:right;
  margin:3px 3px 10px 3px;
  width:16px;
  height:16px;
  cursor : pointer;
}

#unattached_header{
  margin-top:15px;
}

#unattached, .attached {
  padding:10px 0;
  overflow-x: auto;
  white-space : nowrap;
  border: solid 1px #ccc;
  border-radius : 5px;
  min-height: 250px;
}

#unattached img {
  margin:5px;
}

.image_data {
  display:inline-block;
  border-radius : 5px;
  background-color : #eee;
  box-shadow : 3px 3px 3px #ccc;
  margin:5px;
  padding:5px;
}

.image_data_public {
  display:inline-block;
  border-radius : 5px;
  background-color : #eee;
  box-shadow : 3px 3px 3px #ccc;
  margin:5px;
  padding:5px;
}

.image_data_public img{
  width:190px;
  cursor : pointer;
}

.image-button {
  text-align:center;
  padding:3px;
  margin : 5px 10px;
  height: 16px;
  cursor : pointer;
  
}

.pivotor {
  padding : 5px 5px 5px 35px;
  height : 22px;
  cursor : pointer;
  margin-top:15px;
  border-top: solid 1px #ccc;
  border-radius : 10px;
}

.bottom-border {
  border-bottom : solid 1px #ccc;
  border-radius : 10px;
  padding : 20px 0 0 0;
}

.top-border {
  border-top : solid 1px #ccc;
  border-radius : 10px;
  padding : 0px 0 0 20px;
  margin-top: 10px;
}

#upload_file_form {
  margin:10px;
}

.pivotor h3 {
  padding:0;
  margin: 0;
}

.collapsed {
  background : url(/images/expand.png) no-repeat 5px 5px;
}

.expanded {
  background : url(/images/collapse.png) no-repeat 5px 5px;
}

.fRight {
  float:right;
  margin-right:5px;
}

.plant_name {
  margin : 15px 0 3px 20px;
  font-weight:bold;
}

.gray {
  color:gray;
}

/*Event classes*/

.event-container {
	padding: 5px;
	border-top: #2e6e9e solid 1px;
	border-bottom: #2e6e9e solid 1px;
	background-color: #eeeeee;
}

.event-date {
	width : 15%;
	display: inline-block;
	margin : 0 5px;
}

.event-title {
	margin: 0 5px;
	font-weight:bold;
	display : inline-block;
	width : 20%;
}

.event-description {
	margin: 0 5px;
	display:inline-block;
	width: 50%;
}

.event-header {
	padding : 5px;
	border-top: #2e6e9e solid 1px;
	border-bottom: #2e6e9e solid 1px;
	background-color : #b4d9ff;
	font-weight : bold;
}
.event-action {
	margin : 0 5px;
	display:inline-block;
}

.event-future {
	background-color : #ceffcc;
}

.pointer {
	cursor : pointer;
}

.event-date-display {
	font-size : 1.10em;
	font-weight : bold;
}
.event-title-display {
	padding-left : 15px;
}

/* Fixed header */
.fixedheader {
	width: 650px;
	height: 75px;
	border-bottom : 1px #ccc solid;
	background-color : #ddd;
}

.stuck {
	position: fixed;
	z-index : 200;
	top: 0;
}

.filter-instruct {
	font-size : .9em;
	font-style: italic;
}

.eval-plant {
	width : 190px;
	height : 200px;
	border : #000 1px solid;
	float: left;
	margin : 5px;
	padding: 5px;
	background-color : #000;
	color: #fff;
	font-size: .8em;
	position:relative;

}

.eval-plant img {
	width: 190px;
	height : 150px;
	object-fit : contain;
}

.eval-loc {
	text-align:center;
	font-weight:bold;
	top : 190px;
	position:absolute;
	left: 50px;
}
