/**************************************
 * THEME NAME: pcp
 *
 * Files included in this sheet:
 *
 *   pcp/base.css
 **************************************/

/***** pcp/base.css start *****/

/* Core */

* {
	font-size: 1em;
	font-family: verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Verdana, sans-serif;
	font-size: 83%;
	line-height: 1.4;
}


p, table {
    font-size: 1em;
}

code {
  font-size: 1.1em;
}

th {
	font-weight: bold;
}


acronym {
    font-style: normal;
    border-bottom: 1px dotted black;
}


h1 {
	font-size: 2.5em; 
    margin: 0;
    padding: 0;
	line-height: 1em;
	text-align: center;
	margin-bottom: 0.3em;
}

#site-section {
	font-size: 2em;
	color: #0099cc;
	font-weight: bold;
}

h2 {
	font-size: 1.5em; 
    margin: 0;
    padding: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}

h3 {
	font-size: 1.4em; 
    margin: 0;
    padding: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}

h4 {
	font-size: 1.3em; 
    margin: 0;
    padding: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}

h5 {
	font-size: 1.2em; 
    margin: 0;
    padding: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}

h6 {
	font-size: 1.1em; 
    margin: 0;
    padding: 0;
	margin-top: 0.5em;
	line-height: 1.4;
}


hr {
    border: none;
    border-bottom: 1px dotted #CCCCCC;
    border-bottom: 2px solid #eee;
    background: none;
    height: 1px;
    margin: 2.5em 0;
}

p {
	margin-top: 0.75em;
	margin-bottom: 0;
}

li {
    padding: 0px;
    margin: 0.2em 0;
}

ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 2em;
}

small {
    font-size: 0.8em;
    color: #888;
}




h1,
h2,
h3,
h4,
h5,
h6,
.header,
.headermain, 
.title,
.category.name a {
	font-weight: bold;
	font-family: Helvetica, Trebuchet MS, Verdana, Sans-Serif;
	color: #0099cc;
}


.bold {
	font-weight:bold;
}

.warning {
	font-weight: bold;
	font-style: italic;
}


#layout-table {
	width: 100%;
	border-collapse: separate;
	margin: 0;
	padding: 0;
}

#left-column {
	width: 180px !important;
	background: #ebebeb url(./pix/skin/nav-background.gif) repeat-x top left;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
	vertical-align:top;
	padding: 0;
	border: 0;
	margin: 0;
}

#layout-table #right-column {
	border-left: 1px dotted #ccc;
	border-left: 2px solid #ddd;
}


#layout-table #middle-column {
	padding-left:12px;
	padding-right:12px;
}

.clearer {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	border:none;
}

.continuebutton {
	text-align: center;
}

form {
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

a img {
	border:none;
}

img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
	border: 0px none
}

.notifyproblem {
	text-align: center;
	padding: 10px;
}

.notifysuccess {
	text-align:center;
	padding: 10px;
}

.generalbox {
	border-width:1px;
	border-style:solid;
	margin-bottom: 15px;
}

.generalbox#intro {
}

.noticebox {
	border-width:1px;
	border-style:solid;
}

.errorbox {
	border-width:1px;
	border-style:solid;
	margin: 1em 15%;
	width: 70%;
}

.errorbox .title {
	padding: 5px;
}

.errorboxcontent {
	padding: 5px;
}

.informationbox {
	border-width:1px;
	border-style:solid;
}

.feedbackbox {
	border-width:1px;
	border-style:solid;
}

.feedbackby {
}

.feedback {
}

.initialbar {
	text-align: center;
}

#help .indent {
	margin-left:3em;
}

.tabledivider {
	border-width:1px;
	border-style:solid;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

.sitetopic {
	margin-bottom:20px;
}

.sitetopiccontent {
	border-width:1px;
	border-style:solid;
}

.pagingbar {
	text-align:center;
}

.pagingbar a {
	padding-left: 10px;
}

.pagingbar .thispage {
	padding-left: 10px;
}

table.formtable {
	margin: auto;
}

table.formtable tbody th {
	vertical-align: top;
}

table.formtable tbody td,
table.formtable tbody th
{
	padding: 5px;
}

.paging {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.cell {
	vertical-align: top;
}

.helplink img {
	vertical-align: middle;
	margin: 0px 2px;
}

form.popupform {
	display: inline;
}

.singlebutton {
    margin-bottom: 1em;
}





.navbar {
	clear: both;
	padding: 0.2em 0.5em;
	border: 0;
	margin: 0;
}

.nav-clearer {
	clear: both;
	margin-bottom: 0.5em;
}


.navbar .breadcrumb {
	float: left;
}

.navbar .navbutton,
.navbar .menu {
	float:right;
}

#footer .navbar {
	margin-top: 4em;
}

.reportlink {
	text-align:right;
}

/***
 *** Footer
 ***/

#footer {
	text-align:center;
	margin-top: 0;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 1em;
}

#footer a {
	color: #6d6d6d;
}

.homelink {
	margin: 1em 0;
}

.homelink a {
	padding-left:1em;
	padding-right:1em;
}

.performanceinfo {
	margin: 2em;
}

.performanceinfo span {
	display: block;
}



/***
 *** Content
 ***/

#content {
	margin: 0;
	padding: 0;
	clear: both;
}

#admin-index #content {
	margin-top:0;
}

/***
 *** Blocks
 ***/

.sideblock .content h3,
.sideblock .content h2 {
	text-align: left;
}

.sideblock {
	width: auto !important;
	margin: 0.5em;
	margin-bottom: 1.5em;
}

