/**************************************
 * THEME NAME: q-matic
 *
 * Files included in this sheet:
 *
 *   q-matic/reset.css
 *   q-matic/q-matic.css
 **************************************/

/***** q-matic/reset.css start *****/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input { vertical-align:middle; }/***** q-matic/reset.css end *****/

/***** q-matic/q-matic.css start *****/

/**************************************
  THEME NAME: Q-Matic
 
	Name: Q-Matic
	Description: Q-Matic is a three-column theme.
	Author: Synergy Learning
 
******************************************/

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

body {
	background:url(pix/bg_body.jpg) no-repeat top center;
}

#page {
	width: 980px;  
	background: url(pix/bg_content.jpg) no-repeat center 350px;
	margin: 0 auto; font-size:0.9em;
}

#contentcontainer {
	margin:0 20px;  padding:0;
}


#footer {
	width: 980px; height:200px; 
	background:#ffffff url(pix/bg-footer.jpg) no-repeat center top;  
	margin: 0; 
	clear:both;
}




/* ---------------- Common ---------------- */


p {
	line-height:1.4em; 
	font-size: 1em;
	padding-bottom:10px;
	clear: left;
}

li{ font-size: 1em; line-height:1.4em; }

a, a:link, a:visited, a:active, a:focus { 
	color:#b7174c; 
	text-decoration:none; 
	font-weight:bold; 
}
a:hover {
	color:#265da3; 
	text-decoration:underline;
}

input[type=text] {
	border:1px solid #dddddd; 
	padding:5px;
	
}
input[type=submit] {
	background:#b7174c;
	font-family:Arial, Helvetica, sans-serif;  
	color:#ffffff; border:0; padding:5px;
	cursor:pointer;
}
input[type=submit]:hover {
	background:#265da3;
}
.sideblock input[type=submit] {
	background:url(pix/btn_standard_2.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;  
	color:#ffffff;
	height:29px; width:110px; border:0; 
	cursor:pointer; font-size:1em;
}
.sideblock input[type=submit]:hover {
	background:url(pix/btn_standard_2.gif)  no-repeat left -29px;
	
}
input[type=image] {
	border:0; padding:0;
}

.contents {background:#ffffff;}


/* ---------------- Header ---------------- */

#header, #header-home {
	clear:both; height:50px;
}
#logo {
	float:left; width:545px; 
	padding:7px 0 0 20px;
}
.headermenu {
	float:left; 
	padding:10px 0 0 0; width:390px;
}
.logininfo {
	text-align:left; float:left; 
	font-size:0.75em;
}

/* ---------------- Footer ---------------- */
	
.sitelink, .homelink {display:none;}
.helplink {padding:20px 0 0 0;}
#footer .logininfo {padding:0 0 0 30px;}


/* ---------------- Breadcrumb + editing btns ---------------- */

.navbar {
	margin:0 20px; 
	border:none; 
	display:block; 
	padding:0 0 0 5px;
}
.breadcrumb li {
	font-size:0.85em;
}
.breadcrumb .sep, #admin-report-unittest-index .sep {
	font-size:0.5em;
}
.navbutton input[type=submit] {
	display: inline; 
	background:url(pix/btn_standard.gif) no-repeat; 
	border:0; 
	color:#fff; 
	padding:0; margin:0 0 0 3px; 
	width:177px; height:29px; 
	cursor: pointer; font-family:Arial, Helvetica, sans-serif; font-size:0.85em;
}
.navbutton input[type=submit]:hover {
	background:url(pix/btn_standard.gif) no-repeat left -29px;
}

/* ---------------- Sideblocks ---------------- */

.sideblock {
  width: 212px;
  background: url(pix/bg_block_bottom.gif) no-repeat bottom left;
  padding-bottom: 10px;
  
}

#calendar td.sidecalendar .sideblock .filters table {
	background: none;
}

#calendar td.sidecalendar .sideblock {
	border: none;
}

#calendar td.sidecalendar .sideblock .filters,
#calendar td.sidecalendar .sideblock .minicalendarblock {
	border-left: 1px solid ;
	border-right: 1px solid;
	padding-bottom:10px;
}

#calendar td .sideblock .minicalendar {
	margin-bottom: 0;
}


.sideblock .content,
.sideblock .title .commands {
  background: none;
  border: none;
  border-left: 1px solid;
  border-right: 1px solid;
}

.sideblock .title .commands {
  padding: 5px; 
  margin: 0;
  height: 14px;
  clear: both;
  margin-bottom: 10px;
}

.commands .icon {
  padding-right: 2px;
}

.sideblock .content ul li {
  line-height: 1.6em;
}

.sideblock .content ul li .buttons {
  padding: 0 5px 3px;
}

