/* Add some margin to the page and set a default font and colour */

body {
  font-family: "Arial", serif;
  color: #333;
  margin: 0px;
  overflow-x: hidden;
}

.clsHeader {
	-webkit-box-shadow: 0px 4px 3px rgba(80, 0, 0, 0.17);
	-moz-box-shadow:    0px 4px 3px rgba(80, 0, 0, 0.17);
	box-shadow:         0px 4px 3px rgba(80, 0, 0, 0.17);
	background: -moz-linear-gradient(left, rgba(0,96,160,1) 0%, rgba(9,139,200,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,96,160,1)), color-stop(100%,rgba(9,139,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,96,160,1) 0%,rgba(9,139,200,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,96,160,1) 0%,rgba(9,139,200,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,96,160,1) 0%,rgba(9,139,200,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,96,160,1) 0%,rgba(9,139,200,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a0', endColorstr='#098bc8',GradientType=1 ); /* IE6-8 */
	width: 100%;
	height: 63px;
	font-size: 30px;
	font-family: "Arial Bold", sans-serif;
	color: white;
	padding-top: 0px;
	padding-left: 0px;
}

.clsHeaderEleWrapper {
	width: 100%;
	height: 63px;
	margin-top: 0px;
}

.clsToolTitle {
	margin: 6px 0px 0px 26px;
	float: left;
	font-size: 41px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.clsHelpBtn {
	width: 29px;
	height: 38px;
	cursor: pointer;
	float: right;
	display: inline-block;
	margin: 10px 15px 0px 15px;
	background: url(../img/help-button.png) 7px 7px no-repeat;
}

.clsHelpBtn:hover {
	background: url(../img/help-buttonhover.png)0 0 no-repeat;
}

.clsLogo {
	margin-right: 4%;
	margin-top: 5px;
	width: 75px;
	height: 71px;
	float: right;
	background: url(../img/hmh-logo.png) no-repeat;
}

/* Give headings their own font */
h1, h2, h3, h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.clsWrapper {
	display: block;
	height: 648px;
	-webkit-user-select: none;
	user-select: none;	
}

#content {	
	position: relative;
	display: block;
	width: 750px;
	height: auto;
	border: 0px dashed #0A9582;	
	top: 6em;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}	

.clsHelpHeading {
	position: relative;
	display: block;
	font-family: "Arial Bold", sans-serif;
	font-size: 24px;
	color: #0062a2;
	padding: 0px 39px 0px 39px;
}	

.clsHelpSubHeading {
	font-family: "Arial Bold", sans-serif;
	font-size: 16px;
	padding: 0px 39px 0px 39px;
}	

.clsHelpText {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 39px 0px 39px;
}

.clsTitle {
	position: relative;
	display: block;
	left: 0px;
	top: 8px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	text-align: center;	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.clsBtnHolder {
	display: block;
	position: relative;
	left: 575px;
	top: 250px;	
	width: 105px;
	height: 50px;
}	

.clsHelp {
	position: relative;
	top: 20px;
	width: 20px;
	height: 30px;	
	float: right;
	margin-right: 100px;	
	cursor: pointer;
	display: block;	
}

.clsHelpWindow {	
	z-index: 600;
	position: absolute;
	display: block;
	left: 0px;
	top: 68px;
	width: 100%;
	display: block;
	background-color: rgba(204,204,204,0.5);
	display: none;
	cursor: auto;
}

.clsCloseBtn {
	cursor: pointer;
	position: absolute;
	left: 80%;
	width: 28px;
	height: 29px;
	top: 25px;
	z-index: 102;
	background: url(../img/close-button.png) no-repeat;
}

.clsHelpContentHolder {
	position: absolute;
	left: 15%;
	top: 40px;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	width: 65%;	
	height: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 9px rgba(50,50,50,0.5);
	-webkit-box-shadow: 0px 2px 9px rgba(50,50,50,0.5);
	-moz-box-shadow: 0px 2px 9px rgba(50,50,50,0.5);	
}

.clsHelpContent {
	overflow: auto;	
	float: left;	
	height: 550px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-right: auto;
}

.clsPrintBtn {
	cursor: pointer;
	position: absolute;
	left: 69%;
	width: 103px;
	height: 36px;
	top: 45px;
	z-index: 103;
	background: url(../img/print-button.png) no-repeat;
}

.clsPrintBtn:hover {
	background: url(../img/print-button-hover.png) no-repeat;
}

#content .toolWidget {
	z-index: 1;
	background-color: #eff5f9;
	overflow: hidden;
}

#content .toolWidget, #content .toolWidget > .clientArea {
	width: 750px;
	height: 408px;
	
	
	
}

#content .toolWidget > .simpleButtonWidget.closeBtn {
	visibility: hidden;
}
