/**************************************
 * THEME NAME: canalw19
 *
 * Files included in this sheet:
 *
 *   canalw19/canalw.css
 **************************************/

/***** canalw19/canalw.css start *****/


/***
 ***	core: body
 ***/

body {
	behavior: url("csshover3.htc"); 
	background: #d9d9d9;
	color:#4b4b4b;
	font-family: arial, helvetica, sans-serif;
    font-size : 15px;
	text-align: center; 
}

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

a:hover {
    color: #7E0003;
	text-decoration: underline;
	
}

a.dimmed:link,
a.dimmed:visited {
	color:#7E0003;
	text-decoration: none;

}

#page {
	max-width: 1200px;
	min-width:800px;
	margin: 0 auto;
	width:90%;
	text-align:left;
	
}

#pagelayout {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#content {
    background: #C5C6A7; /*url(images/core/h2grad.jpg) repeat-x; */
    overflow:hidden;
	width:100%;

}
#content p {
text-align:left;
}
#layout-table {
	max-width: 1200px;
	width:100%;
}

#layout-table #middle-column{
  vertical-align:top;
  padding-left:7px;
  padding-right:5px;
  background:#fff;
  text-align:left;
}

#layout-table #left-column{
  vertical-align:top;
  padding-left:4px;
  padding-right:0px;
  background:#C5C6A7;
  margin-top:-10px;
  text-align:left;
}

#layout-table #right-column{
  vertical-align:top;
  padding-left:0px;
  padding-right:6px;
  background:#C5C6A7;
  text-align:left;
}




hr {
	/*border-bottom:1px dotted gray;*/
	border-top:0px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
	text-align: center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    /*background: #ffffff url(images/core/h2grad.jpg) top repeat-x;*/ 
    
	border-top: gray 0px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #505050;
	
}

.generalbox {
    background: transparent; 
	border: 0px;
}

/***
 ***	core: header
 ***/

#header, #header-home {
	height: 100px;
}

#logo { 
	background: url(images/header/logo.jpg) no-repeat left top;
	width: 100%;
	height: 198px;
	float: left;
	left: 0px;
} 

/***
 ***	core: footer
 ***/

#footer {
	background: #ffffff;
	margin-top: 0px;
	padding:1px;
	border-top: gray 1px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#footer .footerlogos { 
  /*
	margin-top: 5px;
	border-top: 1px dotted gray;
	*/
}

#footer .footerlogos ul li { 
	padding-left: 5px;
	padding-right: 5px;
	display: inline; 
	margin:2px;
}

#footer p.copyright { 
	padding: 0; 
	margin: 0; 
	line-height: 1.0; 
	font-size: 13px; 
}

/***
 ***	core: profileblock
 ***/

#profileblock {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	width: 700px;
	height: 100px;
}

#profilepic {
	text-align:right;
	float: right;
	margin: 9px;
	padding: 0;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

#profilename {
	text-align:right;
	width: 450px;
	height: 30px;
	margin-top: 5px;
    margin-right: 5px;
	padding: 0;
	float: right;
	font-size: 17px;
	font-weight:700;
}

#profilename a:link, #profilename a:visited, #profileoptions a:link, #profileoptions a:visited {
        color: #fff;
        text-decoration: none;
}

#profilename a:hover, #profilename a:active, #profileoptions a:hover, #profileoptions a:active {
	color: #7E0003;
	text-decoration: underline;
}

#profileoptions {	
	color:#FFFFFF;
	width: 450px;
	height: 25px;
	padding: 0;
	margin-top: 8px;
	float: right;
}

#profileoptions ul {
	float: right;
	text-align: right;
	/*display: inline;*/
	padding: 0;
	margin: 0;
	list-style-type: none; 
}

#profileoptions li
{
	display: block;
	margin: 0 5px;
	text-transform: none;
	/*font-weight: bold;*/
} 


