
ul.nested {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1.Tnospace {
  margin: 20px 0 10px 0;
}

div.dashboard_items {
  margin-left: 25px;
}

div.errorboxcontainer {
  width: 550px;
  background-color: #F39A85;
  margin: 6px 0;
}
  div.errorbox h2 {
    margin-top: 3px;
    color: #444;
  }
div.errorbox {
  padding: 15px;
}
  div.error-tl {
    background-image: url(../images/target/error-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.error-tr {
    background-image: url(../images/target/error-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.error-bl {
    background-image: url(../images/target/error-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.error-br {
    background-image: url(../images/target/error-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
div.msgboxcontainer {
  width: 550px;
  background-color: #C8EE76;
  margin-bottom: 15px;
}
div.wizardboxcontainer {
  background-color: #CCF2A6;
  margin: 20px 0;
}
  div.msgbox h2 {
    margin-top: 3px;
    color: #444;
  }
div.wizardbox {
  padding: 30px;
}
  div.wizardbox h2 {
    margin: 0px 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    font-family: 'segoe ui', arial;
  }
div.msgbox {
  padding: 15px;
}
  div.msg-tl {
    background-image: url(../images/target/msg-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.msg-tr {
    background-image: url(../images/target/msg-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.msg-bl {
    background-image: url(../images/target/msg-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.msg-br {
    background-image: url(../images/target/msg-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  
  div.wizardboxcontainer .msg-tl {
    background-image: url(../images/target/wiz-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.wizardboxcontainer .msg-tr {
    background-image: url(../images/target/wiz-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.wizardboxcontainer .msg-bl {
    background-image: url(../images/target/wiz-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.wizardboxcontainer .msg-br {
    background-image: url(../images/target/wiz-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
tr.spacer {
  height: 12px;
}

div.example {
  background-color: #C7E0EF;
  padding: 15px 25px;
  margin: 15px 0;
}
  div.wizardboxcontainer div.example {
    border: 1px solid #A8D779;
  }
  div.example h3 {
    margin-top: 0;
    color: #333;
  }
  form.wizbutton {
    margin: 20px 0;
    text-align: center;
  }
body, html, input, select, textarea {
  font-family: verdana, sans-serif;
  font-size: 11px;
}
body {
  /*background-image: url(../images/bluebg.jpg);
  background-repeat: repeat-x;*/
}

input, td input {
  font-family: verdana, sans-serif;
}

img {
  border: 0;
}


td.editcell {
  padding: 8px 0;
  background-color: #DDD;
}

.underline {
  border-bottom: 1px solid #ADCBD9;
  padding-bottom: 4px;
}
h1.underline {
  margin-top: 40px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

input.sm {
  font-size: 11px;
  font-family: verdana;
}

div.bluebox {
  background-color: #BBDAF1; 
  border: 1px solid #7EB7E2; 
  padding: 4px; 
  width: 250px;
  margin: 9px 0;
}


div.hoverbox {
  background-color: #EFF3F7;
  border: 1px solid #CCD7DC;
  margin: -3px -3px -4px -3px;
  padding: 8px 7px 11px 11px;
  font-size: 10px;
  color: #555;
  /*width: 260px;*/
}
  div.width260 {
    width: 260px;
  }
  div.hoverbox ol {
    list-style-image: none;
    list-style-type: none;
    marker-offset: 0;
  }
  
  img.hovertool {
    position: relative;
    margin-bottom: -2px;
  }


img.tooltip {
  float: none;
  cursor: help;
  position: relative;
  margin-bottom: -2px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.padder {
  //width: 98%;
}

.padmore {
  padding: 12px;
}

div.padsm {
  padding: 4px 15px 15px 15px;
}

div.warning {
  border: 1px dashed #f4b41b;
  background-color: #fedd8d;
  padding: 4px 10px;
  margin: 8px 0;
}

div.actionbox {
  /*
  border: 1px solid #FFBF58;
  background-color: #FFD791;*/
  border: 1px solid #FFBF43;
  background-color: #FFDF91;
  padding: 2px 4px;
  width: 210px;
  font-size: 11px;
  //width: 220px;
}
div.varbox {
  border: 1px solid #FFBF43;
  background-color: #FFDF91;
  padding: 2px 4px;
  font-size: 11px;
}
div.note {
  border: 1px solid #FFBF43;
  background-color: #FFDF91;
  padding: 15px 18px;
  width: 400px;
  margin: 5px 0 10px 0;
}

tr.darker td {
  background-color: #DDF;
}


td.quizstatus {
  width: 105px;
}

tr.failed td {
  background-color: #F8D0BE;
}

td#actioncell {
  width: 80px;
}

.big {
  font-size: 120%;
}

span.expired {
  color: #A00;
}

span.topic_label {
  font-size: 14px;
  text-transform: uppercase;
  color: #1B4175;
}

ul.tree {
    font-family: verdana, sans-serif;
    list-style-type: none;
    marker-offset: 40px;
}
  ul.tree li {
    margin-top: 0px;
    //margin-top: 2px;
    margin-bottom: 0;
    font-size: 11px;
  }
  .vtitle {
    font-size: 14px;
    font-weight: bold;
    color: #606060;
  }
  .enabled .vtitle {
    color: #2675C6;
  }
  ul.tree.organizeassignment li {
    margin-top: 5px;
  }
  ul.tree .custom_resource_title {
    font-size: 11px;
  }
  ul.tree li div.item {
    margin: 2px 0 2px 70px;
  }
  .disabled {
    color: #777;
  }
  .enabled {
    color: #000;
  }
ul.inner {
  margin-top: 0;
  margin-bottom: 0;
}

ul.nobullet  {
  list-style-type: none;
  list-style-image: none;
}
table.assign_summary {
    margin: 20px 0;
  }
    table.assign_summary tr.head td {
      font-size: 17px;
      padding: 8px 14px;
    }
table.staff_summary {
  border-collapse: collapse;
  border-spacing: 0;
}
  table.staff_summary td {
    border: 1px solid #AAA;
    padding: 2px 8px;
  }
  table.staff_summary td.number {
    text-align: right;
  }
  table.staff_summary td.percent {
    text-align: right;
  }
.staff_summary_label {
  width: auto;
  padding-right: 15px;
}

li.video_name {
  font-size: 11px;
}

table.groups_table {

}
  table.groups_table td.name {
    padding-right: 15px;
  }
  table.groups_table td.assignments {
    text-align: center;
  }
  table.groups_table td.count {
    text-align: center;
  }

table.assignments_table {
  margin-top: -8px;
}
  table.assignments_table td.name {
  }
  table.assignments_table td.group_count {
    text-align: center;
  }
  table.assignments_table td.staff_count {
    text-align: center;
  }
  table.assignments_table td.actions {
  }
table.form {

}
  table.form td {
    padding-right: 15px;
  }

td.actions {
  text-align: right;
}

img.action_button {
  margin-bottom: -1px;
}

table.staff_listing td {
  font-size: 11px;
  font-family: verdana;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

div.breadcrumb {
  font-size: 11px;
  font-family: verdana;
  margin: 12px 0 20px 0;
}
  div.breadcrumb span.current {
    font-weight: bold;
  }

.vtop {
  vertical-align: top;
}

.clear {
  clear: both;
}

table.quiz_status_table {
  
}
  table.quiz_status_table td {
    border: 1px solid #888;
  }
  table.quiz_status_table td.attempts {
    text-align: center;
  }
  table.quiz_status_table td.status {
    padding-right: 19px;
  }

ol.terms li, ul.terms li {
  margin-top: 15px;
}

span.time_remaining {
  font-weight: bold;
  font-size: 11px;
  color: #CE6F00;
}

span.pass {
  font-weight: bold;
  color: #5B9A00;
}
span.incomplete {
  color: #6F6F6F;
}
span.fail {
  font-weight: bold;
  color: #D53403;
}
span.expired {
  font-weight: bold;
  color: #D56B03;
}

div.pager {
  font-size: 11px;
  padding: 3px 10px;
  margin: 15px 0;
  background-color: #D3E2ED;
  border: 1px solid #B9CFDF;
}
  div.pager a {
    font-size: 11px;
    color: #0D72C7;
  }

.redlight {
  background-color: #EBB5A9;
}

.grey {
  color: #777;
}

div.boxwhole {
  width: 326px;
}
div.boxtop {
  background-image: url(../images/boxtop.jpg);
  height: 19px;
  margin: 0;      
  background-repeat: no-repeat;    
}
div.boxmiddle {
  background-color: #4E84C0;
  margin: 0;
  padding: 0 15px;
  color: #0B3C69;
}
  div.boxmiddle a {
    color: #0B3C69;
    text-decoration: none;
  }
div.boxbottom {
  background-image: url(../images/boxbottom.jpg);
  height: 16px;
  margin: 0;
  background-repeat: no-repeat;
}


.dashboard_dir {
  width: 685px;
  height: 305px;
  background-image: url(../images/dashboard-bg.png);
  background-repeat: no-repeat;
  padding: 33px 20px 0 60px;
  position: relative;
  margin-top: 30px;
}
  .dashboard_dir h1, .dashboard_staff h1 {
    font-family: 'segoe ui', sans-serif;
    font-size: 25px;
    color: #325E80;
    font-weight: bold;
    margin: 0 0 16px 0;
  }
  .dashboard_dir .biglink {
    position: absolute;
    display: block;
    width: 350px;
    height: 64px;
    left: 272px;
  }
  .dashboard_dir a.link1 {
    top: 80px;
  }
  .dashboard_dir a.link2 {
    top: 151px;
  }
  .dashboard_dir a.link3 {
    top: 222px;
  }
  .dashboard_dir a.link4 {
    position: absolute;
    display: block;
    width: 186px;
    height: 55px;
    top: 230px;
    left: 59px;
  }
  .dashboard_dir a.link5 {
    position: absolute;
    display: block;
    width: 186px;
    height: 53px;
    top: 170px;
    left: 59px;
  }
  .dashboard_dir table.stats {
    /*background-color: #BBD4EA;*/
    width: 184px;
  }
    .dashboard_dir table.stats td {
      padding: 2px 7px;
      font-family: verdana, sans-serif;
      font-size: 11px;
      border: 1px solid #A7C8E3;
      background-color: #D7E8F7;
    }
    .dashboard_dir table.stats td.s1 {
      font-weight: bold;
    }
    .dashboard_dir table.stats td.s2 {
      text-align: right;
    }
    .dashboard_dir span.dir_tag {
      color: #6B6B6B;
      font-size: 11px;
      font-family: verdana, sans-serif;
    }
  
.dashboard_staff {
  width: 685px;
  height: 305px;
  background-image: url(../images/dashboard-bg-staff.png);
  background-repeat: no-repeat;
  padding: 23px 20px 0 60px;
  position: relative;
  margin-top: 30px;
}
  .dashboard_staff table.stats td {
    border: 1px solid #999;
    padding: 2px 6px;
    background-color: #FFF;
  }
  .dashboard_staff table.stats td.s1 {
    background-color: #E1E2F7;
    font-weight: bold;
  }
  .dashboard_staff table.stats td.s2 {
  
  }
  td.sep1 {
    width: 210px;
    border: 0;
    padding: 0;
    vertical-align: top;
    padding-top: 3px;
  }
  td.sep2 {
  
  }
  .dashboard_staff h1 {
    margin: 0px 0 0px 0;
  }
  .assignment_title {
    font-size: 14px;
    font-family: arial, sans-serif;
    margin: 3px 0 5px 0;
  }
  table.stats.staff {
    width: 185px;
  }

table.administration_nav td {
  padding-bottom: 10px;
}
table.administration_nav td.icon {
  padding-right: 11px;
}
table.administration_nav td.navlink {
  font-family: verdana, sans-serif;
  color: #898989;
  font-size: 11px;
}
table.administration_nav td.navlink a {
  font-family: arial, sans-serif;
  font-size: 13px;
}

input.big_button {
  font-size: 17px; 
  font-weight: bold; 
  font-family: arial;
}
tr.joined td {
  background-color: #D1EA9C;
}
.faded {
  color: #999;
}
.assignment_table {
  margin-left: 20px;
}
.assignment_table td {
  border: 1px solid #999;
  padding: 2px 6px;
  background-color: #FFF;
}
.answer_correct {
  font-weight: bold;
  color: #5AB501;
}
.answer_incorrect {
  font-weight: bold;
  color: #DC320A;
}
.problem {
  color: #DC4A28;
}
tr.passed td, tr.completed td {
  background-color: #DBEAA6 !important;
}
tr.fail td {
  background-color: #F2D6BA;
}
table.sendemailstaff td {
  border: 1px solid #AAA;
  padding: 2px 8px;
}
  table.sendemailstaff td.name {
  }
  table.sendemailstaff td.email {
  }

#homecontent {
  /*position: relative;*/
  margin-top: -6px;
  margin-left: -45px;
}
td.fbimg {
  width: 155px;
  padding-right: 25px;
  text-align: right;
}
td.fbcontent {
  padding-left: 0px;
}
td.topic_img {
  padding: 0; 
}
td.topic_desc {
  padding: 5px 0 5px 15px;
}
.blue {
  color: #5B85AD;
}

.topic_rec td {
  padding: 3px 6px;
  border: 1px solid #AAA;
  font-size: 11px;
  line-height: 14px;
}
  .topic_rec tr.topic td {
    font-size: 14px;
    font-weight: bold;
    color: #48739E;
    background-color: #D7E9F3;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .topic_rec td.type, .topic_rec td.difficulty {
    text-align: center;
  }
  .topic_rec td img {
    margin: 3px 0;
  }
  .topic_rec tr.head td {
    color: #666;
    background-color: #DDD;
    font-weight: normal;
  }
    table.topic_rec tr.head td.one {
      font-size: 14px !important;
      width: 178px;
    }
td.failedcell, tr.passed td.failedcell, tr.completed td.failedcell {
  background-color: #F8D0BE !important;
}

img.dashboard_logo {
  margin: 10px 0;
}

.trnew {
  color: #D27F14;
  font-style: italic;
}
