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

/***** sheffield2010/sheffield.css start *****/

/*******************************************************************
 Sheffield CSS
  
 This CSS file contains all color and layout definitions 
 for the Sheffield College theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

.work {
	display: none;
}

.breadcrumb {
	font-size:0.8em;
	text-transform:uppercase;
}

/***
 ***  Core
 ***/
 
.inlineImg {
	display:inline;
}

.mymoodleheader {
height: 100px;
background: url(images/myheader.jpg) no-repeat;
color: #fff;
padding-top:4px;
padding-left: 20px;
}


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


/***
 ***  My Course List
 ***/

.mycourselist ul {
	margin: 0;
padding-left: 20px;
padding-right: 20px;
	list-style: none;
}

#sublinks {
	font-size:80%;
	background-color:#cfe0e8;
	padding:3px 5px;
	text-align:right;
}
/***
 ***  My Courses list - courses I study
 ***/

.mycourselist a {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}

.mycourselist a:hover {
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
}



/***
***  Login Form Styles
***/

#loginForm {
	padding:30px;
	border: 5px solid #6689a6;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#loginForm label {
	color:#c48856;
	text-style:bold:
}


#loginForm input {
	background:#6689a6;
	color:#fff;
}




/***
 ***  My Moodle icons underneath my moodle header
 ***/

.mymoodleicons {
height: 18px;
margin-top:-18px;
}



 .mymoodleicons ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mymoodleicons a {
	display: block;
	width: 10em;
color: #fff;
}

.mymoodleicons li {
	float: left;
	width: 10em;
color: #fff;
padding-left: 20px;
}


.mymoodleicons li a{
font-size: 0.8em;
color: #fff;

}

.mymoodleicons li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.mymoodleicons li:hover ul {
	left: auto;
}

.openass {
	background-color: #97ff57;
	color: #000;
	margin-left: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.5em;
	border:solid 1px #00d900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.openass:hover {
	cursor: pointer;
}


/***
 ***  content wrapper
 ***/



#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
background: url(images/footer.jpg) no-repeat;
  
height: 195px;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;

	}

#maincol {
	position:relative;
	margin:0;
	padding-top:50px;
padding-left:20px;

	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding-top:10px;
padding-left:20px;
	font-size: 0.7em;
	z-index:100;
text-align: left;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:300px; /* actual value */
	margin:0 0 -10px 0;
	padding-top:90px;
padding-right:100px;
	font-size: 0.7em;
	z-index:99;

	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}






#footer {
display: none;
}


#panelcolumnright {
float: right;
}

#panelcolumnright img {
width: 55px;
height: 55px;
border: 3px solid #fff;

}

a:focus {
	outline: none;
}
#panel {
	background: #6689a6; /*#6d6d6d; */
	height: 50px;
	display: none;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(images/panel.png) repeat-x center top;
}

.slide a {
display: block;
width: 100%;
color: #fff;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}





#stylemenubar {
height: 36px;
background: #6d6d6d;
float: left;
}

#stylemenubar ul {
padding: 0;
  margin: 0;
  list-style: none;
}

#stylemenubar li {
float: left;
  position: relative;
  
}

a:link,
a:visited {
  color:#054377;
}

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

body {
  background-color:#e0e0e0;
  border: none;
}


/**
*** Drop Down SuperFish Menu Styles ***
**/


.menubarholder {
height: 35px; /* changed by Kieran Tue 15th June to show over banner*/
margin-top:-33px;  /* changed by Kieran Tue 15th June to show over banner*/
width: 100%;
font-size:12px;
text-transform:uppercase;
}



.sf-menu li li {
	background:#255073;
	border:1px solid #2b557b;
	
}

.sf-menu li li li {
	background:#255073;
	border:1px solid #2b557b;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#3e95e5;*/
	color:#000;

}


.sf-menu a {
	border-left:	0px solid #6d6d6d;
	border-top:		0px solid #6d6d6d;
	padding: 		10px 15px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}


th.header,
td.header,
div.header {
    background-color: #c1c1c1;
}

.navbar {
  background-color:#fff;
  border: none;
  
}

.navbar input {
border: 1px solid #000;
font-size: 0.9em;
background: #c1c1c1;
color: #fff;
-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.navbar select {
background: #c1c1c1;
color: #fff;
font-size: 0.9em;

}

.generalbox {
  border-color:#739FC4; 
}
.informationbox {
  border-color:#739FC4; 
}
.feedbackbox {
  border-color: #739FC4; 
}

.noticebox {
  border-color:#739FC4; 
}

.errorbox {
  color:#ffffff;
  border-color:#739FC4;
  background-color:#990000;
}

.tabledivider {
  border-color:#739FC4;
}

.sitetopic{
	border-width:0px;
	text-shadow:2px 2px 3px #f6f8e8;
}

.sitetopiccontent {
  border-color:#739FC4;
  background-color:#FFFFFF;
}

.unread {
  background: #78A2CD;
} 

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

#header-home, #header {
background: #ececec url(images/header.jpg);

height:150px;

}

