﻿
/* MAIN PAGE STRUCTURAL ELEMENTS */

body { 
	color: #333; 
	font-family: Verdana, sans-serif; 
	background-color: #f8f8f8;
	padding: 0px; 
	margin: 0px; 
}

header {
	border-bottom: 10px solid #757575;
	margin-top: 0px !important;
	padding-top: 10px !important;
	position: static !important;
	
}

#help_page_header {
	max-width: 1300px; 
	min-width: calc(768px - 4%); 
	margin: 5px auto 0px auto; 
	padding: 0px 2% 0px 2%;
	min-height: 60px;
	background-color: #fff;
}

#help_page_container {
	max-width: 1300px; 
	min-width: calc(768px - 4%);
	padding: 20px 2% 20px 2%;
	margin: 20px auto 0px auto; 
	border: 1px solid #f8eee7;
	background-color: #fff;
}

#help_page_container:after {
  content: "";
  display: table;
  clear: both;
}

#help_page_menu {
    float: left;
    width: calc(24% - 22px);
	margin-right: 20px;
	margin-top: 20px;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
}

#help_page_menu li {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
}

#help_page_menu li a {
	font-size: 0.9em;
	display: inline-block;
	width: calc(100% - 30px);
	outline: none;
}

#help_page_menu li div {
	padding-top: 5px;
	padding-bottom: 6px;
	margin-left: 0px;
}

#help_page_menu li div.level_1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ffffff;
	background-color: #cccccc;
	color: #000000;
}

#help_page_menu li div.level_2 {
	padding-left: 15px;
	background-color: #dedede;
}

#help_page_menu li div.level_3 {
	padding-left: 30px;
	background-color: #eeeeee;
}

#help_page_menu li div.level_4 {
	padding-left: 45px;
	background-color: #f8f8f8;
}

#help_page_menu li div.level_5 {
	padding-left: 60px;
}

#help_page_menu li div:hover,
#help_page_menu li div:focus,
#help_page_menu li div:active {
	background-color: #ffffff !important;
}

#help_page_menu li div.active a {
	color: #000000;
	font-weight: bold;
}

#help_page_menu li div a:focus {
	color: #000000;
	/*background-color: #ffffff !important;*/
}

#help_page_menu li div span.expander {
	cursor: pointer;
}

#help_page_content {
    width: calc(75% - 42px);
	padding: 10px 0px 10px 0px; 
	margin: 20px 0 30px 20px; 
	border-top: 1px solid #bebebe;
	float: left;
}

@media screen and (max-width:1100px) {

	#help_page_menu {
		width: calc(30% - 22px);
	}
	
	#help_page_content {
		width: calc(69% - 42px);
	}
	
}

/* IMAGES */

#help_page_content img {
	max-width: 100% !important;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 15px 0;
}

/* TYPOGRAPHICAL ELEMENTS */

/* Headings */

h1,
h2,
h3 {
	font-family: Helvetica, sans-serif; 
	font-weight: normal; 
}

h1 {
	font-size: 1.5rem; 
	color: #f2670d;
	margin: 10px 10px 10px 0;
	line-height: 2.0rem;
	overflow: auto;
	word-wrap: break-word;
}

h2,
h3 {
	color: #267b8c;
}

h2 {
	font-size: 1.2rem; 
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 1.1rem; 
	margin: 15px 0px 5px 0px;
}

/* Paragraphs, lists, anchor links */

p, 
li {
	font-size: 0.9rem;
	margin: 15px 0px 5px 0px; 
	line-height: 1.5rem;
}

#help_page_content li {
	padding-left: 15px;
	background: url("/static/images/bullet-point.png") no-repeat left 8px;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

/* Left-hand tree menu */
.tree_menu_container .menu.hidden {
    display: none;
}

.tree_menu_container .menu_item a {
    text-decoration: none;
    color: black;
}

.tree_menu_container .menu_item:hover {
    background-color: #eee;
}

.tree_menu_container .menu_item.active {
    /*background-color: #ddd;*/
}

.tree_menu_container .menu_item .expanded_image {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 0px;
	background-color: #ffffff;
	background: url("/static/images/down_arrow.png") no-repeat right 1px;
	border: none;
	clear: none;
}

.tree_menu_container .menu_item .collapsed_image {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 0px;
	background-color: #ffffff;
	background: url("/static/images/right_arrow.png") no-repeat right 1px;
	border: none;
	clear: none;
}

.tree_menu_container .menu_item .expander,
.tree_menu_container .menu_item .spacer {
    display: inline-block;
    width: 23px;
	vertical-align: top !important;
}

.tree_menu_container .menu_item .expander .hidden,
.tree_menu_container .menu_item .spacer .hidden {
    display: none;
}

/* TABLES */

table {
	margin: 25px 0;
	border-left: 1px solid #267b8c;
}

table th {
	background-color: #267b8c;
	color: #fff;
}

table td {
	border-right: 1px solid #267b8c;
	border-bottom: 1px solid #267b8c;
}





