/**************************************
 * THEME NAME: whs-vle
 *
 * Files included in this sheet:
 *
 *   whs-vle/styles.css
 **************************************/

/***** whs-vle/styles.css start *****/

/**
 * =======================
 * Basic Elements
 * =======================
 */

html
{
	overflow: auto;
	overflow-x: hidden;
}

html, table, td
{
	font-size: 1.0em;
}

a, a:link
{
	color: #6AF;
}

a:visited
{
	color: #48D;
}

a:hover
{
	color: #F76;
	text-decoration: none;
}

div
{
	display: block;
}

img
{
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

iframe
{
	border: 0;
}

body 
{
	padding: 0;
	margin: 0;
	background-image: url('images/body-background.png');
	background-repeat: repeat;
	font-size: 0.85em;
	padding-bottom: 20px;
}

body#message-messages
{
	background-image: none;
	background-color: white;
}

body#message-send
{
	background-image: none;
	background-color: #EEE;
}


/**
 * ===================
 * Page
 * ===================
 */

div#page
{
	margin: auto;
	height: auto;
	margin: 18px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: white;
	
}

div.page-top-left
{
	background-image: url('images/page-top-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div.page-top-right
{
	background-image: url('images/page-top-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.page-bottom-left
{
	background-image: url('images/page-bottom-left.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.page-bottom-right
{
	background-image: url('images/page-bottom-right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.page-top
{
	background-image: url('images/page-background.png');
	background: repeat-x;
}

div.page-bottom
{
	background-image: url('images/page-background.png');
	background: repeat-x;
}

body#message-user div#page
{
	margin: 0;
}


/**
 * ===================
 * Header
 * ===================
 */

#header-home, #header
{
}

div.header-left
{
	background-image: url('images/header-left.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 14px;
}

div.header-right
{
	background-image: url('images/header-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.header-top
{
	background-image: url('images/header-background.png');
	background-repeat: repeat-x;
}

div.header-content
{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5c5b72;
	background-image: url('images/header-background.png');
	background-image: url('gradients/header.png');
	background-repeat: repeat-x;
	color: white;
	min-width: 400px;
}

div.header-logo
{
	float: left;
}

div.header-menu
{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
	float: right;
}

div.header-menu a, div.header-menu a:link, div.header-menu a:visited
{
	color: white;
}

div.header-menu td
{
	width: 70px;
	text-align: center;
	padding: 5px;
}

div.header-menu td:hover
{
	background-image: url('images/white-translucent-20.png');
	background-repeat: repeat;
}

#header h1.headermain
{
	float: right;
	font-size: 2.0em;
	color: #F6F6FF;
}

div.headermenu
{
	float: right;
	height: 40px;
}

/*
 * These exceptions are for pages which should not have a large header.
 */
body#help div.header-menu
{
	display: none;
}

body#help div.header-logo
{
	display: none;
}



/**
 * ===================
 * Footer
 * ===================
 */

#footer
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div.footer-left
{
	background-image: url('images/footer-left.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	height: 100%;
}

div.footer-right
{
	background-image: url('images/footer-right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.footer-bottom
{
	background-image: url('images/footer-background.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

div.footer-content
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2a2728;
	background-image: url('images/footer-background.png');
	background-repeat: repeat;
	color: white;
}

.helplink
{
	margin: 0;
}

.homelink
{
	margin: 0;
	padding-top: 15px;
}

.homelink a
{
	background-color: #99A;
}

#mod-resource-view div#footer
{
	margin-top: 0;
}



/**
 * ===================
 * Content
 * ===================
 */

#content
{
	background-color: #f1f1f1;
/*	background-image: url('backgrounds/content/0.jpg'); */
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#content .headingblock
{
	background-color: #aba7b4;
	background-image: url('gradients/headingblock.png');
	background-repeat: repeat-x;
	border: 0;
	margin: 0;
	padding: 3px;
}

#layout-table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#layout-table #middle-column
{
}

#left-column
{
	margin: 0;
	border: 0;
	padding: 0;
	padding-right: 3px;
	min-width: 140px;
	width: auto;
}

#middle-column
{
	padding: 0;
	margin: 0;
	border: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width: 500px;
}

#right-column
{
	margin: 0;
	border: 0;
	padding: 0;
	padding-left: 3px;
	min-width: 140px;
}

span#maincontent
{
	/*
	 * This 1px height span is above the main
	 * content in #middle-column.
	 */
	font-size: 0;
	height: 0;
}

span.skip-block-to
{
	/*
	 * These are between each of the sideblocks
	 * and wreak havoc in IE6.
	 */
	font-size: 0;
	height: 0;
}

body#site-index .headingblock, body#course-view .headingblock
{
	margin: 0;
}




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

#calendar-view .calendermonth
{
	border-collapse: collapse;
}

#calendar-view .calendarmonth td
{
	border: 1px solid #CCC;
}

#calendar-view .calendarmonth .today
{
	background-color: #FC8;
	border: 2px solid #555;
}

#calendar .maincalendar
{
	background-color: #FFF;
}

#calendar .sidecalendar .sideblock
{
	background-color: #FFF;
}

#calendar .sidecalendar .minicalendar
{
	background-color: #EEE;
	border: 1px solid #DDD;
}

#calendar .sidecalendar .minicalendar td
{
	border: 1px solid #BBB;
}

table.calendarmonth tr.weekA
{
	background-color: #FFFFF0;
}

table.calendarmonth tr.weekB
{
	background-color: #FFF0F0;
}

#calendar .maincalendar table.sims
{
	margin: 10px;
	border: 1px solid #AAA;
	border-collapse: collapse;
}

#calendar .maincalendar table.sims td
{
	border: 1px solid #AAA;
}


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

.coursebox
{
	background-color: #FFF;
}

/**
 * ----------------------------
 * Course view
 * ----------------------------
 */



/**
 * ----------------------------
 * Forums
 * ----------------------------
 */
 
div.forumaddnew
{
	background-color: white;
	padding: 5px;
}
 
div.subscribelink
{
}

table.forumpost
{
	margin: 0;
	margin-bottom: 10px;
}



#site-index #content
{
	background-color: #40414d;
}

#site-index div.sitetopic
{
	border: 0;
	margin-bottom: 0.75em;
	-webkit-border-radius: 0.8em;
}

#site-index div.sideblock div.header
{
	border: 0;
}

#site-index div.sideblock div.content
{
	border: 0;
}


/*
 * Modifies the front-page news forum
 * by padding the forumposts and removing the border.
 */
#site-index table.forumpost
{
	padding: 0em 0em;
	border: 0;
}

/*
 * Modifies the front-page news forum
 * by removing the heading bar.
 */
#site-index table.forumpost tr.header
{
	display: none;
}

/*
 * Modifies the front-page news forum
 * by removing the pointless left-hand side bar.
 */
#site-index table.forumpost td.left
{
	display: none;
}

/*
 * Modifies the front-page news forum
 * by padding the content.
 */
#site-index table.forumpost td.content
{
	padding: 1em;
	border: 4px solid #afd0ff;
	background-color: #f0faff;
	-webkit-border-radius: 0.8em;
}
#site-index table.forumpost td.content p
{
	margin-top: 0em;
	margin-bottom: 1em;
}

/*
 * Modifies the front-page news forum
 * by removing the "Site news" heading.
 */
#site-index h2.header
{
	display: none;
}

/*
 * Modifies the front-page news forum
 * by removing the subscribe link.
 */
#site-index div.subscribelink
{
	display: none;
}

#site-index div.forumaddnew
{
	margin-bottom: 1em;
	background-color: #dddddd;
}



table.forumpost td.topic
{
	background-color: #dff4d9;
	background-image: url('gradients/forum-topic.png');
	background-repeat: repeat-x;
}

table.forumpost td.starter
{
	background-color: #befdae;
	background-image: url('gradients/forum-starter.png');
	background-repeat: repeat-x;
}

table.forumpost td.picture
{
	background: none;
	background-color: #dadee3;
}

table.forumpost td.side
{
	background-color: #aba7b4;
	background-image: url('gradients/forumpost-left.png');
	background-repeat: repeat-x;
}

table.forumheaderlist
{
}

table.forumheaderlist th
{
	background-color: #85befe;
	background-image: url('gradients/tableheader.png');
	background-repeat: repeat-x;
	padding: 5px;
}

table.forumheaderlist td
{
	border: 0;
	background-color: white;
}





/**
 * ----------------------------
 * General divs and tables
 * ----------------------------
 */
 
.clearer
{
}

.coursebox
{
	background-color: #FFF;
}

.trim
{
	background-image: url('gradients/trim.jpg');
	background-repeat: repeat-y;
	background-color: #25406b;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.breaker
{
	width: 100%;
	height: 0;
}

.generalbox
{
	background-color: white;
}

.generaltable
{
}

.generaltable td
{
	border: 0;
}

.generaltable th
{
	background-color: #85befe;
	background-image: url('gradients/tableheader.png');
	background-repeat: repeat-x;
	padding: 5px;
}

.rolecap td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.loginbox
{
	background-color: white;
}


/**
 * ----------------------------
 * Grades
 * ----------------------------
 */

div.gradeparent
{
	width: 100%;
	overflow-x: auto;
}

body.grade-report-grader table
{
	background: none;
	font-size: 1.0em;
}

body.grade-report-grader table td
{
	font-size: 1.0em;
}

body.grade-report-grader div.userpic img
{
	width: 16px;
	height: 16px;
	border: 0;
}

body.grade-report-grader table#user-grades
{
	width: 100%;
}

body.grade-report-grader table#user-grades th
{
	background: #CCC;
}

body.grade-report-grader table#user-grades th a
{
	color: #048;
}

body.grade-report-grader table#user-grades td
{
	height: 25px;
	border: 1px solid #CBA;
}

body.grade-report-grader table#user-grades tr.even th
{
	background-color: #EEB;
}

body.grade-report-grader table#user-grades tr.even td
{
	background-color: #FFC;
}

body.grade-report-grader table#user-grades tr.even td.cell
{
	background-color: #FFC;
}

body.grade-report-grader table#user-grades tr.odd th
{
	background-color: #EDB;
}

body.grade-report-grader table#user-grades tr.odd td
{
	background-color: #FEC;
}

body.grade-report-grader table#user-grades tr.odd td.cell
{
	background-color: #FEC;
}

body.grade-report-grader table#user-grades tr.avg th
{
	background-color: #9BE;
}

body.grade-report-grader table#user-grades tr.avg td.cell
{
	background-color: #ACF;
}


/**
 * ----------------------------
 * Navigation bar
 * ----------------------------
 */

div.navbar
{
	background-color: #222;
	border: 0;
	color: #EEF;
	line-height: 1.6em;
}


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

.sideblock
{
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 0px;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
}

.sideblock .header
{
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #E7E7EF;
	text-align: center;
	background-color: #2d2b2d;
	background-image: url('gradients/sideblock-header.png');
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 0.8em;
	-webkit-border-top-right-radius: 0.8em;
}

.sideblock .header h2
{
	font-size: 1.15em;
	padding: 0;
	margin: 0;
}

.sideblock .content
{
	padding: 10px;
	background-color: white;
	-webkit-border-bottom-left-radius: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
}




/**
 * ----------------------------
 * Topics
 * ----------------------------
 */

.sitetopic
{
	background-color: white;
}

#course-view .topics td.side
{
	background-color: #F3F3F3;
}

#course-view .topics td.content
{
	background-color: #FFFFFF;
}

#course-view tr.current td.left
{
	background-color: yellow;
}

#course-view tr.current td.content
{
	background-color: #FFFFD0;
}

#course-view tr.current td.right
{
	background-color: yellow;
}



/**
 * ----------------------------
 * User
 * ----------------------------
 */

.userinfobox
{
	background-color: white;
}

.userinfobox .userpicture
{
	width: 200px;
	height: 200px;
}

#course-user .section
{
	background-color: white;
}




/**
 * ----------------------------
 * Upload attempts
 * ----------------------------
 */


table#attempts
{
	width: 100%;
}

table#attempts th
{
	background-color: #85befe;
	background-image: url('gradients/tableheader.png');
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 0.85em;
}

table#attempts th a
{
	color: #26B;
}

table#attempts td
{
	padding: 5px;
}

table#attempts img.userpicture
{
	width: 24px;
	height: 24px;
}

table#attempts div
{
	margin: 0;
	padding: 0;
}

table#attempts td.cell br
{
	display: none;
}

table#attempts td.cell div.files
{
	background-color: #FFB;
	padding: 2px;
}

/* selector for "grade" button */
body#mod-assignment-submissions div.s0
{
	background-color: #F87;
	color: #610;
}

body#mod-assignment-submissions div.s0 a
{
	background-color: #F87;
	color: #610;
}



/**
 * ======================
 * Overrides
 * ======================
 */


/**
 * ----------------------------
 * Blocks
 * ----------------------------
 */

.block_admin_tree .header, .block_admin .header
{
	background-image: none;
	background-color: #744;
	color: #EFC0C0;
}

.block_admin_tree img
{
	padding-right: 3px;
}

.block_admin_tree .admintree div
{
	padding-bottom: 3px;
}

.block_calendar_month a
{
	border-top: 1px solid transparent;
}

.block_calendar_month table.minicalendar
{
	border: 1px solid #C87;
	background-color: #FFF5F0;
}

.block_calendar_month table.minicalendar td
{
	padding: 3px;
}

.block_online_users .info
{
	font-size: 0.9em;
	color: #AAA;
}

.block_login_logout .logoutuserimg img
{
	width: 150px;
	height: 150px;
}

.block_online_users .user
{
	margin-bottom: 3px;
}

.block_online_users .user span.department
{
	font-size: 1.05em;
	color: #888;
}

.block_online_users .user span.name
{
	font-size: 1.18em;
	line-height: 1.8em;
}

.block_online_users .user img
{
	float: left;
	width: 36px;
	height: 36px;
}

.block_online_users .message
{
	display: block;
	padding-top: 8px;
}

.block_site_main_menu li
{
	padding-bottom: 5px;
}

img.moodleGoogle
{
	width: 200px;
	height: 77px;
}

table.simsTimetable
{
	background-image: url('/blocks/sims_timetable/img/sims_timetable.png');
	background-repeat: no-repeat;
	height: 58px;
}

table.simsTimetable td
{
	vertical-align: middle;
	padding-left: 60px;
}

/*
 * This is the picture in the top left of the message window.
 */
body#message-user img.userpicture
{
	width: 84px;
	height: 84px;
}

body#admin-roles-manage div.generalbox
{
	background-color: white;
}




.whsAdverts
{
	width: 500px;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
}

.whsAdverts iframe
{
	border: 0;
	border: 1px solid white;
	overflow-x: hidden;
}

.whsGoogleSearch
{
	padding-top: 3px;
	background-image: url('images/icons/Google_Search.jpg');
	background-repeat: no-repeat;
	width: 500px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}

.whsGoogleSearch form
{
	float: right;
	margin-top: 16px;
	width: 300px;
}
/***** whs-vle/styles.css end *****/


