/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: inherit; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: separate; border-spacing: 0;display: table;vertical-align: middle;border-color: inherit; }

@font-face {
    font-family: 'Myriad Pro';
    src: url('font/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nobile';
    src: url('font/nobile.ttf');
    font-weight: normal;
    font-style: normal;

}
/* 
   General 
------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background: #E6E7E8;
	color: #BCBEC0;
	font: normal 1.3em  tahoma, verdana, arial, sans-serif;
	height: 100%;
	padding-top: 132px;
}
/*
*[title] {
	padding: 4px 8px;
	white-space: nowrap;
	z-index: 20;
	background: #404041;
	border: 1px solid white;
	color: white;
}
*/
/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 0.2em;
}

h1 {font: normal 1.6em  tahoma, verdana, arial, sans-serif;}
h2 {font: normal 1.5em  tahoma, verdana, arial, sans-serif;}
h3 {font: normal 1.4em  tahoma, verdana, arial, sans-serif;}
h4 {font: normal 1.3em  tahoma, verdana, arial, sans-serif;}
h5 {font: normal 1.2em  tahoma, verdana, arial, sans-serif;}
h6 {font: bold 1.1em  tahoma, verdana, arial, sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: white url('') no-repeat 0 -414px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: black;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}
hr {
	color: #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-bottom: 0;
}
/* 
   Links 
------------------------------------------------------------------- */

a {color: white;}
a:hover {
	color: #dfdfdf;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */
input[type="submit"],input[type="reset"],input[type="button"],input.button,button,a.button,a#post_submit.button {
	display: inline-block;
	padding: 4px 7px;
	margin: 2px;
	line-height: 12px;
	text-decoration: none !important;
	cursor: pointer;
	background: #BE1E2D;
	color: white;
	border: 1px solid #939598;
}
#inner_content input.button,#inner_content button,#inner_content a.button,#inner_content a#post_submit.button {color: white;}
#inner_content input.button:active,#inner_content button:active,#inner_content a.button:active,#inner_content a#post_submit.button:active {color: black;}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,input.button:hover, button:hover, a.button:hover {
	text-decoration: none !important;
}
input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,input.button:active,button:active,a.button:active,a#post_submit.button:active {
	background: #F1F2F2;
	color: black;
	border: 1px solid black;
}
fieldset {
	margin: 1em 0 1.2em;
	border: 0 solid #ccc;
}

input, textarea, select {
	background-color: #FFFFFF;
	border-color: #d9d9d9 #D0D0D0 #A9A9A9;
	border-style: solid;
	border-width: 1px;
	font: normal 1em  tahoma, verdana, arial, sans-serif;
	padding: 1px;
}
textarea {overflow: auto;}
input.image {
	border: 0;
	padding: 0;
}
input.link:hover {
	text-decoration: underline;
}
.blank {border: 2px solid red;}
label.error {color: red;}
/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: white;
	border: 1px solid black;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}

span.counter {
	position: relative;
	top: -1px;
}

