body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object {
  margin: 0;
  padding: 0; }

html {
  overflow-x: auto;
  height: 100%; }

table {
  border-spacing: 0;
  margin-bottom: 20px; }

fieldset, img, abbr {
  border: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #161616;
  line-height: 1.4em;
  overflow-x: hidden; }

p {
  padding-bottom: 12px; }

.big-red-button {
  display: block;
  height: 43px;
  background-image: url(/images/button-bg.jpg);
  background-repeat: repeat-x;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 5px;
  margin: 5px 0;
  width: 135px;
  padding: 8px 5px 4px 5px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none; }
  .big-red-button:hover {
    background-image: url(/images/button-bg-hover.jpg);
    background-repeat: repeat-x;
    text-decoration: none; }
  .big-red-button:visited {
    color: #FFFFFF; }

.labelled-form label {
  display: block;
  float: left;
  clear: left;
  padding: 5px; }
.labelled-form > div {
  padding: 5px; }
.labelled-form .submit {
  clear: both; }

#platform_course_edit .back {
  float: right; }

.roundy {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.left {
  float: left;
  display: inline; }

.right {
  float: right;
  display: inline; }

.padded {
  padding: 5px; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.clear-both {
  clear: both;
  float: none;
  height: 0px; }

.float-left {
  float: left; }

.flash-notice {
  background-color: #575d30;
  color: #ffffff;
  border: double #ffffff;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

.flash-error {
  background-color: #FFBAD2;
  color: red;
  border: double #ffffff;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lucida Console, Arial, Verdana, sans-serif;
  color: #666633;
  line-height: 140%; }

h1 {
  font-size: 180%; }

h2 {
  font-size: 135%; }

h3 {
  font-size: 130%; }

h4 {
  font-size: 125%; }

h5 {
  font-size: 115%; }

h6 {
  font-size: 110%; }

a:link {
  color: #993300;
  font-weight: bold;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #cc3300; }
a:active {
  font-weight: bold;
  color: #cc3300; }
a:visited {
  color: #993300;
  font-weight: bold;
  text-decoration: none; }
  a:visited:hover {
    text-decoration: underline; }

#wrapper {
  width: 100%;
  min-width: 1006px; }
  #wrapper #container {
    margin: 0 auto;
    width: 1006px; }
    #wrapper #container #header {
      height: 128px;
      position: relative; }
      #wrapper #container #header #top-right {
        height: 20px;
        padding: 5px;
        color: #7b7b7b;
        font-size: 10px; }
        #wrapper #container #header #top-right a:link, #wrapper #container #header #top-right a:visited {
          color: #7b7b7b; }
        #wrapper #container #header #top-right a:hover, #wrapper #container #header #top-right a:active {
          text-decoration: underline;
          color: #7b7b7b; }
      #wrapper #container #header #logo-floater {
        float: left;
        width: 270px;
        height: 128px;
        position: absolute;
        top: 0px;
        left: 0px; }
        #wrapper #container #header #logo-floater #amh-logo {
          height: 128px;
          width: 270px;
          background-image: url(/images/logo-ashbury-music-hall.jpg); }
          #wrapper #container #header #logo-floater #amh-logo a {
            display: block;
            width: 270px;
            height: 128px; }
        #wrapper #container #header #logo-floater #powered-by-amh {
          font-size: 17px;
          position: absolute;
          bottom: 10px;
          left: 10px; }
          #wrapper #container #header #logo-floater #powered-by-amh strong {
            color: #555; }
    #wrapper #container #content-wrapper-top {
      display: block;
      width: 100%;
      height: 20px;
      background-color: white;
      -webkit-border-top-right-radius: 6px 6px;
      -webkit-border-top-left-radius: 6px 6px;
      -moz-border-radius: 6px 6px 0 0; }
    #wrapper #container #content-wrapper {
      background-color: white;
      min-height: 300px;
      padding-left: 15px; }
      #wrapper #container #content-wrapper img {
        max-width: 620px; }
      #wrapper #container #content-wrapper #center {
        float: left;
        width: 975px; }
        #wrapper #container #content-wrapper #center #main {
          width: 680px; }
    #wrapper #container #content-wrapper-bottom {
      display: block;
      width: 100%;
      height: 45px;
      background-color: white;
      background: url(../images/content-bg-bottom.jpg) repeat-y scroll 50% 0pt; }
    #wrapper #container #extra {
      padding-left: 0!important;
      background-color: white; }
    #wrapper #container #footer {
      background: url(../images/footer-bg.jpg) no-repeat scroll 50% 0pt;
      -webkit-border-radius: 0px 0px 6px 6px;
      -webkit-border-bottom-right-radius: 6px 6px;
      -webkit-border-bottom-left-radius: 6px 6px;
      -moz-border-radius: 0px 0px 6px 6px;
      height: 23px;
      padding-top: 5px;
      margin-bottom: 20px;
      text-align: center;
      font-size: 10px;
      color: #c4c4c4; }
      #wrapper #container #footer a:link, #wrapper #container #footer a:visited {
        color: #c4c4c4; }
      #wrapper #container #footer a:hover, #wrapper #container #footer a:active {
        color: #c4c4c4;
        text-decoration: underline; }