.sideblock .header {
	text-align: left;
	padding:4px;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.sideblock .header .hide-show {
	float:right;
}

.sideblock .header .hide-show img.hide-show-image {
	height:11px;
	width:11px;
	margin-top:0.25em;
}

.sideblock .header .commands {
	margin-top: 0.3em;
	clear: both;
}

.sideblock .header .commands a {
	margin: 0px 2px;
}

.sideblock .content {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
}

.sideblock .content hr {
	height:1px;
	margin-top:4px;
	margin-bottom:4px;
	border:none;
	border-top:1px solid;
}

#left-column .hidden .header,
#right-column .hidden .header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#left-column .hidden .content,
#right-column .hidden .content
{
	display: none;
}

.sideblock .list {
	width: 100%;
}

.sideblock .list .c0, .sideblock .event .c0 {
	padding: 0;
	margin: 0;
	float: left;
}

.sideblock .list .c1, .sideblock .event a {
	display: block;
	min-height: 20px;
	margin-left: 20px;
}

.sideblock .list .c1 a {
	display: block;
}

.sideblock .event .date a {
	display: block;
	min-height: 0;
	margin-left: 0;
}

.section .activity {
	margin: 4px 0 !important;
}

.sideblock .list .c1 .commands a {
	display: inline;
	margin-left: 0;
	padding-top: 0;
	min-height: 0;
}





.sideblock .content .message {
	text-align: left;
}

.sideblock .footer {
	margin-bottom: 4px;
	text-align: left;
}

.sideblock .header .icon.hide,
.sideblock .header .icon.edit {
	margin-right: 6px;
}

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

.blockconfigtable {
	margin-top: 0;
}

.blockconfiginstancecontent .tabs {
	margin-bottom: 0px;
}

.block_online_users .listentry {
	padding-top:5px;
}

/***
 *** Course
 ***/

.activitydate, .activityhead {
	text-align: left;
}

#course-view .section td {
	vertical-align:top;
}

#course-view .main {
}

#course-view .section .content {
	padding:5px;
	border: none !important;
}

#course-view .section .side {
	padding:5px;
	border: none !important;
}

#course-view .section .left {
	border: none !important;
	text-align:center;
	width: 1.5em;
}

#course-view .section .right {
	border: none !important;
	text-align:center;
	width: 1.5em;
}

#course-view .current .side {
}

#course-view .section .spacer {
	height: 1em;
	border-bottom: 1px dotted #ccc;
	border-bottom: 2px solid #eee;
}

#course-view .section img.spacer {
	height: auto;
	border: none;
}

#course-view .section .weekdates {
}

.section .activity img.activityicon {
	vertical-align:middle;
	height:16px;
	width:16px;
}

.section img.movetarget {
	height:16px;
	width:80px;
}

body#course-view .unread {
	margin-left: 3em;
}

body#course-enrol .generalbox {
	margin-top: 20px;
}

body#course-enrol .coursebox {
	margin-top: 20px;
}

body#course-user .graph {
	text-align: center;
}

body#course-user .section,
body#course-user .content {
	margin-left: 30px;
	margin-right: 30px;
}

body#course-user .section {
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin-bottom: 20px;
}

body#course-user .section h2 {
	margin-top: 0px;
}


.headingblock {
	border: none !important;
	padding: 5px;
}

.headingblock .link {
	text-align:right;
}


body#site-index .headingblock,
body#course-view .headingblock {
	margin-bottom: 9px;
}

.coursebox {
	margin-bottom: 8px;
}

.categoryboxcontent,
.courseboxcontent {
	border-width:1px;
	border-style:solid;
}

.courseboxcontent .cost {
	padding-top: 20px;
}


/***
 *** Doc
 ***/

body#doc-contents h1 {
	margin: 1em 0px 0px 0px;
}

body#doc-contents ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 90%;
}


/***
 *** Grades
 ***/

body#grade-index .grades {
	border-width:1px;
	border-style:solid;
	border-collapse: separate;
}

body#grade-index .grades td {
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-collapse: collapse;
}

body#grade-index .grades .header {
	vertical-align: top;
}

body#grade-index .grades .points,
body#grade-index .grades .percent,
body#grade-index .grades .weighted {
	text-align: right;
}



/***
 *** Login
 ***/

.loginbox {
	margin-top:7px;
}

.loginbox .content {
	border-width:1px;
	border-style:solid;
	padding:15px;
}


/***
 *** Message
 ***/

.message .link {
	vertical-align:middle;
}

table.message .searchresults td {
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	border-spacing:0px;
}
.message .summary .link {
	text-align:right;
}
.message .heading {
	text-align: left;
}

.message .note {
	text-align: left;
	padding:10px;
}

#message-user .commands span {
	margin-left:10px;
	margin-right:10px;
}

body#message-messages {
	padding:10px;
}


/***
 *** Logs
 ***/

.logtable td,
.logtable th {
	padding-left: 10px;
	padding-right: 10px;
}

.logtable th {
	text-align:left;
}

/***
 *** User
 ***/

.userinfobox {
	margin-bottom:5px;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
}

.userinfobox .left {
	padding: 10px;
	width: 100px;
	vertical-align: top;
}

.userinfobox .content {
	padding: 10px;
	vertical-align: top;
}

.userinfobox .links {
	width: 100px;
	padding: 5px;
	vertical-align: bottom;
}

.userinfobox .list td {
	padding: 3px;
}

.userinfobox .username {
	padding-bottom: 20px;
}


table.userinfobox {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

table.groupinfobox {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	border-width:1px;
	border-style:solid;
	margin-bottom: 20px;
}

.groupinfobox .left {
	padding: 10px;
	width: 100px;
	vertical-align: top;
}

body#user-index h2 {
	text-align: center;
}

body#user-index #longtimenosee,
body#user-index #showall {
	text-align: center;
}

body#user-index #showall {
	margin: 10px 0px;
}

body#user-index table#teachers,
body#user-index table#students {
	margin: auto;
	width: 80%;
}
body#user-index table#teachers td,
body#user-index table#teachers th,
body#user-index table#students td,
body#user-index table#students th {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
}

body#user-index table.controls {
	width: 100%;
}
body#user-index table.controls tr {
	vertical-align: top;
}
body#user-index table.controls td.right,
body#user-index table.controls td.left {
	padding: 4px;
}
body#user-index table.controls .right {
	text-align: right;
}


/***
 *** Modules: Assignment
 ***/

#mod-assignment-view #dates {
  font-size: 1em;
}



/***
 *** Modules: Choice
 ***/


