/* =======================================================================================================
   Help.css
   ======================================================================================================= 
*/

body, pre, p
{
	font-family: "Segoe UI" , "Lucida Console" , "Courier New" , "Arial";
}
body
{
	color: #000000;
	background-color: #FFFFF1;
	margin-left: 20px;
	margin-right: 15px;
}
ol
{
	margin-right: 40px;
}
a
{
	text-decoration: none;
}
img
{
	text-align: left;
	margin-right: 20px;
	max-width: 630px;
}

/* Table of Contents */
td > ol
{
	margin-top: 6px;
	margin-bottom: 9px;
	padding-left: 30px;
}
.li1
{
	margin-top: 1px;
}
.li2
{
	margin-top: 30px;
}
li.li1 > a
{
	font-size: 12pt;
}
li.li1 > a:link
{
	color: blue;
}
li.li1 > a:visited
{
	color: blue;
}
li.li1 > a:hover
{
	color: green;
}
li.li2 > a
{
	font-size: 14pt;
}
li.li2 > a:link
{
	color: green;
}
li.li2 > a:visited
{
	color: green;
}
li.li2 > a:hover
{
	color: blue;
}
.title
{
	font-size: 16pt;
	font-weight: 700;
	width: 95%;
	padding: 0 10px 5px 10px;
}
#help_toc_table
{
	border: #707070 1px solid;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	-moz-min-width: 95%;
	-ms-min-width: 95%;
	-o-min-width: 95%;
	-webkit-min-width: 95%;
	min-width: 95%;
}
#help_toc_caption
{
	text-align: left;
	font-weight: 600;
	margin-bottom: 5px;
}
#help_Toolbar
{
	width: 100%;
	padding: 0 10px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #ffb91d;
	border: thin solid #666666;
	margin-bottom: 20px;
}
#help_Frame
{
	position: relative;
	top: 50px;
}
#help_btnScrollToTop
{
	width: 81px;
	font-size: 7pt;
	margin: 2px 10px 0 0;
}
/* Page Data */
.td1
{
	width: 50%;
	border: #707070 1px solid;
	padding: 0 15px 0 10px;
	vertical-align: top;
}
.sp1
{
	font-weight: bold;
	font-size: 12pt;
}
.sp2
{
	font-family: "Courier New" , "Lucida Console";
	font-size: 10pt;
	vertical-align: 10%;
}
.t1
{
	margin-top: 5px;
	margin-bottom: 10px;
}
.t2
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Close Button */
.close
{
	color: black;
	cursor: pointer;
	font-size: 12pt;
	margin: 2px 4px 2px 0;
}
.close:hover
{
	color: green;
}
.close_x
{
	color: black;
	cursor: pointer;
	font-size: 14px;
	font-family: Aharoni;
	background-color: #CCCCCC;
	color: #FF0000;
	width: 14px;
	line-height: initial;
	outline: 1px solid #999999;
	vertical-align: middle;
	padding: 2px 2px 0 1px;
}
.close_x:hover
{
	background-color: #666666;
}

/* Printing */
@media print
{
	.buttonClass
	{
		display: none;
	}
}