.sideblock .searchform {
  text-align: left;
}

.sideblock .searchform .helplink {
  float: right;
}

.sideblock .header,
.block_adminblock .header {
  border: none; padding:5px 10px;
  background: url(pix/bg_block_top.gif) no-repeat top left;
  *height:20px;*
 
}

.sideblock .title {
line-height:1.5em;  border-bottom: 1px solid;
}

.sideblock .title h2,
.block_adminblock .header {
  font-size: 1.1em;
  font-weight: normal; 
}

.sideblock .title h2 {margin:0;}

.sideblock .section_add_menus {
  padding-top: 15px;
}

.sideblock a:hover,
.sideblock a:active {
  color: #b7174c !important;
}

form#login.loginform .c1 {
  margin-bottom: 7px; text-align:left;
}

form#login.loginform .btn {text-align:center;}

input#login_username,
input#login_password,
input#searchform_search,
input#query{
 border:1px solid #dddddd; padding:5px;
  width: 170px;
}

.sideblock .buttons {
  margin: 0;
}

.block_course_summary {
background-image: none;
}
.block_course_summary .content {
  border:1px solid;
}

#calendar td.sidecalendar .sideblock .filters,
#calendar td.sidecalendar .sideblock .minicalendarblock,
.sideblock .content,
.sideblock .title .commands,
.loginbox,
#intro.box,
.userinfobox td.content,
#content .plugin,
.questionbank,
#adminsettings fieldset {
    border-color: #dddddd;
    background: #f2f2f2 url(pix/bg_block.jpg) repeat-x ;
}

.sideblock .title,
.questionbank #displayoptions {
    border-color: #dddddd;
}

.sideblock .title h2,
.block_adminblock .header {
  color: #b7174c;
}

.sideblock a {
  color: #000000;
}

.sideblock .footer a {color:#265da3;}

.sideblock .date {color:#265da3; font-style:normal; font-weight:bold;}

.sideblock .searchform {text-align:center;}


/* ---------------- Calendar ---------------- */


table.minicalendar {
	background:#ffffff;
}
#calendar .maincalendar, #calendar .sidecalendar {
	background:#ffffff;
}
#calendar .today, .minicalendar .today {
	background:#265da3; 
	border:none;
}
#calendar .today, .minicalendar .today a {
	color:#ffffff;
}
#calendar .weekend, .minicalendar .weekend {
	color:#b7174c;
}
.calendar-controls a {
	color:#265da3; 
	font-weight:bold; 
	margin:0; padding:0;
}
.calendar-controls a:hover {
	color:#000000; 
	text-decoration:none;
}
.arrow {padding:5px;}


/* ---------------- Middle Column ---------------- */

h2.headingblock {
  border: none; color:#b7174c; 
  border-bottom: 1px solid #dddddd;
  padding: 2px;
}

.categorybox {
  border: none;
}

.noticebox {width:75%;}


/* ---------------- News/Forum ---------------- */

.forumpost {
  border: none;
}

#blog-index .sideblock {
  margin: 20px;
}

.forumpost .picture,
.eventlist .picture {
  background:  url(pix/bg_forum_top_left.jpg) no-repeat top right;
  vertical-align: bottom;
  padding: 0 19px 0 0 !important;
}

.eventlist .date {
  padding:0 10px;
  font-size: 0.7em;
}

.forumpost .topic,
.eventlist .topic {
  background:  url(pix/bg_forum_top_right.jpg) no-repeat top right;
  border: none;
}

.forumpost .author {padding-bottom:5px;
  border-bottom: 1px solid #dddddd;
}

.forumpost .side,
.eventlist .side {
  background: url(pix/bg_forum_bottom_left.jpg) repeat-y bottom right;
}

.forumpost .content,
.eventlist .description {
  background: url(pix/bg_forum_bottom_right.jpg) repeat-y bottom right;
  padding: 2px 15px 10px 5px;
}

.forumpost .commands {
  padding-top: 10px;
  font-size: 0.8em;
}

#eventform table tbody tr td {
  padding: 7px 3px;
}
img.userpicture,
img.grouppicture {
  padding: 0 5px 5px 0;
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}

.sideblock img.userpicture {
  padding: 0 2px 2px 0;
}

.forumolddiscuss {
  padding-top: 10px;
  font-size: 0.9em;
}

#intro.box {
  border: 1px solid;
  margin-top: 25px;
}

.singlebutton {
  margin: 20px;
  text-align: center;
}

.singlebutton input {
  margin: auto;
}


.forumheaderlist .discussion .topic {
  background: none;
}

.forumheaderlist,
.generaltable,
.logtable,
.files,
#categoryquestions {
  border: 1px solid #f7f7f7;
  margin-bottom: 10px;
}

