
.help_body {
	height: 100%;
	cursor: default;
	margin: 0;
	padding: 0;
	/*font-family: "Trebuchet MS", Arial;*/
	font-family: arial;
	/*line-height: 1.42857;*/ /* site default */
	line-height: 1.3;
}

.site_top_header {
	z-index: 1000;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
.site_top_header *, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before { /* overwrite site defaults */
    box-sizing: content-box;
}
img { /* site default */
    vertical-align: middle;
}
hr, img { /* site default */
    border: 0 none;
}

h1, h2, h3, h4 {
	font-weight: 400; /* site default */
	line-height: 1.2; /* overwrite site defaults */
	font-family: Ubuntu, Arial; /* overwrite site defaults */
}

ol, ul {
    margin-bottom: 10px; /* overwrite site defaults */
    margin-top: 10px; /* overwrite site defaults */
}

.help_cont1 {
	width: 100%;
	font-size: 16px;
}
.help_cont2 {
	width: 1100px;
	margin: 90px auto 10px auto;
}
.help_cont3 {
	/*page-break-before: always;*/
	margin: 0 10px;
}

.help_manual_name_cont {
	width: 1000px;
	margin: 0 auto;
    padding: 30px 10px 10px 20px;
	color: maroon;
	text-align: center;
}
.help_manual_logo {
	margin: -10px 6px 0 0;
	width: 170px;
}
.help_manual_name {
	display: inline;
	font-size: 40px;
	/*font-weight: 700;*/
	font-style: italic;
}

.help_module_cont1 {
	display: table; /* need it to center without width */
	margin: 10px auto 30px auto;
}
.help_module_cont2 {
	margin: 0 100px;
}

.help_module_link, .help_module_link_active {
	display: inline-block;
	margin: 4px 2px;
	padding: 2px 8px;
	font-size: 16px;
    font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.help_module_link {
	color: #06a;
}
.help_module_link_active, .help_module_link:hover {
	box-shadow: 0 0 12px #888;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
}
.help_module_link:hover { /* site defaults for <a>, but still set it */
	color: #f80;
}
.help_module_link_active, .help_module_link_active:hover { /* overwrite site defaults for <a> */
	color: maroon;
}

.help_intro {
	width: 930px;
	font-style: italic;
	color: maroon;
    padding: 30px 10px 10px 70px;
}

.help_head {
	border: 1px solid #999;
    margin: 16px 6px 8px 0;
    padding: 4px 10px 6px 60px;
	cursor: pointer;
	color: maroon;
	font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
	/*background-color: #f9dec4;*/
	background-color: #E4E1D8; /*#dedee8;*/
}

.help_page {
	padding: 10px 40px 20px 30px;
	/*background-color: #fff;*/
}

.help_link {
	color: #06a;
    text-decoration: none;
}
.help_link:hover {
	color: #06a;
    text-decoration: underline;
}
.help_link_ext {
	color: #02a;
    text-decoration: none;
}
.help_link_ext:hover {
	color: #02a;
    text-decoration: underline;
}


.help_link_pres {
	display: inline-block;
	margin: 2px 10px 2px 50px;
	padding: 2px 8px;
	color: #06a;
    text-decoration: none;
	font-size: 18px;
}
.help_link_pres:hover {
	color: #06a;
	text-decoration: underline;
}

.help_img {
	display: block;
	padding: 16px;
	margin: 20px 20px 20px 30px;
	cursor: pointer;
	font-size: 14px; /* for alt tags*/
	min-width: 50px; /* for alt tags*/
	background-color: #fff;
}

.help_shadow {
	box-shadow: 0 0 12px #888;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
}

.help_rnd {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.help_li {
	padding: 0 0 7px 7px;
}

.help_highl{
	/*color: #FF7F50;*/
	color: maroon;
	font-weight: 700;
}





