/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #09c; color: #fff; text-shadow: none; }
::selection { background: #09c; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea {     font-size: 13px; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: hand; cursor: pointer; -webkit-appearance: button; }
button:hover {cursor: hand; cursor: pointer;}
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

html, body {
    padding: 0;
    margin: 0;
}

body,
.highlight-text,
caption,
.small-text,
.home-manage,
a.std-btn,
.std-btn,
.search-field input[type=text],
#login-sidebar h4,
textarea,
input {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.username 
#footer h4,
h3.course-title,
h2.sub-title,
.topic-link,
th,
header.info-header,
.sidebar-header {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

body#popup-body {
    background: #fff;
}
body#body-login {
    background-image: none;
}

body#body-login #wrapper,
body#body-login #contentouter {
    background: transparent;
}

.handle {
    background: url('/static/images/drag.png') no-repeat center center;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 10px; 
    cursor: move;
}

.editable-btn {
    background: url('/static/images/editable.png') no-repeat;
    width: 16px;
    height: 16px;
    padding: 0px;
    border:none;
    outline: none;
}

.block {
    clear: both;
    margin: 10px 0;
}

#push {
    clear: both;
    height: 40px;
}

#sidebar img {
    max-width: 99%;
}

strong {
    color: #000;
}

ul#section-nav {
    color: #777;
    margin: 10px 0 20px; 
    padding: 10px 0;

    list-style: none;
    list-style-image: none;
}

ul#section-nav li {
    float:left;
    height: 16px;
    padding: 0 !important;
    margin-right: 5px;
}

ul#section-nav li.section-code {
    margin: 0 10px 0 0;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#section-nav li a.section-block,
ul#section-nav li a.section-material 
{
    background: #bbb;
    display: inline-block;
}

ul#section-nav li a.section-block {
    margin: 3px;
    width: 10px;
    height: 10px;
}

ul#section-nav li a.section-material {
    margin: 3px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 2px solid #bbb;
}

ul#section-nav li a.active-section {
    background: #71C34E;
    width: 10px;
    height: 10px;
    border: none;
}

ul.feeds-toolbar:after {
    background: url('/static/images/sprites.png')  no-repeat;
    background-position: 0px -1309px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
}

ul.feeds-toolbar {
    float: right;
    margin:  0   !important;
}

ul.feeds-toolbar li {
    display: inline;
    font-weight: normal;
    margin:  0  5px 0 0;
}

ul.inlined {
    padding: 0 !important;
    font-weight: 400;
    font-size: 12px;
}

ul.page-links {}

ul.page-links li {
	padding: 0;
    display: inline-block;
    font-size: 12px;
	line-height: 12px;
}
.ie8 ul.page-links li {
    display: inline;
}

.ie7 ul.page-links li {
	line-height: 23px;
    display: inline;
	float:left;
	padding: 0px 6px;
}

ul.page-links li.pages-header,
ul.page-links li.active-page,
ul.page-links li a {
    display: inline-block;
	padding: 4px 6px;
	background: #fff;
	border-radius: 4px;	
	margin: 1px;
	border: 1px solid #ddd;
	text-decoration: none;
}
ul.page-links li a:hover {
	background: #eee;
	text-decoration: none;
}
ul.page-links li.pages-header {
    font-weight: normal;
    color: #7D838B;
	background: transparent;
	border: none;
}

ul.page-links li.active-page {
    color: #aaa;
	background: #f4f4f4;
	border: 1px solid #ddd;
}

ul.inlined li {
    display: inline;
    padding: 0 15px 0 0 !important;
}

.topic-attrib-sticky,
.topic-attrib-closed {
    display: inline-block;
    font-weight: bold;
    color: #71B33E;
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 18px;
}

.topic-attrib-closed {
	background-image: url(/static/images/lock.png);
}

.topic-attrib-sticky {
	background-image: url(/static/new_images/star.png);
}

.open-topic:before,
.closed-topic:before {
    content: '';
    display: inline-block;
    background: url(/static/new_images/csprites.png) no-repeat 0px 1px;
    width: 28px;
    height: 24px;
    background-position: 0px -94px;
}

.closed-topic:before {
	background-image: url(/static/images/lock.png);
    background-position: left bottom;
}


.fancy-block {
    position:relative;
    background: #fff url(/static/images/post-btm.png) no-repeat bottom left;
}

.pages-block {
}
.forum-jump-block {
    margin-top: 10px;
}
.forum-jump-block label {
    margin-right: 10px;
    color:#7A858D;
}

header.forum-header {
    border-bottom: 1px solid #EDF1F3;
    padding: 10px 0px;
    margin: 10px 0;
}

footer.forum-footer {
    border-top: 1px solid #EDF1F3;
    padding: 10px 0px;
    margin: 10px 0;
}

.topic-link {
    color: #71B33E;
	font-weight: bold;
    margin-right: 5px;
}

.forum-name-cell {
	font-weight: bold;
}

.topic-attrib {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 31px;
    border-top: 1px solid #eee;
    color: #7A858D;
    font-size: 12px;
    line-height: 32px;
}

.attrib {
    font-style: italic;
    font-size: 10px;
}

.post-edit-wrapper {
    width: 640px;
    margin: auto;
}

.topic-icon,
.reply-icon {
    float: left;
    background: url('/static/images/sprites.png')  no-repeat;
    background-position: 0px -702px;
    width: 20px;
    height: 28px;
}

.topic-icon {
    background-position: -25px -701px;
}

.edit-icon { 
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 4px;
}

.edit-icon:hover:before { 
    background-position: 0px -600px;
}

.threaded-list .comment-level-1:before,
.threaded-list .comment-level-2:before,
.threaded-list .comment-level-3:before,
.threaded-list .comment-level-4:before,
.threaded-list .comment-level-max:before {
    content: '';
    background: url('/static/images/sprites.png')  no-repeat;
    background-position: 0px -300px;
    width: 22px;
    height: 20px;
    position:absolute;
    left: 10px;
    top: 14px;
}

