html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body {
   font-weight: normal;
   color: #333333;
}
#container{
   min-height: 99.9%;
   position: relative;
}
a {
   text-decoration: none;
   color: #000000;
}
a:hover {
   text-decoration: underline;
}
input,textarea {
   border: 1px solid #dedede;
}
input[type=text],
input[type=password] {
   width: 275px;
   height: 25px;
}
input[type=submit] {
   color: #333333;
   font-weight: bold;
   background: #E0F0FD;
   border: 1px solid #BCDDFE;
   font-size: 14px;
   padding: 5px 15px;
}
label {
   font-size: 13px;
   color: #555;
   display: block;
   margin-bottom: 5px;
}
#content,
.center{
   width: 920px;
   margin: 0px auto;
}
#nav {
   background: url(../images/ui/header_bg.gif) repeat-x;
   height: 42px;
}
#nav #logo{
   width: 90px;
   height: 17px;
   background: url(../images/ui/logo.gif) no-repeat;
   text-indent: -9999px;
   display: block;
   margin-top: 11px;
   float: left;
}
#nav .divider{
   float: left;
   width: 3px;
   height: 41px;
   background: url(../images/ui/header_div.gif) no-repeat;
   margin: 0px 20px;
}
#nav .divider.right{
   float: right;
   margin-right: 0px;
   margin-left: 15px;
}
#nav .item{
   float: left;
   text-transform: uppercase;
   color: #767676;
   font-weight: bold;
   font-size: 12px;
   margin-top: 14px;
}
#nav #account_links{
   float: right;
   text-transform: uppercase;
   color: #767676;
   font-weight: bold;
   font-size: 10px;
   margin-top: 15px;
}
#nav #account_links a{
   color: #767676;
   margin: 0px 10px;
}

#header {
   background: #E0F0FD;
   border-bottom: 1px solid #d9d9d9;
   padding: 30px 0px 30px;
}
#header #title {
   font-size: 26px;
   font-weight:	 bold;
   color: #000;
}
a.create_button {
   width: 159px;
   height: 35px;
   background: url(../images/ui/create_course_btn.gif) top left;
   text-indent: -9999px;
   display: block;
}
a.create_button:hover {
   background: url(../images/ui/create_course_btn.gif) top right;
}
a.create_button.header{
   float: right;
   margin: 32px 32px 0px 0px;
}
a.create_button.margin{
   margin-top: 25px;
}

div#header_create_text {
   float: right;
   width: 120px;
   font-size: 12px;
   font-weight: normal;
   margin: 36px 10px 0px 0px;
   color: #6aacca;
}
div#header_create_text a {
   text-decoration: underline;
   color: #6aacca;
}
div#header_create_text a:hover {
   text-decoration: none;
}
div#body {
   padding-top: 30px;
   padding-bottom: 80px;
}
h1,h2 {
   font-size: 26px;
   color: #000000;
   font-weight: bold;
   margin-bottom: 25px;
}
h2 {
   font-size: 20px;
}
.course_block {
   border-top: 1px solid #ededed;
   width: 675px;
   padding: 20px 0px;
   font-size: 14px;
   color: #747576;
   float: left;
}
.course_block.last {
   border-bottom: 0px;
   margin-bottom: 15px;
}
.course_block a {
   color: #5eaad6;
   font-weight: bold;
   font-size: 12px;
}
.course_block img{
   border: 1px solid #bbdae3;
   float: left; 
   margin-right: 25px;  
   width: 120px;
   margin-top: 3px;
}
.course_block .text {
   width: 500px;
   float: left;
   line-height: 1.5em;
}
.course_block .text a {
   white-space: nowrap;
}
.course_block div.title_block{
   margin-bottom: 4px;
}
.course_block a.title {
   font-size: 18px;
   margin-bottom: 4px;
}
.course_block.resume img {
   border: 1px solid #dddddd;
}
.course_block span.progress {
   margin-right: 5px;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #89C72F;
}
.course_block .course_info {
   font-size: 11px;
   text-transform: uppercase;
   color: #bbbbbb;
   margin-top: 1px;
   margin-bottom: 11px;
}
div.breaker {
   clear: both;
   display: block;
}
div#footer {
    background: #e0f0fd;
    height: 40px;
    border-top: 1px solid #bcddfe;
    color: #77a3b8;
    font-size: 13px;
    position: absolute;
    bottom:0;
    width:100%;
}
div#footer .center {
    padding: 12px 0px;
}
div#footer a {
    color: #77a3b8;
    margin: 0px 10px;
}
div#footer a.first {
    margin-left: 0px;
}
div#footer a.twitter {
    background: url("../images/ui/twitter.png") no-repeat;
    padding: 2px 0px 2px 20px;
}
div#footer span.copy {
    float: right;
}


/*
 * Login
 */
