/* CSS Document */
@charset "utf-8";

* {margin:0;padding:0;outline:0 none;}

html {font-size:100%;}

body {font:78%/1.5em Arial, Tahoma, Verdana normal; color: #000000;}

a, a:link, a:active, a:visited {color:#227BB0;text-decoration:none;}
a:hover {text-decoration:underline; color:red;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

ul, ol {padding:0.5em 2.0em;text-align:justify;}
ul li, ol li {margin:auto 1em;}

img {border:0;vertical-align:middle;}


h1 {line-height:22px;margin-bottom:0.5em;font-size:1.8em;color:#227BB0;}

.hidden {display:none;}
.clear {clear:both;}
.block {display:block !important;}

#toolbar {background:url("../images/help/toolbar-bg.jpg") repeat-x scroll center top;height:28px;}

#toolbar .h3 {width:253px;float:left;text-align:center;display:block;margin-top:5px;background:url("../images/help/sep.gif") no-repeat scroll right center;}

#toolbar #logo {background:url("../images/logo-small.png") no-repeat right center;width:247px;height:21px;float:right;display:block;margin:6px 15px 0;}

.icon-plus {background:url("../images/plus.gif") no-repeat scroll left; padding-left: 15px;}
.icon-minus {background:url("../images/minus.gif") no-repeat scroll left; padding-left: 15px;}

.icon-book {background:url("../images/help/folder.png") no-repeat scroll left 1px; padding-left: 15px;}
.icon-book-open {background:url("../images/help/folder-open.png") no-repeat scroll left 1px; padding-left: 15px;}
.icon-topic {background:url("../images/help/topic.png") no-repeat scroll left; padding-left: 15px;}

#help-menu {padding:1em;background:url("../images/help/nav-top.jpg") repeat-x scroll center top;}
#help-menu a {white-space:nowrap;line-height:18px;margin-left:5px;}

#help-menu ul {padding:2px 0;}
#help-menu ul, #help-menu li {list-style:none; margin:2px 2px;}
#help-menu ul ul {display:none;}

#breadcrumbs {border-bottom:1px solid #ddd;padding:0.5em 1em;color:#999;background:url("../images/help/nav-top.jpg") repeat-x scroll center top;}
#breadcrumbs a {color:#999; text-decoration:underline;}
#breadcrumbs a:hover {color:#666;}

#help-content {padding:1em; text-align:justify; min-height:400px;}
#help-content .desc{margin-bottom:8px;}
#help-content .answer {padding:0.5em; margin-left:10px; display:none;}

.ajax-loader {background:url(../images/loadingAnimation.gif) center no-repeat;height:30px;}
.menu-loader {background:url(../images/help/ajax-loader.gif) center no-repeat; height:30px;margin-top:100px;}

.sub-topics div {margin-top:5px; width:25%; float:left;}
.sub-topics a{ background:no-repeat; padding-left:20px;}

/* Used in Table Of Contents Page only */
.quick-links div {margin:10px; width:30%; float:left; min-height:125px; border:1px solid #DDDDDD; padding:5px; position:relative;}
.quick-links span {/*width:77%; display:block;*/display:block;padding:10px 5px;}
.quick-links label {height:64px; width:64px; background:no-repeat; position:absolute; right:10px; bottom:-18px;}
.quick-links h4 {color:#227BB0; background-color:#FFF; float:left; margin-top:-15px; padding:0 5px; font-size:1.2em;}
.quick-links p { height:100px;}
.quick-links a {color:black; font-size:0.9em; text-decoration:underline;}

.no-info{color:grey; text-align:center; font-size:1.2em;}

/* Footer */
#copyright {text-align:center; margin-top:5px;}