.threaded-list .comment-level-2:before {
    left: 50px;
}

.threaded-list .comment-level-3:before {
    left: 90px;
}

.threaded-list .comment-level-4:before {
    left: 110px;
}

.threaded-list .comment-level-max:before {
    left: 110px;
}

.threaded-list .comment-level-1 {
    margin-left: 40px;
}

.threaded-list .comment-level-2 {
    margin-left: 80px;
}

.threaded-list .comment-level-3 {
    margin-left: 120px;
}

.threaded-list .comment-level-4 {
    margin-left: 160px;
}

.t1 {
    width: auto;
}

.t2 {
    width: 8%;
}

.t3 {
    width: 8%;
}

.t4 {
    width: 30%;
}
.forum-stats {

}
.ft1 {
    width: auto;
}
.ft2 {
    width: 100px;
    text-align: right;
}
.ft3 {
    width: 35%;
}

.forum-stats ul {
    text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    list-style: none;
    font-weight: 400;
    font-size: 10px;
    color: #7A858D;
}

#embedded_flash iframe {
    width: 100% !important;
}

.breadcrumb-placeholder {}

h1.page-title {

}

h2.sub-title {
    color: #000;
    font-size: 26px;
    margin: 40px 0 20px 0;
    line-height: 32px;
}

h3.course-title {
	font-weight: bold;
    color:#000;
    font-size: 21px;
    line-height: 28px;
}

.institute {
    font-size: 22px;
}

.breadcrumb-placeholder,
.breadcrumb-block {
    clear:both;
    font-weight: normal;
    margin-bottom: 10px;
}

.breadcrumb-block {
    color: #7A848C;
	font-size: 12px;
    padding: 10px 0px;
    position:relative;
    border-top-width: 0px;
	border-bottom: 1px solid #EDF1F3;
/*	background: transparent url(/static/new_images/breadcrumb-bg.png) no-repeat center bottom;*/
}

.breadcrumb-block a,
.breadcrumb-block a:hover  {
   
}

.breadcrumb-block ul {
    list-style: none;
    list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.breadcrumb-block ul li {
	display: inline;
	float:left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.breadcrumb-block a.breadcrumb:before {
    content: '';
    display: inline-block;
    float:left;
    height: 20px;
    width: 16px;
    background: url('/static/images/sprites.png')  no-repeat;
    background-position: -26px -1064px;
	margin-left: 5px;
}

.username {
    font-weight: bold;
	font-size: 12px;
    margin-bottom: 10px;
    font-style: normal;
}

#sidebar .username a {
	color: #09c;
}

.form-table th,
.form-table td {
    padding: 10px 15px;
}
.std-table th,
table.messaging-table th {
	font-weight: bold;
}
.std-table th {
	color: black;
}
table.form-table th,
table.form-table td {
    padding: 10px 15px;
}


.col5   { width: 5%;  }
.col10  { width: 10%; }
.col15  { width: 15%; }
.col20  { width: 20%; }
.col25  { width: 25%; }
.col30  { width: 30%; }
.col40  { width: 40%; }
.col50  { width: 50%; }
.col60  { width: 60%; }
.col70  { width: 70%; }
.col75  { width: 75%; }
.col80  { width: 80%; }
.col90  { width: 90%; }
.col100 { width: 100%; }

td.sep {
    height: 10px;
    line-height: 0px;
    width: 100%;
}

.seperator {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.hide_panel_button {
    cursor: hand;
    cursor: pointer;
}

.hide_panel_button:before {
    content: '';
    display: inline-block;
    float:left;
    height: 20px;
    width: 16px;
    margin-top: 10px;
    background: url('/static/images/sprites.png')  no-repeat;
    padding-left: 10px !important;
    background-position: -25px -1340px;
}

.expanded.hide_panel_button:before {
    background-position: 0px -1340px;
}

.hide_panel {

}

li.sep {
    padding: 0 !important;
    height: 1px !important;
    background: #EEE;
    margin: 5px 0;
}

.g1 {
    width: 22%;
}
.g2 {
    width: 88%;
}

#bookmark-message {
	padding-left: 0px;
    display: none;
}

.c1,
.b1 {
    width: 60%;
}

#notify-add,
#notify-view,
#doc-upload,
#doc-revision,
#stats-view {
	height: 22px;
	line-height: 22px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

#doc-revision {
	background-image: url(/static/images/page_white_edit.png);
}

#notify-add {
	background-image: url(/static/new_images/email_add.png);
}

#notify-view {
	background-image: url(/static/new_images/email_edit.png);
}

#doc-upload {
	background-image: url(/static/new_images/page_word.png);
}

#stats-view {
	background-image: url(/static/images/chart_bar.png);	
}

.scribd-select-item {
    text-align:center;
}

#scribd-download-block {
    float:right;
    margin: 10px 0;
}

#scribd-download-link {
    display: inline-block;
    float:left;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 2px;
    text-decoration:none;
}

#scribd-download-link:hover {
    text-decoration:none;
}

#scribd-download-link:before  {
    content: '';
    float:left;
    height: 22px;
    width: 15px;
    margin-right: 5px;
    background: url('/static/images/sprites.png')  no-repeat;
    padding-left: 10px !important;
    background-position: 0px -1276px;
}

#scribd-download-link:hover:before {
    background-position: -24px -1276px;
}

.hideit {
    cursor: hand;
    cursor: pointer;
	display: inline-block;
    text-align:center;
	text-indent: -9999px;
	float: right;
	margin: 10px 15px 10px 5px;
	width: 22px;
	height: 20px;
	background: url(/static/new_images/btnsprites.png) no-repeat 0px -64px;
}

.showit {
	background: url(/static/new_images/btnsprites.png) no-repeat 0px -32px;
}

.display-title {}
.display-course-code {font-weight:bold;}
.display-course-title {}

a:link.curriculum-link {
	font-weight: normal;
	font-style: italic;
	color: #888;
}
td.course-code-td {
    width: 100px;
}

