/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


body {
	background: #000000 url(/images/background.png) repeat-y center;
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-size:62.5%;
}

h1,h2,h3,h4,h5,h6 {font-weight:normal;width:100%;margin:auto;margin-top:0.5em;margin-bottom: 0.2em; padding-bottom:0.3em;}
h1,h3,h5 {border-bottom: solid 0.05em #545456;}
h1,h2 {font-size: 2.0em;}
h3,h4 {font-size: 1.4em;}
h5,h6 {font-size: 1.2em;}

#wrapper
{
	margin: auto;
	width: 102.4em;
	padding-top: 1.5em;
}

#header_image
{
	margin: auto;
	width: 79.8em;
	height: 36.1em;
	background: url(/images/headerborder.png) no-repeat;
	padding: 0.3em;
	padding-top: 0.4em;	
}
#print_header
{
	display: none; 
}
#navigation
{
	margin: auto;
	width: 79.8em;
	height: 2.9em;
	background: url(/images/nav_background.png) no-repeat;
	padding-left: 2em;
}

p {
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a:link, a:visited, a:active {text-decoration: none; color: #00a14e;}
a:hover { text-decoration: underline; }

#navigation li { display: inline; }
#navigation a {
	height: 2em;
	display: block;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin-top: 0.6em;
	float: left;
	font-size: 1.3em;
}
#navigation a:hover { text-decoration: underline }
#navigation a.current { font-family: "Times New Roman", Times, serif; color: #00a14e}

#content {
	width: 80.0em;
	margin: auto;
	padding-bottom: 2.0em;
	overflow: auto;
	border-bottom: solid 0.1em #545456;
	margin-bottom: 0.3em;
}
#left_section {
	float: left;
	width: 42.5em;
	font-size: 1.2em;
	padding-left: 1em;
	margin-top: 0.5em;
	padding-right: 1em;
}
#right_section {
	font-size: 1.2em;
	float: left;
	width: 20em;
	border-left: solid 0.1em #545456;
	padding-left: 0.3em;
	padding-right: 1em;
	margin-top: 0.5em;
}

#banners {
	width: 82.5em;
	margin: auto;
	padding-left: 0.5em
}
#banners img {
	width: 24.5em;
	height: 11.6em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}

#footer {
	margin: auto;
	width: 73em;
	text-align: center;
	font-size: 1.1em;
}
#footer_rule {
	height: 0.3em;
	background: url(/images/footer_gradient.png) repeat-y;
	margin-bottom: 2.3em;
}


form {
	margin: 0px;
	padding: 0px;
}

form div
{
	clear: left;
	display: block;
}

form input, form select, form textarea {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 0.3em;
}

form div label
{
	display: block;
	width: 10em;
	padding: 0.3em 1em 0em 0em;
	float: left;
	font-size: 1.2em;
}

		form div.required label{
			background-image: url(/marketplace/images/required_b.gif);
			background-repeat: no-repeat;
			background-position: 10em 0.7em;
		}

form div small {
	color: #aaaaaa;
	font-size: 80%;
	display: block;
	margin: 0px;
	padding: 0px;
}

form fieldset {
	padding: 1em;
}

form h6 {
	background-color: #323232;
	padding: 2px;
}

.buttons {
	font-size: 1em;
	border: 1px solid #CCCCCC;
	background-image: url(/marketplace/images/admin_button_background.gif);
}

.buttons:hover {
	border: 1px solid #00a14e;
	background-image: url(/marketplace/images/admin_button_background_on.gif);
}