body.ctr_users #container{
    min-height: 600px;
}
.ctr_users .login_form{
    float: left; 
    padding-right: 50px;
    width: 275px;
}
.ctr_users .login_form.right{
    float: left;
    border-left: 1px solid #dedede;
    padding-left: 50px;
    padding-right: 0px;
}
.ctr_users .login_form .forgot_password {
    font-size: 11px;
    color: #666666;
    float: right;
}
.ctr_users .login_form .remember_me {
    float: left;
    margin: 0px 6px 0px 0px;
}


/*
 * Home Page
 */
body.ctr_home.act_index #header {
   background: #dfedf8 url(../images/ui/subheader_bg.gif) top center no-repeat;
   height: 128px;
   border-bottom: 1px solid #d9d9d9;
   padding: 0px;
   margin-bottom: 10px;
}
body.ctr_home.act_index #header #home_img{
   background: transparent url(../images/home_header_img.png) no-repeat;
   width: 242px;
   height: 128px;
   text-indent: -9999px;
   float: left;
}
body.ctr_home.act_index #header #home_title{
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5em;
   color: #000;
   width: 420px;
   float: left;
   margin-top: 30px;
   margin-left:45px;
}
.ctr_home #home_content {
    width: 950px;
    float: left;
}
.ctr_home .home_boxes {
    float: right;
    width: 198px;
    margin-top: 5px;
}
.ctr_home a.home_box {
    width: 198px;
    margin-bottom: 30px;
    display: block;
    text-indent: -9999px;
}
.ctr_home a.home_box.top{
    background: url(../images/home_bluesticky_sm.gif) no-repeat;
    height: 142px;
}
.ctr_home a.home_box.bottom{
    background: url(../images/home_bluesticky_lg.gif) no-repeat;
    height: 155px;
}
.ctr_home .home_heading {
    color: #d9d9d9;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    width: 670px;
    float: left;
    clear: left;
}


/*
 * About Page
 */
.ctr_home.act_about p {
    line-height: 1.5em;
}
.ctr_home.act_about p a {
    text-decoration: underline;
    font-weight: bold;
}
.ctr_home.act_about p a:hover {
    text-decoration: none;
}


/* 
 *  Account (Edit Users) Page
 */ 
.ctr_users .fields_box{
    border: 1px solid #dedede;
    padding: 10px 25px;
    width: 390px;
    float: left; 
}
.ctr_users .fields_box h3{
    margin-top: 10px;
}
.ctr_users .fields_box.left{
    margin-right: 35px;
}
.ctr_users #user_submit {
    width: 80px;
    height: 35px;
    margin: 15px 0px;
    font-size: 16px;
}
.ctr_users .fields_box .image_preview {
    border: 1px solid #dedede;
    margin-top: 5px;
}
.ctr_users .fields_box input[type="text"], 
.ctr_users .fields_box input[type="password"],
.ctr_users .fields_box textarea {
    width: 380px;
}
.ctr_users .fields_box textarea {
    height: 50px;
}


/*
 * Course Page
 */