td.progress-cell {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center !important;
	vertical-align: middle;
}
td.progress-complete {
	background: #fff6bf;
}
iframe {
    width: 100%;
    border: 1px solid #eee;
}

.c2 {
    width: 35%;
}

.ba2 {
    width: 25%;
}
.bb2 {
    width: 25%;
}

.bb3 {
    width: 15%;
}

th,td {
    padding: 5px;
}

th {
    text-align: left;
    vertical-align: top;
}

#notes {
    padding: 10px 15px;
}

.tool-link a {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7A858D;
}

.small-topic {
    font-size: 18px;
    color: #7A858D;
}

.tool-link a:hover {
    color: #71B33E;
}

.tab-body {
    position:relative;
    margin: 0;
    clear:both;
}

.vertpadding {
    padding: 0 0px;
}

.innerpadding {
    padding: 0px;
}

h6,
h5,
h4,
h3,
h2,
h1 {color: #111; }



.tab {
    margin: 40px 0 20px 0;
}

.showme {
    background-image: url("/static/images/plus.png") !important;
}

.load-btn,
.std-btn,
a.std-btn {
	cursor: hand;
	cursor: pointer;
    outline: none !important;
}

.std-btn:disabled,
.std-btn:disabled:hover,
.std-btn:disabled:hover:active,
.std-btn:disabled:active {
    color: #aaa;
}


#load-messages-div,
#load-comments-div {
    width: 100%;
    text-align: center;
}

.load-btn {
    padding: 2px 16px;
    font-weight: normal;
    font-size: 13px;
    height: 36px;
    line-height: 21px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.load-btn:hover:active,
.load-btn:active {
    -webkit-box-shadow: inset 1px 1px 0px #8C797E, inset 1px 1px 8px RGBA(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 1px 0px #8C797E, inset 1px 1px 8px RGBA(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 0px #8C797E, inset 1px 1px 8px RGBA(0, 0, 0, 0.5);
}

.std-btn:disabled:active {
    -webkit-box-shadow: inset 0px 1px 0 0 #EEE, inset 0px -1px 0 0 #AAA;
    -moz-box-shadow: inset 0px 1px 0 0 #EEE, inset 0px -1px 0 0 #AAA;
    box-shadow: inset 0px 1px 0 0 #EEE, inset 0px -1px 0 0 #AAA;
}

a.std-btn:hover,
.load-btn:hover,
.std-btn:hover {
    text-decoration: none;
}

#notes-tab-body,
#edit-tab-body {
	background: transparent url(/static/new_images/table-header.png) repeat-x left top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#edit-tab-body {
	padding: 10px 15px;
}

#edit-tab-body,
#discuss-tab-body {
    display: none;
}

th {
    text-align: left;
}

input[type=password],
input[type=text] {
    outline: none;
    color: #7A858D;
    background: white;
    outline: none;
    font-size: 12px;
    border: 1px solid #DDD;
    background: #fff url(/static/images/input_shadow.png) repeat-x top left;
    border-color: #AAA #CCC #CCC;
    padding: 3px 10px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 1px;
}

input[type=password]:hover,
input[type=text]:hover {
}

::-webkit-input-placeholder {
    color:    #aaa;
    -webkit-text-shadow: none;
    text-shadow: none;
}

:-moz-placeholder {
    color:    #aaa;
    -moz-text-shadow: none;
    text-shadow: none;
}

.progress { 
    position:relative;
    background: url('/static/images/progress-bg.png') repeat-x left center;
    width: 100%;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
}

.bar {
    background: url('/static/images/progress-bar.png') repeat-x left center;
    width: 0%;
    height: 26px;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
}

.percent {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 0px;
    text-align:center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.comment-aside {
    font-size: 12px;
    color: #000;
}

#comment-form-section {
/*    border-top: 1px solid #FCE5C0;*/
}

.comment-aside {
    font-weight: normal;
    font-style: normal;
}

#course-section {
    margin: 20px 0;
}

.section-li {
    list-style: none;
    list-style-image: none;
}

table.login-table th {
	font-weight: bold;
	color: black;
    padding-right: 10px;
    text-align: right;
}

.no-top-border {
	border-top: none !important;
}

.c-author .reply-icon {
    width: 22px;
	height: 30px;
	float: right;
	margin-left: 10px;
	background-image: url(/static/new_images/btnsprites.png);
    background-position: 0px 6px;
}
.browse-back-icon,
.browse-icon {
    width: 22px;
	height: 30px;
	background-image: url(/static/new_images/btnsprites.png);
	background-repeat: no-repeat;
}

.browse-icon {
	float: right;
	margin-left: 10px;
    background-position: 0px -26px;
}

.browse-back-icon {
	margin-right: 10px;
	float:left;
    background-position: 0px -90px;
}

.c-prev,
.c-reply {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    display: inline-block;
    padding: 0px 20px;
    height: 30px;
    line-height: 32px;
	font-weight: bold;
	background: #fff url(/static/new_images/block-btn.png) repeat-x left bottom;
    margin: 0;
}

.c-reply {
   border-left: 1px solid #BFC9CC;
   right: 0px;
}

.c-prev {
    border-right: 1px solid #BFC9CC;
	left: 0px;
}

html.ie7 .c-prev {
	float:left;
	width: 80px;
}

html.ie7 .c-reply {
	float: right;
	width: 80px;
}

.c-author a.reply-link {
}

.c-preposition {
    color: #09c;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 2px;
}

.c-author .small-text {
    color: #7A848C;
    text-decoration: none;
}

abbr.c-date {
    text-decoration: none;
    border: none;
}

.author-tab {
	font-weight: bold;
}

.c-author {
    font-size: 12px;
    line-height: 32px;
    height: 30px;
    overflow: hidden;
    padding: 0px 15px;
    font-weight: normal;
    border-top: 1px solid #BEC7CC;
	background: #fff url(/static/new_images/block-btm.png) repeat-x left bottom;
}
.c-bob {
	position:relative;
    font-size: 12px;
    line-height: 32px;
    height: 30px;
    overflow: hidden;
    padding: 0px 15px;
    font-weight: normal;
    border-bottom: 1px solid #BEC7CC;
	background: #fff url(/static/new_images/table-header.png) repeat-x left bottom;
}
.block-question .c-author  {
	background: #fff url(/static/new_images/table-header.png) repeat-x left bottom;
}
.comment-inside {
	position:relative;
}

