body {color: #000;}

h2, h3 {margin: 0; padding: 0;}
p {margin: 0 5px 0 0; padding: 0;}

#welcome_text ,#help{float: left; margin: 0; height: 250px; width: 520px; padding: 30px;; border: 1px solid #88d; text-align: center; line-height: 30px;}
#welcome_text .inner {margin-top: 90px;}

#lesson_content {float: left; width: 582px;}
#lesson_content p.content {font-size: 15pt; font-weight: bold; color: #039;}
#lesson_content div.content {padding: 10px; line-height: 25px; color: #000; margin: 5px 0;}
#lesson_content p.question {font-size: 11pt; font-weight: bold;}
#lesson_content div.question {padding: 10px; line-height: 25px;}
#lesson_content p.answer {font-size: 11pt; font-weight: bold;}
#lesson_content div.answer {padding: 10px; min-height: 100px;}
#lesson_content form {width: 100%; margin: 0 auto;}
#lesson_content #ans {width: 550px; height: 300px;}
#lesson_content input.btnStartEditor {margin-top: 5px; padding: 3px; border: 1px solid #68d; color: #029;}



/*   Right Section   */
#rightPane {float: left; margin: 0 0 0 10px; display: table; width: 200px;}

#menu {float: left; width: 200px; margin: 0;}
#menu ul {margin: 0; padding: 0; line-height: 25px; list-style: none;}
#menu li {padding: 0 8px; border: 1px solid #88d; border-bottom: none; color: #039; cursor: pointer;}
#menu li.bottom {border: 1px solid #88d;}
#menu li.header {background-color: #069; color: #fff; line-height: 22px; margin-bottom: 1px; border: none; cursor: default; font-weight: bold;}

#lesson_list {float: left; width: 200px; margin: 5px 0 0 0;}
#lesson_list ul {margin: 0; padding: 0; line-height: 25px; list-style: none;}
#lesson_list li {padding: 0 8px; border: 1px solid #88d; border-bottom: none; color: #039; cursor: pointer;}
#lesson_list li.bottom {border: 1px solid #88d;}
#lesson_list li.header {background-color: #069; color: #fff; line-height: 22px; margin-bottom: 1px; border: none; cursor: default; font-weight: bold;}
#lesson_list .next {float: right; border: 1px solid #88d; padding: 3px; font-size: 8pt; font-weight: bold; color: #039; margin-top: 3px; cursor: pointer;}
#lesson_list .prev {float: left; border: 1px solid #88d; padding: 3px; font-size: 8pt; font-weight: bold; color: #039; margin-top: 3px; cursor: pointer;}

#lesson_list li.listOver {background-color: #049; color: #fff;}

#userSummary {float: left; width: 200px; margin: 5px 0 0 0;}
#userSummary .header {padding: 0 8px; background-color: #069; color: #fff; line-height: 22px; margin-bottom: 1px; border: none; cursor: default; font-weight: bold;}

.hide {display: none;}
.link {color: #000;}
.link:hover {cursor: pointer; color: #44f;}

hr { height: 1px; border: none; border-top: 1px solid #039;}
hr.percentBar.a {float: left; height: 1px; border: none; border-top: 10px solid #af0;}
hr.percentBar.b {float: left; height: 1px; border: none; border-top: 10px solid #ddd;}


/* Qoute in Tutorial Content  */
fieldset.code, fieldset.result {margin: 0 0 5px 0; padding: 0px 10px 8px 10px; line-height: 20px; border: 1px solid black; font-family: 'Courier New';}
fieldset.code legend, fieldset.result legend {font-weight: bold; font-family: Tahoma;}
fieldset.code {}
fieldset.result {}

#output {margin-top: 10px; padding: 0px 10px 8px 10px; line-height: 20px; border: 1px solid black; font-family: 'Courier New';}
#output legend {font-weight: bold; font-family: Tahoma;}
