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

/***** sfu/sfu.css start *****/

/***
 ***	Core: Body
 ***/
body {
	background: #d8ebf5 url(images/core/overlay.jpg) left top no-repeat;
	color:#4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin: 0px;
	padding: 10px;
}
body body {
	padding: 0px;
}

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

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

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

}

#page {
	border: 0px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

#pagelayout {
	width:960px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#layout-table {
	margin-top:0;
	padding-top:10px;
}

#layout-table #middle-column{
	vertical-align:top;
}

#layout-table #left-column{
	vertical-align:top;
	padding-left:4px;
	padding-right:0px;
	-padding-top: 17px;	//ie6 hack
}

#layout-table #right-column{
	vertical-align:top;
	padding-left:0px;
	padding-right:6px;
	-padding-top: 17px;	//ie6 hack
}

#content {
	background: #ffffff url(images/core/h2grad.jpg) top repeat-x; 
	margin-top:0;
	padding:10px 5px 0px 5px;
}

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 1px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #505050;
}

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

/***
 ***	Core: Header
 ***/

#header {
	height: 95px;
	margin: 0px;
	padding: 0px;
}
#sfu-logo {
	position: absolute;
	top: 6px;
	left: 30px;
}
#sitename {
	color: #2b2f2f;
	margin-left: 40px;
	position: absolute;
	top: 30px;
	left: 125px;
}
#inmoodle {
	color: #2b2f2f;
	font-family: Tahoma, arial;
	font-size: 14px;
	position: absolute;
	top: 65px;
	left: 287px;
	font-weight: 500;
}
#inmoodle a {
	color: #2b2f2f;
	text-decoration: underline;
}
#inmoodle a:hover {
	color: #f45800;
	border-color: #f47933;
}

/***
 ***	Core: Footer
 ***/
#footer {
	background: #ffffff;
	margin-top: 0px;
	padding:10px;
}

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

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

/***
 ***	Core: ProfileBlock
 ***/
#profileblock {
	float: right;
	border-collapse: collapse;
	width: 200px;
	font-family: Tahoma, arial;
	background: none;
}
#profileblock a:hover {
	color: #f45800;
}
#profileblock td{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: right;
}
#profilepic {
	float: right;
	display: block;
	border: 1px solid white;
}
#profilepic img {
	display: block;
}
#profilename {
	float: right;
	background-color: #e5f5fb;
	padding: 0px 15px;
}
#profilename a {
	color: #2b2f2f;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
}
#profileoptions {
	float: right;
	white-space: nowrap;
	width: 240px;
}
#profileoptions a {
	margin-top: 1px;
	display: block;
	color: #2b2f2f;
	background-color: #d8f2f6;
	margin-right: 1px;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 8px;
	float: right;
}

/***
 ***	Core: Menu
 ***/

#menu_wrapper {
	background:#2f2f2f url('images/menu/menugrad.jpg') repeat-x top center;
	height:46px;
	clear:both;
	margin-right:0px;
	margin-left:0px;
	
}	
#sddm {
	margin: 0;
	padding: 0;
	height: 100%;
}
#sddm ul {
	margin: 0px;
	padding: 0px;
}

#sddm li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	float: left;
	height: 100%;
	width: auto;
}

#sddm li a.menu_top_level {
	display: block;
	float: left;
	margin: 0;
	padding: 16px 20px 0 20px;
	height:30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#sddm li a.menu_top_level:hover {
	background: #f12711 url('images/menu/hovergrad.jpg') repeat-x top center;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 45px 0px 0px 0px ;
	clear: none;
	float: left;
	padding: 0;
	background: #fff;
	border: 1px solid gray;
	border-top: none;
	z-index: 200;
}