.block-inner {
    background: #fff;
    border: 1px solid #DBDBDB;
    border-bottom-color: #CCC;
}

.required-field {
    color: #c22;
    padding: 0 4px;
    font-weight: bold;
    font-size: 13px;
}

.c-body {    
    color: #333;
/*    color: #7A858D;*/
/*    border-top: 1px solid #f5f7f7;*/
    padding: 5px 15px;
}

table.comment-form th {
    width: 200px;
}

.tab-body input[type=password],
.tab-body input[type=text] {
    background: #FFF;
}

#login {
    width: 700px;
    margin: auto;
    position: relative;
/*    border: 1px solid #ccc;*/
    margin-bottom: 20px;
}

#login .block-inner {
    border-color: #CCC;
    border-bottom-color: #AAA;
    -webkit-box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.1);
}

.padding-0-20 {
	padding: 0px 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-10-20 {
    padding: 10px 20px;
}

.padding-10-30 {
    padding: 10px 30px;
}

.padding-20 {
    padding: 20px;
}

#login-wrap {
    width: 100%;
    float:left;
}

#login-logo {
    width: 240px;
    margin-left: -700px;
    float:left;
}

#login-form {
    margin-left: 260px;
}

#login-form input[name=email],
#login-form input[name=password] {
	width: 170px;
}


#teachquest {
    margin: 0 0 0 30px;
}

.loading {
    height: 50px;
    width: 100%;
    background: transparent url("/static/images/ajax-loader.1.gif") no-repeat center center;
}

.form-title {
    margin: 10px 0 !important;
}


.tcell1 {
    width: 45%;
}

.tcell2,
.tcell3 {
    width: 6%;
}

.tcell4 {
    font-size: 10px;
    width: 11%;
}

.tcell5 {
    font-size: 10px;
    width: 32%;
}

.tcell45 {
    font-size: 10px;
    width: 250px;
}
.tcell45 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#the_comment {
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.info-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

header.info-header {
    font-size: 21px;
    line-height: 32px;
    border-bottom: 1px solid #DDD;
    margin: 10px 0;
}

/*header.info-header a:before {
    content: '';
    display: inline-block;
    background: url('/static/images/sprites.png')  no-repeat;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-position: 0px -494px;
}

header.info-header a:hover:before {
    background-position: 0px -544px;
}*/

.block-top.closed {
	border-bottom-width: 0px;
}

.info-summary {
    font-size: 13px;
    font-style: normal;
    color: #333;
    margin: 1em 0 1em 0;
    padding: 0 15px;
}

p.MsoNormal {
    margin: 1em 0 !important;
}

header.info-header a {
    color: #71B33E;
    text-decoration: none;
}

header.info-header a:hover {
    color: #000;
    text-decoration: none;
}

.drag-n-drop {
    background: url("/static/images/ui-icons.png") no-repeat -128px -48px;;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    float: left;
}

.question-h4 {
    display: inline;
}

ul.course-nav li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px 0 0;
}
ul.course-nav li.course-next {
	float: right;
}

ul.course-nav li .disabled-nav,
ul.course-nav li a {
    display: inline-block;
    padding: 3px 10px !important;
}

ul.course-nav li .disabled-nav {
    color: #ccc;
}

ul.course-nav {
    margin: 0;
    padding: 4px 0 0 0;
    list-style: none;
    list-style-image: none;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.errorlist,
ul.page-links,
ul.no-bullets {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

ul.errorlist {
    color: #aaa;
}

ul.no-bullets li {
}

ul#course-index-list li {
	margin: 5px 0px;
}

ul#course-index-list a {
    color: black;
}

li.incomplete-material {
    list-style-type: none;
    padding-left: 30px;
    margin-left: 0px;
    background: url('/static/images/completion.png') no-repeat 0 4px;
}

li.complete-material {
    list-style-type: none;
    padding-left: 30px;
    margin-left: 0px;
    background: url('/static/images/completion.png') no-repeat 0 -245px;
}

/* --------------------------------- Lesson --------------------------------- */

#lesson-update {
    text-align: center;
    display: none;
    font-size: 13px;
    position: fixed;
    width: 200px;
    left: 50%;
    top: 100px;
    z-index: 9999;
    padding: 20px 20px;
    margin-left: -120px;
    background: RGB(0,0,0);
    background: RGBA(0,0,0,0.75);
    color: #ddd;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;
    text-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 0px 0px 0px 4px RGBA(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 4px RGBA(0,0,0,0.1);
    box-shadow: 0px 0px 0px 4px RGBA(0,0,0,0.1);
    cursor: hand;
    cursor: pointer;
}

#lesson-update strong {
    color: white;
}

#lesson-update a {
    color: white;
    text-decoration: underline;
}

#lesson-update-close {
    position:absolute;
    right: 10px;
    top: 10px;
    cursor: hand;
    cursor: pointer;
}

.lesson-edit-block {
    position:absolute;
    right: 30px;
    top: 30px;
    z-index: 9999;
}

#lesson-stage {
	background: #fff;
	border: 1px solid #BEC7CC;
	border-bottom-color: #B2B9BC;
    height: auto;
    position:relative;
    padding-bottom: 26px;
}

.hidden-index {
	display: none;
}

#lesson-stage h1, h1 {font-size: 2em; line-height: 125%;}
#lesson-stage h2, h2 {font-size: 1.5em}
#lesson-stage h3, h3 {font-size: 1.17em}
#lesson-stage h4, h4 {font-size: 1em}
#lesson-stage h5, h5 {font-size: .83em}
#lesson-stage h6, h6 {font-size: .75em}
#lesson-stage h1, h1,
#lesson-stage h2, h2,
#lesson-stage h3, h3,
#lesson-stage h4, h4,
#lesson-stage h5, h5,
#lesson-stage h6, h6 {
    margin: 1.2em 0;
}