body.has_extra #wrapper #container #content-wrapper #center {
  margin-right: -280px; }
body.has_extra #wrapper #container #content-wrapper #extra {
  width: 280px; }
body.has_subnav #wrapper #container #content-wrapper #center {
  margin-left: -173px; }
  body.has_subnav #wrapper #container #content-wrapper #center #main {
    margin-left: 173px; }
body.has_subnav_and_extra #wrapper #container #content-wrapper #center {
  width: 995px;
  margin: 0 -173px; }
  body.has_subnav_and_extra #wrapper #container #content-wrapper #center #main {
    width: 642px;
    margin: 0 173px; }
body.has_no_columns #wrapper #container #content-wrapper #center #main {
  width: 100%; }

#user-login-form input {
  float: left;
  margin-left: 6px;
  background-color: #333333;
  width: 80px;
  border: none;
  display: block;
  color: #666666;
  font-size: 10px;
  padding: 2px; }

input#user-login-submit {
  background-color: #666633;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  width: auto; }
  input#user-login-submit:hover {
    background-color: #999933; }

#primary-nav {
  clear: right;
  text-align: left;
  margin-top: 45px;
  padding-top: 10px;
  padding-bottom: 3px;
  width: 100%;
  height: 24px;
  font-size: 1.2em; }
  #primary-nav #primary-nav-links {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 730px; }
    #primary-nav #primary-nav-links ul {
      width: 100%;
      padding-left: 0px; }
      #primary-nav #primary-nav-links ul li {
        margin: 0;
        padding: 0px 10px 0px 5px;
        display: inline;
        color: #FFFFFF; }
  #primary-nav a {
    text-decoration: none;
    color: #FFFFFF; }
    #primary-nav a:link, #primary-nav a:visited {
      text-decoration: none;
      color: #FFFFFF; }
    #primary-nav a:hover, #primary-nav a.active {
      text-decoration: underline; }
  #primary-nav .powered-by-amh {
    padding-left: 10px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: none;
    color: #444444; }
    #primary-nav .powered-by-amh a {
      color: #444444; }
    #primary-nav .powered-by-amh:link, #primary-nav .powered-by-amh:visited {
      color: #44444; }
  #primary-nav .links {
    padding-bottom: 3px; }
  #primary-nav .enroll {
    float: right; }
    #primary-nav .enroll a, #primary-nav .enroll a:visited, #primary-nav .enroll a:hover {
      color: #FFF; }
  #primary-nav .social-media {
    margin-top: -3px;
    float: right; }
    #primary-nav .social-media a {
      padding: 2px; }

#subnav, #extra {
  margin: 0;
  width: 153px;
  float: left;
  z-index: 2 // We ensure the sidebars are still clickable using z-index;
  position: relative;
  padding: 0 0 20px 0px; }
  #subnav .block, #extra .block {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 130%; }
    #subnav .block p, #extra .block p {
      padding-bottom: 10px;
      font-size: 12px;
      line-height: 150%; }


