/**************************************
 * THEME NAME: afterburner
 *
 * Files included in this sheet:
 *
 *   afterburner/styles.css
 **************************************/

/***** afterburner/styles.css start *****/

﻿/********************************************************
**
** Theme name: Afterburner - Blue Coat School Version
** Description: A GPL theme for Moodle.
** Creation Date: 02/16/10
** Author: Patrick Malley
** Author URI: http://newschoollearning.com
** Customized by Chiyanjano Kazuwa
** URL:http://www.fogrex.com http://www.fourthgroupexperience.com 
** Edited For Blue Coat Schol Coventry by Bashir Kabiri
*********************************************************/
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, 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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: 5;
	border: 0;
}

/* End Reset */
/*This reset the style sheet for the uploaded browser */
body {
    background-color: #FFF;
    background-image:url('images/page_gl.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
}

body, td, th, li, p {
  line-height: 1.4;
  font-size: 1em;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  }
  
#background {
	position: relative;
	border: none;
	width: 1200px;
	margin: 0 auto;
}


  
#wrapper {
    background: #EAEEF6; 
    font-size: .9em;
}

#profilepic {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #003366;
	top: 50px;
	left: 50px;
	visibility: hidden;
	border: 1px solid #3366CC;
	
}

a:link,a:visited,
.tabrow1 a:link span { 
  color: black;  
}

a:hover,a:active,
.tabrow1 a:visited span {
  text-decoration: none;
  color: orange;
}

a img {
  border:none;
}

a:active {
  outline: none;
}

p {
  margin: 0 0 1em;
}
/* Header */

#logo {
  width: 1200px;
  display: block;
  float: left !important;
  position: relative;
  height: 100px; 
  background-color: #003366;
  background-image:url('images/header.jpg');
  background-repeat:no-repeat;
  margin-top: 0;
  margin-bottom:-30px;
  
}

#header-home,
#header {
 
 }

h1.headermain {
  visibility: hidden;
  top: 3px;
  left: 0;
  
  
}

.headermenu 
{
    position: absolute;
    font-size:1em;
	top:1px;
	left: 80%;
	width: auto;
	color:#fff;
	zoom: 1;
	background-color: #003366;
	padding: 5px;
    
}

.logininfo 
{
   
    }
    
div.headermenu a 
{
    color: #ACC2EF;
    }
    
div.headermenu a:hover 
{
    
    color: #FFC800;
    }

/* Navbar */

.navbar {
  background:#C3D2E9;
  margin:0;
  padding:5px 15px 5px;
  color:#FFF;
  border-top: 1px solid #FFCC00;
  
  
}

.navbar.a {
	color: #FFF;
}

.navbar .breadcrumb {
}

.navbar .navbutton {
  margin-top:0;
}

/* Content */

#layout-table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

#left-column,
#right-column {
  padding: 0;
}

#left-column {
  background: url(images/sidebar_g.png) no-repeat #C3D2E9;
  
  
}

#right-column {
  background: #FFF;
  background: url(images/sidebar_g.png) no-repeat #C3D2E9;
  
}

#middle-column {
  padding-top: 5px;
  
  
  
}


/* Sideblocks */

.sideblock {
  margin-bottom:0;
  padding-bottom: 30px;
}

.sideblock .header {
  border:none;
  background: #003366;
  border-bottom:1px solid #c3d9e1;
  color:#FFF;
  padding: 6px 5px 4px;
  text-transform: uppercase;
  background-image: url(images/bgheader.png);
  background-repeat: repeat-x;
  
}

#right-column .sideblock .header {
  border-bottom:1px solid #ddd;
  color:#6699FF;
}


.sideblock .title {
  
}

.sideblock .title h2 {
  font-size: 1em;
}

.sideblock .content {
  background: none;
  border:none;
  border-top: 1px solid #dfeaef;
}

#right-column .sideblock .content {
  border-top: 1px solid #fff;
}

.block_course_summary .content,
.sideblock .minicalendar {
  border: none;
}

.sideblock .minicalendar th,
.sideblock .minicalendar td {
  font-size:0.9em;
}

#left-column .hidden .header,
#right-column .hidden .header {
  border:none;
}

.hide-show-image {
  padding-top: 1px;
  padding-right: 5px;
}