.ctr_courses.act_show #body {
  margin-top: 10px;
  color: #666;
}
.ctr_courses.act_show #header {
  background: repeat-x url(../images/bg-coursepage.png) top center;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.ctr_courses.act_show #header h1 {
  margin-top: 8px;
  font-size: 36px;
  margin-bottom: 8px;
  text-align: center;
}
.ctr_courses.act_show #header h2 {
  margin-top: -3px;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.ctr_courses.act_show #header h2 span {
  font-weight: bold;
}
.ctr_courses.act_show #header #tablet {
  width: 416px;
  height: 260px;
  background: url(../images/tablet-coursepage.png) no-repeat top left;
  display: block;
  margin: 10px auto 20px;
}
.ctr_courses.act_show #header #tablet #course_image {
  display: block;
  width: 138px;
  height: 168px;
  position: relative; 
  top: 40px;
  left: 178px;
  overflow: hidden;
  text-align: center;
}
.ctr_courses.act_show #header #tablet #course_image img {
  height: 168px;
  margin-left: -32px;
}
.ctr_courses.act_show #header #tablet a#play_icon {
  display: block;
  text-indent: -9999px;
  background: url(../images/playicon-coursepage.png) no-repeat top left;
  width: 76px;
  height: 60px;
  position: relative;
  top: -75px;
  left:	210px;
}
.ctr_courses.act_show #header #tablet a#play_icon:hover {
  background: url(../images/playicon-coursepage.png) no-repeat top right;
}
.ctr_courses.act_show #header div.stickynote {
  width: 156px;
  height: 126px;
  background: url(../images/sticknote-coursepage.png) no-repeat top left;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  line-height: 1.4em;
}
.ctr_courses.act_show #header div.stickynote.left {
  float: left;
  margin-left: 50px;
} 
.ctr_courses.act_show #header div.stickynote.right {
  float: right;
  margin-right: 50px;
}
.ctr_courses.act_show a.start_course_button {
  width: 207px;
  height: 26px;
  display: block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/start_course.png) no-repeat top left;
  padding: 40px 0px 0px 73px;
  text-decoration: none;
  line-height: 1em;
}
.ctr_courses.act_show a.start_course_button:hover {
  background: url(../images/start_course.png) no-repeat -280px 0px;
}
/* Preregistration Page */
.ctr_courses.act_show #preregister_window {
  width: 400px;
  height: 155px;
  display: none;
}
.ctr_courses.act_show a.start_course_button.preregister {
  background: url(../images/preregister_course.png) no-repeat top left;
  width: 187px;
}
.ctr_courses.act_show a.start_course_button.preregister:hover {
  background: url(../images/preregister_course.png) no-repeat top right;
}
.ctr_courses.act_show a.pay_button {
  line-height: 1em;
  width: 61px;
  height: 26px;
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/start_course.png) no-repeat -560px 0px;
  padding: 40px 0px 0px 22px;
  text-decoration: none;
  margin-right: 13px;
}
.ctr_courses.act_show a.pay_button:hover {
  background: url(../images/start_course.png) no-repeat -644px 0px;
}
.ctr_courses.act_show a.sample_button {
  line-height: 1em;
  width: 165px;
  height: 26px;
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/start_course.png) no-repeat -728px 0px;
  padding: 40px 0px 0px 19px;
  text-decoration: none;
  margin-right: 13px;
}
.ctr_courses.act_show a.sample_button:hover {
  background: url(../images/start_course.png) no-repeat -912px 0px;
}
.ctr_courses.act_show #zoom .btn.preregister a{
  margin-top: 35px;
  margin-left: 10px;
}
.ctr_courses.act_show #zoom div.preregister{
  margin-top: 5px;
}
.ctr_courses.act_show #zoom div.preregister_subhead{
  margin-top: 0px;
  font-size: 15px;
  color: #666666;
}
.ctr_courses.act_show .convert_buttons {
  margin: 0px auto;
}
.ctr_courses.act_show .content_block {
  font-size: 16px;
  line-height: 1.75em;
  margin-top: 45px;
  padding-top: 45px; 
  background: url(../images/dividerline-coursepage.png) no-repeat top center;
}
.ctr_courses.act_show .content_block.moneyback {
  height: 150px;
  background: url(../images/dividerline-moneyback-coursepage.png) no-repeat center top;
}
.ctr_courses.act_show .content_block.moneyback.over {
  background: url(../images/dividerline-moneyback-coursepage.png) no-repeat center -197px;
}
.ctr_courses.act_show .content_block #moneyback_guarantee {
  display: none;
}
.ctr_courses.act_show .content_block.moneyback #moneyback_guarantee {
  display: block;
  float: right; 
  height: 100px; 
  width: 100px; 
  margin-right: 60px; 
  margin-top: -20px;
}
.ctr_courses.act_show .content_block #moneyback_empty {
  display: none;
}
.ctr_courses.act_show .content_block.moneyback #moneyback_empty {
  display: block;
  float: left;
  height: 100px;
  width: 100px;
  margin-left: 60px;
  margin-top: -20px;
}