.sidebar-image {
  padding: 10px 0; }

.sidebar-image-top {
  display: block;
  width: 153px;
  height: 6px;
  background-image: url(../images/sidebar-image-top.jpg);
  background-repeat: no-repeat; }

.sidebar-image-mid {
  display: block;
  width: 153px;
  height: auto;
  background-image: url(../images/sidebar-image-mid.jpg);
  background-repeat: repeat-y;
  margin-bottom: -5px; }
  .sidebar-image-mid img {
    padding: 0 0 0 5px; }

.sidebar-image-bottom {
  display: block;
  width: 153px;
  height: 7px;
  background-image: url(../images/sidebar-image-bottom.jpg);
  background-repeat: no-repeat; }

.sidebar-box {
  background-color: #C5CCAE;
  margin-left: -5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 2px;
  padding-left: 5px;
  font-size: 11px;
  line-height: 130%; }

label {
  font-weight: bold; }

span.form-required {
  color: #FF0000; }

.form-submit {
  display: block;
  height: 43px;
  background-image: url(/images/button-bg.jpg);
  background-repeat: repeat-x;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 5px;
  margin: 5px 0; }

.form-submit:hover {
  background-image: url(/images/button-bg-hover.jpg);
  background-repeat: repeat-x; }

ol {
  padding-left: 25px;
  padding-bottom: 10px; }

ul {
  padding-left: 20px;
  padding-bottom: 10px; }

table {
  width: 100%; }

thead th {
  border-bottom: 1px solid #9e1b32;
  color: #494949;
  font-weight: bold; }

th a:link, th a:visited {
  color: #3366ff; }

td, th {
  padding: .3em .5em;
  vertical-align: top;
  text-align: left; }
  td.money, th.money {
    text-align: right;
    width: 80px;
    padding-right: 20px; }

tr.even, tr.odd {
  border-width: 1px 0; }

tbody th {
  border-width: 1px 0; }

tr.odd, tr.info {
  background-color: #dddddd; }
tr.even {
  background-color: #fff; }
tr.drag {
  background-color: #fffff0; }
tr.drag-previous {
  background-color: #ffd; }
tr.odd td.active {
  background-color: #ddecf5; }
tr.even td.active {
  background-color: #e6f1f7; }

.popup-video {
  text-align: center; }

#alert-message {
  margin-bottom: 20px; }

.unpublished a, a.published:published {
  color: grey; }

.form-errors {
  background-color: #FFBAD2;
  color: red;
  border: double #ffffff;
  font-weight: bold;
  padding: 10px;
  text-align: left; }

.content-block-element {
  display: block;
  clear: both;
  margin-bottom: 15px; }

.info-box > img {
  float: left;
  padding-right: 3px; }

.avatar {
  border: 0px;
  text-align: center; }

.actions {
  clear: both;
  padding: 10px 0; }

.forum-time {
  font-size: 10px;
  color: #908D93; }

.fieldWithErrors {
  background-color: #FFBAD2;
  color: red;
  border: thin solid red; }

.url-preview {
  color: #666;
  font-weight: normal; }
  .url-preview a:link, .url-preview a:visited {
    color: #666;
    font-weight: normal; }

.message_feed .message {
  margin: 14px 0px;
  padding-top: 14px;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #CCCCCC;
  overflow: hidden; }
.message_feed .attachment {
  margin: 6px; }
.message_feed .byline {
  float: left;
  margin-right: 12px;
  width: 100px; }
  .message_feed .byline img {
    max-width: 80px; }
.message_feed .course_link {
  float: right; }

#content-forum .delete a:hover {
  text-decoration: none; }
#content-forum .delete img {
  float: left;
  padding: 2px; }
#content-forum .delete span {
  font-size: 10px; }

.reply-divider {
  background: #CCCCCC none repeat scroll 0 0;
  height: 2px;
  overflow: hidden;
  margin-left: 50px; }

a.contact_us {
  color: #993300 !important; }

.password_reset .field label {
  margin-right: 10px;
  width: 60px; }
.password_reset .buttons input {
  margin: 10px 0px 0px 80px; }

#session-settings {
  background-color: #ffffd0; }
  #session-settings label, #session-settings img, #session-settings div {
    padding-left: 5px; }
  #session-settings .explanation {
    padding-left: 10px; }
  #session-settings label {
    width: 175px; }

#about #main {
  font-size: 14px; }
  #about #main > div {
    margin: 20px 0px; }
  #about #main h2 {
    margin-bottom: 20px; }
  #about #main .benefits {
    overflow: hidden; }
    #about #main .benefits .student {
      background-color: #dddddd;
      float: left;
      padding: 20px;
      width: 413px; }
    #about #main .benefits .instructor {
      background-color: #dddddd;
      float: right;
      padding: 20px;
      width: 413px; }

