body {
	overflow-y:scroll;
}
text {
	font: 12px sans-serif;
}
#chartcontainer  {
	min-height: 700px;
	height: 700px;
	margin-top:50px;
	margin-bottom: 10px;
	background-color:white;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F1D3B7), color-stop(1, #FCF6F0) );
	background:-moz-linear-gradient( center top, #F1D3B7 5%, #FCF6F0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1D3B7', endColorstr='#FCF6F0');
	background-color:#F1D3B7;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FCF6F0), color-stop(1, #F1D3B7) );
	background:-moz-linear-gradient( center top, #FCF6F0 5%, #F1D3B7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF6F0', endColorstr='#F1D3B7');
	background-color:#FCF6F0;
}
.button:active {
	position:relative;
	top:1px;
}
.td_left {
	width: 85px;
}