.ctr_courses.act_show .content_block h3 {
  font-size: 26px; 
  color: #666;
  margin-top: 0px;
  text-align: center;
}
.ctr_courses.act_show #body {
  margin-top: 0px;
  padding-top: 0px;
}
.ctr_courses.act_show .content_block .selling_point{
  background: url(../images/highlight-coursepage.png) no-repeat center -10px;
  width: 435px;
  float: left;
  text-align: center;
}
.ctr_courses.act_show .content_block .selling_point.right{
  float: right;
}
.ctr_courses.act_show .content_block .selling_point h3 {
  color: #444444;
}
.ctr_courses.act_show .content_block #about_teacher{
  width: 530px;
  float: left;  
}
.ctr_courses.act_show .content_block #about_teacher .author_image {
   float: right;
   width: 169px;
   height: 147px;
   background: url(../images/course_author_frame.png) top left no-repeat;
   padding: 7px 0px 0px 10px;
   margin: 0px 0px 10px 20px;
}
.ctr_courses.act_show .content_block #about_teacher  a.learn_more {
   color: #666;
   text-decoration: underline;
   white-space: nowrap;
}
.ctr_courses.act_show .content_block #about_teacher  a.learn_more:hover {
   text-decoration: none;
}
.ctr_courses.act_show .content_block #about_socrated{
  float: right;
  width: 335px;
  background: url(../images/howitworks-coursepage.png) no-repeat 50px left;
  height: 370px;
}
.ctr_courses.act_show .content_block #about_socrated .point {
  line-height: 1.2em;
}
.ctr_courses.act_show .content_block #about_socrated #point1 {
  width: 150px;
  margin-top: 45px;
  margin-left: 177px;
}
.ctr_courses.act_show .content_block #about_socrated #point2 {
  width: 150px;
  margin-left: 7px;
  margin-top: 20px;
  text-align: right;
}
.ctr_courses.act_show .content_block #about_socrated #point3 {
  width: 150px;
  margin-top: 19px;
  margin-left: 177px;
}
.ctr_courses.act_show .content_block #about_socrated #point4 {
  width: 200px;
  margin-top: 15px;
  margin-left: 69px;
  text-align: center;
}
.ctr_courses.act_show #syllabus {
   margin-top: 35px;
}
.ctr_courses.act_show #syllabus .syllabus_chapter{
   background: url(../images/miniPadIcon.png) top left no-repeat;
   width: 430px;
   padding-right: 30px;
   padding-top: 4px;
   height: 83px;
}
.ctr_courses.act_show #syllabus .right,
.ctr_courses.act_show #syllabus .left{
  width: 460px;
}
.ctr_courses.act_show #syllabus .right{
   float: right;
}
.ctr_courses.act_show #syllabus .left{
   float: left;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_name,
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_info{
   width: 320px;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_name{
   font-weight: bold;
   font-size: 16px;
   color: #000;
   float: left;
   margin-bottom: 7px;
   line-height: 1em;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_name a{
   color: #000;
   text-decoration: underline;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_name a:hover{
   text-decoration: none;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_info {
   color: #999;
   font-size: 14px;
   float: left;
   text-transform: uppercase;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .chapter_info span {
   padding: 0px 15px;
}
.ctr_courses.act_show #syllabus .syllabus_chapter .number {
   font-weight: bold;
   color: #000;
   font-size: 36px;
   width: 78px;
   margin-right: 22px;
   text-align: center;
   padding-top: 11px;
   height: 76px;
   float: left;
}
.ctr_courses.act_show #sample_video_inner{
   padding: 0px 10px 8px 0px;
}
.ctr_courses.act_show .testimonial {
   background: url(../images/testimonial_bg.png) no-repeat top left;
   width: 254px;
   height: 155px;
   float: left;
   padding: 13px 20px 30px 20px;
   margin: 5px 15px 0px 0px;
   font-size: 13px;
   color: #000;
   line-height: 1.8em;
   font-style: italic;
}
.ctr_courses.act_show .testimonial_byline {
   float: left;
   width: 289px;
   margin: 0px 20px 0px 0px;
   text-align: right;
   color: #333;
   font-size: 14px;
   line-height: 1.4em;
}
.ctr_courses.act_show .testimonial_byline a {
   color: #3d83aa;
   text-decoration: underline;
}
.ctr_courses.act_show .testimonial_byline a:hover {
   text-decoration: none;
}
.ctr_courses.act_show .testimonial.last,
.ctr_courses.act_show .testimonial_byline.last {
   margin-right: 0px;
}


.ctr_courses.act_show .content_block a.bold_link{
  font-weight: bold;
  text-decoration: underline;
  color: #666;
  margin-left: 10px;
}
.ctr_courses.act_show .content_block a.bold_link:hover{
  text-decoration: none;
}
.



/*
 *  Learn About Building A Course Page
 */
.ctr_courses.act_learn .description {
  padding: 0px;
  margin: 10px 0px 0px;
}
.ctr_courses.act_learn #title_content h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.ctr_courses.act_learn #title_content h2 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.ctr_courses.act_learn a.create_course_button {
  width: 184px;
  height: 23px;
  display: block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/create_course.gif) no-repeat top left;
  padding: 37px 0px 0px 70px;
  text-decoration: none;
  float: left;
  margin-top: 15px;
}
.ctr_courses.act_learn a.create_course_button:hover {
  background: url(../images/create_course.gif) no-repeat top right;
}
.ctr_courses.act_learn .create_course_button.top {
  float: right;
  margin-left: 30px;
  margin-top: 0px;
}
.ctr_courses.act_learn .description ul {
  margin: 0px;
  float: left;
  list-style-type: none;
  width: 450px;
  padding-left: 0px;
  margin-left: 0px;
}
.ctr_courses.act_learn .description ul li {
  padding-bottom: 30px;
  font-size: 15px;
  padding-top: 5px;
  color: #000000;
  padding-left: 45px;
  background: url(../images/build_learn_checkmark.png) no-repeat 0px 3px;
  height: 25px;
}
.ctr_courses.act_learn .description ul li a{
  text-decoration: underline;
}
.ctr_courses.act_learn .description ul li a:hover{
  text-decoration: none;
}
.ctr_courses.act_learn .description ul li .coming {
  font-size: 11px; 
  color: #009900;
  vertical-align: top;
  font-weight: bold;
  margin-left: 5px;
  white-space: nowrap;
}
.ctr_courses.act_learn .description #left_col {
  width: 400px;
  float: right;
  margin-left: 30px;
}
.ctr_courses.act_learn .description #left_col img {
  width: 400px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
} 
.ctr_courses.act_learn .description #left_col #contact_us {
  border: 1px solid #ccc;
  background-color: #ededed;
  padding: 20px 25px;
  margin-top: 5px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}