/***
 *** Modules: Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
	margin: 5px;
	text-align: center;
}
#mod-journal-view .feedbackbox {
	width: 75%;
	border-collapse: separate;
}
#mod-journal-view .entrycontent {
	padding: 3px;
}
#mod-journal-view .picture {
	width: 35px;
}
#mod-journal-view .grade {
	text-align: right;
}
#mod-journal-view .info {
	margin-bottom: 5px;
	text-align: right;
}


/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

.feedbacktext {
	display:block;
	text-align:right;
}

body#mod-quiz-report table#attempts,
body#mod-quiz-report table#commands,
body#mod-quiz-report table#itemanalysis
{
	width: 80%;
	margin: auto;
}
body#mod-quiz-report table#attempts {
	margin: 20px auto;
}
body#mod-quiz-report table#attempts .header,
body#mod-quiz-report table#attempts .cell
{
	padding: 4px;
}
body#mod-quiz-report table#attempts .header .commands {
	display: inline;
}
body#mod-quiz-report table#attempts .picture {
	width: 40px;
}
body#mod-quiz-report table#attempts td {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	vertical-align: middle;
}
body#mod-quiz-report table#attempts .header {
	text-align: left;
}
body#mod-quiz-report table#attempts .picture {
	text-align: center !important;
}
body#mod-quiz-report .controls {
	text-align: center;
}

.navbutton form {
	display: inline;
	padding-left: 10px;
	float: none !important;
}

/* Modules: Resource */

/* Modules: Scorm */

/* Modules: Survey */

/* Modules: Wiki */

/* Modules: Workshop */

/* utkarsh */
#display_header {
	display: none;
}

#display_header, #hide_header {
	position: absolute;
	right: 10px;
	top: 0px;
}


/* navmenulist */
ul.navmenulist {
}

li.section {
}

/* utkarsh */
#divNavMenuContainer {
	background-color: #eeeeff;
	float:right;
	margin-right: 20px;
	display: inline;
}

#divNavMenu {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #eeeeff;
	border: 2px solid #aaaaff;
}

#inner-content {
	padding: 1em;
}



/************ FONT *************/

/**
 styles_fonts.css
 
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc. */


/* Core */

.clearer {
	font-size: 0;
}

.errorbox .title {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.errorboxcontent {
	text-align: center;
}

.pagingbar .title {
	font-weight: bold;
}
.pagingbar .thispage {
	font-weight: bold;
}

.categorybox .category,
.categorybox .category {
	font-size:1.2em;
	font-weight:bold;
}

.category.name a {
	font-size: 1.1em;
}


.helplink {
	font-size: 1em;
}

.headingblock.header {
	font-weight: bold;
	font-size: 1.7em;
	color: #ff6600;
}

.headingblock.header .link {
	font-size: 0.4em;
	line-height: 1.4em;
}

/* IE seems to have some trouble with multiple classes, so just apply to headers, and heading blocks individually */
.header {
    font-size: 1em;
}

.headingblock {
    font-size: 1.7em !important;
}


.files .file {
	font-size: 1em;
}

.files .folder {
	font-size: 1em;
}

.files .folder .size {
	font-weight: bold;
}


/***
 *** Header
 ***/

#header-home .headermain {
	font-size: 2em;
}

#header .headermain {
	font-size: 2em;
}

.banner-image {
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}

.breadcrumb {
	font-size: 1em;
	font-weight: bold;
}

.logininfo,
#header-home .headermenu font {
	font-size: 0.9em;
}

#header-home, #header {
	margin: 0;
	padding: 0;
	border: 0;
}


.headerimage-small {
	height: 113px;
	background: #ffffff url(./pix/skin/header-logo-background.gif) repeat-x top left;
}



.headermain-inner {
	padding: 0.5em 1em;
	color: #fff;
}


.headermenu {
	float: none;
	clear: both;
	width: auto;
	padding: 0.2em 0.5em;
	text-align: left;
	color: #444;
	background: #eee;
	b order-top: 1px solid #ccc;
	b order-bottom: 1px solid #ccc;
	b ackground: #ccc url(./pix/skin/background.gif) repeat-x scroll center top
}

.headermenu .logininfo {
	color: #444;
	margin-right: 0.5em;
	text-align: right;
	float: right;
	padding-top: 0.2em;
}

.headermenu .logininfo a {
	color: #444 !important;
	text-decoration: underline;
}

.headermenu .logininfo a:hover {
	color: #444 !important;
}

.clearfix {
	background: #fff;
}







/***
 *** Footer
 ***/

.homelink {
}


.performanceinfo {
	font-size: 0.6em;
}


/***
 *** Blocks
 ***/

.sideblock .header {
	font-size: 1.4em;
}

.sideblock .content {
	font-size: 1em;
}

#right-column .sideblock .content {
	font-size: 0.9em;
}

#right-column .sideblock {
	background: url(./pix/skin/side-block-background.gif) repeat-x top center;
}


.block_messages .content div {
	font-size: 1em !important;
}

.block_messages .content .footer {
	font-size: 0.9em !important;
}

.sideblock a {
}

.sideblock .content h3,
.sideblock .content h2 {
	font-size: 1.0em;
}

.sideblock .content .message {
	font-size: 1em
}

.sideblock .header .commands {
	font-size: 1em;
}

.sideblock .footer {
	font-size: 0.9em;
}

.sideblock .head,
.sideblock .info,
.sideblock .event {
	font-size: 1em;
}

.sideblock .date {
	font-style: italic;
}

.block_site_main_menu .footer select {
	font-size: 1em;
}

.block_online_users .listentry {
	text-align: left;
	font-size: 1em
}




/***
 *** Doc
 ***/
body#doc-contents h1 {
	font-size: 1em;
}
body#doc-contents ul {
	font-size: 1em;
}


/***
 *** Grades
 ***/

body#grade-index .grades .header {
	font-weight: bold;
	font-size: 1em;
}


/***
 *** Login
 ***/

#login-index .content {
	font-size: 1em;
}


/***
 *** Logs
 ***/

.logtable td {
	font-size: 1em;
}
.logtable th {
	font-size: 1em;
}


/***
 *** Message
 ***/

.message .link {
	font-size: 1em;
}

.message_form {
	font-size: 1em;
}

.message .heading {
	font-size: 1em;
	font-weight:bold;
}

.message .date,
.message .contact,
.message .summary {
	font-size: 1em;
}