#profileoptions #submit { 
	margin-right:4px;
	background-color: #7E0003; 
	border: 1px solid #d9d9d9;
	width: 62px;
	height: 25px;
	font-size: 14px;
	padding-bottom: 3px;
	color: #FFF;
	font-weight: bold;
}

#profileoptions #submit:hover { 
	background-color: #d9d9d9; 
	border: 1px solid #d9d9d9;
	width: 62px;
	height: 25px;
	font-size: 14px;
	padding-bottom: 3px;
	color: #7E0003;
	font-weight: bold;
}

#profileoptions .loginform {
	padding-right: 1px; 
	margin: 0;
}

#profileoptions .loginform input {
	width: 5em;
	
}

#profileoptions .loginform label {
	color: #fff;
}

#languageoptions {
	position:relative;
	width: 400px;
	top: 40px;
	float: right;
	margin: 5px;
}


/***
 ***	core: menu
 ***/
 

.dropdown_menu {
	position: relative;
}


/***
 ***	core: navbar
 ***/

.navbar {
    background:#d9d9d9;     
	border-top:0px;
	border-bottom:solid 0px gray;
	border-left:0px;
	border-right:0px;
}

/***
 ***	core: side block
 ***/

.sideblock {
	color:#999;
	border: gray 0px dotted !important;
  	background: #C5C6A7 /*url('images/sideblocks/sidegrad.jpg') repeat-x*/ !important;
}

.sideblock .content {
	color:#555555;
	padding: 4px;
	border: 0px;
	background:#C5C6A7;
}

.sideblock .header {
  	background: url(images/sideblocks/leftrib.png) no-repeat !important;
	height:26px;
}

.sideblock .header h2 {
	padding-top: 4px;
	padding-left:20px;
/*  	background: transparent !important;*/

 }

.sideblock .header .hide-show-image {
	padding-top: 4px;
}
 
.sideblock .footer {
	border:0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:13px;
	text-align: left;
}

.sideblock .header, .sideblock .header h2 {
	color: #fff;
	font-size:16px;
	border: 0px;
/*  	background: transparent !important;*/
}



.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
	color: #555555;
}

/***
 ***	core: course (the middle bit)
 ***/

.coursebox {
	background: #ffffff;
	border: 0px;    
	margin-bottom: 0px;
	margin-right: 2px;
}
.coursebox .name{
	background:url(pix/jcc.png) no-repeat left;
	padding-left:20px;
}
body#site-index .headingblock,
body#course-view .headingblock {
	margin-bottom: 0px;
}

.section {
	background: #ffffff;
}

#course-view .section td.content {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #dbdbdb;
}

#course-view .section td.side {
  border-width:0px;
}

/***
 ***	modules: forum
 ***/

.forumpost {
	border: 0px;    
	width: auto;
	overflow: hidden;
}

.forumpost .left {
	background:#ffffff url('images/forum/leftpost.png') no-repeat top left;
}

.forumpost .picture,
.forumpost .topic {
	background:#c0deed url('images/forum/forumheader.png');
	border:0px;
}

.forumpost .topic a:link,
.forumpost .topic a:visited {
}

.forumpost img {
  max-width: 100%;
}

/***
 ***	modules: calendar
 ***/

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
	border-color:#def2ba !important;
	background-color:#def2ba;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  	border-color:#c6dfeb !important;
  	background-color:#c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
 	border-color:#feffc2 !important;
 	background-color:#feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  	border-color:#d9c6e2 !important;
  	background-color:#d9c6e2;
}

table.minicalendar tr td.weekend {
  	color: red;
  }
table.minicalendar {
	font-size:12px;
}
.calendar-controls {
	text-transform: capitalize;
}
.maincalendar{
	background:#fff;
}
#mod-chat-gui_header_js-jsupdate {
	background:#fff;
}
.dimmed_text, .dimmed_text a {
	color:#000;
}/***** canalw19/canalw.css end *****/