.forumheaderlist th,
.generaltable th,
.logtable th,
.files th,
#categoryquestions th {
  background: #ddd;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 3px 0 0;
}

.logtable th,
#participants th {
  padding: 2px 5px 0;
  font-size: 0.8em;
}
.forumheaderlist td,
.generaltable td,
.logtable td,
.files td,
#categoryquestions td {
  border: none;
  border-left: 1px solid #f7f7f7;
  padding: 0 3px;
}

#categoryquestions select#menusortorder {
  float: right;
  margin-right: 5px;
}
.forumheaderlist .r0,
.generaltable .r0 {
  background: #f7f7f7;
}

.discussioncontrols td,
.discussioncontrols div {
  float: right;
}

.forumthread {
  padding: 10px 35px;
}



/* ---------------- Pop ups ---------------- */


body#help {
	background:none; 
	margin-top:20px;
}
#help #page {
	width:90%;
}
#help #footer {
	background:none; 
	width:90%;
}

/* ---------------- Courses ---------------- */

.weeks 
	{background:#f2f2f2 url(pix/bg-middle.gif) repeat-x; 
	border:1px solid #dddddd;
}
#course-view .weekscss .section, #course-view .section td, #course-view .section td.side, #course-view .section td.content {
	border:1px solid #dddddd; background:#ffffff;
	
}
#course-view .section .spacer{
	height: 10px; background:none; border:none;
}
#course-view .weekscss .section, #course-view .section td.side {
	background:#ffffff;
}
#course-view .weekscss .current, #course-view .current td.side {
	background:#c7d6de;
}
.categoryboxcontent, .coursebox {
	background:#ffffff; border:none; text-align:left;
}

.name a, category a {color:#265da3;}

.coursebox {background:url(pix/bullit_course.gif) no-repeat; padding:0 0 0 30px; text-align:left; min-height:30px;}

.coursebox .summary {width:auto; float:none;}




/* ---------------- Textresize ---------------- */


#text-resize {
	clear:both; height:30px; text-align:right; padding:55px 43px 0 0; display:block;}

.pixels {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.point {
	font-size:12pt;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.em {
	font-size:1em;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.undefined {
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.FontSize {
	display: none; /* hide from non-Javascript browsers */
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}
.increaseSize{
	color:#CCCCCC;
	font-size:15px;
	float:right;
	margin: -1px 0 0 10px ;
	background: url(pix/text-increase.gif) no-repeat;
	width: 20px;
	height: 21px;
}
.resetSize{
	color:#CCCCCC;
	font-size:13px;
	float:right;
	margin: -1px 0 0 10px ;
	background: url(pix/text-reset.gif) no-repeat;
	width: 20px;
	height: 21px;
}
.decreaseSize{
	color:#CCCCCC;
	font-size:11px;
	float:right;
	margin: -1px 0 0 10px ;
	background: url(pix/text-decrease.gif) no-repeat;
	width: 20px;
	height: 21px;
}

#text-resize a{
	text-decoration: none;
	color:#fff;
	font-weight: normal;
}

#text-resize a:hover{
	text-decoration: underline;
}


/* ---------------misc----------------------*/

#mod-lesson-index .cell {
	font-size: 0.9em; padding:5px;
}

/* ---------------homepage----------------------*/

.sitetopic {margin:0; padding:0; border:none;}

.homewelcome {margin:0; padding:0 0 0 5px; height:165px;}

.homecourses {
	background: #f2f2f2 url(pix/bg_block.jpg) repeat-x;
	border:1px solid #dddddd; padding:10px; margin:0 0 10px 0;
	}
	
.homecourses li {
	background:url(pix/bullit_course.gif) no-repeat 0 10px; 
	padding:10px 0 0 35px; 
	text-align:left; 
	min-height:30px; 
	list-style:none;
	border-bottom:1px solid #dddddd;
}
	
.homecourses a {color:#265da3;}	
	
.homecourses a:hover {color:#b7174c;}	
	
/* fixes */

.summary ol, ul{
	list-style: square;
	margin-left: 15px;
	margin-bottom: 8px;
}

.summary ul li{
	padding: 3px 0;
}

.sideblock .content{ margin-top: 10px; clear: both; }

.topics img{  margin: 10px 0 10px 10px; }

.backup-form-instances{ margin: 0; }
.backup-form-instances .backup_user_info_forum_instance_429{ float: left; }
.block_site_main_menu .buttons img.icon{ display: none; }

form#chooselang{ position: relative; top: 40px; right: 30px; display: block; width: 200px; height: 30px; text-align: right; }/***** q-matic/q-matic.css end *****/