#for_instructors #slideshow .caption {
  margin: 0px 75px; }
#for_instructors #slideshow h1 {
  padding-top: 45px;
  font-size: 35px; }
#for_instructors .landing .action {
  width: 296px; }
  #for_instructors .landing .action .big-red-button {
    display: block;
    height: 43px;
    background-image: url(/images/button-bg.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: 5px;
    margin: 5px 0;
    width: 135px;
    padding: 8px 5px 4px 5px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin-left: 130px;
    margin-top: 8px;
    width: 140px;
    text-decoration: none; }
    #for_instructors .landing .action .big-red-button:hover {
      background-image: url(/images/button-bg-hover.jpg);
      background-repeat: repeat-x;
      text-decoration: none; }
    #for_instructors .landing .action .big-red-button:visited {
      color: #FFFFFF; }
#for_instructors .landing .features {
  width: 278px; }

#home h1, #home h2, #home h3 {
  margin-bottom: 5px; }
#home .heading {
  margin: 5px;
  padding: 5px; }
#home #extra {
  padding-top: 12px; }
  #home #extra .classes {
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    margin-bottom: 10px; }
    #home #extra .classes > div {
      margin: 5px; }
  #home #extra h1, #home #extra h2, #home #extra h3 {
    width: 250px; }
  #home #extra .newsletter {
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    color: #666633; }
    #home #extra .newsletter label, #home #extra .newsletter input {
      display: block;
      margin-bottom: 10px; }
  #home #extra .learning_request {
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    background-color: #dddddd; }
    #home #extra .learning_request input, #home #extra .learning_request textarea, #home #extra .learning_request label {
      margin: 5px; }
    #home #extra .learning_request label {
      float: left;
      width: 50px; }
      #home #extra .learning_request label.above {
        display: block;
        float: none;
        width: 240px; }
    #home #extra .learning_request input {
      width: 170px; }
    #home #extra .learning_request input.submit {
      width: 80px; }
    #home #extra .learning_request textarea {
      height: 40px;
      width: 240px; }
#home #main .process {
  overflow: hidden;
  margin-bottom: 10px; }
  #home #main .process .step {
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
    width: 210px;
    height: 232px;
    background-color: #dddddd;
    padding: 5px;
    text-align: center;
    overflow: hidden; }
    #home #main .process .step h3 {
      font-size: 125%; }
    #home #main .process .step img {
      width: 200px; }
  #home #main .process .rightmost_step {
    margin-right: 0px; }
#home #main .description {
  margin-bottom: 15px;
  padding: 10px;
  width: 660px;
  background-color: #dddddd; }
  #home #main .description h2, #home #main .description p {
    margin-left: 185px; }
  #home #main .description .video {
    float: left;
    margin: 0px; }
#home #main .testimonials {
  background-color: #dddddd;
  width: 660px;
  padding: 10px; }
  #home #main .testimonials p {
    font-size: 110%; }