.message .note, 
.message .pix {
	font-size: 1em;
}

.message .author {
	font-weight: bold;
	font-size: 1em;
}

.message .time {
	font-style: italic;
	font-size: 1em;
}

.message .content {
	font-size: 1em;
}

#message-user .commands span {
	font-size: 1em;
	white-space:nowrap;
}

#message-user .name {
	font-weight: bold;
	font-size: 1em;
}


/***
 *** User
 ***/

.userinfobox .username {
	font-weight: bold;
}

.userinfobox .links {
	font-size: 1em;
}

body#user-index #longtimenosee {
	font-size: 1em;
}


/***
 *** Modules: Assignment
 ***/

#mod-assignment-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Choice
 ***/

#mod-choice-index .cell {
	font-size: 1em;
}
	

/***
 *** Modules: Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
	font-size: 1em;
}
#mod-journal-view .author {
	font-size: 1em;
	font-weight: bold;
}
#mod-journal-view .time {
	font-size: 1em;
	font-style: italic;
}
#mod-journal-view .grade {
	font-weight: bold;
	font-style: italic;
}

#mod-journal-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

#mod-lesson-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Quiz
 ***/

.editorhelptext {
	font-size: 1em;
}

#mod-quiz-index .cell {
	font-size: 1em;
}


/***
 *** Modules: Resource
 ***/

#mod-resource-index .cell {
	font-size: 1em;
}


/***
 *** Modules: Scorm
 ***/

#mod-scorm-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Survey
 ***/

#mod-survey-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Wiki
 ***/

#mod-wiki-index .cell {
	font-size: 1em;
}

/***
 *** Modules: Workshop
 ***/

#mod-workshop-index .cell {
	font-size: 1em;
}

#display_header:hover, #hide_header:hover {
	font-size: 1em;
}





/*********** COLOUR ***************/

/* colors, backgrounds etal */

a, a:link, a:visited,
.forumheaderlist .discussion .topic a {
	color: #0000aa; 
	color: #34a;
	color: #3f68bf;
}

a:hover, a:link:hover, a:visited:hover,
.forumheaderlist .discussion .topic a:hover {
	color: #00f;
	color: #3260be;
}

a.autolink:link,
a.autolink:visited {
	background: none;
	color: #000030;
}

a.autolink:link:hover,
a.autolink:visited:hover {
	text-decoration: underline;
	background: none;
	color: #000030;
}

input[type=text], input[type=password], input[type=file], textarea {
	border: 1px solid #888;
	font-family: monospace !important;
	font-size: 1.1em !important;
}

input[type=text], input[type=password], input[type=file], textarea {
	padding: 3px;
}

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

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {
	background: #e8ede6;
	background: #ecf4ff;
	background: #f6faff;
}

input[type=button], input[type=submit], input[type=reset], button {
	border: 1px solid #666;
	border-top-color: #eee; 
	border-left-color: #eee; 
	background: #ddd;
	padding: 2px 7px 2px 7px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover {
	border: 1px solid #777;
	border-top-color: #fafafa; 
	border-left-color: #fafafa; 
	background: #eee;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active, button:active {
	border: 1px solid #eee;
	border-top-color: #666; 
	border-left-color: #666; 
	background: #ddd;
}

html {
	height: 100%;
}

body {
	background: #fff;
	height: 100%;
}

#page {
}

#content {
	background: url(./pix/skin/background.gif) repeat-x center top
}

#left-column .header * {
	color: #333;
}



#right-column .sideblock .header * {
	color: #555;
}

#right-column .sideblock .content * {
	color: #555;
}

#right-column .sideblock .content a,
#right-column .sideblock .content a:link,
#right-column .sideblock .content a:visited {
	color: #55a;
	color: #006cb7;
	color: #3f68bf;
}

#right-column .sideblock .content a:hover {
	color: #015;
	color: #0f5c97;
	color: #3260be;
}


.sideblock .list .c1 a {
	text-decoration: none;
	padding-bottom: 1px;
}

.sideblock .list .c1 a:hover {
	text-decoration: none;
	text-decoration: underline;
;
}



.right.side, .left.side {
	background: none !important;
}






th.header,
td.header,
div.header {
}

th.header:hover,
td.header:hover,
div.header:hover {
}


.navbar {
	color: #6d6d6d;
}

.navbar .breadcrumb {
	padding: 0.1em 0.5em;
}

.navbar li {
	color: #6d6d6d;
}

.navbar li img {
	height: 10px !important;
	width: 10px !important;
}

table.formtable tbody th {
	background: none;
}

.highlight {
	background-color:#AAFFAA;
}

.highlight2 {
	color:#AA0000; /* highlight missing terms in forum search */
}

/* Alternate rows even */
.r0 {}

.r0:hover {
}

/* Alternate rows odd */
.r1 {}

.r1:hover {
}

/* notification messages (can be good or bad) */
.notifyproblem {
	color:#660000;
}
.notifysuccess {
	color:#006600;
}

.required {
	background-color:#d0d0d0;
}

.generalbox {
	border: none;
	border-bottom: 1px dotted #ccc;
	border-bottom: 2px solid #eee;
}
.informationbox {
	border-color:#d0d0d0;
}
.feedbackbox {
	border-color: #888888;
}
.feedbackby {
	background-color:#BBBBBB;
}

.noticebox {
	border-color:#d0d0d0;
}

.noticeboxcontent {
	color: #000011;
	background-color: #f0f000;
}
.errorbox {
	color: #222;
	border-color: #b6281c;
	background-color: #ffcaba;
}

.errorboxcontent {
	background-color: #ffcaba;
}

.tabledivider {
	border-color:#d0d0d0;
}

.sitetopic {
}

.sitetopiccontent {
	border: none;
	background: none;
}

.dimmed_text {
	color: #666;
}

a.dimmed:link,
a.dimmed:visited {
	color: #666;
}

.teacheronly {
	color:#990000;
}

.unread {
	padding: 0px 4px 0px 0;
	background: #FFD991;
    border: 1px solid #eebe63;
}





.censoredtext {
	color:#ff0000;
	background-color:#ffffff;
}


