﻿body{
	margin-top:15px;	
}

a, a:visited{
	color:#2c415b;
	text-decoration:none;	
}

a:hover{
	color:#808d9d;
	text-decoration:underline;
}

div#chart{
	width:900px;
	height:690px;
	background: url(/images/site/crop-chart-bg.jpg) no-repeat;
	margin:0px auto;
}

table#crop-chart{
	position:relative;
	top:24px;
	left:24px;
}

/* Begin Popups */
table#crop-chart tr td.row-header {
	/*display: block;*/
	height: 15px;
}

div.trigger {
	display: block;
	cursor: pointer;
	height: 15px;
	_overflow: hidden;
}

img.popup {
	top: -43px;
	left: 95px;
	position: relative;
	width: 83px;
	height: 76px;
}
/* End Popups */

table#crop-chart tr td, table#crop-chart tr th{
	padding-top:2px;
	padding-bottom:2px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

table#crop-chart tr th{
	background-color:#663c3d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

table#crop-chart tr td.row-header{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#2c415b;
	text-align:right;
	width:115px;
	padding-right:4px;
}

table#crop-chart tr td{
	/*border-right:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	*/
}

table#crop-chart tr td.fill{
	background:url(/images/site/chart-dot.gif) center no-repeat;
}
