﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	min-width: 980px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #222222;
	background: #ffffff;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

a
{
	color: inherit;
	text-decoration: none;
}

a[href]
{
	color: #1091c7;
}

a[href]:link
{
	text-decoration: none;
}

a[href]:visited
{
	text-decoration: none;
}

a[href]:hover
{
	text-decoration: underline;
}

a[href]:active
{
	text-decoration: underline;
}

.box
{
	min-height: 100%;
	background: transparent url("nav-delim.png") repeat-y 300px top;
}

.wrap
{
	overflow: auto;
	padding-bottom: 100px;
}

.head
{
	height: 76px;
	padding: 0 32px 0 14px;
	overflow: hidden;
	background: #00b336;
	color: #ffffff;
}

.head > a
{
	display: block;
	position: relative;
	float: left;
}

.head > a > img
{
	display: block;
}

.head > h1
{
	display: block;
	position: relative;
	float: left;
	margin: 15px 50px 0 20px;
	font-size: 30px;
	font-weight: normal;
}

.helpcenter
{
	display: block;
	position: relative;
	float: left;
	margin: 15px 50px 0 15px;
	font-size: 32px;
	font-weight: normal;
}
.search
{
	position: relative;
	float: right;
	margin-top: 18px;
	width: 298px;
	height: 38px;
	border: solid 1px #419238;
	background: #019b2f;
}

.search_active
{
	border: solid 1px #666666;
	background: #ffffff;
}

.searchBox
{
	position: absolute;
	left: 12px;
	top: 6px;
	width: 250px;
	height: 26px;
	background: transparent;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.searchBox_active
{
	color: #666666;
}

.searchButton
{
	position: absolute;
	top: 6px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: transparent url("search_button.png") no-repeat center center;
	border: solid 1px transparent;
	cursor: pointer;
}

.searchButton_active
{
	background-image: url("search_button_active.png");
}

.hull
{
	padding-left: 300px;
}

.contentWrap
{
	position: relative;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

.controlWrap
{
	position: relative;
	float: left;
	margin-left: -100%;
	right: 300px;
	width: 270px;
	overflow: auto;
}

.documentInfo
{
	padding: 10px 32px;
	border-bottom: solid 1px #e4e4e4;
	overflow: hidden;
	background: #ebebeb;
}

.contentTitle
{
	padding-right: 40px;
	width: auto;
	overflow: hidden;
	font-weight: bold;
	font-size: 20px;
}

.contentTitle span.document_title
{
	font-weight: normal;
	/*font-style: italic; */
	font-size: 18px;
}

.contentTitle i
{
	font-weight: normal;
}

.contentSelector
{
	position: relative;
	float: right;
	width: 286px;
	height: 29px;
	padding: 9px 0 0 12px;
	border: solid 1px #dedede;
	background: #ffffff url("drop_button.png") no-repeat 266px center;
	cursor: pointer;
	color: #888888;
	font-size: 14px;
	margin-top:4px;
}

.contentSelector:hover
{
	border: solid 1px #666666;
	background-image: url("drop_button_active.png");
}

.contentSelectorBuddy
{
	display: none;
	position: absolute;
	right: 32px;
	top: 126px;
	z-index: 10;
	min-width: 296px;
	max-width: 200px;
	overflow: auto;
	border: solid 2px #666666;
	background: #ffffff;
}

.contentSelectorBuddy a
{
	display: block;
	clear: both;
	padding: 6px 12px;
	color: #444444;
}

.contentSelectorBuddy a:hover
{
	text-decoration: none;
	background: #888888;
	color: #ffffff;
}

.content
{
	padding: 18px 32px 0 32px;
	overflow: auto !important;
}

.feedback
{

    font-size: 12px;
	padding: 24px;
	text-align: right;
}

.navigation
{
	overflow: hidden;
}

.breadcrumbs
{
	width: auto;
	overflow: hidden;
    
}

.breadcrumbs a
{
	color: #1091c7;
}


.tools
{
	position: relative;
	float: right;
	width: 100px;
	text-align: right;
}

.tools > a
{
	display: block;
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.tools > a.disabled
{
	cursor: default;
}

.previous
{
	background: transparent url("previous.png") no-repeat center center;
}

.previous:hover
{
	background-image: url("previous_active.png");
}

.previous.disabled
{
}

.previous.disabled:hover
{
	background-image: url("previous.png");
}

.next
{
	margin-left: 15px;
	background: transparent url("next.png") no-repeat center center;
}

.next:hover
{
	background-image: url("next_active.png");
}

.next.disabled
{
}

.next.disabled:hover
{
	background-image: url("next.png");
}

.content > h1
{
	margin: 20px 0 20px 0;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}


.toc
{
	padding: 16px 0;
	word-wrap: break-word;
}

.tail
{
	position: relative;
	height: 100px;
	margin-top: -100px;
	overflow: hidden;
	background: #272727;
	color: #ffffff;
	text-align: center;
}

.proud
{
	padding: 30px 0;
	display:none
}

.bottom
{
	width: 380px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top:30px;
}

.bottom .contacts
{
	position: relative;
	float: left;
	text-align: center;
	color: #bababa;
}

.contacts p
{
	margin-bottom: 5px;
}

.contacts a
{
	color: #efefef;
}

.bottom .partners
{
	position: relative;
	float: right;
	text-align: right;
}

.partners img
{
	padding-left: 16px;
}

.toc ul
{
	display: none;
	margin-left: 16px;
	list-style-type: none;
}

.toc > ul
{
	display: block;
}

.toc li
{
	padding: 4px 0 4px 24px;
	cursor: pointer;
}

.toc li:hover
{
	background: #e4e4e4;
}

.toc .node_active
{
	background: #ededed;
}

.toc li:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.toc li > *
{
	display: block;
	position: relative;
	float: left;
}

.toc > ul > li
{
	font-weight: bold;
}

.toc li img
{
	margin-left: -100%;
	right: 24px;
	padding-top: 1px;
}

.toc li > a
{
	width: 100%;
	color: #555555;
}

.toc li > a:hover
{
	text-decoration: none;
}

.DropdownToggler
{
	cursor: pointer;
}

.Tabulation
{
	padding: 3px;
}


/* New Footer Links */
 .page__footer {
            background:#414042;
            height:185px;
            margin-top:-110px;
            padding-right:52px;
        }
       .page__footer-logos {
            width: 505px;
            float:right;
            padding-top: 55px;
            display: flex;
            align-items: center;
        }
        .page__footer-logos img {
             display: block;
             max-height: inherit;
             margin-left: 8px;
             display:block;
             float:right;
        }
        .page__footer-links {
            float:left;
            padding:54px 0 0 45px;
            color: white;
        }
        .page__footer-links a {
            font-size: 13px;
            line-height: 24px;
            color: white;
            text-decoration:none;
        }
        .page__footer-links a:hover {
            text-decoration:underline;
        }
        .page__footer-links p {
            font-size: 13px;
            line-height: 24px;
            color: #8d8d8d;
            margin:0;
        }