#sddm div#m1 {
	-margin-left: -71px; //ie6 hack
}
#sddm div#m2 {
	-margin-left: -94px; //ie6 hack
}
#sddm div#m3 {
	-margin-left: -99px; //ie6 hfck
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	font-size: 0.9em;

}
#sddm div a:hover {
	text-decoration: underline;
}
#menu_date a {
	float:right;
	padding: 16px 5px 0 17px;
	height:30px;
	color: #ffffff;
	text-decoration:none;
	text-shadow:0 1px 1px #101010;
	background:#555555 url('images/menu/dategrad.jpg') repeat-x top center;
}

#menu_date a:hover {
	color: #ffffff;
	text-decoration:none;
	background:#f12711 url('images/menu/hovergrad.jpg') repeat-x top center;
	text-shadow:0 1px 1px #870802;
}

/***
 ***	Core: NavBar
 ***/

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

/***
 ***	Core: Side Block
 ***/

.sideblock {
	color:#555555;
	border: gray 1px dotted !important;
  	background: #ffffff url('images/sideblocks/sidegrad.jpg') repeat-x !important;
}

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

.sideblock .header {
  	background: transparent !important;
}

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

 }

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

.sideblock .header, .sideblock .header h2 {
	color: #505050;
	font-size:1em;
	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;
}

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:none;
	width: 100%;
}

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

.forumpost .picture,
.forumpost .topic {
	background:#c0deed;
	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;
}


/* categorylist */
table.categorylist {
	margin: 5px 0px;
	border-top: #dbdbdb 1px dashed;
	width: 100%;
}
/* content */
table.categorylist tr:first-child td {
	padding: 5px 0px;
}
.block_login #login_username, .block_login #login_password {
	width: 70%;
}
/* block online users */
.block_online_users ul.list li.listentry {
	font-size: 1em;
	padding: 5px 0px;
}
 /* block news items */
 .block_news_items ul.unlist li.post div.date {
	float: left;
 }
 .block_news_items ul.unlist li.post div.name {
	float: right;
 }
.block_news_items ul.unlist li.post div.info {
	text-align: left;
	color: #000;
	font-size: 1em;
	clear: both;
}
/* block adminblock */
.block_adminblock #add_block #add_block_jump {
	width: 100%;
}

/* page of my courses */
.coursebox {
	width: 95%;
	margin: 5px 0 0 0;
	border: #dbdbdb 1px dashed;
	padding: 0px 5px;
}
.coursebox div.assignment {
	padding-left: 20px;
	font-size: 0.9em;
}
.coursebox div.assignment div.name {
	position: relative;
	left: -20px;
	font-size: 1.2em;
}
.coursebox div.overview div.name {
	font-weight: bold;
}
.coursebox div.overview div.info {
	padding: 0px;
	margin-top: 3px;
}
.coursebox div.assignment div.info {
	position: relative;
	left: -20px;
}
.coursebox div.overview div.info {
	font-size: 11px !important;
}
#mod-resource-index .cell, #mod-assignment-index .cell {
	font-size: 1em;
}
.adminsearchform #query {
	width: 60%;
	margin-right: 5px;
}
/* grade report */
body#grade-report-grader-index table#user-grades th, table#user-grades td {
	white-space: normal !important;
}
table#user-grades tbody.righttest tr.heading_name_row th {
	white-space: normal;
}
body.grade-report-grader div.gradeparent div.left_scroller table#fixed_column th,
body.grade-report-grader div.gradeparent div.right_scroller table#user-grades td
{
	font-size: 1.1em !important;
	padding: 0px 5px;
}

/* message-user */
body#message-user {
	padding: 0px !important;
}
body#message-user div#content table td div.name{
	text-align: left;
	margin: 0px 0px 5px 10px !important;
}
body#message-user div#content table td div.commands{
	height: 30px;
	margin: 0px 5px;
}
body#message-user div#content table td div.commands span {
	display: block;
	float: left;
	margin: 3px 10px;
	clear: left;
}

/* chat */
body#mod-chat-gui_header_js-chatinput {
	padding: 0px ;
}

body#message-send textarea {
	width: 370px;
	height: 120px;
}
/***** sfu/sfu.css end *****/