.ctr_courses.act_learn .description #left_col #contact_us a {
  display: block;
  margin-top: 15px;
  color: #1E6AF6;
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}
.ctr_courses.act_learn .description #left_col #contact_us a:hover{
  text-decoration: none;
}


/*
 *  List Course Page
 */
.ctr_courses.act_index .course_row {
   float: left;  
   width: 100%;
   padding: 15px 0px;
   border-top: 1px solid #ededed;
   font-size: 13px;
}
.ctr_courses.act_index .course_row.last {
   border-bottom: 1px solid #ededed;
}
.ctr_courses.act_index .course_row.odd {
   background: #F0FAFF;
}
.ctr_courses.act_index .course_row a {
   color: #5EAAD6;
}
.ctr_courses.act_index .course_row div {
   float: left;
}
.ctr_courses.act_index .course_row .name {
   font-weight: bold;
   font-size: 15px;
   width: 250px;
}
.ctr_courses.act_index .course_row .link{
   padding-right: 15px;
}
.ctr_courses.act_index .course_row .status{
   padding-left: 30px;
   width: 150px;
}
.ctr_courses.act_index .course_row .user{
   padding-left: 30px;
   width: 250px;
   overflow: hidden;
   white-space: nowrap;
}



/*
 *  Errors
 */

.alert-success { 
  background: #d1f9d3 url(../images/alert-success.gif) no-repeat 10px 10px;
  border: 1px solid #b2d7b3; 
  padding: 10px 10px 10px 38px;
  width: 100%;
  color: #38923A;
  font-size: 15px;
  margin: 15px 0px 35px;
  width: 872px;
}
.alert-error {
  background: #f9d1d7 url(../images/alert-error.gif) no-repeat 10px 10px;
  border: 1px solid #d7b2b2;
  padding: 10px 10px 10px 38px;
  width: 100%;
  color: #923838;
  font-size: 15px;
  margin: 15px 0px 35px;
  width: 872px;
}
.alert-error p{
  margin-top: 0px;
}
.alert-error ul{
  margin: 5px 0px 10px;
}
.alert-error ul li{
  font-weight: bold;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/*
 *  Feedback Tab
 */
a#feedback_tab{
    top:375px !important;
    background:url(../images/feedback-icon.png) !important;
    width: 39px !important;
    height: 144px !important;
    cursor: pointer;
    left: 0px;
    margin-left: -4px;
    overflow: hidden;
    position: fixed;
    text-indent: -100000px;
    z-index: 100000;
}
a#feedback_tab:hover{
    margin-left: 0px;
}


/*
 * Survey Page
 */
.ctr_course_surveys h2 {
  margin-bottom: 20px;
  max-width: 600px;
}
.ctr_course_surveys p {
  margin: 15px 0px;
}
.ctr_course_surveys ol {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 25px;
}
.ctr_course_surveys li {
  margin: 20px 0px;
  width: 100%;
  padding-top: 7px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}
.ctr_course_surveys li label {
  display: inline;
}
.ctr_course_surveys li.first {
  padding-top: 25px;
  border-top: 1px solid #cccccc;
}
.ctr_course_surveys li div.survey_question{
  color: #000000;
  margin-bottom: 10px;
  font-size: 17px;
}
.ctr_course_surveys li div.survey_answer{
  margin-bottom: 2px;
  margin-left: 18px;
}
.ctr_course_surveys li div.survey_answer input{
  height: 20px;
} 
.ctr_course_surveys li textarea {
  width: 590px;
  height: 65px;
}
.ctr_course_surveys .back_link {
  font-size: 14px;
  margin-left: 15px;
}
.ctr_course_surveys .back_link.spaceless {
  margin-left: 0px;
}


/*
 * Edit Course Page
 */