/* Footer */
#footer {
	background: #fff url(./pix/skin/footer-background.gif) repeat-x top left;
}

.homelink a:link,
.homelink a:visited,
.homelink a:hover {
	color: #000;
	text-decoration: none;
}
.homelink a:link,
.homelink a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}
.homelink a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}



/***
 *** Admin
 ***/

body#admin-index .c0 {
	vertical-align: top;
}

body#admin-modules table.generaltable td.cell,
body#admin-modules .generaltablecell {
	padding-top: 2px;
	padding-bottom: 2px;
}

body#admin-blocks table#blocks,
body#admin-blocks table#incompatible {
	width: 70%;
	margin: auto;
}

body#admin-blocks table#blocks th,
body#admin-blocks table#incompatible th,
body#admin-blocks table#blocks td.cell,
body#admin-blocks table#incompatible td.cell {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

body#admin-blocks table#blocks td.c0,
body#admin-blocks table#blocks th.c0,
body#admin-blocks table#incompatible td.c0,
body#admin-blocks table#incompatible th.c0 {
	text-align: left;
}

body#admin-blocks
body#admin-config .confighelp {
	display: block;
	padding-bottom: 20px;
}

table.flexible td.cell {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.flexible {
	width: 70%;
	margin: auto;
}

table.flexible thi,
table.flexible td.cell {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

table.flexible td.c0,
table.flexible th.c0 {
	text-align: left;
}


table.formtable tbody th {
	font-weight: normal;
	text-align: right;
}

body#admin-blocks table#incompatible td.c0 {
	font-weight: bold;
}

.admin h1,
.admin h2,
.admin h3,
.admin h4,
.admin h5,
.admin h6,
.admin .header,
.admin .headermain, 
.admin .title {
	color: #9c0202;
}

.admin .generalboxcontent {
	background: none;
}

.admin .generalbox {
}

.admin .informationbox {
	border: 2px dashed #a0a0a0;
	background: none;
}

.admin .informationbox:hover {
	border: 2px solid #a0a0a0;
	background: none;;
}

body#admin-index .c0 {
	background-color: #FAFAFA;
}

body#admin-blocks table#blocks .r0,
body#admin-blocks table#incompatible .r0 {
	background-color: #f0f0f0;
}

body#admin-blocks table#blocks .r1,
body#admin-blocks table#incompatible .r1 {
	background-color: #fafafa;
}

body#admin-blocks table#incompatible td.c0 {
	color: #ff0000;
}

body#admin-index .explanation {
  font-size: 0.9em;
}


table.flexible	.r0 {
	background-color: #f0f0f0;
}

table.flexible .r1 {
	background-color: #fafafa;
}



/***
 *** Blocks
 ***/

.sideblock .header {
	color: #707070;
	border: none;
}

.sideblock .content {
	border: none;
	background: none;
}

.sideblock .content:hover {
	border: none;
}

.sideblock .content hr {
	border: none;
	border-top: 1px dotted #ccc;
	border-top: 1px solid #eee;
	width: 90%;
}

#left-column .hidden .header,
#right-column .hidden .header
{
	border: none;
}

.sideblock .header .hide-show img.hide-show-image {
	background: url('./pix/t/switch_minus.gif') no-repeat;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
	background: url('./pix/t/switch_plus.gif') no-repeat;
}

.blockconfigtable {
	background-color:#FFFFFF;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-color: #ccc;
	padding: 1em;
}

/***
 *** Calendar
 ***/

#calendar {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}

#calendar h2,
#calendar h3
{
	text-align: center;
}

#calendar .maincalendar,
#calendar .sidecalendar
{
	vertical-align: top;
	border: 1px solid;
	padding: 0px;
}

#calendar .sidecalendar {
	width: 25%;
}

#calendar .maincalendar table.calendarmonth {
	border-collapse: separate;
	margin: 0px auto;
	width: 100%;
}

#calendar .maincalendar table.calendarmonth th {
	padding:10px;
	border-bottom: 2px solid #005e75 !important;
}

#calendar .maincalendar table.calendarmonth td {
	height: 5em;
	padding-left: 4px;
	padding-top: 4px;
	line-height:1.2em;
}


#calendar .maincalendar table.calendarmonth td,
table.minicalendar td,
table.minicalendar th {
	width: 14%;
	vertical-align:top;
}
table.minicalendar td {
	text-align: center;
}

table.minicalendar td {
	-moz-border-radius: 0;
}

#calendar .maincalendar table.calendarmonth td table td {
	height: auto;
}

#calendar div.header
{
	padding: 5px;
}

#calendar .maincalendar .buttons {
	float: right;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.sideblock.block_calendar_month .filters table
{
	border-collapse:separate;
	border-spacing: 2px;
	padding: 2px;
	width: 100%;
}

#calendar .maincalendar .filters {
	padding: 0px 0px;
	margin-top: 1em;
}

#calendar .sidecalendar .filters {
	padding: 5px;
}

#calendar .maincalendar .controls {
	clear:both;
	padding:10px;
}

#calendar .maincalendar table.calendarmonth ul.events-new,
#calendar .maincalendar table.calendarmonth ul.events-underway
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#calendar .maincalendar table.calendarmonth ul li {
	margin-top: 4px;
}

.minicalendarblock {
	padding: 0px 4px;
}

table.minicalendar {
	width: 100%;
	margin: 10px auto;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-collapse:separate;
	border-spacing:0px !important;
    
    padding: 0;
    border: 0;
}

table.minicalendar th {
	padding: 0px 2px;
}

#calendar #selecteventtype table {
	margin:auto;
}

#calendar .event_global,
#calendar .event_course,
#calendar .event_group,
#calendar .event_user,
.minicalendar .event_global,
.minicalendar .event_course,
.minicalendar .event_group,
.minicalendar .event_user {
    border: none;
}

#calendar .duration_global,
#calendar .duration_course,
#calendar .duration_group,
#calendar .duration_user,
.minicalendar .duration_global,
.minicalendar .duration_course,
.minicalendar .duration_group,
.minicalendar .duration_user
{
    border: none;
}

table.calendar-controls {
	width: 100%;
}

div.calendar-controls img.resize {
	height: 16px;
    width: 16px;
}