.quicklinks {
	width: 240px;
	height: 220px;
	margin: auto;
	margin-bottom: 20px;
}
img.quicklink {
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/* 
   Layout 
------------------------------------------------------------------- */

/* General */
#page_section {
	position: relative;
	margin: 0 auto;
	background: #E6E7E8;
}
#toolbar {
	position: relative;
	z-index: 98;
	width: 900px;
	float: right;
	top: 21px;
}
#leftmenu ul.toolbar > li {
	padding: 0;
	margin: 0;
}
#leftmenu ul.toolbar > li, ul.toolbar > li > a {
	float: left;
	background-image: none !important;
}
ul.toolbar > li > a {
	color: #D1D2D4;
	font-weight: normal;
	text-decoration: none;
	margin-left: 20px;
}
#toolbar ul.toolbar > li > a:focus,
#toolbar ul.toolbar > li > a:hover,
#toolbar ul.toolbar > li > a:active,
#toolbar ul.toolbar > li > a.active:focus {
	color: white;
	text-decoration: underline;
}
h1.title {color: #BE1E2D;}
#header {
	padding: 0;
	color: white;
	margin: 0;
	height: 132px;
	z-index: 98;
	width: 100%;
	background: #414042 url('/images/banner_over.png') no-repeat;
}
#inner_header {
	margin: 0 auto;
}
#banner {
	position: relative;
	bottom: -16px;
}
#logo {
	position: relative;
	left: 0;
	width: 448px;
	height: 116px;
	float: left;
	background-image: url('/images/LOGO.png');
}
#header-login-form button.login-button {
	background: transparent url('/images/login_button.png') no-repeat;
	background-position: 0 0;
	border: 0;
	width: 41px;
	height: 20px;
	margin-top: 1px;
}
#header-login-form button.login-button:active {
	background-position: 0 -20px;
}
#header-login-form {
	position: relative;
	top: 16px;
	right: 16px;
}
body.logged-in #header-login-form {
	right: 15px;
}
@media only screen and (max-width: 991px) {
	#footer {
		display: none !important;
	}
}
@media only screen and (max-width: 876px) {
	body:not(.logged-in) #header-login-form {
		top: 7px !important;
		background-color: transparent;
		right: 30px !important;
	}
	#banner, #footer {
		display: none !important;
	}
	#header {
		height: 68px !important;
		background-color: #414042;
		background-image: url('/images/LOGO_mobile.png');
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
	}
	body {
		padding-top: 68px !important;
	}
	#header-login-form .username > input, #header-login-form .password > input {
		width: 80px !important;
	}
	body.logged-in #header-login-form {
		top: 7px !important;
		background-color: #414042;
		right: 50px;
	}
	#login-wrap, #wrap {
		width: 320px !important;
	}
	#header-login-form a.front, #header-login-form .username, #header-login-form .password, #header-login-form .login-submit, #header-login-form .remember, #header-login-form .login-bottom, #header-login-form a.forgot, #header-login-form a.register {
		font-size: 10px !important;
	}
	#content .post_right_detail span.author_name, #content .post_right_detail a.post_title, #content .post_right_detail a.course_code, #content .post_right_detail span.post_content, .post_answer, #content .post_right_detail span.course_name, #content .post_right_detail span.post_week, #inner_content input.button, #inner_content button, #inner_content a.button, #inner_content a#post_submit.button, #content .post .post_right_detail {
		font-size: 12px !important;
	}
	.average_rate {
		display: none !important;
	}
}
#header-login-form .username, #header-login-form .password, #header-login-form .login-submit {
	float: left;
	margin-right: 7px;
	font-size: 13px;
	color: white;
}
body:not(.logged-in) #rememberMe, body:not(.logged-in) #rememberMePopup {
	top: 2px;
    position: relative;
    left: 8px;
}
#header-login-form .remember {font-size: 13px;}
#header-login-form .login-bottom {
	float: right;
	position: relative;
	bottom: 16px;
	right: 75px;
}
#header-login-form a.forgot, #header-login-form a.register {
	font-size: 13px;
	text-decoration: none;
}
#header-login-form a.forgot:hover, #header-login-form a.register:hover {
	text-decoration: underline;
}
#header-login-form a.forgot {color: white;}
#header-login-form a.register {color: white;}
#header-login-form .username > input, #header-login-form .password > input {
	background: #BE1E2D;
	width: 100px;
	border: 1px solid white;
	color: white;
}
#header-login-form a.avatar {
	float: left;
}
#header-login-form a.username {
	position: relative;
	top: 7px;
	left: 5px;
	border-right: 1px solid white;
	line-height: 12px;
	padding-right: 4px;
	text-decoration: none;
}
#header-login-form a.front {
	font-size: 13px;
	padding-left: 3px;
	border-right: 1px solid white;
	line-height: 12px;
	padding-right: 4px;
	text-decoration: none;
	top: 7px;
}
#header-login-form span#user-toggle {
	float: left;
	width: 18px;
	height: 16px;
	background: transparent url('/images/arrow.png') no-repeat;
	cursor: pointer;
	position: relative;
	top: 4px;
}
#header-login-form span#user-toggle.clicked {
	width: 16px;
	height: 16px;
	border: 1px solid black;
	border-bottom: 0;
	background: #A7A9AB url('/images/arrow_click.png') no-repeat;
}
#header-login-form.logged_in a {
	float: left;
	position: relative;
}
#header-login-form #user-panel {
	background: #A7A9AB;
	min-width: 42px;
	min-height: 38px;
	position: absolute;
	top: 20px;
	right: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 1;
	display: none;
}
#header-login-form #user-panel > ul {
	position: relative;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#header-login-form #user-panel > ul > li {
	position: relative;
	display: block;
	text-align: start;
}
#header-login-form #user-panel > ul > li > a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	padding: 4px 8px;
	margin: 2px;
	line-height: 1.2rem;
	height: 12px;
	float: none;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 20px);
}
#header-login-form #user-panel > ul > li > a:hover {
	background: #BE1E2D;
	color: white;
}
input#has_agreed {
    position: relative;
    top: -1px;
    left: 4px;
}
/* Weeks Bar */
#weeks {
	position: relative;
	background: transparent;
	height: 30px;
	overflow: hidden;
	z-index: 97;
}
#weeks_toggle, a#course_name_toggle {
	position: relative;
	float: left;
	display: inline-block;
	margin: 2px;
	line-height: 19px;
	text-decoration: none !important;
	z-index: 97;
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px #fff;
	-moz-box-shadow:    0 1px 1px #fff;
	box-shadow:         0 1px 1px #fff;
	padding: 0 4px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
}
#weeks_toggle:hover, a#course_name_toggle:hover {
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
#weeks_toggle:active, a#course_name_toggle:active, #weeks_toggle.clicked, a#course_name_toggle.clicked {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
ul#weeks_bar {
	display: none;
	position: absolute;
	float: left;
	top: 2px;
	margin-left: 0;
	background: #E6E7E8;
	padding: 1px 0 2px;
	border: 1px solid #939598;
	z-index: 96;
}
ul#weeks_bar > li {
	position: relative;
	float: left;
	margin-right: 1px;
}
ul#weeks_bar > li > a {
	background: transparent;
	color: #BE1E2D;
	padding: 2px 4px;
	font-size: 14px;
	text-decoration: none;
}
ul#weeks_bar > li > a:hover {
	background: #404041;
	color: #A7A9AB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/* Navigation */