#lesson-pages-block {
    width: 100%;
    height: auto;
    float:left;
    position:relative;
}

#lesson-first,
#lesson-last,
#lesson-prev,
#lesson-next {
    width: 20px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    cursor: hand;
    cursor: pointer;
    background: url(/static/images/lesson-ui.png) no-repeat;
}

#lesson-prev {
    background-position: -5px -25px;
}

#lesson-next {
    background-position: -5px -50px;
}

#lesson-first {
    background-position: -5px 0px;
}

#lesson-last {
    background-position: -5px -75px;
}

.lesson-page {
    padding: 20px;
    margin: 20px 20px 10px 20px;
    color: #333;
    border: 1px solid #BBB;
    display: none;
}

.lesson-image-column {
    text-align: center;
}

.lesson-text-column {
}

.lesson-text-column p {
    margin: 20px 0;
}

.lesson-text-column li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.lesson-image-column img {
    max-width: 95%;
    height: auto;
}

.ie8 .lesson-image-column img {
	width: auto !important;
    height: auto !important;
}

#overlay-left,
#overlay-right {
    position:absolute;
    top: 0px;
    bottom: 0px;
    width: 40px;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
    z-index: 8999;
}

#overlay-left {
    left: 0px;
}

#overlay-left:hover {
    background: url('/static/images/lesson-prev.png') no-repeat center center;
}

#overlay-right {
    right: 0px;
}

#overlay-right:hover {
    background: url('/static/images/lesson-next.png') no-repeat center center;
}

#lesson-toolbar {
    position:absolute;
    height: 25px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-top: 1px solid #BEC7CC;	
	background: #fff url(/static/new_images/block-btn.png) repeat-x left bottom;
}

#current-page-number {
    width: 25px;
    height: 20px;
    margin: 0px 2px;
    padding: 0px 5px;
    height: 20px;
    outline: none;
    border: 1px solid #bbb;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

img.image_select_preview {
    margin: 5px 0;
}

.image_select_btn input[type=button] {
    margin: 5px;
}

ul#lesson-page-display,
ul#lesson-nav {
    list-style: none;
    list-style-image: none;    
    margin: 0px auto;
    padding: 0px 20px;
    font-size: 12px;
}

ul#lesson-nav  {
    height: 25px;
    line-height: 25px;
    width: 100px;
}

ul#lesson-nav li {
    float:left;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0px;
}

ul#lesson-nav li:hover {
    background-position-x: -35px;
}

ul#lesson-nav li.disabled-ui {
    background-position-x: -65px;
}

ul#lesson-page-display li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul#lesson-page-display {
    font-size: 10px;    
    padding: 0;
    margin: 0 41px 10px 0;
    float: right;
}

/* --------------------------------- Menu --------------------------------- */

a:link,
a:visited {
	color: #09c;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

body {
	background: #fff url(/static/new_images/body-bg.png) repeat-y 0px 0px;
	font-size: 14px;
	line-height: 150%;
	color: #6A7888;
}

#header-outer {
	width: 100%;
	min-width: 900px;
	background: #fff url(/static/new_images/bg.png) repeat-x left top;
}

.comment,
.block-outer {
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	margin: 20px 0;
	border: 1px solid #BEC7CC;
	border-bottom-color: #B2B9BC;
}

.comment-container {
    clear: both;
    position:relative;
}

.comment {
	background: #fff;
}

.comment,
.block-outer {
	-webkit-box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.11);
	box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.11);
}

.block-outer {
	background: #fff url(/static/new_images/table-header.png) repeat-x left 34px;
	position: relative;	
}

header.block-top {
/*	border-radius: 6px 6px 0 0;*/
	position: relative;
	background: #fff url(/static/new_images/bhead-bg.png) repeat-x left bottom;
	font-size: 15px;
	font-weight: bold;
	color: #6A7888;
	height: 40px;
	line-height: 40px;		
	border-bottom: 1px solid #B2B9BC;
	overflow: hidden;
}
.allow-overflow {
	overflow: visible !important;
}	

header.block-top h1,
header.block-top h2,
header.block-top h3,
header.block-top h4,
header.block-top h5,
header.block-top h6 {
	font-size: 15px;
	font-weight: 600;
	color: #6A7888;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 15px;
	display: inline-block;
}

.ie7 header.block-top h1,
.ie7 header.block-top h2,
.ie7 header.block-top h3,
.ie7 header.block-top h4,
.ie7 header.block-top h5,
.ie7 header.block-top h6 {
	float: left;	
}

header.block-top:last-child {
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	border-bottom: none;
}	
.tab-bar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	list-style-image: none;
}



.tab-bar a {
	color: #6A7888;
}
	
.tab-bar a:hover {
	color: #09c;
}
	
.tab-button {
	margin: 0px;
	display: inline-block;
	float:left;
	padding: 0 15px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	cursor: hand;
	cursor: pointer;
	border-right: 1px solid #BEC7CC;
}
.tab-bar li:first-child {
/*	border-radius: 6px 0px 0 0;*/
}

.active-tab {
	position: relative;
	top: 0px;
	height: 41px;
	z-index: 5999;
	background: #fff url(/static/new_images/tab-active.png) repeat-x left bottom;
}
	
.active-tab a {
	color: #09c;
}

.padding-15 {
	padding: 15px;
}	

.block-body,
.padding-0-15 {
	padding: 0px 15px;
}

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

table {
	padding: 0px;
}
	
table.block-table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.block-query-info {
	padding: 10px 15px;
	background: #fff url(/static/new_images/table-header.png) repeat-x left top;
	border-bottom: 1px solid #BEC7CC;
}

.bordered-top {
	border-top: 1px solid #BEC7CC;
}

table.block-table caption,
table.block-table thead  {
	height: 34px;
	background: #fff url(/static/new_images/table-header.png) repeat-x left top;
}