.headermain {
  background: transparent url(images/hdbgend.jpg) 100% 0 no-repeat;
  float: none;
  
}


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

.admin .generalboxcontent {
  background-color:#EEEEEE; 
}

.admin .generalbox {
  border-color:#739FC4; 
}

.admin .informationbox {
  border-color:#739FC4; 
  background-color:#FFFFFF; 
}


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

.sideblock {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}



.sideblock .header {
  text-align: left;
  padding:0px;
  background-color: #fff;
  border: none;
font-size: 1.0em;
border: none;
color: #000;
}

.sideblock .content {
  background-color:#FFFFFF;
border: none;
}

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

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #739FC4;
}

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

table.minicalendar {
  border-color:#739FC4;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

#calendar .maincalendar .eventlist .event {
  border-color:#739FC4;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

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

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#2EBA0E !important;
  border-bottom-color:#2EBA0E !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
  -moz-border-radius:5px;
  -webkit-radius-border:5px;
  border-radius:5px;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}

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



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

/* course, entry-page, login */
.headingblock {
  background-color: #d2dae7;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
color: #4c4c4c;
}

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

#course-view .weekscss .section,
#course-view .section td {
  border-color:#DDDDDD;
}

/* .content should match the body background, sides are white. */
#course-view .content {
  background: #FFFFFF;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #fff;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #eeb185;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

.categoryboxcontent,
.courseboxcontent {
    border-top: 1px solid #739FC4;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
    background: #FFFFFF;

}
.categorybox .category 	{
	font-size:1em;
}
body#course-user .section {
    border-color:#AAAAAA;
}



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

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#739FC4;
}


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

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

.message .author {
  color: #739FC4;
}

.message .time {
  color: #739FC4;
}

.message .content {
}



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

.userpicture {
  background:#EEEEEE; 
}

.userinfobox {
  border-color: #739FC4;
  background-color: #F7F7F7;
}
.groupinfobox {
  border-color: #739FC4;
  background-color: #FCFCFC;
}


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

.forumheaderlist,
.forumpost {
  border-color:#7b7b7b;
}

.forumpost .content {
  background: #FFFFFF;
  border-left:#739FC4 solid 1px;
}

.forumpost .left {
  background:#fff; 
}

.forumpost .topic {
  border-bottom-color: #739fc4;
  background:#d6d6d6; 

}

.forumpost .starter {
  background:#6689A6 none repeat scroll 0 0;
border-left:1px solid #739FC4;
color:#EEEEEE;
}

table.forumpost {
width: 90%;
margin-left: auto;
margin-right: auto;
}

.forumheaderlist .discussion .starter {
  background:#D0E2EE; 
}

.forumheaderlist td {
  border-color: #739FC4;
}

.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background: #78A2CD;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .unread .forumpost .message {
  border-color: #78A2CD; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


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

.glossarypost {
  border-color: #739FC4;
}

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

.glossarycomment {
  border-color: #739FC4;
}

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

}

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

.categoryheader {
  background-color: #efefef;
}

.glossaryformatheader {
  background-color: #739FC4;
}


/***
 *** Modules: Journal
 ***/

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

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

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



/***
 *** Misc Color
 ***/

.headermenu a:link {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:hover {
    text-decoration: underline;
    color: #ffffff;
}


.pagesurround {
  background: #fff;
  border-top: 1px solid #4A677F;
  border-right: 1px solid #4A677F;
  border-bottom: 1px solid #4A677F;
  border-left: 1px solid #4A677F;
width: 990px;
margin-left:auto;
margin-right:auto;
}

.generalboxcontent {
  background-color:#FFFFFF;

}
/***
 *** Layout Core
 ***/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

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

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

#layout-table #left-column {
  padding-left:10px;
}

#layout-table #right-column {
  padding-right:10px;
}

div.headermenu 
{
    position: absolute;
    top: 15px;
    right: 10px;
}




/* Sideblocks */