/* Courses */

h2.headingblock {
  border-width:0 0 1px 0;
  padding-bottom:0;
}

.coursebox {
  border-width:0 0 1px 0;
  padding-bottom:10px;
}

.categorybox {
  border:none;
}

#course-view #section-0 .side,
#course-view #section-0 .content {
  border:none;
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #cc3300;
  color: #fff;
}

.coursebox .info {
  width:44%;
}

.sitetopic {
  border:none;
}

.sitetopic h2 {
  margin-top: 0;
}

/* Forums */

.forumpost {
 
   
}

.forumpost .picture {
  background: none;
}

.forumpost .side {
  background: none;
}

.forumpost .topic {
  
  padding: 5px 10px;
  background-color: #BCCCE6;
  margin-top: 10px;
  
}

.forumpost .content {
  
  padding: 5px 10px;
}

.discussioncontrols td {
  padding: 10px 5px;
}
/* Users */

.userinfobox {
  border: none;
}

.userinfobox .content {
  
  
}

.userinfobox 
{
    background-color: inherit;
    }

/* Tables */

.generaltable {
  
}

#attempts th,
#tag-management-list th,
#participants th,
.quizattemptsummary th,
.course-report-outline th,
#admin-report-security-index th,
#admin-roles-override th,
#admin-roles-assign th,
#admin-blocks th,
#admin-modules th,
#grade-edit-scale-index th,
#enrol th,
#course-category th,
.editcourse th,
#admin-roles-allowoverride th,
#admin-roles-manage th,
#admin-roles-allowassign th,
#mod-wiki-index th,
#mod-survey-index th,
#mod-scorm-index th,
#mod-resource-index th,
#mod-glossary-index th,
#mod-data-index th,
#mod-chat-index th,
#mod-choice-index th,
#mod-assignment-index th,
#mod-lesson-index th,
#mod-quiz-index th,
#admin-user th,
.user-grade th,
.logtable th,
.mod-forum .generaltable th,
.forumheaderlist th,
.results th {
  border-bottom: 1px solid #ddd;
  padding: 2px 4px;
  background: #fff url(images/gradient.png) repeat-x 0 100%;
}

#participants td,
.quizattemptsummary td,
.course-report-participation td,
.course-report-outline td,
#admin-report-security-index td,
#admin-roles-override td,
#admin-roles-assign td,
#admin-blocks td,
#admin-modules td,
#grade-edit-scale-index td,
#enrol td,
#course-category td,
.editcourse td,
#admin-roles-allowoverride td,
#admin-roles-allowassign td,
#admin-roles-manage td,
#admin-user td,
#tag-management-list td,
#mod-wiki-index td,
#mod-survey-index td,
#mod-scorm-index td,
#mod-resource-index td,
#mod-quiz-index td,
#mod-lesson-index td,
#mod-glossary-index td,
#mod-data-index td,
#mod-chat-index td,
#mod-choice-index td,
#mod-assignment-index td,
.mod-forum .generaltable td,
.forumheaderlist td {
  border-width: 0 1px 0;
  border-color: #ddd !important;
  border-style: solid;
}

table#attempts tr.r0 td.cell {
  background: #fff;
}

.forumheaderlist .discussion .starter {
  background: none;
}

#participants .r1 .cell,
.quizattemptsummary .r1 .cell,
.course-report-participation .r1 .cell,
#admin-report-security-index .r1 .cell,
#admin-roles-override .r1 .cell,
#admin-blocks .r1 .cell,
#admin-modules .r1 .cell,
#grade-edit-scale-index .r1 .cell,
#enrol .r1 .cell,
#admin-roles-allowoverride .r1 .cell,
#admin-roles-allowassign .r1 .cell,
#admin-roles-manage .r1 .cell,
#admin-roles-assign .r1 .cell,
#admin-user .r1 .cell,
#tag-management-list .r1 .cell,
#mod-wiki-index .r1 .cell,
#mod-survey-index .r1 .cell,
#mod-scorm-index .r1 .cell,
#mod-quiz-index .r1 .cell,
#mod-lesson-index .r1 .cell,
#mod-glossary-index .r1 .cell,
#mod-data-index .r1 .cell,
#mod-chat-index .r1 .cell,
#mod-choice-index .r1 .cell,
#mod-assignment-index .r1 .cell,
.mod-forum .generaltable .r1 .cell,
.forumheaderlist .r1 {
  background: #f7f7f7;
}