.ctr_courses #viddler_upload {
  height: 360px; 
  width: 360px; 
  display: none;
}
.edit_course {
  width: 715px;
  position: relative;
} 
.edit_course .fieldWithErrors {
  display: inline;
}
.edit_course .course_header { 
  margin-bottom: 20px; 
}
.edit_course #publish_box_wrapper {
  left: 735px;
  float: right;
  position: absolute;
  width: 185px;
  margin-top: -25px;
}
.edit_course #publish_box{
  position: absolute;
  top: 0;
  /* just used to show how to include the margin in the effect */
  margin-top: 25px;
  width: 185px;
}
.edit_course #publish_box_alert{
  margin-bottom: 10px;
  display: none;
}
.edit_course #publish_box_top,
.edit_course #publish_box_middle,
.edit_course #publish_box_bottom{
  padding: 10px 12px;
  background: #ededed;
  width: 161px;
  margin-bottom: 10px;
}
.edit_course #publish_box_top,
.edit_course #publish_box_middle{
  font-size: 15px;
  font-weight: bold;
}
.edit_course #publish_box #publish_box_middle {
  font-size: 9px;
  color: #999999;
  text-transform: uppercase;
}
.edit_course #publish_box #publish_box_middle input{
  font-size: 10px;
  height: 15px;
}
.edit_course #publish_box_top .course_preview {
  background: url(../images/course_preview.png) no-repeat top right;
  padding-right: 25px;
}
.edit_course #publish_box.fixed {
  position: fixed;
  top: 0;
}
.edit_course #publish_box input,
.edit_course #publish_box select{
  font-size: 16px;
  width: 161px;
}
.edit_course #publish_box select{
  margin-bottom: 10px;
}
.edit_course #publish_box .alert-success,
.edit_course #publish_box .alert-error{
  width: 135px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}
.edit_course .course_header,
.edit_course #chapters .chapter_header{
  background: #ededed;
  padding: 15px 20px;
}
.edit_course .add_chapter_box {
  padding: 15px 20px;
  border: 1px solid #ededed;
  height: 25px;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 25px;
}
.edit_course .add_chapter_box span {
  color: #ccc;
  font-size: 12px;
  margin-left: 20px;
  font-weight: normal;
  font-style: italic;
}
.edit_course .course_header h2,
.edit_course #chapters .chapter_header h2{
  margin-top: 0px;
  margin-bottom: 8px;
}
.edit_course .course_header  h2 input[type=text],
.edit_course #chapters .chapter_header h2 input[type=text]{
  font-size: 16px;
  font-weight: bold;
}
.edit_course #chapters .chapter {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  border-bottom: 0px;
}
.edit_course #chapters .chapter.template {
  display: none;
}
.edit_course #chapters .chapter .content_items .content_item,
.edit_course #chapters .chapter .content_items .add_item_box{
  background: #fff;
  border-bottom: 1px solid #ededed; 
  padding: 15px 20px;
}
.edit_course #chapters .chapter .content_items .add_item_box a,
.edit_course #chapters .chapter .chapter_header .chapter_right a,
.edit_course #chapters .chapter .content_items .content_item .content_item_right a{
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.edit_course #chapters .chapter .content_items .content_item .content_item_left,
.edit_course #chapters .chapter .content_items .content_item .content_item_title,
.edit_course #chapters .chapter .content_items .content_item .content_item_title input[type=text],
.edit_course #chapters .chapter .content_items .content_item .content_item_title label{
}
.edit_course #chapters .chapter .content_items .content_item .content_item_left{
  float: left;
  width: 27px;
  padding-top: 5px;
  font-weight: bold;
}
.edit_course #chapters .chapter .content_items .content_item .content_item_middle{
  margin-left: 27px;
  margin-right: 130px;
  background: #fff;
}
.edit_course #chapters .chapter .content_items .content_item	.content_item_right{
  float: right;
  width: 130px;
  margin-top: 3px;
  display: none;
  border: 1px solid #ccc;
  padding: 10px 10px 0px 10px;
}
.edit_course #chapters .chapter .chapter_header .chapter_right{
  float: right;
  width: 130px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 0px 10px;
}
.edit_course #chapters .chapter .content_items .content_item .content_item_right a,
.edit_course #chapters .chapter .chapter_header .chapter_right a{
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
}
.edit_course #chapters .chapter .content_items .content_item:hover .content_item_right,
.edit_course #chapters .chapter .chapter_header:hover .chapter_right{
  display: block;
}
.edit_course #chapters .chapter .content_items .content_item {
  font-size: 12px;
  color: #999;
}
.edit_course h1 {
    padding-top: 18px;
    margin-bottom: 27px;
}
.edit_course label {
    display: inline;
    color: #999;
    margin-right: 7px;
}
.edit_course label a {
    color: #999;
}
.edit_course h2 label {
    font-size: 19px;
    color: #333;
}
.edit_course input[type=text] {
    height: 20px;
}
.edit_course div.field {
    margin-top: 10px;
}
.edit_course span.value {
    color: #333;
}
.edit_course div.field.youtube_time input{
    width: 50px;
}
.edit_course .image_preview {
    width: 120px;
    border: 1px solid #cccccc;
    margin-top:5px;
}


/*
 *  Course Stats Page
 */ 
