body { font-size:13px; }

td {
    padding: 0px;
}

/* -------- Main frames and headers -------- */

.helpImage {
    border: 0px solid #999;
    align: center;
    padding: 2px 2px 2px 4px;
    padding-right: 2pt;
}

fieldset legend {
  font-size: 18px;
	color:#3D8CC9;
}

#content fieldset {
    border: 0px solid #999;
    border-top: 1px solid #33be30;
}

#helpmenu legend {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-weight: bold;
    color: #3d8cc9;
}

#helpmenu fieldset {
    border: 1px solid #afd0e9;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 10px;

    /* Fieldset slightly rounded corners. */   
    -moz-border-radius: 4px;
    border-radius: px;
}

.help-element {
  cursor: default;
	text-align: justify;
	margin-top: 25px;
}

.help-element .help-element-body ul {
	padding-right: 14px;
}
.help-element .help-element-body ul li ul {
	padding-right: 0px;
}

.help-element h2 {
    color: #3D8CC9;
}

#glossary fieldset {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 0px solid #999;
    border-top: 3px solid #E6E6E6;
    margin-right: 0px;
}

#glossary legend {
  font-weight: bold;
  color: #666666;
  margin-bottom: 2px;
}

#glossary a {
  text-decoration: none;
  color: #3d8cc9;
}

#questions a {
  color: #666;
  display: block;
  text-decoration: none;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
}


/** ---- Question overview ---- **/

#questions {
  color: #666;
    list-style: none;

}

#questions li {
    border-bottom: 1px dotted #A29E88;
}

#questions a {
    color: #666;
}

#questions a:hover {
    background-color: #EDECE5;
    color: #333;
}

#questions{
    margin: 0;
    padding: 0;
}


/** -- Help navigation menu on the left -- **/

#helpmenu ul {
    margin: 0;
    padding: 0;
    font-size: small;
}

#helpmenu ul ul {
    border-top: 1px solid #CCCABE;
}

#helpmenu ul ul ul {
    border-top: 1px solid #EDECE5;
}

#helpmenu a {
    text-decoration: none;
}

#helpmenu ul li a {
    display: block;
}

#helpmenu img {
    vertical-align: middle;
}

#helpnavigator li {
    padding-top: 20px;
    list-style: none;
}

#helpnavigator li li {
    padding-top: 0px;
}

#helpnavigator {
 font-size:10px;
}

#helpnavigator a {
  color: black;
  display: block;
  text-decoration: none;
 font-size:10px;
}

#helpnavigator li a {
    color: #6a6a6b;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#helpnavigator li li a {
    padding-left: 10pt; 
}

#helpnavigator .parent {
    font-weight: bold;
}

#helpnavigator .menu-root-elems a {
    font-weight: bold;
    color: #6a6a6b;
}

#helpnavigator .parent a {
    font-weight: normal;
    color: #6a6a6b;
}

#helpnavigator .menu-content {
    border-bottom: 1px solid #EDECE5;
}

#helpnavigator .menu-content a {
    font-weight: normal;
    color: #999;
}

#helpnavigator li li li a {
    padding-left: 20pt;
}

#helpnavigator a:hover {
    color: #33be30;
    background-color: #EDECE5;
    background-repeat: no-repeat;
}

.backtotop {
    text-align: right;
    padding-bottom: 4px;
    padding-right: 0;
    padding-top: 0;
}

.backtotop a {
  text-decoration: none;
  color: #999;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 10px;
  background-image: url('/images/help/retTopArrow.gif');
  background-repeat: no-repeat;
  background-position: right;
 font-size:10px;
}

.backtotop a:hover{
    background-image: url('/images/help/retTopArrowHover.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #333;
}


/* ------- Style rules for help boxes --------- */

.help-element h3 {
	font-size:14px;
  color: #3d8cc9;
  font-style: italic;
  font-weight: normal;
  border-bottom: 1px dotted #33be30;
  margin-bottom: 0px;
  padding-bottom: 1px;
  padding-left: 10px;
  background-color: #fff;
}

.help-element-body {
    padding-right: 0;
    background: url('/images/help/helpBoxTopLeft.gif') no-repeat left top;
}

.help-element-body li { margin-bottom:10px; }

.help-element-body p, .help-element-body dl {
    color: #333;
    margin-top: 0px;
    padding-top: 7px;
    margin-left: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.help-element {
    background: url('/images/help/helpBoxBtmRight.gif') no-repeat right bottom;
}

.help-element p, .help-element a {
    margin-left: 6px;
    margin-right: 10px;
}

.help-element-body a { margin:0; }

#question-items {
    padding-top: 20px;
    padding-bottom: 20px;
}

dl {
    padding-left: 10pt;
    padding-right: 10pt;
}

dt {
  color: #3d8cc9;
  font-style: italic;
	font-size: 16px;
}

dd p {
    margin-top: 2px;
}

#glossaryAnchors, #glossaryAnchors a {
  font-size: 18px;
}

#glossaryAnchors {
    margin-top: 20pt;
}

.bigger, h3.bigger {
  font-style: normal;
	font-size: 32px;
}

#help_table { width:760px; }