/* Calendar */

#calendar .maincalendar,
.calendar #calendar .sidecalendar .sideblock {
  border: none;
}

/* Misc */

#intro {
  background: #f5f5f5;
  margin-top: 1em;
}

#mod-forum-view .subscription {
  margin-bottom: 15px;
}

legend {
  border: 1px solid #eee;
  padding: 0 5px 5px 5px;
 
}

fieldset {
  background: #EAEEF6;
  padding: 5px;
}

fieldset.invisiblefieldset,
fieldset.hidden {
  background: none;
}

#attempts {
  font-size: 13px;
  margin-top: 15px;
}

#attempts .status div.s0 {
  background: #fdfcc6;
}

#site-index #right-column div div div input {
  margin-top: 15px;
  background-color: #003366;
  color: #FFF;
  border: none;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#site-index #right-column div div div input:hover {
  background-color: #FEC00F;
  color: #003366;
  border: none;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#site-index #right-column .sideblock div div input {
  margin-top: 2px;
  background-color: #003366;
  color: #FFF;
  border: none;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#content {
	font-size: 0.9em;
	
 }
 
div.modified,
.subscription,
div.allcoursegrades,
.reportlink {
  padding: 15px;
}

#mod-resource-view .generalbox {
  border: none;
}

.mod-choice #tablecontainer,
.forumheaderlist,
div.allcoursegrades,
table.forumpost,
.user #page table.controls {
  width: 95%;
  margin: 0 auto;
}


#front {
	border:2px solid #FEC00F;
	margin-top: -15px;
}


/* Dealing with all form input elements */

* input {
  background-color: #003366;
  border: 1px solid #97A7C0;
  padding: 5px;
  background-image: url('images/btn-bg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin-left: 5px;
}

type='submit' 
{



    
}


#searchform_search
{
    height: 15px;
    color: #000;
    background-image: none;
    background-color: #E1E7F1!important;
    border: 1px solid #003366!important;
    }
    
#searchform_button
{   
    width: 50px;
    height: 30px!important;
    color: #003366;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #6699FF; 
    background-image: url('images/btn-bg.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}
    
.hide-show-image
{
    border: none;
    background-image: none;
    margin: 0;
    padding: 0;
 }
    
    
* input:hover {
  background-color: #BECEE7;
  color: #003366;
  border: 1px solid #6699FF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#left-column *input {
  background-color: #003366;
  color: #FFF;
  border: none !important;
  margin-right: 4px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#left-column *input:hover {
  background-color: #FEC00F;
  color: #003366;
  border: 1px solid #6699FF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#right-column *input:hover {
  background-color: #FEC00F;
  color: #003366;
  border: 1px solid #6699FF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

* select{
  background-color: #6699FF;
  color: #FFF;
  border: 1px solid #6699FF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#wrapper *select{
  background-color: #6699FF;
  color: #FFF;
  border: 1px solid #6699FF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#content *input{
	margin-bottom: 10px !important;
 }

#content *select {
  border: none !important;
  margin-right: 15px;
  margin-left: 5px;
    
 }
 
 /* Ends here */


/* Footer */

#footer {
  background: #C3D2E9;
  color: #999999;
  margin-top: 25px;
  height: 100px;
  border-top: 1px solid #FFCC00;
}

#footer a {
  
  color: #999999;
  text-decoration: none;
}

#footer a:hover {
  
  color: #003366;
   
}

body.course #footer {
  margin: 0;
}

#footer .wrapper {
  padding: 15px;
  line-height: 1.1;
  font-size: .9em;
}

.footer-left {
  float: left;
  text-align: left;
  color: #999999;
}

.footer-right {
  float: right;
  text-align: right;
}

#footer .logininfo {
  font-size: 1em;
}

#footer-bottom {
  text-align: center;
}

/*Debug middle table content */


.spacer 
{
    background: #EAEEF6;
    height: 20px;
    border: 0;
    }  
    
.topics 
{
    border: 0;
   
    } 
    
.seperator 
{
    }
    
   /***** afterburner/styles.css end *****/