a.basic-link {
	color: black;
}

table.block-table caption,
table.block-table thead th {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 15px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

table.block-table caption {
	border-bottom: 1px solid #BEC7CC;
}

table.block-table th,
table.block-table td {
	border-right: 1px solid #DEE7EC;
	border-bottom: 1px solid #DEE7EC;
	padding: 5px 15px;
	text-align: left;
}

table.block-table thead th {
	border-color: #BEC7CC;
}

table.block-table th {
	font-weight: bold;
	color: #000;
}

table.block-table th:last-child,
table.block-table td:last-child {
	border-right-width: 0px;
}

table.block-table tbody tr:last-child th,	
table.block-table tbody tr:last-child td {
	border-bottom-width: 0px;
}
	
#header {
	overflow: hidden;
	position:relative;
	width: 100%;
	max-width: 1200px;
	height: 51px;
}
	
#menu {
	width: 100%;
	height: 32px;
	position: static;
	z-index: 9999;
	background: #fff url(/static/new_images/bg.png) repeat-x left -51px;
}

ul.menu-bar li.active-item {
	margin: -1px;
	border: 1px solid #0E1C29;
	background: #31608C;
	-moz-box-shadow: inset 0px 0px 18px RGBA(0, 0, 0, 0.41), 1px 0px 0px RGBA(255, 255, 255,0.2), -1px 0px 0px RGBA(0, 0, 0,0.3);
	-webkit-box-shadow: inset 0px 0px 18px RGBA(0, 0, 0, 0.41), 1px 0px 0px RGBA(255, 255, 255,0.2), -1px 0px 0px RGBA(0, 0, 0,0.3);
	box-shadow: inset 0px 0px 18px RGBA(0, 0, 0, 0.41), 1px 0px 0px RGBA(255, 255, 255,0.2), -1px 0px 0px RGBA(0, 0, 0,0.3);	
	-moz-text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.5), 1px 1px 4px RGBA(0,0,0,0.6);
	-webkit-text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.5), 1px 1px 4px RGBA(0,0,0,0.6);
	text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.5), 1px 1px 4px RGBA(0,0,0,0.6);
}

ul.menu-bar li.active-item a {
	color: #eee;
	text-decoration: none;
}

ul.menu-bar li.active-item a:hover {
	color: #fff;
	text-decoration: underline;
}

ul.menu-bar {
	color: #fff;
	-moz-text-shadow: -1px -1px 0px RGBA(0, 0, 0, 0.35);
	-webkit-text-shadow: -1px -1px 0px RGBA(0, 0, 0, 0.35);
	text-shadow: -1px -1px 0px RGBA(0, 0, 0, 0.35);
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 31px;
	line-height: 31px;
	list-style: none;
	list-style-image: none;
	margin-right: 220px;
}
	
ul.menu-bar a {
	color: #fff;
	text-decoration: none;
}

ul.menu-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

ul.menu-bar li {
	letter-spacing: 1px;
	padding: 0 20px;
	display: inline-block;
	float:left;
}

#wrapper-outer {
	min-width: 900px;
	background: #fff url(/static/new_images/body-bg.png) repeat-y 0px 0px;
}

#wrapper {
	background: transparent url(/static/new_images/col.png) repeat-y 220px 0px;
	padding-top: 1px;
	max-width: 1200px;
	min-width: 900px;
}

#body-single #wrapper {
	background: transparent;
}
	
#content-wrapper {
	float: left;
	width: 100%;
}

#content-full {
	padding: 0 20px;
}	
#content {
	margin-left: 240px;
	padding-right: 20px;
}

#content-full,
#content {
	padding-bottom: 20px;
}

#sidebar {
	width: 220px;
	float: left;
	margin-left: -100%;
	padding-bottom: 20px;
}

.sidebar-block {
	width: 180px;
	padding: 10px 20px 20px 20px;
	margin-top: 0px;
	background: url(/static/new_images/sidebar-sep.png) no-repeat center bottom;
}

.sidebar-block a {
	color: #6A7888;
}

.sidebar-block a:hover {
	color: #09c;
}

.sidebar-block h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #6A7888;
}

.sidebar-block ul {
	list-style: none;
	list-style-image: none;
	margin: 10px 0;
	padding: 0px;
}
.sidebar-block ul li {
	font-size: 12px;
	line-height: 21px;
	height: 26px;
	padding-left: 30px;
}
#navigation-discussions,
#course-home,
#course-index,
#course-glossary,
#course-reference,
#course-progress,
#course-group,
#course-im,
#course-bookmark {
	background: url(/static/new_images/csprites.png) no-repeat 0px 1px;
}
#course-reference {
	background-position: 0px -197px;
}
#course-index {
	background-position: 0px -150px;
}
#course-progress {
	background-position: 0px -325px;
}

#navigation-discussions,
#course-group {
	background-position: 0px -99px;
}
#course-glossary {
	background-position: 0px -49px;
}
#course-im {
	background-position: 0px -237px;
}
#course-bookmark {
	background-position: 0px -285px;
}

#navigation-history,
#navigation-exams,
#navigation-dashboard,
#navigation-bookmarks,
#navigation-account,
#navigation-admin {
	background: url(/static/new_images/nsprites.png) no-repeat 0px 1px;
}
#navigation-exams {
	background-position: 0px -200px;
}

#navigation-history {
	background-position: 0px -250px;
}

#navigation-admin {
	background-position: 0px -98px;
}
#navigation-account {
	background-position: 0px -149px;
}
#navigation-bookmarks {
	background-position: 0px -49px;
}