.sideblock .title h2 {
  background: url(bg/star.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
  color: #4c4c4c;
border-bottom: 1px solid #4c4c4c;
}

.star,
h2.headingblock,
.block_site_main_menu .title h2 {
  background: url(bg/star.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_blog_menu .title h2 {
  background: url(bg/tag_edit.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_blog_tags .title h2 {
  background: url(bg/tag.gif) no-repeat bottom left;
  padding:0 0 6px 33px;
}

.block_news_items .title h2 {
  background: url(bg/news.gif) no-repeat left;
  padding: 0 0 12px 33px;
}
.block_recent_activity .title h2,
.block_glossary_random .title h2 {
  background: url(bg/titel.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_online_users .title h2,
.block_participants .title h2 {
  background: url(bg/users.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_calendar_month .title h2,
.block_calendar_upcoming .title h2 {
  background: url(bg/calendar.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_login .title h2 {
  background: url(bg/keys.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_course_list .title h2 {
  background: url(bg/pencil.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_activity_modules .title h2 {
  background: url(bg/activities.gif) no-repeat bottom left;
  padding: 0 0 6px 33px;
}

.block_messages .title h2 {
  background: url(bg/message.gif) no-repeat left;
  padding: 0 0 12px 33px;
}

.block_admin_tree .title h2 {
  background: url(bg/blank.gif) no-repeat bottom left;
  padding: 0 0 6px 3px;
}

.block_search_forums .title h2,
.block_search .title h2 {
  background: url(bg/search.gif) no-repeat left;
  padding: 0 0 12px 33px;
}

.block_rss_client .title h2 {
  background: url(bg/rss.gif) no-repeat left;
  padding: 0 0 12px 33px;
}

/***
*** Courses
***/

#course-view #section-0 td.side,
#course-view #section-0 td.content{
	border:none;
}

.info {
	padding-left: 50px;
	font-size:90%
}

#left-column {
	display:none;
} 

.smallicon {
	vertical-align: middle;
	height:16px;
	width:16px;
}
	
	
/* Hide the 'Topic Outline' header */
#course-view .headingblock {
display:none;
}

/* Pending request Table */

#course-pending .pendingcourserequests {
	font-size: 70%;
}
/* Course Banner Styles */

#courseHeader {
	font-size: 24px;
	font-weight:bold;
	padding-left:200px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
	margin-bottom:10px;
}

/* Course Banner Styles */

.head33 {background: url(images/banners/MoodleBannerBusinessGateway.png) no-repeat center;}			/* Business Gateway */ 
.head81 {background: url(images/banners/MoodleBannerTUStudies.png) no-repeat center;}					/* TUS */ 
.head83 {background: url(images/banners/MoodleBannerPublicServices.png) no-repeat center;}				/* Public Services */ 
.head94 {background: url(images/banners/MoodleBannerOnlineCollege.png) no-repeat center;}				/* Online College */ 
.head133 {background: url(images/sd-animal.png) no-repeat center;}													/* Science, Dental and Animal Care */ 
.head139 {background: url(images/banners/MoodleBannerOnlineCollege.png) no-repeat center;}				/* Online College */ 
.head150 {background: url(images/banners/MoodleBannerCateringBakingHospAv.png) no-repeat center;}/* Baking,Hostpitality & Aviation */ 
.head170 {background: url(images/banners/MoodleBannerILTGateway.png) no-repeat center;}				/* ILT Gateway */ 
.head214 {background: url(images/Guest.png) no-repeat center;}															/* Guest Area */ 
.head217 {background: url(images/banners/MoodleBannerArtDesign.png) no-repeat center;}					/* Art and Design */ 
.head218 {background: url(images/business-&-IT.png) no-repeat center;}												/* Business & IT */ 
.head219 {background: url(images/studentservices.png) no-repeat center;}											/* Student Services */ 
.head221 {background: url(images/Health_social_care.png) no-repeat center;}										/* Health and Social Care */ 
.head223 {background: url(images/banners/MoodleBannerPhotoMediaJourno.png) no-repeat center;}		/* Photography & Media */ 
.head230 {background: url(images/Enterprise.png) no-repeat center;}													/* Enterprise Gateway */ 
.head255 {background: url(images/construction.png) no-repeat center;}												/* Construction */ 
.head256 {background: url(images/banners/MoodleBannerPerformingArts.png) no-repeat center;}			/* Performing Arts */ 
.head263 {background: url(images/Hairbeauty.jpg) no-repeat center;}													/* Hair and Beauty */ 
.head265 {background: url(images/banners/MoodleBasnnerGCSE.png) no-repeat center;}						/* GCSE */ 
.head287 {background: url(images/banners/MoodleBannerAlevel.png) no-repeat center;}						/* A Levels */ 




#moodleda {
	background: url(images/moodledays.png) no-repeat top;
	padding-top:65px;
	margin-top:15px;
}

#moodleda li {
	list-style:none;
}/***** sheffield2010/sheffield.css end *****/


