﻿/* help.css */

.topicheader
{
	color: #498ADB;
	font-size: 13pt;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 18px 0 0 0;
}

.helptopics ul
{
	float: left;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 40px;
	padding: 0;
	width: 310px;
}

.topquestions
{
	color: #498ADB;
	font-weight: bold;
	padding: 20px 0 0;
}

.helptopics ul li a 
{
	color: #545454;
	font-size: 8pt;
	padding: 0 0 0 14px;
	text-decoration: none;
}

.helpsubpage
{
	padding: 6px 0 0;
	width: 591px;
}

.helpsubpage h2
{
	color: #498ADB;
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0;
	padding: 18px 0 0 0;
}

.helpsubpage h3 
{
	font-size: 11pt;
	line-height: normal;
	margin: 20px 0 0;
	padding-top: 4px;
}

.helpsubpage h4 
{
	font-size: 8pt;
	line-height: normal;
	margin: 8px 0;
}

.helpsubpage a 
{
	color: #545454;
	text-decoration: underline;
}

.helpsubpage a:hover 
{
	color: #027FC5 !important;
}

.helpsubpage a:visited
{
	color: #545454;
	text-decoration: underline;
}

.helpsubpage .topicsubheader 
{
	border: none;
	padding: 16px 0 20px 0;
}

.helpsubpage .highlight 
{
	background: #E7F2F7;
}

.helpsubpage div 
{
	border-top: 1px solid #E6E6E6;
	padding: 6px 10px 19px;
}

.helpsubpage ul, .helpsubpage ol {
	margin: -3px 0 7px 15px;
	padding: 0 0 0 15px;
}

.helpsubpage .infocontainer {
	background-color:#FFFFFF;
	border:1px solid #D7D7D7;
	margin:10px 0;
	padding:10px;
	position:relative;
	width:572px;
	border-radius:7px;
}

.helpsubpage .infocontainer {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.helpsubpage table.infocontainer {
	width:100%;
	padding:0 0 7px;
}

.helpsubpage table.infocontainer {
	padding:0 0 7px;
	width:100%;
}
.helpsubpage table.info2 {
	width:60%;
}
.helpsubpage thead th {
	border-bottom:1px solid #D7D7D7;
	font-weight:bold;
	white-space:nowrap;
}
.helpsubpage table.hidehead thead {
	display:none;
}
.helpsubpage table.hidehead th {
	width:20%;
}
.helpsubpage th, .helpsubpage td {
	font-weight:normal;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
.helpsubpage .corners {
	display:none;
	position:static;
}
.helpsubpage .corners td, .helpsubpage .corners p {
	background:#FFFFFF url(../../images/layout/table.png) no-repeat scroll 0 0;
	display:block;
	height:7px;
	line-height:7px;
	margin:0;
	padding:0;
	position:absolute;
	width:7px;
}
.helpsubpage .corners .topLeft {
	background-position:left top;
	left:-1px;
	top:-1px;
}
.helpsubpage .corners .topRight {
	background-position:right top;
	right:-1px;
	top:-1px;
}
.helpsubpage .corners .botLeft {
	background-position:left bottom;
	bottom:-1px;
	left:-1px;
}
.helpsubpage .corners .botRight {
	background-position:right bottom;
	bottom:-1px;
	right:-1px;
}
.helpsubpage .striped {
	background-color:#E7F2F7;
}
.helpsubpage table p {
	padding-top:0;
}
	
/* end of help section */


/* menu for the help page */
.anchorMenu { list-style: none;	margin:0 0 20px 0;	padding: 0; float: left; width: 300px;}	
.anchorMenu li { float: left; width: 100%;}
.anchorMenu li a { background: url(../../images/layout/arrow_down.gif) no-repeat left center; color: #545454; display: block;	margin: 0 0 0 5px;	padding-left: 15px;}


/* call module */
#callmodule {
	background-image:url(../../images/layout/white/help/number-bg.gif);
	background-repeat:no-repeat;
	border:0 solid green;
	color:#A2A2A2;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:82px;
	line-height:normal;
	width:593px;
}

#callmodule {
	margin:0 0 30px;
}

#callmodule .callhelp {
	padding-left:90px;
}
#callmodule .callhelp, #callmodule .callsupport {
	border:0 solid red;
	float:left;
	line-height:2.1em;
	margin:18px 0 0;
	width:230px;
}

#callmodule .callhelp strong, #callmodule .callsupport strong {
	color:#666666;
	font-weight:normal;
}

#callmodule .callsupport {
	padding-left:40px;
}


/* faq page */
.chapList { padding-left: 0; margin-left: 0; }
.chapList li { margin-left: 20px; }
.chap {	list-style: none; padding-left: 0 !important; margin-left: 0 !important; }
.chap a { font-size: 10pt; padding-bottom: 5px; }
.chap a:visited { font-size: 10pt !important;}
/* end help.css */