#homepageGraph #chart { 
	clear:both;
	position:relative;	
	left:17px;
	top: 10px;
	height:177px;
	width:340px;
}
body#largeScale #chart {
	clear:both;
	position:relative;
	overflow: hidden;
	left:17px;
	top: 10px;
	width: 650px;
	height: 500px;
}
#homepageGraph p {
	clear:both;
	float:left;
	margin-top:30px;
}
	
ul.tabs {
	display: block;
	clear:both;
	overflow: auto;
	top: 10px;
	left: 20px;
	/*width: 660px;*/
	padding: 0px;
	width: 100%;
	border-bottom: 4px solid #A8D33B;
}

#homepageGraph ul.tabs {
	width: 365px;
	margin: 0px 0px 0px 4px;	
}

ul.tabs li {
	float: left;
	list-style: none;
}

ul.tabs li a.tab {
	float:left;
	color: #444;
	font-size: 12px;
	line-height:30px;
	text-decoration:none;
	width:80px;
	height: 30px;
	margin-right: 2px;
	padding-left: 9px;
	background: #fff url(/images/graphtabs.png) 0px 0px no-repeat;
}

ul.widerTabs li a.tab {
	width:91px;
	background: #fff url(/images/graphtabs-med.png) 0px 0px no-repeat;	
}

ul.tabs li a.tab.selected {
	background-color: #cfcfcf;
	background-position: -89px 0px;
	font-weight: normal;
}

ul.widerTabs li a.tab.selected {
	background: #fff url(/images/graphtabs-med.png) -100px 0px no-repeat !important;	
}

#mkpSheep_tabs li a.tab {
	width:112px;
	padding-left: 8px;
	background-image: url(/images/graphtabs-sheep.png);	
}

#mkpSheep_tabs li a.tab.selected {
	background-position: -120px 0px;
}

#homepageGraph #key {
	margin: 0px 0px 10px 15px;
}

#homepageGraph #key dt {
	display: inline;
}

#homepageGraph #key dd {
	display: inline;
	margin-right: 10px;
	color: 444444;
	font-size: 1.1em;
}

#homepageGraph #pigMessage {
	display: none;
	width: 100%;
	margin: 12px 0 16px 0;
	text-align: center;
}
table.hide {
	display:none;
	visibility:hidden;
}

h3#chart-title {
	margin: 15px 0 !important;
}