body {
    color: #333;
    background: #FFFFFF;
    font-size: 15px;
    font-family: Arial, Helvetica, Sans Serif;
    line-height: 1.5;
    letter-spacing: -.022em;
}

.apple {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -2px;
    margin-right: 8px;
    background: url('../svg/mac-grey.svg') no-repeat 0 0;
}

table {
	font-size: 80%; 
}

hr {
    height: 2px;
    border-width: 0;
    color: #0099FF;
    background-color: #0099FF;
}
/*		
ul, ol { 
	overflow: hidden;
	padding-left: 2em;
	margin-left: 0; 
	margin-bottom: 1em; 
	margin-top: .6em;
} 

ol li, ul li { 
	list-style-position: outside;
	padding-left: 0; 
} 
*/
		
img	{
	margin-bottom: 1em;
}

a img{
	margin-bottom: 1em;
	text-decoration: none;
	border: none;
	/*display: block;*/
}
		
h5 {
	margin-bottom: 0.5em;
}

h4 {
	margin-bottom: 0.5em;
}

/*
TD
{
	FONT-SIZE : 68%;
	LINE-HEIGHT : 15px;
	PADDING-RIGHT : 15px;        
	font-family : Verdana,Arial,Helv,sans-serif;	
}

TH
{
	FONT-SIZE : 73%;
	LINE-HEIGHT : 15px;
	PADDING-RIGHT : 15px;        
	font-family : Verdana,Arial,Helv,sans-serif;	
	font-weight :  bold;
	text-align :  left;
}
*/

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 : 62%;
	font-weight : bold;
}

.UnderTopic {
	font-size : 80%;
	font-weight: normal;
	font-style: italic;
}

p {
	margin-top: .6em; 
	margin-bottom: .6em; 
}

.RelatedTopics {
	font-size: 80%;
	margin-top: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
}

.RelatedTopics th {
	background-color: #CDEFFC;
}

.RelatedTopics td {
	background-color:  #FAFAFA;
	padding-left: 1em;
}

.nowrap { 
	white-space: nowrap;
}

.NoBorder  {
	border-style: none;
}

.HelpContent {
	margin-left: 200px;
	min-width: 20em;
}
 
.HelpTOC {
  float: left; 
  line-height: 200%;
  width: 200px;
  position: absolute;
  margin-bottom: 2em;
  top: 8px; 
  left: 8px;
}

.HelpTOC h3{
	margin-top: 0.5em;
	font-size: 120%;
}

.LogoTOC {
    width: 120px;
}

.HelpFooter {
	margin-left: 200px;
	clear: both;
	color: #666666;
	min-width: 22em;
}

.HelpFooter a{
	color: #666666;
}

 
.HelpHeader {
	/*overflow: hidden;*/
	min-width: 40em;
    padding-right: 10px;
    margin-top: 50px;
}

.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;
}
