
body {
	/* first colour is the overflow colour, for when the screen height is greater than the image height*/
	background: #99CB65 url(/FILE/Apps/FixedRoute/CustomerInfo/images/background-pattern.gif) repeat-x scroll top left;
}

#printArea
{
	border: 1px solid #427618;
	height:602px;
	background-color: #FFFFFF !important;
}

#contentBackground {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#toolsContentRight{
	width:582px;
	float: right;
	position: relative;
	margin: 10px 10px 10px 0px;
}

#toolsContentLeft {
	width: 344px;
	height: 582px;
	float: left;
	position: relative;
	background-color: #EDF5E1 !important;
	margin: 10px 0px 10px 10px;
}

#map_canvas
{
	border:  1px solid #427618;
	height: 580px;
	z-index: 0;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	cursor: pointer !important;
}

#printArea .hwsDataRow{
	height: 582px;
	/*overflow:	scroll;*/
}

.help-content
{
	border:  1px solid #427618;
	height: 550px;
	z-index: 0;
	position: relative;
	margin: 10px;
	background-color: #fff;
	padding: 5px 20px 25px 20px;
	overflow:	scroll;
}