@import url('typography.css');
@import url('form.css');
@import url('lib.css');
body{
  background-color: #ececec;
}
/***** Layout ******/
#container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  background: #FFF;
  
  -webkit-box-shadow: 0 0 6px #888;
  -moz-box-shadow: 0 0 6px #888;
  box-shadow: 0 0 6px #888;
}
#main{
  padding: 20px 0;
}
#container:before, #container:after, #main:before, #main:after {
  display: table;
  content: "";
  zoom: 1;
}
#container:after, #main:after {
  clear: both;
}
#page-header{
  padding: 10px;
  overflow: hidden;
}
#main-logo{
  float: left;
  font-size: 2em;
  padding: 10px;
  color: #3f4c6b;
}
#main-logo a{
  color: #3f4c6b;
  text-decoration: none;
}
#lang-nav{
  float: right;
  width: 300px;
  text-align: right;
  padding: 10px;
  font-size: 0.875em;
}
#lang-nav ul{
  padding: 0;
  margin: 0;
  display: inline;
}
#lang-nav li{
  padding: 0 0 0 3px;
  margin: 0;
  list-style: none;
  display: inline;
}
#page-nav{
  height: 35px;
  display: block;
  clear: both;

  background: #606c88;
  background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
  background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
  
  margin: 0 0 0 0;
}
#main-menu{
  height: 35px;
  display: block;
  clear: both;
  width: 670px;
  float: left;
  font-size: 0.9em;
}
#main-menu ul{
  padding: 0;
  margin: 0;
  float: left;
  border-right: 1px solid #606c88;
}
#main-menu li{
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  border-left: 1px solid #606c88;
  border-right: 1px solid #444;
  position: relative;
  z-index: 99;
}
#main-menu a{
  display: block;
  float: left;
  line-height: 35px;
  padding: 0 20px;
  color: #FFF;
  text-decoration: none;
  text-transform: capitalize;
}
#main-menu li:hover, #main-menu a:hover{
  background: #3f4c6b;
  background: -moz-linear-gradient(top, #3f4c6b 0%, #606c88 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4c6b), color-stop(100%,#606c88));
  background: -webkit-linear-gradient(top, #3f4c6b 0%,#606c88 100%);
  background: -o-linear-gradient(top, #3f4c6b 0%,#606c88 100%);
  background: -ms-linear-gradient(top, #3f4c6b 0%,#606c88 100%);
  background: linear-gradient(top, #3f4c6b 0%,#606c88 100%);
}

#main-menu .submenu{
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 34px;
  left: -1px;
  background: #606c88;
  display: none;
  border-top: 1px solid #3f4c6b;
  float: none;
  box-shadow: 1px 1px 2px #CCC;
  height: auto;
  z-index: 99;
  width: 280px;
  
  font-size: 0.8em;
}
#main-menu .submenu li{
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #3f4c6b;
  border-top: 1px solid #7F8CA9;
  overflow: hidden;
  float: none;
}
#main-menu .submenu a{
  border: none;
  padding: 0 20px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 250px;
  float: none;
}
#main-menu .submenu a:hover{
  background: #3f4c6b;
}
#user-bar{
  width: 250px;
  height: 35px;
  padding: 0 20px 0 0;
  line-height: 35px;
  font-size: 0.8em;
  float: right;
  text-align: right;
  color: #FFF;
  overflow: hidden;
}
#user-bar a{
  color: #FFF;
}
#user-info{
  width: auto;
  float: right;
}
#new-pm{
  display: block;
  float: right;
  background: transparent url(/assets/img/icons/email.png) no-repeat  center left;
  width: 32px;
  height: 32px;
  margin: 3px 0 0 0;
  position: relative;
}
#new-pm a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
#new-pm span{
  display: block;
  position: absolute;
  background: red;
  text-align: center;
  height: 10px;
  padding: 2px 3px 0 3px;
  font-size: 8px;
  line-height: 8px;
  min-width: 6px;
  top: 3px;
  left: 10px;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#breadcrumb{
  font-size: 0.75em;
  padding: 1px 20px;
  margin: 0;
  overflow: hidden;
  color: #666;
  border-top: 1px solid #FFF;
  background: #f0f0f0;
  border-bottom: 1px solid #DDD;
}
#breadcrumb ul{
  padding: 0;
  margin: 0;
}
#breadcrumb li{
  padding: 0 10px 0 15px;
  margin: 0;
  list-style: none;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  
  background: transparent url(/assets/img/seperater.png) no-repeat left center;
}
#breadcrumb .home{
  background: none;
  padding-left: 0;
}
#breadcrumb a{
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  
  color: #222;
}
#page-footer{
  padding: 10px;
  background: #f3f3f3;
  border-top: 1px solid #CCC;
  text-align: center;
  font-size: 0.8em;
}
/***** Layouts *****/
.list-meta{
  padding: 0 0 20px;
}
.list-meta:before, .list-meta:after {
  display: table;
  content: "";
  zoom: 1;
}
.list-meta:after, .ajax-content:after {
  clear: both;
}
.filter{
  padding: 0;
  margin: 0;
  display: inline;
}
.filter li{
  padding: 0 2px 0 0;
  margin: 0;
  display: inline;
}
.filter a{
  padding: 2px 5px;
  
  background: #606c88;
  
  color: #FFF;
  text-decoration: none;
  font-size: 0.875em;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination{
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  text-align: center;
  font-size: 0.875em;
}
.pagination li{
  display: inline;
  padding: 0 3px;
  margin: 0;
  list-style: none;
}
.pagination a{
  display: inline;
  text-decoration: none;
  padding: 0;
}
.pagination a:hover{
  text-decoration: underline;
}
.manage-menu{
  position: absolute;
  top: 0;
  right:0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.manage-menu .manage-handle{
  height: 25px;
  width: 25px;
  display: block;
  zoom: 1;
  float: right;
  background: #fefefe url(/assets/img/icons/cog.png) no-repeat center center;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 15;
}
.manage-menu:hover .manage-handle{
  border-bottom: #FFF;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.manage-menu ul{
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  
  margin: 0;
  padding: 0;
  
  border: 1px solid #ccc;
  width: 250px;
  height: auto;
  padding: 3px 6px;
  
  background: #fefefe;
  z-index: 20;
  
  position: absolute;
  top: 25px;
  right: 0;
  
  display: none;
}
.manage-menu li{
  list-style: none;
  padding: 3px 0;
  margin: 0;
  float: none;
}
.manage-menu a{
  font-size: 0.875em;
  display: block;
  text-align: center;
}
.tablesort_wrapper{
  width: 830px;
  margin: 0 auto;
  font-size: 0.9em;
}
.translation_table input[type=text]{
  width: 98%;
}
.relative{
  position: relative;
  z-index: 10;
}
.user_content{
  margin: 0 0 10px 0;
  padding: 20px;
  border: 1px solid #CCC;
  overflow: hidden;
}
.section-box{
  position: relative;
  margin: 0 0 10px 0;
}
.header-box{
  position: relative;
  background: #ddd;
  padding: 0;
  margin: 0 0 18px 0;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header-box .abs_right{
  top: 7px;
  right: 7px;
}
.box-heading{
  padding: 5px 10px;
  height: 25px;
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
  
  background: #707d9a;
  background: -moz-linear-gradient(top, #707d9a 0%, #4e5e84 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707d9a), color-stop(100%,#4e5e84));
  background: -webkit-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: -o-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: -ms-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707d9a',  endColorstr='#4e5e84',GradientType=0 );
  
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.heading-light{
  color: #333;
  border:1px solid #ddd;
  height: 23px;

  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.heading-mid{
  color: #FFF;
  background: #7683A1;
  background: -moz-linear-gradient(top,  #93A4C9 0%, #7683A1 47%, #7683A1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#7683A1), color-stop(100%,#7683A1));
  background: -webkit-linear-gradient(top,  #93A4C9 0%,#7683A1 47%,#7683A1 100%);
  background: -o-linear-gradient(top,  #93A4C9 0%,#7683A1 47%,#7683A1 100%);
  background: -ms-linear-gradient(top,  #93A4C9 0%,#7683A1 47%,#7683A1 100%);
  background: linear-gradient(top,  #93A4C9 0%,#7683A1 47%,#7683A1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93A4C9', endColorstr='#7683A1',GradientType=0 );
}
.box-content{
  background: #FFF;
  margin: 1px;
  padding: 5px;
  overflow: hidden;
  
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.classes-list{
  padding: 0;
  margin: 0;
}
.classes-list li{
  list-style: none;
  padding: 5px;
  margin: 0 0;
  font-size: 0.875em;
}
.classes-list li:nth-child(even){
  background: #f5f5f5;
}
div.notfound{
  clear: both;
  background: #eee;
  padding: 10px 0;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: normal;
  font-family: Georgia, "Book Antiqua", Palatino, serif;
  border: 1px solid #ccc;
  font-style: italic;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
td.notfound{
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
  font-family: Georgia, "Book Antiqua", Palatino, serif;
}
ul li.notfound{
  display: block;
  padding: 10px 0px;
  margin: 0;
  text-align: center;
  list-style: none;
  font-family: Georgia, "Book Antiqua", Palatino, serif;
  background: no-repeat;
}
.btn-group{
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 0.8em;
}
.player{
  background: #45484d;
}
.video-cate{
  margin: 0;
  padding: 10px 0 0 0;
}
.a-video{
  display: block;
  padding: 6px;
  clear: both;
  margin: 5px 0 0  0;
  color: #000;
  text-decoration: none;
  font-size: 0.875em;
  border: 1px solid #ccc;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.a-video:hover{
  background-position: 0 -15px;
  color: #111;
}
.video-active{
  border: 1px solid #4C5976;
}
.video-title{
  background: transparent url(/assets/img/icons/control_play.png) no-repeat left top;
  padding: 0 0 0 20px;
  display: block;
}
.a-video:hover .video-title{
  background-image: url(/assets/img/icons/control_play_blue.png);
}
.video-length{
  padding: 5px 0 0 20px;
  font-size: 0.875em;
  display: block;
  clear: both;
  color: #999;
}
.instructor .user-image{
  float: right;
}

.submission-box{
  clear: both;
  padding: 15px 10px 5px 10px;
  background: #f3f3f3;
  color: #222;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.submission-table{
  background: #FFF;
}
.submission-table th{
  text-align: right;
  padding: 3px 5px 5px;
}
.courses-list{
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}
.courses-list a{
  color: #222;
  text-decoration: none;
  padding: 5px;
  display: block;
}
.courses-list li{
  margin: 0 0 10px 0;
  padding: 1px;
  list-style: none;
  background: #EEE;
}
.courses-list ul{
  padding: 0;
  margin: 0;
}
.courses-list li li{
  list-style: disc;
  background: #FFF url(/assets/img/icons/bullet_black.png) no-repeat left top;
  background-position: 0 4px;
  margin: 0;
  padding: 5px 5px 5px 18px;
}
.courses-list li li a{
  display: inline;
  padding: 0;
}
.message-list{
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.message{
  list-style: none;
  padding: 1px 2px 1px 23px;
  margin: 0 0 0 0;
  background: transparent url(/assets/img/icons/email.png) no-repeat;
  background-position: 2px 3px;
  display: block;
}
.message-new{
  background-image: url(/assets/img/icons/email.png);
}
td.message-read, a.message-read{
  background-image: url(/assets/img/icons/email_open.png);
}
td.message-replied, a.message-replied{
  background-image: url(/assets/img/icons/email_open_replied.gif);
}
.message:nth-child(even){
  background-color: #f5f5f5;
}
tr.message-new{
  background: #F3F7FF;
}
.sidemenu{
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.sidemenu li{
  clear: both;
  border-top: 1px solid #ddd;
  padding: 0;
  margin: 0;
}
.sidemenu li:first-child{
  border-top: none;
}
.sidemenu a{
  display: block;
  text-decoration: none;
  background: transparent url(/assets/img/icons/bullet_arrow_right.png) no-repeat;
  background-position: 0 3px;
  padding: 3px 0 3px 20px;
}
.sidemenu .ico-inbox a{
  background-image: url(/assets/img/icons/email.png);
}
.sidemenu .ico-sent a{
  background-image: url(/assets/img/icons/email_go.png);
}
.sidemenu .ico-vcard a{
  background-image: url(/assets/img/icons/user_suit.png);
}
.ico-compose {
  display: block;
  margin: 0 0 10px 0;
}
.ico-compose span{
  display: block;
  background: transparent url(/assets/img/icons/email_add.png) no-repeat;
  background-position: 0 3px;
  padding: 3px 0 3px 20px;
}
.account-info{
  border: 1px solid #ddd;
  padding: 20px 20px 0;
  overflow: hidden;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.account-image{
  float: right;
  width: 80px;
  padding: 10px 10px 0 0;
  text-align: center;
}
.account-meta{
  width: 230px;
  padding: 10px 0 0 10px;
  float: left;
}
.disabled-tag{
  font-size: 10px;
  background: #E2B6C0;
  color: #000;
  padding: 2px;
  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/***** Gallery *****/
.gallery{
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
.gallery li{
  list-style: none;
  padding: 0 0 15px 15px;
  margin: 0;
  float: left;
  width: 210px;
}
.gallery .image-link{
  float: left;
  text-align: center;
  overflow: hidden;
  padding: 5px;
  background: #f3f3f3;
  text-decoration: none;
  color: #222;
  height: 180px;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.gallery .image-link:hover{
  background: #e6e6e6;
  color: #000;
}
.gallery .image-title{
  height: 20px;
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  display: block;
}
.gallery .image-description{
  display: none;
}
.gemiden-list {
  padding: 20px;
  margin: 0;
  overflow: hidden;
}
.gemiden-list li{
  width: 100px;
  float: left;
  background: #eee;
  list-style: none;
  padding: 5px;
  margin: 0 5px 5px 0;
  text-align: center;
}
#gem-iden{
  width: 880px;
  height: 500px;
  margin: 0 auto;
  clear: both;
  background: #EEE;
  position: relative;
}
#gem-iden img{
}
.pm-bar{
  clear: both;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.pm-buttons{
  width: 68%;
  float: left;
}
.pm-nav{
  width: 30%;
  float: right;
  text-align: right;
}
.pm-nav a{
  text-decoration: none;
}
.pm-meta{
  margin: 0 0 10px 0;
  overflow: hidden;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-top :none;
}
.pm-meta th, .pm-meta td{
  padding: 5px;
  font-size: 0.875em;
}
.pm-meta th{
  width: 15%;
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
  color: #000;
}
.email-reply{
  padding-left: 22px;
  background: transparent url(/assets/img/icons/email_go.png) no-repeat center left;
}
.email-edit{
  padding-left: 22px;
  background: transparent url(/assets/img/icons/email_edit.png) no-repeat center left;
}
.email-delete{
  padding-left: 22px;
  background: transparent url(/assets/img/icons/email_delete.png) no-repeat center left;
}
.write-pm{
  display: block;
  text-transform: capitalize;
  padding-left: 22px;
  background: transparent url(/assets/img/icons/email_edit.png) no-repeat center left;
}
/****** Spans *****/
.viewfile{
  padding: 10px;
  overflow: hidden;
}
.ajax-content{
  padding: 20px 20px 0;
  position: relative;
}
.page-section, .section{
  clear: both;
  padding: 0 0 20px 0;
}
.section:before, .section:after, .page-section:before, .page-section:after, .ajax-content:before, .ajax-content:after {
  display: table;
  content: "";
  zoom: 1;
}
.section:after, .page-section:after, .ajax-content:after {
  clear: both;
}
.full{
  clear: both;
  float: left;
  padding: 0 0 0 20px;
  width: 920px;
}
.half{
  float: left;
  padding: 0 0 0 20px;
  width: 450px;
}
.span1{
  float: left;
  padding: 0 0 0 20px;
  width: 74px;
}
.span2{
  float: left;
  padding: 0 0 0 20px;
  width: 168px;
}
.span3{
  float: left;
  padding: 0 0 0 20px;
  width: 262px;
}
.span4{
  float: left;
  padding: 0 0 0 20px;
  width: 356px;
}
.span6{
  float: left;
  padding: 0 0 0 20px;
  width: 544px;
}
.span7{
  float: left;
  padding: 0 0 0 20px;
  width: 638px;
}
.span8{
  float: left;
  padding: 0 0 0 20px;
  width: 732px;
}
.span9{
  float: left;
  padding: 0 0 0 20px;
  width: 826px;
}
.loading{ width: 100%; height: 100%; background: #FFF url(/assets/img/loading.gif) no-repeat center center; opacity: 0.6; position: absolute; top: 0; left: 0; z-index: 99; }
.fl_left{ float: left; }
.fl_right{float: right; }

.btn.fl_left{ margin-right: 5px; }
.btn.fl_right{ margin-left: 5px; }
.clr{ clear: both; }
.all_left{ float: left; text-align: left; }
.all_right{ float: right; text-align: right; }
.right{ text-align: right; }
.left{ text-align: left; }
.fl_center{ margin-left: auto; margin-right: auto; }
.center{ text-align: center; }
.abs_right{ position: absolute; top:0; right: 0;}
.nowrap{ white-space: nowrap; }
.hidden{ display: none; }
/***** File icons *****/
.file-icon-wrap{
  padding: 0;
  margin: 0;
}
td.file-icon, li.file-icon
{
  margin: 0 0 6px;
  list-style: none;
  padding: 3px 2px 2px 25px !important;
  background: transparent url(/assets/img/mime/doc.gif) no-repeat left top;
  background-position: 4px 4px;
  list-style: none;
}
td.pdf, li.pdf
{
  background-image: url(/assets/img/mime/pdf.gif);
}
td.image, li.image
{
  background-image: url(/assets/img/mime/img.gif);
}
td.package, li.package
{
  background-image: url(/assets/img/mime/zip.gif);
}
td.flash, li.flash
{
  background-image: url(/assets/img/mime/flash.gif);
}
td.video, li.video
{
  background-image: url(/assets/img/mime/video.gif);
}
td.audio, li.audio
{
  background-image: url(/assets/img/mime/txt.gif);
}
td.doc, li.doc
{
  background-image: url(/assets/img/mime/doc.gif);
}
td.xls, li.xls
{
  background-image: url(/assets/img/mime/xls.gif);
}
td.ppt, li.ppt
{
  background-image: url(/assets/img/mime/xls.gif);
}
td.text, li.text
{
  background-image: url(/assets/img/mime/text.gif);
}

/***** Discussion *****/
.comment{
  clear: both;
  overflow: hidden;
  margin: 0 0 6px 0;
  background: #EEE;
  padding: 5px;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  position: relative;
}
.comment-meta{
  width: 270px;
  float: left;
  padding: 0;
  line-height: 1.67em;
  border-right: 2px solid #FFF;
  font-family: Georgia, "Book Antiqua", Palatino, serif;
  font-size: 0.9em;
}
.comment-meta .user-image{
  float: left;
  padding: 0 5px 0 0;
  width: 80px;
}
.comment-meta-detail{
  float: left;
  width: 180px;
}
.comment-detail{
  width: 585px;
  float: left;
  padding: 0 0 0 10px;
  margin-left: -2px;
  border-left: 2px solid #FFF;
}
.comment-text{
  width: 99%;
  margin: 0 0 6px 0;
}
.comment-even{
  background: #f7f7f7;
}
.comment-buttons{
  overflow: hidden;
  padding: 5px 0;
}
.post-comment{
  background: #f9f9f9;
  border: 1px solid #eee;
}
.comment-reply{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em;
  text-decoration: none;
}
.comment-name{
  font-weight: bold;
}
.group-admin .comment-name, .group-teacher .comment-name{
  color: #3F4C6B;
}

/***** Forum *****/
.forum-topic-header{
  padding: 5px 10px;
  margin: 5px 0 0 0;
  height: 25px;
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
  
  background: #707d9a;
  background: -moz-linear-gradient(top, #707d9a 0%, #4e5e84 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707d9a), color-stop(100%,#4e5e84));
  background: -webkit-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: -o-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: -ms-linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  background: linear-gradient(top, #707d9a 0%,#4e5e84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707d9a',  endColorstr='#4e5e84',GradientType=0 );
  
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.forum-item-wrapper{
  clear: both;
  margin: 0 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.forum-item-header{
  height: 20px;
  line-height: 20px;
  font-size: 0.875em;
  background: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 10px;
}
.forum-item-since{
  width: 430px;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  text-align: left;
  color: #777;
}
.item-topic-ico{
  padding-left: 20px;
}
.forum-item-number{
  width: 445px;
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #c3c3c3;
}
.forum-item-meta{
  width: 220px;
  padding: 10px;
  border-right: 1px solid #e9e9e9;
  overflow: hidden;
  font-size: 0.875em;
  float: left;
}
.forum-item-meta .user-image{
  float: left;
  padding: 1px;
  background: #fff;
  overflow: hidden;
  border: 3px solid #eee;
}
.forum-item-meta-detail{
  float: left;
  width: 120px;
  padding: 0 0 0 10px;
}
.forum-item-detail{
  float: left;
  width: 655px;
  padding: 10px;
  border-left: 1px solid #e9e9e9;
  margin: 0 0 0 -1px;
}
.forum-item-button{
  clear: both;
  padding: 10px 0 0;
}
.forum-row-even{
  background: #f9f9f9;
}
a.topic-link{
  text-decoration: none;
  display: block;
}
a.topic-link small{
  color: #666;
  text-decoration: none;
}
tr.sticky-topic{
  background-color: #EFF4FE;
}
a.sticky-topic, span.sticky-topic{
  background: transparent url(/assets/img/forum/sticky.gif) no-repeat top right;
}
a.locked-topic, span.locked-topic{
  background: transparent url(/assets/img/forum/lock.gif) no-repeat top right;
  display: block;
}
a.sticky-topic.locked-topic, span.sticky-topic.locked-topic{
  background: transparent url(/assets/img/forum/sticky_lock.gif) no-repeat top right;
  display: block;
}
.topic-status{
  float: right;
  width: 100px;
  display: block;
  height: 16px;
  margin: 4px 0 0 0;
}
.forum-edit-form{

}
.forum-edit-form label{
  width: 230px;
  padding-right: 10px;
  float: left;
}
.forum-edit-form .radio_group label{
  width: auto;
}
.forum-edit-form .topic, .forum-edit-form .radio_group{
  width: 670px;
  float: left;
}
.forum-edit-form .icons label{
    width: 45px;
    float: left;
    clear: none;
}
.forum-edit-form .textarea-wrapper{
  width: 680px;
  float: left;
}
.forum-edit-form .file_upload{
  width: 660px;
  clear: none;
  float: left;
}
.forum-form-meta{
  padding-left: 240px;
}
.topic-ico{
  padding-left: 30px !important;
  background-image: url(/assets/img/forum/doc.png);
  background-repeat: no-repeat;
  background-position: 7px 6px;
}
.topic-ico-doc{
  background-image: url(/assets/img/forum/doc.png);
}
.topic-ico-question{
  background-image: url(/assets/img/forum/question.png);
}
.topic-ico-ruby{
  background-image: url(/assets/img/forum/ruby.png);
}
.topic-ico-thumbup{
  background-image: url(/assets/img/forum/thumbup.png);
}
.topic-ico-thumbdown{
  background-image: url(/assets/img/forum/thumbdown.png);
}
.topic-ico-date{
  background-image: url(/assets/img/forum/date.png);
}
.topic-ico-heart{
  background-image: url(/assets/img/forum/heart.png);
}
.topic-ico-lightbulb{
  background-image: url(/assets/img/forum/lightbulb.png);
}
.topic-ico-monitor{
  background-image: url(/assets/img/forum/monitor.png);
}
.topic-ico-report{
  background-image: url(/assets/img/forum/report.png);
}
.topic-ico-cup{
  background-image: url(/assets/img/forum/cup.png);
}
.topic-ico-world{
  background-image: url(/assets/img/forum/world.png);
}

/***** Worksheet *****/
#worksheet-group-list input, #worksheet-group-list select{
  width: 98%;
}
td.move{
  background: transparent url(/assets/img/icons/move_icon.jpg) no-repeat center center;
  cursor: move;
}
td.delete{
  background: transparent url(/assets/img/icons/delete.png) no-repeat center center;
  cursor: pointer;
}
.item-property-wrapper{
  height: auto;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  border: 1px solid #ccc;
}
table.item-property{
  width: auto;
  max-width: auto !important;
  padding: 0;
  margin: 0;
  border: none;
}
.item-property td{
  padding: 5px;
  font-size: 0.875em;
  border-top: none;
}
.item-title{
  display: block;
  background: #EEE;
  display: block;
  width: 206px;
  padding: 5px;
  text-align: center;
  margin: 0 0 5px 0 ;
  font-weight: bold;
  border: 1px solid #ddd;
  color: #222;
  font-size: 14px;
  
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.item-property-group{
  padding: 0 0 10px;
  margin: 0;
}
.item-property-group li{
  padding: 2px 0;
  margin: 0;
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.item-property-lable{
  width: 50%;
  display: block;
  float: left;
  font-weight: bold;
}
.item-property-property-text{
  width: 50%;
  float: left;
  display: block;
}
.item-property-property-long{
  width: 100%;
  clear: both;
  display: block;
}
.lab-item-wrapper{
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  list-style: none;
}
.lab-item{
  width: 220px;
  margin: 2px;
  padding: 5px 3px;
  background: #EEE;
  float: left;
  text-align: center;
  list-style: none;
}