table.calendar-controls .previous,
table.calendar-controls .next
{
	width: 12%;
}
table.calendar-controls .previous {
	text-align: left;
}
table.calendar-controls .current {
	text-align: center;
}
table.calendar-controls .next {
	text-align: right;
}

#calendar .maincalendar .calendar-controls .previous,
#calendar .maincalendar .calendar-controls .next
{
	width: 30%;
}

#calendar .maincalendar table.calendarmonth td {
	font-size: 1em;
}

#calendar div.header
{
	font-weight:bold;
}

#calendar .sidecalendar .filters {
	font-size: 1em;
}

.sideblock .filters td {
	font-size: 1em;
}

#calendar .maincalendar .controls {
	font-size:1.2em;
}

#calendar .maincalendar .day {
	font-weight: normal;
}

table.minicalendar {
	font-size: 1em;
}




#calendar .maincalendar .calendar-controls .current {
	font-weight: bold;
}

#calendar .maincalendar {
	border: none;
	padding-right: 1em;
}

#calendar .sidecalendar {
	border: none;
    border-left: 1px dotted #ccc;
    border-left: 2px solid #ddd;
    padding-left: 1em;
}



#calendar .maincalendar table.calendarmonth th {
	border-color: #000000;
}

table.minicalendar {
	border-color: #d0d0f0;
}




#calendar .maincalendar .eventlist {
	padding: 10px;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
	background: none;
}


#calendar .maincalendar .eventlist .topic {
	padding: 5px;
	border: none;
	background: #e9eced url(./pix/skin/header-background.gif) repeat-y top left !important;
}

#calendar .maincalendar .eventlist .event {
	width:100%;
	margin-bottom:10px;
	border: none;
}

#calendar .maincalendar .eventlist .event .name {
	float:left;
}

#calendar .maincalendar .eventlist .event .course {
	float:left;
	clear:left;
}

#calendar .maincalendar .eventlist .event .date {
	float:right;
}

#calendar .maincalendar .eventlist .event .description .commands {
	width:100%;
}

#calendar .maincalendar .eventlist .event .description {
	padding:5px;
}

#calendar .maincalendar .eventlist .event .picture {
	padding:8px;
}

#calendar .maincalendar .eventlist .event .side {
	width:32px;
}


#calendar .maincalendar .eventlist .event .referer {
	font-weight:bold;
}

#calendar .maincalendar .eventlist .event .course {
	font-size: 1em;
}

#calendar .maincalendar .eventlist .event .description .commands {
	text-align: right;
}


#calendar .maincalendar table.calendarmonth ul.events-underway {
	color:#999999;
}



.minicalendar td, table.calendarmonth td {
    background: #f8f8f8;
}

.minicalendar .day {
    background: #e9eced;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
	background: #7d9fe4 !important;
    border: none !important;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
	background: #7bb79e !important;
    border: none !important;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
	background: #eb4f4f !important;
    border: none !important;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
	background: #eecb5f !important;
    border: none !important;
}

#calendar .duration_global,
.minicalendar .duration_global {
    border: none !important;
	background: #bdd2fc !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
    border: none !important;
	background: #b6d1c6 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
    border: none !important;
	background: #ff8f8f !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
    border: none !important;
	background: #ffe599 !important;
}


#calendar .weekend,
.minicalendar .weekend {
    background: #ddd;
	color:#990000;
}


#calendar .today .day,
.minicalendar .today {
    border: none !important;
    font-weight: bold !important;
}



.cal_popup_bg {
	padding:0px;
	margin:0px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.cal_popup_close {
	margin-right:5px;
	font-family:sans-serif;
	font-size: 1em;
	font-weight:bold;
}

.cal_popup_caption {
	border: none;
	border-bottom: 1px dotted #ccc;
	border-bottom: 2px solid #eee;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
}

.cal_popup_fg {
    font-size: 0.9em !important;
	background-color:#FFFFFF;
}

.block_calendar_month .cal_popup_caption,
.block_calendar_month .cal_popup_fg div,
.cal_popup_caption, 
.cal_popup_fg div {
    font-size: 1em !important;
}





#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
	background-color: #eeeeee;
}

.calendarmonth *,
.minicalendar * {
	color: #888;
}

#calendar .event_global a,
#calendar .event_course a,
#calendar .event_group a,
#calendar .event_user a,
#calendar .today a,
.minicalendar .event_global a,
.minicalendar .event_course a,
.minicalendar .event_group a,
.minicalendar .event_user a,
.minicalendar .today a {
	color: #000 !important; 
}


.minicalendar .day a {
	display: block;
}



/***
 *** Course
 ***/
#course-view .section {
	font-size: 1em;
	line-height:1.2em;
}

#course-view .section .activity {
	padding:0.2em 0;
}

#course-view .section .activity a {
	line-height:1em;
}

#course-view .section .left {
	font-weight:bold;
}

.activitydate, .activityhead {
	font-size: 1em;
}

.weeklydatetext {
	font-size: 1em;
	font-weight:bold;
}

.coursebox .info {
	font-size: 1em;
}

.coursebox .teachers,
.coursebox .cost {
	font-size: 1em;
}

.coursebox .summary {
	font-size: 1em;
}

#course-recent h2.main {
	font-size: 1em;
}


/***
 *** Course
 ***/

/* course, entry-page, login */
.headingblock {
	border-color:#d0d0d0;
}

/* course */
.headingblock .outline {
	border-color:#d0d0d0;
}

#course-view .section td {
	border-color:#d0d0d0;
}

#course-view .section .content {
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .current .side{
}

#course-view .topics {
}

#course-view .weeks {
}

#course-view .section .spacer {
}

#course-view .section .weekdates {
	color:#AAAAAA;
}

.categoryboxcontent,
.courseboxcontent {
	border: none;
	padding: 10px;
}

.categoryboxcontent:hover,
.courseboxcontent:hover {
}



body#course-user .section {
	border-color:#AAAAAA;
}



/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

body#grade-index .grades {
	border-color:black;
}

body#grade-index .grades td {
	border-color:#e0e0e0;
}

body#grade-index .grades .r0 {
	background-color: #ffffff;
}