a.std-btn,
.std-btn {
	display: inline-block;
	background: transparent url(/static/new_images/std-btn.png) repeat-x left top;
	height: 28px;
	line-height: 28px !important;
	padding: 0px 10px;
	letter-spacing: 1px;
	outline: none;
	color: #706237;
	font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #B8B094;
	border-bottom-color: #966A0F;
	font-size: 12px;
	-moz-text-shadow: 0px 1px RGBA(255, 255, 255, 0.75);
	-webkit-text-shadow: 0px 1px RGBA(255, 255, 255, 0.75);
	text-shadow: 0px 1px RGBA(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 1px 2px RGBA(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 2px RGBA(0,0,0,0.15);
	box-shadow: 0px 1px 2px RGBA(0,0,0,0.15);
}

a.small-btn,
.small-btn {
	background-position: left center;
	font-weight: normal;
	min-width: 60px;
	text-align: center;
	font-size: 11px !important;
	line-height: 19px !important;
	height: 21px !important;
}

.ie7 a.std-btn,
.ie7 .std-btn  {
	line-height: 19px !important;
	overflow: hidden;
	filter:chroma(color=#000000);
}

a.std-btn:active,
.std-btn:active {
	color: black;
	border: 1px solid #966A0F;
	border-top-color: #865A00;
	background-image: url(/static/new_images/std-btn-active.png);
	-moz-box-shadow: inset 0px 1px 8px RGBA(0,0,0,0.4), 1px 1px 0px RGBA(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 1px 8px RGBA(0,0,0,0.4), 1px 1px 0px RGBA(255, 255, 255, 1);
	box-shadow: inset 0px 1px 8px RGBA(0,0,0,0.4), 1px 1px 0px RGBA(255, 255, 255, 1);
}

#tqportal {
	margin: 2px 15px 0px 15px;
}

a img {
	border: none;
	outline: none;
}

#login-btn {
	width: 100%;
}

#footer {
    width: 100%;
	min-width: 900px;
    overflow: hidden;
    height: 200px;
    background: url(/static/new_images/footer-bg.png) repeat-x top left;
    color: #7A858D;
}
#footer-inner {
    width: 904px;
    height: 200px;
    margin: auto; 
    position:relative;   
}
#footer .copyright {
    position:absolute;
    left:0px;
    right:0px;
    top:40px;
    bottom: 40px;
    color: #7A858D;
    text-align:center;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

a.websiteby {
    font-weight: normal;
    font-size: 10px;
    color: #AEB7BA;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #CED7DA;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#footer .t-e-a-c-h {
    position:absolute;
    left:0px;
    right:0px;
    top:61px;
    bottom: 20px;
    color: #7A858D;
	font-family: Tahoma, 'Trebuchet MS', Helvetica, Arial, sans-serif;
    text-align:center;
    line-height: 20px;
    font-size: 11px;
    font-weight: normal;	 
    margin: 0;
    padding: 0;
}

#block-search {
	position:absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	width: 230px;
}
#block-search form {
	display: inline-block;
}
	
.search-field {
	position:relative;
	padding-left: 10px;
	width: 220px;
	height: 28px;
	margin: 11px 0;				
	background: #fff url(/static/new_images/search.png) repeat-x left top;
	border: 1px solid #222;
	border-top-color: #000;
	-moz-box-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.35);
	-webkit-box-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.35);
	box-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.35);
	border-radius: 4px;
}

.search-field input[type=text] {
	display: inline-block;
	border: none;
	outline: none;
	position: absolute;
	left: 10px;
	right: 28px;
	top: 4px;
	bottom: 4px;
	color: #6A7888;
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 12px;		
}

.search-field input[type=submit]#sbtn {
	position: absolute;
	right: 2px;
	top: 4px;
	bottom: 2px;
	text-indent: -9999px;
	font-size: 0;
	width: 26px;
	border: none;
	outline: none;
	background: url(/static/new_images/sbtn.png) no-repeat center center;
}

/* ------------------------------------------------------------------------ */

.course-nav {
    font-size: 12px;
}

.course-prev,
.course-next {

}

.course-prev-icon,
.course-next-icon {
    display: inline-block;
    height: 15px;
    width: 6px;
    background: url('/static/images/sprites.png')  no-repeat;
}

.course-prev-icon {
    margin-right: 8px;
    background-position: -26px -1064px;
}

.course-next-icon {
    margin-left: 8px;
    background-position: -1px -1064px;

}

.disabled-nav .course-prev-icon {
    background-position: -26px -1244px;
}
.disabled-nav .course-next-icon {
    background-position: -1px -1244px;
}

#course-nav a {
    border: none;
}

.course-prev {
	float: left;
}      

.course-header nav ul {
    margin: 0;
}

.course-next {    

}

#login-sidebar h4 {
    font-weight: bold;
}

.course-header {
    position: relative;
    background: #fff url(/static/images/post-btm.png) no-repeat left bottom;
    margin: 0px 0 0 0;
    padding: 0px;  
    margin: 0;
}

.course-header .block-inner {
    background: transparent;
    border:none;
    padding: 0px 28px 12px 28px;
}

.highlight-text {
    font-weight: bold;
    font-size: 10px;
    margin: 0px 2px;
    text-transform: uppercase;
    color: #71B33E;
}

/* home styles */

caption,
.small-text {
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #7A858D;
}

.staff-attrib {
    font-weight: bold;
    color: #71B33E;
}

.home-manage {
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 4px;
}

textarea {
    outline: none;    
    color: #7A858D;
    resize: none;
    overflow: hidden;
    border: 1px solid #DDD;
    border-top-color: #CCC;
    background: white;
    outline: none;
    font-size: 12px;
    background: #fff url(/static/images/input_shadow.png) repeat-x top left;
    border-color: #AAA #CCC #CCC;
    padding: 5px 10px;
    resize: none;
}