#topmenu {
	float: left;
	background: white;
	position: relative;
	clear: both;
	left: 804px;
	bottom: -4px;
}
#topmenu ul > li {
	list-style: none;
	position: relative;
	float: left;
	padding: 5px 10px;
	border-left: 1px dotted black;
}
#topmenu ul > li:first {
	border-left: 0;
}
#topmenu ul > li > a {
	color: black;
	font-size: 1em;
	text-decoration: none;
}
#topmenu ul > li > a:hover {
	text-decoration: underline;
}
#leftmenu {
	font: 1.1em  tahoma, verdana, arial, sans-serif;
	position: relative;
	height: 100%;
	height: auto !important;
	z-index: inherit;
	margin: 0;
	padding: 10px;
	top: 0;
}
#leftmenu > ul > li {
	list-style: none;
	position: relative;
	display: inline;
	float: left;
	padding-left: 20px;
	background-image: url('/images/link_icon.png') !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	padding-bottom: 1px;
	margin-bottom: 10px;
	clear: both;
}
#leftmenu > ul > li > a{
	color: black;
	text-decoration: none;
}
#leftmenu > ul.administrator > li,#leftmenu > ul.student > li,#leftmenu > ul.coordinator > li {background-color: #a40000;}
#leftmenu > ul > li > a:hover {
	text-decoration: underline;
}
#leftmenu > ul {
height : auto;
z-index : inherit;
list-style : none;
margin : 0;
padding : 0;
}
#leftmenu h5 {
width: 153px;
padding: 0 7px;
}
#leftmenu div.heading {
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#leftmenu a.course_code {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #BE1E2D;
}
#leftmenu a.course_code:hover {
	text-decoration: underline;
}
#leftmenu span.course_name {
	color: #808285;
	font-size: 13px;
}
#leftmenu ul#other_courses li.course {
	width: 120px;
	min-height: 20px;
}
#leftmenu ul#other_courses li.course span.course_name {
	display: none;
}
#rightmenu {
	border: 0 solid #E9E4E5;
	background: transparent;
	font: 1.1em  tahoma, verdana, arial, sans-serif;
	height: 100%;
	height: auto !important;
	z-index: inherit;
	left: 700px;
	top: 5px;
}
#leftmenu a#course_name_toggle {
	position: relative;
	float: left;
	margin: 8px 0;
	text-decoration: none;
}
#rightmenu .courses {
	overflow: auto;
	border: 1px solid #E9E4E5;
	padding: 10px 20px;
	width: 160px;
}
#rightmenu a{
	color: #333;
}
#rightmenu h5 {
background: #CCC;
width: 188px;
padding: 0 7px;
}
#rightmenu div.heading {
	height: 13px;
	border-top: 1px solid #939598;
	background: #BCBEC0;
	color: black;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: bold;
}
#rightmenu .post {
	display: block;
    overflow:hidden;
    height:auto !important;
	min-height: 45px;
	margin-top: 0;
	padding-top: 5px;
	border-top: 1px solid #c2c2c2;
}
#rightmenu .post.first {
	border-top: 0 !important;
}
#rightmenu .post a {
	text-decoration: none;
}
#rightmenu .post a:hover {
	text-decoration: underline;
}
#rightmenu .post a.author {
	position: relative;
	float: left;
	margin-right: 10px;
}
#rightmenu .post .post_right_detail {
	display: block;
	float: right;
	min-height: 45px;
	width: calc(100% - 50px);
}
#rightmenu .post a.title, #rightmenu .post_right_detail a.course_name {
	float: none;
	color: #BE1E2D !important;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
