/* styles for help pages */

.help-menu{ width: 180px;  padding: 0px;  background-color: #fff; }
.help-menu ul{ list-style-type: none; margin: 0; padding: 0; }
.help-menu ul li{ }

.help-menu ul li.title{ color: #7c7c7c; }
.help-menu ul li a.house{ background: url(/images/icons/house.png) no-repeat 5px center; }
.help-menu ul li a.question{ background: url(/images/icons/star.png) no-repeat 5px center; }
.help-menu ul li a.page-white-text{ background: url(/images/icons/page_white_text.png) no-repeat 5px center; }
.help-menu ul li a.user{ background: url(/images/icons/user.png) no-repeat 5px center; }
.help-menu ul li a.email{ background: url(/images/icons/email.png) no-repeat 5px center; }
.help-menu ul li a.user-comment{ background: url(/images/icons/user_comment.png) no-repeat 5px center; }

.help-menu ul li a{ display: block; padding: 10px 10px 10px 27px; text-decoration: none; }
.help-menu ul li a:hover{ color: white; background-color: #b7c4e0; }

.help-menu ul li a.current{ background-color: #b7c4e0; }	

	
/* help structure */
#help-left{ float:left; width: 180px; margin: 0 0 0 0; display: inline;}
#help-right{ margin: 0 1cm 0 1.5cm; padding: 0; margin-left: 200px; }

/* answers */
#answers {margin: 0.5cm 0 0.5cm 0; font-size: 14px; }
#answers a { font-size: 14px; }
#answers h1 { background: #00447c; color: #fff; padding: 10px; font-size: 16px; font-weight:normal; }
#answers h2 { font-size: 15px; font-weight: normal; color: #024176; }
#answers h3 { font-size: 13px; font-weight: normal; }
#answers li { margin-top: 10px; }

/* FAQs */
#faqs { margin: 0.5cm 0 0.5cm 0; font-size: 14px; }
#faqs h1 { background: #00447c; color: #fff; padding: 10px; font-size: 16px; font-weight:normal; }
#faqs h2 { font-size: 15px; color: #00447c; border: 1px solid #00447c; padding: 5px; margin:10px 0 10px 0; font-weight:normal; }
#faqs h3 { font-weight: normal; font-size: 15px; color: #c1c1c1; border-bottom: 1px solid #c1c1c1; padding: 5px; margin:0; font-weight:normal; }
#faqs a { font-weight: normal; font-size: 15px; }
#faqs a.normal { font-size: 14px; }

.dspcont { padding: 20px; background: #f1f1f1; border-bottom: 1px solid #c1c1c1; display:none; }
.dspcont ul { }


.dspcont li { margin: 10px 0 0 0;  }