body#grade-index .grades .r1 {
	background-color: #f0f0f0;
}


/***
 *** Login
 ***/

.loginbox .content {
	border-color:#d0d0d0;
}


/***
 *** Message
 ***/

table.message_search_results td {
	border-color:#d0d0d0;
}

.message.other .author {
	color: #8888CC;
}

.message.me .author {
	color: #999999;
}

.message .time {
	color: #999999;
}

.message .content {
}

/* Logs */

.logtable .r1 {
	background-color:#eeeeee;
}



/***
 *** Tabs
 ***/

.tabs {
  width: auto;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border-collapse: collapse;
}

.tabs td {
  padding: 0px;
}

.tabs .side {
  width: 50%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.tabrow {
  border-collapse:collapse;
  width:100%;
  margin: 1px 0px 0px 0px;
}

.tabrow td {
  padding: 0;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.tabrow th {
  display:none;
}
.tabrow td .tablink {
  display:block;
  padding: 4px 10px;
  text-align:center;
  white-space:nowrap;
  text-decoration:none;
}
.tabrow .last {
  display:block;
  padding: 0;
}
          
.tabrow td.selected {
  border-width: 0px;
}

.tablink {
  font-size: 1em;
}

.tablink a:hover {
  text-decoration: none;
}

.tablink a:link,
.tablink a:visited {
  color:#000066;
}

.selected .tablink a:link,
.selected .tablink a:visited {
  color:#000000;
}
.tabs .side,
.tabrow td {
  border-color: #ccc;
}
.tabrow td {
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tabrow td .tablink {
  background: none;
}
.tabrow td:hover {
  background: #fff;
}
.tabrow td:hover .tablink {
  background: none;
}
.tabrow .last {
  background: none;
}
.tabrow .selected {
  background: #fff;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
.tabrow .selected .tablink {
  background: none;
}
.tabrow td.selected:hover {
  background: #fff;
}
.tabrow td.selected:hover .tablink {
  background: none;
}



/* User */

.userpicture {
}

.userinfobox {
	border-color: #d0d0d0;
}
.groupinfobox {
	border-color: #d0d0d0;
}


/***
 *** Modules: Chat
 ***/

#mod-chat-gui_header_js-jsupdate {
	margin: 10px;
}

#mod-chat-gui_header_js-jsupdate .chat-event,
#mod-chat-gui_header_js-jsupdate .chat-message {
	width: 100%;
	padding: 0;
	margin-top: 7px;
}
#mod-chat-gui_header_js-jsupdate .picture {
	width: 40px;
}

#mod-chat-index .cell {
	font-size: 1em;
}

#mod-chat-gui_header_js-jsupdate .text {
	color: #000;
}
#mod-chat-gui_header_js-jsupdate .event,
#mod-chat-gui_header_js-jsupdate .title {
	color: #888;
}

#mod-chat-gui_header_js-chatinput #inner-content {
	padding: 20px 5px 100px 5px;
}

#mod-chat-gui_header_js-chatinput #inner-content form {
	font-size: 1em;
	font-weight: bold;
}

#mod-chat-gui_header_js-chatinput #inner-content * {
	font-weight: normal;
}

#mod-chat-gui_header_js-chatinput #inner-content {
	padding: 10px 5px 100px 5px;
}



/* Modules: Choice */

.mod-choice .results .data {
  border-color: #ccc;
}




/***
 *** Modules: Forum
 ***/


.forumheaderlist {
    border: none;
}

.forumheaderlist th, .forumheaderlist td {
    padding: 0.5em;
    border: none;
}

.forumheaderlist .header {
    background: #e9eced; 
}

.forumheaderlist .discussion:hover {
}

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


.headerlist .discussion .lastpost {
    font-size: 0.9em;
}

.forumheaderlist .discussion a {
    color: #666;
}

.forumheaderlist .discussion .topic a {
    display: block;
    padding: 0.5em;
}

.forumpost {
    width: 100%;
    border: none;
    clear: both;
}

.forumpost .content {
	background: #ffffff;
}

.forumpost .left {
}

.forumpost .picture.left {
	background: none;
}

.forumpost .picture.left a {
	display: block;
	position: absolute;
}

.forumpost .topic {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	border: none;
	background: #e9eced url(./pix/skin/header-background.gif) repeat-y top left;
}

.forumpost.unread .topic {
    background-color: #FFD991;
	background: #FFD991 url(./pix/skin/header-background-unread.gif) repeat-y top left;
}

.forumpost .topic .author {
	font-size: 100%;
	color: #666;
	font-weight: normal;
	float: right;
}

.forumpost .topic .subject {
	color: #666;
	font-weight: normal;
	float: left;
}

.forumpost .starter .subject {
	font-family: Helvetica, Trebuchet MS, Verdana, Sans-Serif;
	color: #005e75;
	font-size: 2em;
	font-weight: bold;
}



.forumpost.unread {
	padding: 0;
	background: none;
    border: none;
}

.forumpost.unread .content {
    border: none !important;
}


.forumpost .ratings {
    font-size: 0.9em;
}

.forumpost .commands {
}

.mod-forum .indent {
    margin-left: 2em;
}



/***
 *** Modules: Glossary
 ***/

.glossarypost .commands {
	width: 200px;
	white-space: nowrap;
}

#mod-glossary-comments .glossarypost,
#mod-glossary-comment .glossarypost {
			margin-top: 15px;
}

