body {
    color: #333;
    background: #FFFFFF;
    font-size: 15px;
    font-family: Arial, Helvetica, Sans Serif;
    line-height: 1.5;
    letter-spacing: -.022em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
}

.windows {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url('../svg/win-grey.svg') no-repeat 0 0;
}

table {
	font-size: 80%; 
}

hr {
    height: 1px;
    border-width: 0;
    color: #dfdfdf;
    background-color: #dfdfdf;
    margin-bottom: 45px;
}

.logo {
    margin: 0 0 1em 0;
    text-decoration: none;
    border: none;
}
		
img	{
	margin: 20px;
}
		
h5 {
	margin-bottom: 0.5em;
}

h4 {
	margin-bottom: 0.5em;
}

a {
	color : #0056B6;
	text-decoration: underline;
}

.HelpTOC a {
    text-decoration: none;
}

a:hover {
	color : #CC0000;
	text-decoration : underline;
}

.h1 {
	font-size : 90%;
	font-weight : bold;
}

.h2 {
	font-size : 74%;
	font-weight : bold;
}

h3  {
	font-size : 25px;
	font-weight : bold;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

.UnderTopic {
	font-size : 80%;
	font-weight: normal;
	font-style: italic;
}

p {
	margin-top: .6em; 
	margin-bottom: .6em; 
}

.RelatedTopics {
    margin-left: 2em;
    margin-bottom: 2em;
    margin-right: 1em;
    float: right;
    border-radius: 10px;
    background-color: #e6f2ff;
    padding: 5px 15px;
}

.RelatedTopics .Header {
    text-align: center;
    font-weight: bold;
}

.RelatedTopics .Content {
    text-align: left
}

.RelatedTopics th {
	background-color: #CDEFFC;
}

.RelatedTopics td {
	background-color:  #FAFAFA;
	padding-left: 1em;
}

.nowrap { 
	white-space: nowrap;
}

.menu-cmd {
    white-space: nowrap;
    font-weight: bold;
    display: inline;
}

.NoBorder  {
	border-style: none;
}

.HelpContent {
	margin-left: 200px;
    margin-right: 10px;
    overflow: auto;
}
 
.HelpTOC {
      float: left; 
      line-height: 200%;
      width: 200px;
      margin-bottom: 2em;
      margin-left: 10px;
}

.HelpTOC h3{
	margin-top: 0.5em;
	font-size: 120%;
}

.LogoTOC {
    width: 124px;
    margin-top: 31px;
    margin-left: 10px;
}

.HelpFooter {
	margin-left: 200px;
	color: #666666;
    margin-right: 10px
}

.HelpFooter a{
	color: #666666;
}

.HelpFooter hr {
    margin-top: 45px;
    margin-bottom: 0.5em;
}

.HelpHeader {
    margin-top: -15px;
    padding-right: 10px;
}

.HelpHeader img{
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-top: 0.2em;
	margin-bottom: 0em;
    height: 20px;
}

.HelpHeader span {
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    max-height: 5000em;
}

.left-image {
    display: inline-block;
    margin-right: 60px;
}

.warning {
    display: inline-block;
    width: 450px;
    border-radius: 10px;
    background-color: #ffefd3;
    padding: 5px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    vertical-align: top;
}

.nomargin {
    margin: 0;
}

.FirstColumn {
    background-color: #CCCCCC;
    text-align: left;
}

.MainTable td {
    border-bottom-color: #EEE;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 10px;
    margin: 5px;
}

.SpanRow {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.toc_active_item {
    display: inline-block;
    border-color: #0056b6;
    border-width: 2px;
    border-style: solid;
    background-color: #e6f2ff;
    border-radius: 10px;
    color: #0056b6;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}