/* Add styles to .HelpPage to customize page font-size, color, etc.  */

a {
	color: #0399E3;
}

a:hover {
	color: #0387CF;
}

.HelpPage hr {
    border-top: 2px solid #EFEFEF !important;
}
.HelpPage table td {
	padding: 8px;
}

#benefits li {
	padding-bottom:12px;
	list-style-image: url('images/green_bullet.png');
	padding-left: 10px;
	margin-left: 4px;
}
#security li {
	padding-bottom: 16px;
}
.spacer {display:inline-block; width:70px;}

#pagemenu {
	position:absolute;
	right: 40px;
	top: 110px;
	display: inline-block;
	width: 230px;
	font-weight: 300;
	text-align: left;
	border-left: 12px solid #EAEAEA
}
#pagetopics {
	padding: 6px 6px 6px 16px;
	font-weight: 400;
}
#pagemenu .topic-spacer {
	height: 12px;
}
.toclnk {
	padding: 6px 6px 6px 16px;
	cursor: pointer;
}
.toclnk:hover {
	background-color: #0387CF;
	color: white;
}

.pagebreak {
	page-break-after: always;
}
.HelpPage {}
#divShowIndex {
	display: none;
}
/*
.fancytree-title {color:orange!important}
.fancytree-active .fancytree-title {color:red!important}
.fancytree-node:hover .fancytree-title {color:red!important}
*/

/*list*/ tagname.classname {}

/*list*/ p.pageintro {}
/*list*/ p.warn {}
/*list*/ p.info {}
/*list*/ img.screenshot {
	border: 1px solid #C0C0C0;
}

/*list */ li.benefits {
	padding-bottom:12px;
	list-style-image: url('images/green_bullet.png');
	padding-left: 10px;
	margin-left: 4px;
}
/*list*/ a.jumplink {
	font-weight: 400;
	background-image: url(images/hyperlink.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	min-height: 16px;
	padding-left: 24px;
}
/*list*/ a.trainlink {
	font-weight: 400;
	background-image: url(images/training_icon2.png);
	background-repeat: no-repeat;
	padding: 5px 10px 15px 40px;
}

.additional_outputs {
	width: 100%;
	text-align: center;
}
.additional_outputs td {
	padding: 10px 10px 40px 10px;
}
#main_menu a {font-weight: 400; }
#main_menu td {padding: 20px !important}
#sub_menu {margin-left:auto; margin-right:auto;}
#sub_menu td {padding:16px 40px 16px 40px !important;}
#sub_menu a {font-weight: 400;}
.area {position:initial; display: inline-block; width:25%; height:400px; padding:20px; margin:10px !important; overflow: hidden; background-color: #FAFAFA; box-shadow: 0px 2px 6px #aab7b8;}
.area img {text-align:center; width:128px; height:128px: border: none; padding-top:6px; padding-bottom:20px;}
.link {text-align: left; margin-top: 20px; font-weight: 400;}
.linkline {padding-top:10px; text-align:left;}
.sect-title {font-size: 18pt; font-weight: 500; text-align: left; padding-bottom:12px;}
.desc {text-align: justify;}
.desc a {font-weight: 400;}
.bottom-box {
	background-color: #F2DCAB;
	width:100%; min-height: 230px;
	border-radius: 8px;
	padding: 16px;
	text-align: left;
}
.bottom-box-title {
	font-weight: 400;
	margin-bottom: 12px;
}
.bottom-box a {
	font-size: 90%;
}
@media screen and (min-width: 1300px) {
	#autumn-processes {
		background-image:url('images/leaf_background.png');
		background-repeat:no-repeat;
		background-position: top right;
	}
}