.entryboxheader {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

.entrybox {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.glossarypost {
	width: 95%;
	border: none;
	margin-bottom: 5px;
	text-align: left;
}


.entrylist {
	border-width:0px;
}

.entrylowersection {
	padding-top: 10px;
}
.entrylowersection table{
	width: 100%;
}
.entrylowersection .aliases {
	text-align: right;
}
.entrylowersection .icons,
.entrylowersection .ratings {
	text-align:right;
	padding-right: 5px;
}
.entrylowersection .ratings {
	padding-bottom: 2px;
}
.categoryheader {
	width: 95%;
}
.glossaryformatheader {
	width: 90%;
}

.glossarypost .entry {
	padding: 3px;
}

.glossarypost .picture {
	width: 35px;
}

.glossarycomment {
	border-width:1px;
	border-style:solid;
	border-collapse:separate;
	margin-bottom: 5px;
	text-align: left;
}


.glossarycomment .entry {
	padding: 3px;
}

.glossarycomment .picture {
	width: 35px;
}

.glossarycomment .icons {
	text-align: right;
}

.glossarydisplay {
	width: 70%;
}

.glossarydisplay .tabs {
	width: 100%;
}

.glossarydisplay .separator {
	width: 4px;
}

.glossarydisplay .tabs .selected,
.glossarydisplay .tabs .inactive,
.glossarydisplay .tabs .general {
}

.glossarypopup {
	width: 95%;
}

.glossaryapproval {
	width: 100%;
}

.mod-glossary .tabs {
	margin-bottom: 0px;
}
.mod-glossary .tabs .side {
	border-style: none;
	border-width: 0px;
	width: auto;
}


.glossarypost .commands {
	font-size: 1em;
}
.glossarypost .author {
	font-size: 1em;
}
.glossarypost .time {
	font-size: 1em;
}
.concept {
	font-weight: bold;
}
.glossarycomment .author {
	font-size: 1em;
}
.entrylowersection .aliases {
	font-size: 1em;
}
.entrylowersection .icons,
.entrylowersection .ratings {
	font-size: 1em;
}

#mod-glossary-index .cell {
	font-size: 1em;
}

.entryboxheader {
	border-color: #BBBBBB;
}

.entrybox {
	border-color: #BBBBBB;
}

.entry {
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
	background-color: #e9eced;
}

.glossarypost .entryattachment {
	padding: 0.8em;
}

.glossarycomment {
	border-color: #d0d0d0;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
	background-color: #e9eced;

}


.glossarypost .entryheader {
	background: #e9eced url(./pix/skin/header-background.gif) repeat-y top left !important;
}

.glossarypost .entryheader .concept {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Helvetica, Trebuchet MS, Verdana, Sans-Serif;
	color: #005e75 !important;
}

.glossarypost .entryheader .time {
	font-size: 0.9em;
	color: #666;
}

#mod-glossary-report .generalbox .teacher {
	background: #F0F0F0;
}

.categoryheader {
	background: none;
	margin-bottom: 1em;
	margin-top: 2em;
	border-bottom: 1px dotted #ccc;
	border-bottom: 2px solid #eee;
}

.categoryheader td {
	padding-bottom: 0.5em;
}

.categoryheader strong {
	font-size: 2em;
	font-weight: bold;
	font-family: Helvetica, Trebuchet MS, Verdana, Sans-Serif;
	color: #005e75;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.glossaryformatheader {
	background-color: #d0d0d0;
}


/* Modules: Journal */

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
	background-color: #d0d0d0;
}

/* Modules: Label */

/* Modules: Lesson */

/* Modules: Quiz */

body#mod-quiz-report table#attempts td {
	border-color: #d0d0d0;
}
body#mod-quiz-report table#attempts .r1 {
	background-color: #eeeeee;
}


/* Modules: Resource */

/* Modules: Scorm */

/* Modules: Survey */

#mod-survey-view .r0 {
	background-color: #eeeeee;
}
#mod-survey-view .r1 {
	background-color: #d0d0d0;
}


/* Modules: Wiki */

/* Modules: Workshop */

.workshoppostpicture {
	background-color:#FEE6B9;
}

.workshopassessmentheading {
	background-color:#d0d0d0;
}

/* utkarsh */
#display_header, #hide_header {
	border: 1px solid #a0a0f0;
}

.clearer {
}

.generaltableheader {
	background: url("./pix/navbar.png");
}

.sideblock .searchform button {
    height: 1.6em;
}

.sideblock .searchform img.resize {
  width: 12px;
  height: 12px;
}


/* RSS */

.block_rss_client .link {
  border-top: 1px solid;
  border-top-color: #eee;
  padding: 0.5em;
  font-size: 1em;
}






/* Drop Shadow */

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
	display: block;
  padding: 5px 5px 9px 5px;
  background: white url(./pix/drop-shadow/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(./pix/drop-shadow/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(./pix/drop-shadow/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(./pix/drop-shadow/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(./pix/drop-shadow/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}



div.shadow-banner {
  float: left;
  padding: 0 1px;
  background: #648597;
  border-left: 1px solid #7aa2b8;
  border-right: 1px solid #7aa2b8;
  position: relative;
}

div.shadow-banner img {
	display: block;
  padding: 5px 5px 9px 5px;
  background: white url(./pix/drop-shadow-banner/shad_bottom.png) repeat-x bottom left;
}

div.shadow-banner div.topleft {
  width: 2px;
  height: 4px;
  background: url(./pix/drop-shadow-banner/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow-banner div.topright {
  width: 2px;
  height: 4px;
  background: url(./pix/drop-shadow-banner/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow-banner div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(./pix/drop-shadow-banner/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow-banner div.bottomright {
  width: 4px;
  height: 4px;
  background: url(./pix/drop-shadow-banner/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}











/**************** IE **************/

/* Give the list element 'layout' so that IE displays it with less bugs */
.sideblock .list li {
	height: 1%;
}



/* Need to make the parent relative, so we can assign top:0; left: 0 to the image */

/* 
	Nasty hacking so that this works in both IE6 and IE 7
		http://nanobox.chipx86.com/blog/2006/04/easy-css-hacks-for-ie7.php#p2006.4.28.22.56:12
*/

* html .forumpost .picture{
    position: relative;
    top: 0;
    left: 0;
}

*:first-child+html .forumpost .picture {
    position: relative;
    top: 0;
    left: 0;
}

* html .forumpost .picture a {
    top: 0;
    left: 0;
}

*:first-child+html .forumpost .picture a {
    top: 0;
    left: 0;
}








/* IE doesn't support border-spacing: 0, but border-collapse has the same effect */
.calendarmonth,
.minicalendar {
    border-collapse: collapse !important;
}

/* Not sure why this works but it does, calendar no longer larger than space */
.minicalendar {
    width: 90% !important;  
}

#calendar .maincalendar {
	height: 1%;
}





/***** pcp/base.css end *****/

