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

/***** dhsfg_new/dhsfg_styles.css start *****/

@charset "utf-8";

body {
	background-color:#FFFFD7;
}

hr {
	color: #7FB26B;
}

body, table, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #060;
}

/* The breadcrumbs nav menu */

.navbar {
	border: none;	
}

/* Sitewide hyperlinks */

a:link, a:visited {
	color:#060;
}

a:hover, a:active {
	color:#090;
	text-decoration:none;
}

/* Image swap for main header */

h1.headermain {
	background: url(http://dylan.e-learndesign.co.uk/~dhsfg/theme/dhsfg_new/dhsfg-header.gif) no-repeat left top;
	line-height: 100px;
	width:600px;
	text-indent: -9999px;
}

/* Side navigation */

.sideblock .header {
    background-color: #7FB26B;
	color: #FFF;
	border-color: #7FB26B;
}

.sideblock .content {
	background-color: #FFF;
    border-color: #7FB26B;
}

/* Main content heading  */

.headingblock {
	background-color: #FFF;
    border-color: #7FB26B;
	color: #060;
}

/* Course categories (Main) */

.generalbox {
	background-color: #FFF;
	font-size: 12px;
	border-color: #7FB26B;
	font-weight: normal;
	color: #006600;
}

.generalbox a {
    font-size: 14px;
}

/* Course categories (Secondary) */

.main {
	font-size: 18px;
	font-weight: bold;
}

/* List of courses - background and border */

.generalbox p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.coursebox {
	background-color: #FFF;
    border-color: #7FB26B;
}

.coursebox a {
	font-weight: bold;
}

/* Course content page */

#course-view .weekscss .section, #course-view .section td.side {
    background:#7FB26B none repeat scroll 0% 0%;;
	border-color: #7FB26B;
}

#course-view .section td.content {
	border-color: #7FB26B;
}

#course-view .section td.content h2 {
	font-size: 17px;
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;
}

#course-view .section .weekdates {
	color: #7FB26B;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Calendars (Mini and Main) */

.content .minicalendar {
	border: 1px solid #7FB26B;
}

.current {
	font-weight: bold;
}

.topic {
	background: #00CC00;	
}

/* Removal of the Moodle Logo in the footer */

.sitelink {
	display: none;
}
/***** dhsfg_new/dhsfg_styles.css end *****/