.errorlist li,
.alert {
    background: #fff6bf url(/static/images/exclamation.png) no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
    border: 2px solid #ffd324;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #444;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

li.info,
li.update,
.errorlist li {
    margin: 2px 0;
    padding: 10px 20px 10px 45px !important;
}

li.exam-passing,
li.exam-failing {
    margin: 2px 0;
    padding: 10px 20px 10px 25px !important;
}

.exam-passing {
	vertical-align: middle;
	background: #fff6bf url(/static/images/accept.png) no-repeat left center;
}

.exam-failing {
	vertical-align: middle;
	background: url(/static/images/exclamation.png) no-repeat left center;
}

.exam-no-attempts {
	vertical-align: middle;
	background: url(/static/images/information.png) no-repeat left center;
}

td.exam-passing,
td.exam-failing,
td.exam-no-attempts {
	font-weight: bold;
    padding: 5px 15px 5px 40px !important;
	background-position: 15px center;
}

.completion-tracker {
	background: #888;
	border: 1px solid #777;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 24px;
	height: 8px;
	position:relative;
	z-index: 1;
	-webkit-box-shadow: inset 0px 1px 4px RGBA(0,0,0,0.41);
	-moz-box-shadow: inset 0px 1px 4px RGBA(0,0,0,0.41);
	box-shadow: inset 0px 1px 4px RGBA(0,0,0,0.41);
}

.completion-bar {
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background: #F4D958  url(/static/new_images/std-btn.png) repeat-x left center;
	height: 8px;
	z-index: 2;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
	
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
	
	border-radius: 2px 0px 0px 2px;
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.81), inset 0px -1px 0px RGBA(0, 0, 0, 0.11);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.81), inset 0px -1px 0px RGBA(0, 0, 0, 0.11);
	box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.81), inset 0px -1px 0px RGBA(0, 0, 0, 0.11);
}

.completion-bar.full-progress {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#course-progress .completion-tracker {
	width: 32px;
	height: 8px;	
}
#course-progress .completion-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px
}
#course-progress{
	cursor: hand;
	cursor: pointer;	
}
#course-progress .completion-bar {
	height: 8px;
}
#course-progress-stats {
	padding-left: 0px;
	height: auto !important;
	display: none;
}

#course-progress-stats {
	border: 1px solid #A3A8AA;
	border-top-color: #93989A;
	background: RGBA(0,0,0,0.05);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.05)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	-moz-box-shadow: 0px 1px RGBA(255,255,255,0.8), 
				inset 0px 0px 12px RGBA(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px RGBA(255,255,255,0.8), 
				inset 0px 0px 12px RGBA(0,0,0,0.15);	
	box-shadow: 0px 1px RGBA(255,255,255,0.8), 
				inset 0px 0px 12px RGBA(0,0,0,0.15);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 5px 0;
}

#course-progress-stats th,
#course-progress-stats td {
	font-size: 11px;
	padding: 2px 0px;
}
#course-progress-stats th {
	padding-right: 10px;
	font-weight: bold;
}
.completion-hover {
	position: absolute;
	left: 35px;
	top: 0px;
	background: url(/static/images/black70.png) repeat left top;
	background: RGBA(0,0,0,0.7);
	color: #ccc;
	-webkit-text-shadow: 1px 1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
	padding: 5px;
	display: none;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 200;
	-webkit-box-shadow: 0px 2px 8px RGBA(0,0,0,0.11);
	-moz-box-shadow: 0px 2px 8px RGBA(0,0,0,0.11);
	box-shadow: 0px 2px 8px RGBA(0,0,0,0.11);
}
#course-progress .completion-hover {
	left: 0px;
	top: 15px;
}
.completion-hover .is-complete {
	color: #fff !important;
}

.completion-hover table {
	width: 100%;
}
.completion-hover table th {
	font-weight: 500 !important;
	color: #fff !important;
}

.completion-hover table caption {
	background: transparent !important;
	color: #F8DF66 !important;
	border-bottom: 1px solid #777 !important;
}

.completion-hover table th,
.completion-hover table td {
	border-color: #777;
}

.infinite {
	display: inline-block;
	padding: 0px;
	width: 18px;
	height: 18px;
	background: url(/static/images/infinite.png) no-repeat center center;
}

.lock,
.info,
.update {
    background: #fff6bf url(/static/images/accept.png) no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
    border: 2px solid #ffd324;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #444;
}

.completed {
	display: inline-block;
    background: #fff url(/static/images/accept.png) no-repeat;
	width: 24px;
	height: 15px;
	margin: 0px 5px;
}

.info {
    background: #fff6bf url(/static/images/information.png) no-repeat 15px 50%;
}

.plain-lock,
.plain-info {
    background: transparent url(/static/images/information.png) no-repeat 15px 50%;
    text-align: left;
    padding: 10px 20px 10px 45px;
}

.plain-lock,
.lock {
    background-image: url(/static/images/lock.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
td.plain-lock {
	padding-left: 45px !important;
}
.update strong {
    color: #247DC5;
}

.course-nav .update {
    margin: 0;
}
.note-cell {
    background: #fff6bf;
    border-color: #ffd324;
}
/*.stick-row {
	background-color: #FFFAD9;
    background-repeat: repeat-x;
    background-position: left bottom;
}*/

.update h1,
.update h2,
.update h3,
.update h4,
.update h5,
.update h6 {
    color: white;
}

ul#section-nav li a.section-block {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

ul#section-nav li a.section-material {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul#section-nav,
#current-page-number,
.load-btn,
.std-btn,
a.std-btn,
input[type=password],
input[type=text],
textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert,
.post-edit-wrapper,
img.image_select_preview,
#lesson-update,
.block-inner,
section.info-section,
.update,
.course-header {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

#sidebar li.active-item:before,
.round-tl {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;

}

#sidebar li.active-item,
.round-tr {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

}

#sidebar li.active-item:before,
.round-bl {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;

}

#sidebar li.active-item,
.round-br {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.alignnone {
    margin: 10px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    text-align: center;
    margin: 5px auto 5px auto;
}
.floatright {
    float: right;
}    
.floatleft {
    float: left;
}    
.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid !important; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #content {
  	margin-left: 0px;
  	padding-right: 0px;
  }
	
  div.comment {
	  page-break-inside: avoid;
  }
  
  #content-full,
  #content {
  	padding-bottom: 0px;
  }
  
  #header,
  #footer,  
  #sidebar {
  	display: none;
  }

}

#notes-tab-body .loading {
  display: none;
}