#rightmenu .post a.title {font-weight: normal;}
#rightmenu .post  a.title:hover, #rightmenu .post_right_detail a.course_name:hover {
	text-decoration: underline;
}
#rightmenu .post_right_detail span.author_name {color: black;}
#rightmenu .post_right_detail a.post_see_more {color: #808285; float: right;}
#rightmenu .post_right_detail a.post_see_more:hover {text-decoration: underline;}
#rightmenu .post_right_detail a.title, #rightmenu .post_right_detail span.author_name, #rightmenu .post_right_detail a.course_name, #rightmenu .post_right_detail a.post_see_more {
	font-size: 13px;
}
.post span.author_name a {color: black; text-decoration: none;}
.post span.author_name.lecturer a {color: #BE1E2D !important;}
.post span.author_name a:hover {color: black; text-decoration: underline !important;}
.post span.author_name.lecturer a:hover {color: #BE1E2D !important;}
#ask_label {
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: url('/images/ask_question.png') no-repeat;
	padding-left: 18px;
}
#ask_question {
	position: relative;
	overflow: hidden;
	min-height: 60px;
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
#question_section {
	position: relative;
	background: transparent;
	width: calc(100% - 2px);
	height: 36px;
	border: 1px solid #BE1E2D;
	margin-top: 5px;
	cursor: text;
}
#question_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
}
#question_close_button, .close_button, #search_bar button#search_submit.close_button {
	display: none;
	cursor: pointer;
	height: 15px;
	width: 15px;
	background: url('/images/close_button.png') no-repeat;
}
#question_close_button:hover, .close_button:hover, #search_bar button#search_submit.close_button:hover {
	background-position: 0 -16px;
}
#question_close_button:active, .close_button:active, #search_bar button#search_submit.close_button:active {
	background-position: 0 -32px;
}
.question_element {
	width: 100%;
	height: 22px;
}
.question_element > label{
	float: left;
	margin: 3px 0 0 5px;
}
.question_element input, .question_element select, .question_element textarea {
	float: right;
	background: transparent;
}
.question_element input {
	width: calc(100% - 75px);
	margin-right: 20px;
}
.question_element textarea {
	width: 250px;
	margin-right: 170px;
	height: 20px;
	line-height: 20px;
}
input#question_title,input#question_url {
	border: 1px solid #F68F75;
	color: #F68F75;
}
input#question_title {
	width: calc(100% - 75px);
	left: -20px;
    position: relative;
}
label[for="question_title"],label[for="question_url"] {
	color: #F68F75;
}
label[for="question_title"] {
	left: -20px !important;
    position: relative;
}
label[for="question_hide"] {
	margin-top: 6px;
}
textarea#question_body, textarea#question_answer {
	border: 0;
	border-bottom: 1px solid #808285;
	color: #808285;
	float: left;
	width: calc(100% - 12px);
	margin-left: 5px;
	resize: none;
	overflow: auto;
}
input#question_hide {
	float: left;
	width: 20px;
	margin-right: 0px;
	margin-top: 7px;
}
label[for="question_body"],label[for="question_answer"],label[for="question_hide"] {
	color: #BE1E2D;
}
a#post_submit {
	float: right;
	position: relative;
	background: #BE1E2D;
	color: white;
	border: 1px solid #939598;
	border-radius: 0;
}
a#post_submit:hover {
	text-decoration: none !important;
}
.question_element {
	display: none;
	position: relative;
}
#question_bottom {
	display: none;
	position: absolute;
	height: 26px;
	bottom: 0;
	background: #FDD7C8;
	width: 100%;
	border-top: 1px solid #BE1E2D;
}
#question_bottom > .question_element {
	float: left;
	position: relative;
}
#question_bottom > .question_element.week {
	width: 95px;
}
#question_bottom > .question_element.course {
	width: calc(100% - 138px);
}
#question_bottom > .question_element > label {
	color: #BE1E2D;
	margin-top: 6px;
}
#question_bottom > .question_element > select, #question_bottom > .question_element > select > option {
	margin: 3px;
	background: #BE1E2D;
	color: white;
}
select#question_week {width: 45px;}
select#question_cid {width: calc(100% - 52px);}
/* Main */
#main {
	position: relative;
	font: normal 0.9em  tahoma, verdana, arial, sans-serif;
	background: #E6E7E8;
	padding: 0;
	padding-bottom: 42px;
	min-height: 200px;
	height: 100%;
	height: auto !important;
	margin: 0 auto;
}

#main ul li {list-style: none;}
#main ol li {list-style: decimal;}
#inner_content {color: #414041;}
#content {
	position: relative;
	min-height: 200px;
	background: transparent;
	text-align: start;
	top: 0;
}
#content p,#content h1 {
margin-top: 5px;
word-wrap: break-word;
white-space:pre-wrap;
}
#content .posts {
	position: relative;
}
#content .post {
	display: block;
    overflow:hidden;
    height:auto !important;
	min-height: 50px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #939598;
}
#content .post.first {
	border-top: 0 !important;
}
#content .post a {
	text-decoration: none;
}
#content .post a.author {
	position: relative;
	float: left;
	margin-right: 10px;
}
#content .post .post_right_detail {
	display: block;
	float: right;
	min-height: 50px;
	width: calc(100% - 50px);
	font-size: 16px;
    line-height: 2rem;
}
#content .post_right_detail a.course_code {
	float: none;
	color: #BE1E2D !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