.landing .details {
  margin: 10px 0;
  overflow: hidden;
  background-color: white; }
  .landing .details > div {
    padding: 20px; }
    .landing .details > div h2 {
      margin-bottom: 20px; }
  .landing .details .video {
    background-color: #dddddd;
    float: left;
    height: 240px;
    width: 260px; }
    .landing .details .video img {
      width: 260px; }
  .landing .details .newsletter {
    background-color: #dddddd;
    height: 15px;
    margin-left: 310px;
    margin-bottom: 10px; }
    .landing .details .newsletter div {
      display: inline;
      margin: 0px 10px 10px 0px; }
    .landing .details .newsletter label {
      margin: 0px 10px 10px 0px;
      font-size: 14px; }
    .landing .details .newsletter .text_field {
      width: 190px; }
  .landing .details .features {
    background-color: #dddddd;
    margin-left: 310px;
    height: 175px;
    width: 401px; }
    .landing .details .features li {
      list-style-position: outside;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 5px; }
  .landing .details .action {
    background-color: #dddddd;
    float: right;
    height: 175px;
    width: 145px; }
    .landing .details .action div {
      font-size: 16px;
      line-height: 25px; }
    .landing .details .action img {
      width: 70px; }

#offerings #benefits {
  padding: 10px;
  margin: 5px 0 5px 0;
  background-color: #dddddd;
  background-color: #B3B381;
  margin-bottom: 20px;
  height: 140px;
  position: relative;
  clear: both; }
  #offerings #benefits h1, #offerings #benefits h2 {
    margin-bottom: 10px; }
  #offerings #benefits h1 {
    color: black; }
  #offerings #benefits p {
    font-size: 16px; }
  #offerings #benefits li {
    font-size: 19px;
    margin-bottom: 5px; }
  #offerings #benefits img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    height: 135px; }
  #offerings #benefits .video h1 {
    color: white;
    top: 50px;
    left: 489px;
    position: absolute;
    margin-top: 60px; }
#offerings #main {
  background-color: white; }
  #offerings #main #course .course_header .enroll {
    margin: 0px;
    float: right; }
  #offerings #main > h1 {
    margin-bottom: 10px; }
#offerings #extra {
  background-color: white;
  width: 260px; }
  #offerings #extra h2 {
    margin: 0px;
    margin-bottom: 10px; }
  #offerings #extra .instructor {
    background-color: white;
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    margin-left: 0px;
    margin-bottom: 10px; }
    #offerings #extra .instructor h1 {
      margin-bottom: 10px; }
    #offerings #extra .instructor .info {
      overflow: auto; }
      #offerings #extra .instructor .info .avatar {
        float: left; }
      #offerings #extra .instructor .info .links {
        float: left;
        width: 120px;
        word-wrap: break-word;
        margin-left: 10px; }
        #offerings #extra .instructor .info .links .social_media {
          margin-top: 10px; }
  #offerings #extra .classes {
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #dddddd;
    margin-left: 0px; }

#online-lessons .course_search #quicksearch {
  padding: 5px; }
#online-lessons .course_search table {
  text-align: left; }
#online-lessons .course_search td {
  padding: 5px;
  vertical-align: middle; }
#online-lessons .course_search td.avatar {
  width: 70px;
  text-align: left; }
  #online-lessons .course_search td.avatar img {
    vertical-align: middle; }
#online-lessons .description {
  overflow: hidden;
  margin-bottom: 10px;
  background-color: white; }
  #online-lessons .description h2 {
    margin-bottom: 20px;
    font-size: 20px; }
  #online-lessons .description .about {
    padding: 10px;
    height: 235px;
    width: 621px;
    background-color: #dddddd; }
    #online-lessons .description .about p {
      font-size: 16px; }
  #online-lessons .description .learning_request {
    padding: 10px;
    width: 275px;
    height: 235px;
    float: right;
    background-color: #dddddd; }
    #online-lessons .description .learning_request input, #online-lessons .description .learning_request textarea, #online-lessons .description .learning_request label {
      margin-bottom: 5px;
      margin-top: 5px; }
    #online-lessons .description .learning_request label {
      float: left;
      width: 50px; }
      #online-lessons .description .learning_request label.above {
        display: block;
        float: none;
        width: 100px; }
    #online-lessons .description .learning_request textarea {
      height: 40px;
      width: 270px; }

#platform-transactions-index .summary {
  margin: 10px 0px;
  font-weight: bold; }