.ctr_courses #title_content h1.course_builder {
  margin: 0px;
}
.ctr_courses .menu_right {
    float: right;
    overflow: visible;
}
.ctr_courses .menu_right span {
    border: 1px solid #b4d5ef;
    padding: 5px 15px;
    margin-left: 10px;
    float: right;
}
.ctr_courses .menu_right span a {
    color: #85afd0;
}
.ctr_courses .menu_right span.selected {
    background: #fff;
    color: #000;
    font-weight: bold;
}
.ctr_courses .no-results {
    font-size: 13px;
    color: #999999;
}
.ctr_courses div#stats .block {
    margin: 5px 0px 25px;
    padding: 8px 0px;
}
.ctr_courses div#stats .block h3 {
    font-weight: bold;
    font-size: 19px;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.ctr_courses div#stats .block table {
    font-size: 13px;
}
.ctr_courses div#stats .block table .header {
    color: #999999;
}
.ctr_courses div#stats .block table div.question_answers{
    padding: 0px 50px 13px;
}
.ctr_courses div#stats .block table div.question_answers span{
    color: #999999;
}
.ctr_courses div#stats .chapter {
    font-weight: bold;
    font-size: 14px;
}
.ctr_courses div#stats .content_item,
.ctr_courses div#stats .content_item a {
    color: #555555;
}
.ctr_courses div#stats #zoom {
    font-size: 13px;
}
.ctr_courses div#stats #zoom h1{
    margin-top: 0px;
}

.login_form #errorExplanation {
  width: 205px;
}

/*
 * Pay Window 
 */
#pay1_window {
  width: 686px;
  height: 449px;
  display: none;
}
#zoom.pay1_window {
  background:url(../images/payPopBG.png) 0px 0px no-repeat;
}
#zoom.pay1_window .pay1_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: -7px;
  white-space: nowrap;
  max-width: 640px;
  margin-left: 5px;
}  
#zoom.pay1_window .pay1_image {
  width: 260px;
  max-height: height: 210px;
  overflow: hidden;
  margin-top: 42px;
  margin-left: 5px;
  border: 1px solid #CCC;
}
#zoom.pay1_window .pay1_image img {
  width: 260px;
}
#zoom.pay1_window .pay1_body {
  font-size: 15px;
  width: 345px;
  margin-right: 40px;
  float: right;
  margin-top: 50px;
  line-height: 1.5em;
  height: 260px;
}
#zoom.pay1_window .pay1_body .pay1_continue {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
#zoom.pay1_window .pay1_body a {
  margin-top: 15px;
  font-size: 11px;
  text-decoration: underline;
  display: block;
  color: #333;
}
#zoom.pay1_window .pay1_body a:hover {
  text-decoration: none;
}
#zoom.pay1_window a.pay1_button {
  display: block;
  background: url(../images/pay1_button.gif) no-repeat top left;
  padding: 15px 0px 0px 16px;
  width: 465px;
  height: 45px;
  color: #2b5d0c;
  font-weight: bold;
  font-size: 31px;
  text-decoration: none;
  float: right;
  clear: both;
  margin-top: 25px;
  margin-right: 45px;
  line-height: 1em;
}
#zoom.pay1_window a.pay1_button:hover {
  background: url(../images/pay1_button.gif) no-repeat bottom left;
}
#zoom.pay1_window #zoom_table .tl,
#zoom.pay1_window #zoom_table .tm,
#zoom.pay1_window #zoom_table .tr,
#zoom.pay1_window #zoom_table .ml,
#zoom.pay1_window #zoom_table .mm,
#zoom.pay1_window #zoom_table .mr,
#zoom.pay1_window #zoom_table .bl,
#zoom.pay1_window #zoom_table .bm,
#zoom.pay1_window #zoom_table .br {
  background: transparent !important;
}


/*
 *  Pay 2 Window
 */ 
#pay2_window {
  width: 686px;
  height: 555px;
  display: none;
}
#zoom.pay2_window {
  background:url(../images/pay2PopBG.png) 0px 0px no-repeat;
}
#zoom.pay2_window .pay2_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: -7px;
  white-space: nowrap;
  max-width: 640px;
  margin-left: 5px;
}
#zoom.pay2_window form select {
  padding: 0px;
}
#zoom.pay2_window form {
  margin-top: 38px;
}
#zoom.pay2_window .box {
  border: 1px solid #86bce3;
  margin-bottom: 23px;
  margin-left: 5px;
  width: 606px;
  padding: 12px 12px 0px;
}
#zoom.pay2_window .box p {
  margin-top: 0px;
  margin-bottom: 15px;
}

#zoom.pay2_window form label.adjacent{
  display: inline;
  margin-right: 5px;
}
#zoom.pay2_window form label,
#zoom.pay2_window p.label_text {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  font-weight: bold;
}
#zoom.pay2_window form input[type=text],
#zoom.pay2_window form input[type=password]{
  background: #fff;
  width: 300px;
  height: 20px;
}
#zoom.pay2_window form input[type=text].hint{
  color: #bbbbbb;
}