#content .post a.title {font-weight: bold;}
#content .post  a.title:hover, #content .post_right_detail a.course_code:hover {
	text-decoration: underline;
}
#content .post_right_detail a.post_title, #content .post_right_detail a.post_title:hover {color: #BE1E2D; font-size: 15px;}
#content .post_right_detail a.post_title:hover {text-decoration: underline;}
#content .post_right_detail span.author_name {color: black;font-size: 15px;font-weight: bold;}
#content .post_right_detail span.author_name.lecturer {color: #BE1E2D;}
#content .post_right_detail span.course_name {color: #4f4f4f;}
#content .post_right_detail span.post_week {color: #4f4f4f;}
#content .post_right_detail span.post_content, .post_answer {color: black;font-size: 15px;text-align: start;display: block;}
#content .post_right_detail div.post_rate {color: black;font-size: 14px;}
#content .post_right_detail a.post_see_more {color: #808285; float: right;}
#content .post_right_detail a.post_see_more:hover {text-decoration: underline;}
a.button.like, a.button.dislike, a.button.follow, a.button.comment_toggle, .comment a.button.edit_comment, .comment a.button.delete_comment, .comment a.button {
	color: #F68F75 !important;
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px #fff;
	-moz-box-shadow:    0 1px 1px #fff;
	box-shadow:         0 1px 1px #fff;
	padding: 4px 7px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
}
a.button.like:hover, a.button.dislike:hover, a.button.follow:hover, a.button.comment_toggle:hover, .comment a.button.edit_comment:hover, .comment a.button.delete_comment:hover, .comment a.button:hover {
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
a.button.like:active, a.button.dislike:active, a.button.follow:active, a.button.comment_toggle:active, .comment a.button.edit_comment:active, .comment a.button.delete_comment:active, .comment a.button:active, a.button.like.clicked, a.button.dislike.clicked, a.button.follow.clicked, a.button.comment_toggle.clicked, .comment a.button.edit_comment.clicked, .comment a.button.delete_comment.clicked {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
/* Footer links */
#footer {
	background: #6E6E6E;
	position: relative;
	width: 100%;
	min-height: 135px;
	text-align: start;
	color: #D1D3D4;
	border-top: 4px solid #BE1E2D;
	font-size: 10px;
}
#inner_footer, #inner_footer_bottom {
	margin: 0 auto;
	width: 940px;
}
#footer .footer_column {
	float: left;
}
#footer_first{
	width: 240px;
}
#footer_second {
	width: 220px;
}
#footer_third {
	width: 360px;
}
#footer_bottom {
	position: absolute;
	background: #414042;
	color: #A7A9AC;
	top: 135px;
	height: 32px;
	width: 100%;
    left: 0;
    right: 0;
    margin: 0;
}
#footer_bottom span {
	padding-top: 10px;
	font-size: 10px;
}
#footer .footer_heading {
	font-size: 18px;
	font-family: Impact;
	text-transform: uppercase;
	margin: 4px 0;
}
.footer_divider {
	background: url('/images/footer_divider.png') repeat-y;
	width: 2px;
	height: 130px;
	position: relative;
	float: left;
	padding: 0 20px;
	top: 3px;
}
.footer_icon {
	width: 50px;
	height: 50px;
	float: left;
}
.footer_icon.facebook {
	background: url('/images/facebook_icon.jpg') no-repeat;
}
.footer_icon.linkedin {
	background: url('/images/linkedin_icon.jpg') no-repeat;
}
.footer_icon.skype {
	background: url('/images/skype_icon.jpg') no-repeat;
}
.footer_icon.twitter {
	background: url('/images/twitter_icon.jpg') no-repeat;
}
.course_title {
	position: relative;
	top: 9px;
	white-space: nowrap;
}
.course_title > a {
	color: #b88154 !important;
	text-decoration: none;
	font-weight: bold;
}
.course_title > a:hover {
	text-decoration: underline;
}
.course_section {
	width: 540px;
	background: transparent;
	position: relative;
	min-height: 42px;
	height: auto !important;
}
.course_section_top {
	position: relative;
	height: 50px;
}
.course_section_bottom {
	position: relative;
	height: 37px;
	top: -25px;
}
.course_section_top_left {
	background: url('/images/course_top_left.gif') no-repeat;
	height: 50px;
	width: 150px;
	float: left;
	position: relative;
}
.course_section_top_center {
	background: url('/images/course_top_center.gif') repeat-x;
	height: 50px;
	width: 367px;
	float: left;
	position: relative;
}
.course_section_top_right {
	background: url('/images/course_top_right.gif') repeat-x;
	height: 50px;
	width: 23px;
	float: right;
	position: relative;
}
.course_section_bottom_left {
	background: url('/images/course_bottom_left.gif') no-repeat;
	height: 37px;
	width: 34px;
	float: left;
	position: relative;
}
.course_section_bottom_center {
	background: url('/images/course_bottom_center.gif') repeat-x;
	height: 37px;
	width: 466px;
	float: left;
	position: relative;
}
.course_section_bottom_right {
	background: url('/images/course_bottom_right.gif') repeat-x;
	height: 37px;
	width: 40px;
	float: right;
	position: relative;
}
.course_section_center {
	position: relative;
	background: #F7F2EE url('/images/course.png') repeat-y;
	min-height: 42px;
	height: auto !important;
	top: -11px;
}
.course_more_post {
	position: relative;
	padding: 0 25px 25px;
}
table {
	width: 88%;
	margin-top: 10px;
	border: 1px solid #E9E4E5;
	border-collapse:collapse;
}
table td {
	vertical-align: middle;
	padding: 8px 10px;
	color: #231F20;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-collapse:collapse;
}
table td.empty {
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
table td.center {text-align:center;}
table th {
	text-transform: uppercase;
	background: #BE1E2D;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #F1F1F2;
	padding: 8px 10px;
	text-align: center;
	color: #F1F1F2;
}
body.list table tr:hover > td {
	background: #ECCABF;
}
tr.even, tr.odd {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #BEBFB9;
}
tr.even, tr.even > td {
	background: #C6C6C5;
}
tr.odd, tr.odd > td {
	background: #E6E7E8;
}
td.count {
	background: #efefef;
	text-align: center;
}
.count.posts {
	text-align: center;
}
#debug {display: none; margin-top: 12px;}
.post .post_rate_text {
	color: #BE1E2D;
	position: relative;
	font-size: 11px;
    top: -3px;
}
.post_answer_toggle, .post_answer, .comment, #addCommentContainer {
	/* Styling the comments and the comment form container */
	padding: 5px;
	position: relative;
	background-color: #FDD7C8;
	border: 0 solid transparent;
	color: black;
	margin-bottom: 1px;
	white-space: pre-line;
}
.comment .avatar{
	/*
	/	The avatar is positioned absolutely, 
	/	and offset outside the comment div
	/*/

	height:50px;
	left:-70px;
	position:absolute;
	width:50px;
	background:url('/img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Centering it vertically: */
	
	margin-top:-25px;
	top:50%;

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
}

.comment .name{
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.comment .name.lecturer{
	color: #BE1E2D;
}

.comment .date{
	font-size:13px;
	padding:0px;
	position:absolute;
	right:10px;
	top:5px;
	color:#939598;
}
.comment .author {
	position: relative;
	float: left;
	margin-right: 10px;
}
.comment .comment_right_detail {
	display: block;
	margin-left: 40px;
}
.comment p,
#addCommentContainer p{
	font-size:14px;
	line-height:1.5;
	overflow-x:hidden;
	margin: 0 !important;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #939598;
	height: 20px;
	line-height: 20px;
	margin:5px;
	margin-top: 0;
	padding:4px;
	font-size:11px;
	color: black;
	font-family:  tahoma, verdana, arial, sans-serif;
}

#addCommentContainer textarea{
	width: calc(100% - 50px);
}
#question_close_button + .question_element {
	margin-top: 5px;
	left: 20px;
}
[id^="textarea_body_comment_edit_comid_"] {
	width: calc(100% - 8px);
}
[id^="submit_comment_edit_comid_"] {
	float: none;
	margin-top: -18px;
}
[id^="chart_rate_details_pid_"] {
	width: 280px;
	height: 120px;
}
[id^="submit_comment_create_pid_"] {
	float: right;
    position: relative;
    right: -2px;
    bottom: 23px;
}
[id^="save_comment_create_pid_"], [id^="comments_pid_"], [id^="save_user_follow_id_"], [id^="save_post_rate_pid_"], [id^="save_post_like_pid_"], [id^="save_post_dislike_pid_"], [id^="save_post_follow_pid_"], [id^="save_comment_like_comid_"], [id^="save_comment_dislike_comid_"], [id^="comment_comid_"], [id^="save_comment_edit_comid_"], [id^="save_comment_delete_comid_"], [id^="user_rate_pid_"], [id^="average_rate_pid_"], #save_post, #follow_post {
	display: none;
}
.comments, #comments {
	display: none;
}
.comment a.button {
	color: #F68F75 !important;
	background: transparent !important;
	border: 0 !important;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
}
.comment a.button.edit_comment {
	cursor: pointer;
	margin-left: 3px;
	line-height: 12px;
}
.comment a.button.delete_comment {
	cursor: pointer;
	margin-left: 3px;
	line-height: 12px;
}
.vote,.comment_vote a {
	color: white !important;
	text-align: center;
}
input.button.like, input.button.dislike, input.button.follow, a.button.comment_toggle, a.delete_comment {
	background: transparent;
	color: #333;
	text-decoration: none;
}
a.edit_comment:hover, input.button.like:hover, input.button.dislike:hover, input.button.follow:hover, a.button.comment_toggle:hover, a.delete_comment:hover {
	text-decoration: underline;
}
span.like, span.dislike, span.follow {
	display: inline;
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}
span.comment_count {
	display: inline;
	float: left;
	position: relative;
	top: 2px;
	left: 4px;
}
.comment > table {
	border: 0;
}
.post .post_answer_label {
	font-style: italic;
	font-weight: bold;
}
.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:  tahoma, verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.multipleSelectBoxControl div option{	/* Select box layout */
	font-family:  tahoma, verdana, arial, sans-serif;
}
.multipleSelectBoxControl div select{	
	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width: 26px;
	border: 1px solid #A7A9AB;
	background: #404041;
	color: white;
	padding: 4px 2px;
}
.multipleSelectBoxControl div{
	float:left;
}
fieldset{
	width:500px;
	margin:10px;
}
img{
	border:0px;
}
legend {
	margin-left: 20px;
}
legend > a{
	color: #CC2222 !important;
}
.course .author {
	font-weight: bold;
}
table.course, table.course td, table.post {
	border: 0;
}
form.post-edit, form.post-delete {
	width: 25px;
	float: left;
}
body.front table.course {
	width: 508px;
}
body.front table.course td.post{
	padding: 0;
}
body.front table.post {
	border: 0;
	width: 504px;
	padding: 0;
	margin: 1px;
}
body.front table.post tr.header, body.front table.post tr.header > td {
	background: white;
}
table.post {
	border-top: 1px dotted #D2D2D2;
	border-right: 1px dotted #D2D2D2;
}
table.post:hover {
	border-top: 1px dotted #D28888;
	border-right: 1px dotted #D28888;
}
fieldset.course {
	border-left: 1px solid transparent;
}
fieldset.course:hover {
	border-left: 1px dotted #D2D2D2;
}
fieldset.course:hover > legend{
	text-decoration: underline;
}
body.admin table {
	border: 0 solid #D2D2D2;
}
#overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 97;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
#login-wrap .close-button, #wrap .close-button {
	border: 0 !important;
	width: 29px;
	height: 29px;
	right: -12px;
	top: -12px;
	position: absolute;
	cursor: pointer;
	background: url('/images/close.png') no-repeat left top;
}
#login-wrap, #wrap {
	width: 360px;
	height: 268px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translateX(-50%) translateY(0%);
	margin-top: -134px;
	display: none;
}
#login-border, #wrap-border {
	background: #5C5C5C;
	padding: 14px;
	height: 207px;
	border-radius: 20px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