#profile .url-preview {
  padding-left: 15px; }

#schools-form .labelled-form {
  background-color: #ffffd0; }
  #schools-form .labelled-form label {
    width: 100px; }
  #schools-form .labelled-form img {
    padding: 5px; }

#signup h1 {
  margin-bottom: 20px; }
#signup .labelled-form label {
  width: 350px; }
#signup .labelled-form div {
  margin: 10px; }

.signup-form label {
  width: 450px; }

#slideshow {
  display: block;
  width: 946px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 975px;
  height: 200px; }
  #slideshow h1, #slideshow h2, #slideshow h3, #slideshow h4, #slideshow h5, #slideshow h6 {
    color: #FFFFFF; }
  #slideshow h1 {
    font-size: 25px; }
  #slideshow h2 {
    font-size: 20px; }
  #slideshow a:link, #slideshow a:hover, #slideshow a:visited, #slideshow a:active {
    color: #FFFFFF;
    text-decoration: none; }
  #slideshow p {
    font-size: 11px; }
  #slideshow .slide {
    clear: both;
    width: 975px;
    height: 200px;
    background: url(../images/slideshow-bg.jpg) repeat right center; }
    #slideshow .slide img {
      float: left;
      margin-bottom: -4px; }
    #slideshow .slide .caption {
      margin: 15px;
      margin-left: 335px; }
    #slideshow .slide .learn-more {
      display: block;
      height: 43px;
      background-image: url(/images/button-bg.jpg);
      background-repeat: repeat-x;
      cursor: pointer;
      color: #FFFFFF;
      font-weight: bold;
      border: 1px solid #FFFFFF;
      padding: 5px;
      margin: 5px 0;
      width: 135px;
      padding: 8px 5px 4px 5px;
      height: 20px;
      text-align: center;
      font-size: 16px;
      text-decoration: none;
      position: absolute;
      bottom: 10px;
      right: 5px; }
      #slideshow .slide .learn-more:hover {
        background-image: url(/images/button-bg-hover.jpg);
        background-repeat: repeat-x;
        text-decoration: none; }
      #slideshow .slide .learn-more:visited {
        color: #FFFFFF; }

#schools-edit h2 {
  margin-bottom: 10px; }
#schools-edit table td.avatar {
  text-align: left; }
#schools-edit #main .school-code {
  background-color: #ffffd0;
  padding: 10px; }
  #schools-edit #main .school-code .title {
    float: left;
    width: 105px;
    font-weight: bold; }
  #schools-edit #main .school-code .code {
    float: left; }
  #schools-edit #main .school-code .info {
    clear: left; }
#schools-edit #main textarea {
  height: 100px;
  width: 515px; }
#schools-edit #extra #user_submit {
  width: 40px; }

.asset_view_admin #wrapper #container #center {
  margin: 0 -183px; }
  .asset_view_admin #wrapper #container #center #main {
    padding-left: 0;
    margin-right: 183px; }
.asset_view_admin #wrapper #container #subnav > div {
  margin-bottom: 10px; }
.asset_view_admin #wrapper #container #extra {
  padding: 0 0 0 0;
  width: 173px; }

.stats {
  font-weight: bold; }
  .stats span {
    margin-right: 5px; }

.user_search {
  overflow: hidden; }
  .user_search > div {
    width: 45%;
    margin: 5px 5px 5px 0px; }
  .user_search .users {
    float: left; }
  .user_search .teachers {
    float: right; }

.user-select {
  padding: 5px;
  height: 200px;
  overflow: auto;
  background: #dddddd;
  border: 1px solid grey; }

.profile_links ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
.profile_links li {
  display: inline;
  padding: 0px 5px 0px 0px;
  margin: 0px; }

.classmate {
  overflow: hidden; }
  .classmate .avatar {
    float: left; }
  .classmate .name {
    float: right; }

.verticle-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
.verticle-menu li {
  padding: 0px 5px 0px 0px;
  margin: 0px; }

.course_actions input {
  width: 140px;
  margin-top: 10px; }

#schools-show table td.avatar {
  text-align: left; }