#zoom.pay2_window form span.order_card_number,
#zoom.pay2_window form span.order_card_verification {
  float: left;	  
}
#zoom.pay2_window form span.order_card_number {
  margin-right: 10px;
} 
#zoom.pay2_window form span.order_card_number label,
#zoom.pay2_window form span.order_card_number input {
  width: 220px;
}
#zoom.pay2_window form span.order_card_verification label,
#zoom.pay2_window form span.order_card_verification input {
  width: 58px;
}
#zoom.pay2_window form p.card_info {
  height: 50px;
}
#zoom.pay2_window form .switch_link{
  width: 310px;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: normal;
}
#zoom.pay2_window form .switch_link a.switch,
#zoom.pay2_window form .switch_link.have_acct {
  display: none;
}
#zoom.pay2_window form .switch_link label,
#zoom.pay2_window form .switch_link input[type=checkbox] {
  font-size: 11px;
  font-weight: normal;
  display: inline;
  float: left;
  margin: 0px;
}
#zoom.pay2_window form .switch_link input[type=checkbox]{
  width: auto;
  height: auto;
  margin-right: 5px;
}
#zoom.pay2_window form .switch_link a{
  text-decoration: underline;
}
#zoom.pay2_window form .switch_link a:hover {
  text-decoration: none;
}
#zoom.pay2_window form .switch_link.expires {
  text-align: left;
}
#zoom.pay2_window form .switch_link.expires label {
  display: inline;
  line-height: 23px;
  margin-right: 5px;
}
#zoom.pay2_window form .instructions{
  float: right;
  width: 265px;
  height: 130px;
  margin-left: 25px;
}
#zoom.pay2_window form .error_messages {
  padding: 12px 15px;
  border: 1px solid #E78484;
  float: right;
  width: 250px;
  height: 88px;
  background: #ffeeee;
  overflow: auto;
  font-size: 12px;
  color: #B25454;
  font-weight: bold;
}
#zoom.pay2_window form .error_messages .alert-error {
  background: none;
  border: none;
  color: #B25454;
  font-size: 12px;
  margin: auto;
  padding: 0px;
  width: auto;
}
#zoom.pay2_window form .error_messages ul {
  padding-left: 20px;
}
#zoom.pay2_window form .error_messages li {
  font-weight: normal;
  margin-top: 10px;
}
#zoom.pay2_window form .instructions .instruction {
  color: #86bce3;
  font-size: 12px;
}
#zoom.pay2_window form .instructions .instruction a {
  color: #86bce3;
  text-decoration: underline;
}
#zoom.pay2_window form .instructions .instruction a:hover{
  text-decoration: none;
}
#zoom.pay2_window form .instructions .instruction.sname {
  margin-top: 19px;
}
#zoom.pay2_window form .instructions .instruction.semail {
  margin-top: 43px;
}
#zoom.pay2_window form .instructions .instruction.lemail {
  margin-top: 27px;
}
#zoom.pay2_window form .instructions .instruction.lpassword {
  margin-top: 42px;
}
#zoom.pay2_window form .instructions .instruction.card_number {
  margin-top: 19px;
}
#zoom.pay2_window form .instructions .instruction.cvv {
  margin-top: 36px;
}
#zoom.pay2_window a.purchase_button,
#zoom.pay2_window a.purchase_button.no_hover:hover {
  display: block;
  background: url(../images/signupButton.png) no-repeat top left;
  padding: 14px 0px 0px 28px;
  width: 211px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  float: left;
  margin: 0px 30px 0px 5px;
}
#zoom.pay2_window a.purchase_button:hover{
  background: url(../images/signupButton.png) no-repeat top right;
}

/* Success Message */
#zoom.pay2_window .success_message {
  margin: 40px 0px 25px 5px;
  width: 630px;
}
#zoom.pay2_window .success_message div.order_info {
  font-weight: bold; 
  line-height: 1.5em; 
  margin: 20px;
}
/* Already Logged In */
#zoom.pay2_window div.logged_in_name {
  font-size: 26px;
  font-weight: bold;
}
#zoom.pay2_window div.logged_in_email {
  margin-top: 2px;
  font-size: 18px;
}
#zoom.pay2_window div.logged_in_switch {
  margin-top: 15px;
  font-size: 11px;
  padding-bottom: 20px;
}
#zoom.pay2_window div.logged_in_switch a {
  text-decoration: underline;
}
#zoom.pay2_window div.logged_in_switch a:hover {
  text-decoration: none;
}

#zoom.pay2_window #zoom_table .tl,
#zoom.pay2_window #zoom_table .tm,
#zoom.pay2_window #zoom_table .tr,
#zoom.pay2_window #zoom_table .ml,
#zoom.pay2_window #zoom_table .mm,
#zoom.pay2_window #zoom_table .mr,
#zoom.pay2_window #zoom_table .bl,
#zoom.pay2_window #zoom_table .bm,
#zoom.pay2_window #zoom_table .br {
  background: transparent !important;
}