#login, #wrap-content {
	background: white none;
	border: solid 1px #141414;
	border-radius: 10px;
}
#wrap-content {font-size: 18px;padding: 42px 24px;margin: auto;color: black;height: 136px;}
#wrap-content > h5 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #BE1E2D;
}
#login a {
	color: #BE1E2D;
	text-decoration: underline;
}
#login table, #login table td {
	border: 0;
	padding: 0;
	margin: 0;
}
#login-wrap h1 {
	font-size: 2em;
	margin: 6px 0 0;
	text-align: center;
	color: #e33e3e;
}
#login form {
	padding: 18px 24px;
	font-weight: normal;
	background: white;
}
#login label {
	color: #777;
	font-size: 13px;
}
#login #nav {
	text-shadow: white 0 1px 0;
	margin: 0 0 0 16px;
	padding: 0 16px 22px;
}
body.admin #content {
	position: fixed;
	z-index: 0;
	margin: 0 auto;
	width: 100%;
	left: 0;
	overflow: auto;
	top: 160px;
}
#inner_content a {color: #333;}
#inner_content a:hover {
	text-decoration: underline;
}
body.admin #content > #inner_content{
	display: block;
	margin: 0 auto;
	min-height: 100px;
	min-width: 700px;
	position: absolute;
	width: 95%;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 60px;
}
body.admin #content > #inner_content h1.title {
	font-family: Impact;
	font-size: 21px;
}
body.admin #content > #inner_content span.count {
	font-size: 14px;
	color: #231F20;
	margin-left: 24px;
}
body.admin #content > #inner_content a.button, body.admin #content > #inner_content input[type=reset], body.admin #content > #inner_content input[type=submit], body.admin #content > #inner_content button  {
	border: 1px solid #A7A9AB;
	color: white;
}
body.admin #content > #inner_content a.button:active, body.admin #content > #inner_content input[type=submit]:active, body.admin #content > #inner_content button:active {
	background: #F1F2F2;
	color: black;
	border: 1px solid black;
}
#inner_content table a{
	color: #231F20;
	text-decoration: none;
	font-weight: bold;
}
#inner_content table a:hover{
	text-decoration: underline;
}
body.admin #leftmenu, body.admin #rightmenu, body.admin #footer {
	display: none;
}
#leftmenu a.author {
	text-decoration: none;
	color: #BE1E2D;
	font-weight: normal;
}
#leftmenu a.author .name{
	position: relative;
	margin-top: -36px;
	margin-bottom: 16px;
	left: 45px;
	white-space: pre-wrap;
	width: 100px;
	height: 32px;
	padding: 0;
}
#leftmenu a.author .name:hover {
	text-decoration: underline;
}
.rate_widget, .average_rate {
    border: 0 solid #CCC;
    overflow: visible;
    padding: 5px;
    position: relative;
    width: 220px;
    height: 15px;
}
.average_rate {
	margin-top: -25px;
	margin-left: 200px;
}
.ratings_stars {
    background: url('/images/star_no_rating.png') no-repeat;
    float: left;
    height: 16px;
    padding: 2px;
    width: 16px;
	cursor: pointer;
}
.ratings_vote, .ratings_over {
    background: url('/images/star_rating.png') no-repeat;
    float: left;
    height: 16px;
    padding: 2px;
    width: 16px;
}
.average_ratings_stars {
    background: url('/images/star_no_rating_average.png') no-repeat;
    float: left;
    height: 16px;
    padding: 2px;
    width: 16px;
	cursor: pointer;
}
.average_ratings_vote {
    background: url('/images/star_rating_average.png') no-repeat;
    float: left;
    height: 16px;
    padding: 2px;
    width: 16px;
}
.total_votes {  
    background: #eaeaea;
    top: 0;
    left: 0;
    padding: 5px;
    position: relative;
}
a.details_rate_trigger {
	color: #333;
	cursor: pointer;
}
.details_rate {
	position: relative;
}
#content .control_bar {
	position: relative;
	width: 200px;
	height: 60px;
}
.no_cursor {
	cursor: default;
}
#search_bar {
	position: relative;
	margin: 15px 0 0;
	height: 27px;
}
#search_bar input#search_box, #search_bar input#search_user_box {
	float: left;
	border: 1px solid #BE1E2D;
	background: transparent;
	height: 23px;
	width: calc(100% - 43px);
	line-height: 20px;
	border-right: 0;
	padding: 0 5px 2px 10px;
	color: #808284;
}
body.admin.user.list #search_bar input#search_user_box {
	border-right: 1px solid #BE1E2D;
	width: 216px;
}
#search_bar button#search_submit {
	float: left;
	border: 1px solid #BE1E2D;
	background: transparent url('/images/search_button.png') no-repeat;
	height: 27px;
	width: 27px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#search_bar #search_suggestion, #search_bar #search_user_suggestion {
	display: none;
	border: 1px solid #BE1E2D;
	width: calc(100% - 2px);
	background: #D1D2D4;
	z-index: 96;
	color: #808284;
	position: absolute;
	top: 26px;
	padding: 0;
}
#search_bar #search_suggestion > ul, #search_bar #search_user_suggestion > ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#search_bar #search_suggestion ul > li.suggestion, #search_bar #search_user_suggestion ul > li.suggestion {
	padding: 5px 10px;
	border-top: 1px solid #BBBDC0;
}
#search_bar #search_suggestion ul > li.suggestion.first, #search_bar #search_user_suggestion ul > li.suggestion.first {
	border-top: 0;
}
#search_bar #search_suggestion ul > li.suggestion:hover, #search_bar #search_user_suggestion ul > li.suggestion:hover {
	background: #BE1E2D;
}
#search_bar #search_suggestion ul > li.suggestion:hover > a.post_title, #search_bar #search_user_suggestion ul > li.suggestion:hover > a.post_title, #search_bar #search_suggestion ul > li.suggestion:hover > a#all_results, #search_bar #search_user_suggestion ul > li.suggestion:hover > a#all_results {
	color: white;
}
#search_bar #search_suggestion ul > li.suggestion > a.post_title, #search_bar #search_user_suggestion ul > li.suggestion > a.post_title, #search_bar #search_suggestion ul > li.suggestion > a#all_results, #search_bar #search_user_suggestion ul > li.suggestion > a#all_results {
	color: #BE1E2D;
	text-decoration: none;
}
#search_bar #search_suggestion ul > li.suggestion > a.post_title:hover, #search_bar #search_user_suggestion ul > li.suggestion > a.post_title:hover, #search_bar #search_suggestion ul > li.suggestion > a#all_results:hover, #search_bar #search_user_suggestion ul > li.suggestion > a#all_results:hover {
	text-decoration: underline;
}
#search_bar #search_suggestion ul > li.suggestion > span.post_author, #search_bar #search_user_suggestion ul > li.suggestion > span.post_author {
	color: #A7A9AB;
}
#search_bar #search_suggestion ul > li.suggestion > a#all_results, #search_bar #search_user_suggestion ul > li.suggestion > a#all_results {
	cursor: pointer;
}
.paging {
	position: relative;
	line-height: 20px;
	word-spacing: 4px;
	margin: 15px 0;
}
.paging .paging_button {
	color: #1C1C1B !important;
	background: #C6C6C5;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 7px;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #AAA;
	text-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px #C6C6C5;
	-moz-box-shadow:    0 1px 1px #C6C6C5;
	box-shadow:         0 1px 1px #C6C6C5;
}
.paging .paging_button:hover {
	border-color: #666;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #C6C6C5;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #C6C6C5;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #C6C6C5;
	text-decoration: none !important;
}
.paging .paging_button:active, .paging .paging_button.selected {
	border: 1px solid #777;
	border-bottom-color: #999;
	border-top-color: #666;
	-webkit-box-shadow: inset 0 1px 2px #767675;
	-moz-box-shadow:    inset 0 1px 2px #767675;
	box-shadow:         inset 0 1px 2px #767675;
	text-decoration: none !important;
}
.paging .paging_button.selected {
	cursor: default;
}
#report_section h2 {
	font-size: 18px;
	font-family: Impact;
	color: #231F20;
}
input[name=post_edit], input[name=post_archive], input[name=post_delete], input[name=user_activate], input[name=user_deactivate], input[name=user_edit], input[name=user_delete], input[name=role_edit], input[name=role_delete], input[name=course_csv], input[name=course_assign], input[name=course_promote], input[name=course_edit], input[name=course_delete], input[name=course_allow], input[name=course_not_allow], input[name=course_guest_on], input[name=course_guest_off], input[name=course_enrol], input[name=semester_edit], input[name=semester_delete], input[name=repost], input[name=post_restore] {
	font-size: 0 !important;
	line-height: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
}
input[name=post_edit], input[name=user_edit], input[name=role_edit], input[name=course_edit], input[name=semester_edit] {
	background-image: url('/images/icon_edit.png') !important;
	width: 16px;
	height: 17px;
}
input[name=post_archive] {
	background-image: url('/images/icon_archive.png') !important;
	width: 15px;
	height: 16px;
}
input[name=post_delete], input[name=user_delete], input[name=role_delete], input[name=course_delete], input[name=semester_delete] {
	background-image: url('/images/icon_delete.png') !important;
	width: 15px;
	height: 16px;
}
input[name=user_activate], input[name=course_allow], input[name=course_guest_on] {
	background-image: url('/images/icon_activate.png') !important;
	width: 16px;
	height: 16px;
}
input[name=user_deactivate], input[name=course_not_allow], input[name=course_guest_off] {
	background-image: url('/images/icon_deactivate.png') !important;
	width: 16px;
	height: 16px;
}
input[name=course_assign] {
	background-image: url('/images/icon_addlecturer.png') !important;
	width: 23px;
	height: 15px;
}
input[name=course_enrol] {
	background-image: url('/images/icon_addstudent.png') !important;
	width: 23px;
	height: 15px;
}
input[name=course_promote] {
	background-image: url('/images/icon_promotecoordinator.png') !important;
	width: 22px;
	height: 17px;
}
input[name=course_csv] {
	background-image: url('/images/icon_csv.png') !important;
	width: 23px;
	height: 15px;
}
input[name=repost] {
	background-image: url('/images/icon_repost.png') !important;
	width: 17px;
	height: 14px;
}
input[name=post_restore] {
	background-image: url('/images/icon_restore.png') !important;
	width: 15px;
	height: 16px;
}
ul.user_course, ul.user_course > li {
	list-style-type: disc !important;
	list-style-position:inside !important;
}
#loading {
	margin: 0 auto;
	position: fixed;
	display: none;
}
@media only screen and (max-width: 1199px) {
	#leftmenu {
		display: none;
	}
}
body.terms #inner_content, body.help #inner_content, body.user #inner_content, body.admin #inner_content {
    font-size: 1.4em;
}
#mychart {
	width: 1024px;
	min-height: 320px;
}