/* Copyright 2008 - 2010 igtsoft.com */
/* Sept/2010: Fixed client area implementation. */
/* Begin: ---------------------------------- chart.js section ---------------------------------- */
#chartarea {
	position: relative;
	left: 0px; top: 0px;
	width: 620px; height: 425px;
	overflow: show;
	background-color: rgb(244,248,244);
}

#chartoverlay {
	position: absolute;
	left: 0px; top: 0px;
	width: 620px; height: 425px;
	overflow: show;
}

#devoutput {
	position: absolute;
	left: 7px; top: 7px;
	visibility: hidden;
}
/* End: ---------------------------------- chart.js section ---------------------------------- */

/* Chart navigation buttons. */

#navbuttons {
	position: relative; 
	top: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbutton {
	margin-left: 0px;
}

#errmsg {
	position: relative;
	left: 0px; top: 175px;
	margin 0px auto;
	text-align: center;
	font-size: 0.9em;
	color: blue;	
}

body {
	color: #222;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}