.greentext { color: #00a14e; }

.redtext { color: #FF3333; }

#navigation_menu a
{

}

#message { margin: 0.5em 0em; padding: 0.5em;}
	.success { background-color: #00a14e; }
	.error {
		color: #990000;
		background-color: #D2A5A5;
	}

/* Perspectives */
#Perspectives
{
	font-size: 0.8em;
	padding-left: 7px;
}
#PerspectivesImage
{
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Resources */
	.ResourceCategoryHeader
	{
		font-size: 1.2em;
		width: 150px;
		height: 25px;
		text-align: center;
		margin-top: 10px;
	}
	.ResourceHeader
	{
		font-size: 1.2em;
		height: 25px;
		text-align: center;
	}
	.ResourceCategory
	{
		padding-top: 10px;
		padding-left: 3px;
		padding-bottom: 10px;
	}
	.Resource
	{
		margin-top: 5px;
		padding-left: 5px;
		background-color: #1b1b1b;
	}
		.Resource a
		{
			color: white;
			font-size: 1.0em;
			text-decoration: none;
		}
		.Resource a:hover
		{
			color: white;
			text-decoration: underline;
		}
		a.resourceGreen
		{
			color: #00a14e;
			font-size: 1.0em;
			text-decoration: none;
		}
		a.resourceGreen:hover
		{
			color: #00a14e;
			text-decoration: underline;
		}

.contractSearch div label
{
	display: block;
	width: 12em;
	padding: 0.3em 1em 0em 0em;
	float: left;
	font-size: 1.2em;
}

.seedVarieties
{
	padding: 0.3em 0.5em;
	background-color: #1b1b1b;
}

#DeliveryDateStart { width: 90px; }
#DeliveryDateEnd { width: 90px; }

#googleMap
{
	width: 515px;
	height: 400px;
}

#googleMap .infowindow
{
	color: #000000;
}

.news
{
	margin-top: 5px;
	padding-left: 5px;
	background-color: #1b1b1b;
	border-bottom: 1px;
}

table.products
{
	font-size: 1.3em;
	border-collapse: collapse;
}

table.products th
{
	font-weight: bold;
	background-color: #323232;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
}

table.products td
{
	vertical-align: top;
	padding: 3px;
}

table.products tr.evenrow td
{
	background-color: #161616;
}

table.news
{
	font-size: 1.1em;
	border-collapse: collapse;
}

table.news th
{
	font-weight: bold;
	background-color: #323232;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
}

table.news td
{
	vertical-align: top;
	padding: 3px;
}

table.news tr.evenrow td
{
	background-color: #161616;
}

.bigtext
{
	font-size: 1.8em;
}

.bodyImage
{
	float: right;
	margin-left: 1em;
}

.bold
{
	font-weight: bold;
}

.footer .right
{
	float: right;
}

.footer .left
{
	float: left;
}

.cleared
{
	clear: both;
}

.inline
{
	display: inline;
}

.centered
{
	text-align: center;
	margin: auto;
}


.marketplace
{
	font-size: 1.1em;
	border-collapse: collapse;
}

.marketplace th
{
	font-weight: bold;
	background-color: #323232;
	border-bottom: 0.1em solid #ffffff;
	padding: 0.3em;
}

.marketplace td
{
	padding: 0.3em;
}

.marketplace tr.evenrow td
{
	background-color: #161616;
	border-bottom: 1px solid #333333;
}

.marketplace tr.oddrow td
{
	background-color: #000000;
	border-bottom: 1px solid #333333;
}

.marketplace tr.growerrow td
{
	border-bottom: 0px;
}

#pagetitle {
	padding: 0.6em 0em 1.1em 0em;
}

	#pagetitle .actionlinks {
		float: right;
	}
	
		#pagetitle .actionlinks a {
			text-decoration: none;
		}

		#pagetitle .actionlinks img {
			padding-right: 0.2em;
			vertical-align: text-top;
		}

	#pagetitle .breadcrumbs {
		color: #999999;
	}

		#pagetitle .breadcrumbs a {
			text-decoration: none;
		}

		#pagetitle .breadcrumbs a:hover {
			text-decoration: underline;
		}

	#pagetitle .icon {
		float: left;
		padding-right: 0.2em;
	}

	#pagetitle .required {
		color: #999999;
		font-size: 1em;
		float: right;
	}

td.norecords
{
	padding: 2em;
	text-align: center;
}

.marketplace_order
{
	border: 1px solid #333333;
}

.marketplace_order tr.title td
{
	background-color: #666666;
}

.marketplace_order tr.evenrow td
{
	background-color: #161616;
	border-bottom: 0px;
}

.marketplace_order tr.oddrow td
{
	background-color: #000000;
	border-bottom: 0px;
}

a.new {
	background-image: url(/images/new.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
