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

/***** custom/custom.css start *****/

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

 **************************************/


body {
    background: #e7e7e7;
    color: #000;
    margin: 0 auto;
    font-family: Arial,"Lucida Grande",Verdana,sans-serif;
	padding: 0 20px;
}
p, li, ul, tr, td, h1, h2, h3, th, .navbar li, .header { 
    font-family: Arial,"Lucida Grande",Verdana,sans-serif;
}
.section, .navbutton{
    padding: 0px 5px 0px 5px;
}
#page{
	min-width: 800px;
	background: #fff;
}

/********Links**********/

a, a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: underline;
}
th.header a, .generalbox th a{
    color: #fff;
	text-decoration:underline;
	font-size: .9em;
}
th.header a:hover, .generalbox th a:hover{
    color: #000;
}
h2.main a, h2.main a:link, h2.main a a:visited {
    color: #0099FF;
	font-weight: bold;
	font-size: .9em;
	text-decoration: underline;
}
#right-column a, #right-column a:link, #right-column a:visited, .filters a{
    color: #0099FF;
	text-decoration: none;	
}
#right-column a:hover, #right-column a:hover, .filters a:hover{
	color: #999;
	text-decoration: underline;
}
a.dimmed:link, a.dimmed:visited{
	color: #666;
}

/******* LOGIN BOX *****/

.loginbox{
    background: #E8EEF1;
    margin-bottom: 10px;
	border: 3px solid #000;
}
.loginbox th{
    background:#636466;
    color: #fff;     
}
.block_login .loginform .fld input{
    width: 8.5em;
}
.loginbox .loginform .form-input input{
    width: 8em;
}
.loginbox{
	margin: 15px 25%;
	width: 50%;
}

/********** HEADER ****************/

.headermain{
    background: transparent url(header_bg.jpg) no-repeat right;
    font-weight:bold;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
.headermain img{
    padding: 5px 10px;	
}
.headermenu {
  	float:none;
}
#header-home {
    color: #000;
    background:transparent;  
    height: 100px;
    margin: 0; 
	padding: 0;
}
.logininfo, #header-home .headermenu font {
	font-size:0.8em;
    padding: 0;    
    height: 20px;  
    font-weight:normal;
    margin: 3px;
    text-align: right; 
}
.headermenu a:link,.headermenu a:visited,.headermenu a {
    color: #00A4E4;
    padding: 0 3px 0 3px;
    text-decoration: underline;
}
.headermenu a:hover {
    color: #000;   
}

/***breadcrumb trail ****/

.breadcrumb {
    padding: 0 0 0 8px;    
    margin:0px;
    height: 20px;  
    font-size:0.8em;
    font-weight:normal;   
	
}
.navbar .breadcrumb {
    float:left;
    margin:0.2em 0.5em;
}
.breadcrumb .sep, #admin-report-simpletest-index .sep {
    color:#fff;
}
img.resize {
    width: 100px;
    height: 100px;
}
.navbar {
    color: #fff;
    margin:0;    
	background: #003366; /*transparent url(nav_bg.jpg) repeat-x;*/
	border: 0;
}
.navbar a,.navbar a:visited,.navbar a:hover,.navbar a:link {
    color: #fff;
    text-decoration: underline;       
}

/***************** FOOTER *****************/

#footer{
  	padding: 10px 0px 15px 0px;
  	margin:0;
  	background: transparent url(footer_bg.jpg) repeat-x; 
  	color: #333;  
}
#footer .logininfo{
	text-align: center;
}
.homelink {
  	font-size:0.8em
}
.headingblock {
    font-weight: bold;
    font-size: .8em;
}

/*************** CONTENT ******************/

#content {
    margin: 10px 10px;
}

/* Headings  */

h1 {
     	font-weight:bold; 
     	margin: 0.5em 0 0.5em 0;
     	padding: 0;                
     	color: #BA9653;
     	font-size: 1.3em;
}
h2.main {
     	margin: 10px;
     	padding: 0px;  
     	line-height: 1.3em; 
     	color: #BA9653;
     	text-align: center;  
     	font-size: 1.2em;
}
h2.title, .title h2{
     	font-weight: bold; 
     	color: #fff;
     	margin: 0 0 0.5em 0;
     	padding: 0; 
	font-size: .9em;
}
h2.summary, h1.summary, .summary h2, .summary h1{
    	color: #BA9653;
    	background: #E8EEF1;
    	padding: 5px;
}
h2.header, h2.section, .section h2{
     	background:transparent;
     	color: #BA9653;      
}
h3 {
  	font-size:1.2em
}
h4 {
  	font-size:1em
}
td.header, div.header{
    background: #636466;
    color: #fff;
    border: 1px solid #fff; 
    font-weight: bold;
	padding: 3px 5px;
}
div.header  h2{
    color: #fff;
    background: transparent;
    margin: 0px 0px;
	font-size: .9em;
	padding: 3px 0;
}
h2.headingblock{
    color:#fff;
    background: #636466;
	border: 1px solid #636466; 
    font-weight:bold; 
	font-size: .8em;  
}

#left-column {
    background: #fff;
}
/****Home page site description ****/

.sitetopic{
	background: #fff url(sitetopic_bg.jpg) repeat-x;	
}
.sitetopiccontent{
    background: #fff;
    border: 1px solid #ccc;
}

/********* Left/Right Columns  ********/

.title{
    color:#fff;
}
#left-column li, #right-column li{
	line-height: 1.6em;
}

/***Boxes around admin header icons ***/

.singlebutton{
    margin: 5px 0;
}
.commands {
	padding: 2px 2px 3px 0px; 
}
.commands .icon {
	background: #fff;
	padding:2px 2px 1px 2px;
	border:1px solid #27849a;
 	margin:1px;
}
.commands a:hover.icon {
    border:1px solid #f00;
}

/*** - boxes on header sideboxes ***/

.hide-show {
    background: transparent;
    color: #fff;
}
.hide-show img {
    border: 1px solid #fff;
    color: #fff;
}

/*************Tables *******/

table{
	width: 100%;
}
.generaltable{
    width: 100%;
	border:1px solid #ccc;
} 
.generalboxcontent {
    line-height: 1.4em;
    background: #fff;
	border:1px solid #ccc;
}
table.generalbox {
    border:1px solid #ccc;
    width:100%; 
} 
table.rolecap{
	background: #fff;
	width: 80%;
}
table.rolecap td{
	padding:5px;
}
table.userinfobox{
	font-size: .8em;
}
table.files{
	font-size: .9em;
}
/*******Logs and Reports tables *****/

.log .plugin{
    background: #fff;
}
.logtable{
    background: #fff;
	font-size: 1em;
}
.c0{
    font-weight: bold;
    background: transparent;
    color: #000;
}
.controls{
    width: auto;  
	font-size: .8em; 
}

/****All THs *****/

th{
	font-size: .9em;
}
.generaltable th, .generaltable th.header, .generalbox th {
    color: #fff;
    background: #636466;
    font-weight:bold; 
	padding: 5px;	
	border: 1px solid #fff; 
}
.files th{
    background: #636466;
    color: #fff;
    font-weight: bold;
	border: 1px solid #fff; 
}
#movecourses th{
    background: #636466;
    color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #636466; 
}
.formtable th{
    font-weight: bold;
    color: #000;     
}
.info{
    background:#fff;
}
.prompt{
    font-weight: bold;
} 
.list .info {
    background: #fff;
}
#section-0 .section .main{
    background:#EFEBE0;
}

body {
  	font-family:http://moodlepilot.imperial.ac.uk/course/view.php?id=4;
  	font-size:95%
}
.generalboxcontent {
  	font-size:0.8em;
}
.generaltable .cell {
  	font-size: 0.8em;
	background: #EFEBE0;
	border: 1px solid #fff;
}
.categorybox .category {
  	font-size:0.9em;
  	font-weight:bold
}
.helplink {
  	font-size:0.8em
}
.headingblock {
  	font-weight:bold
}
.headingblock .link {
  	font-size:0.9em
}
.files .file, .files .folder {
  	font-size:0.9em
}
.files .folder .size {
  	font-weight:bold
}
.sitetopiccontent {
  	font-size:0.8em
}

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

.block_admin_tree.sideblock .link.current{
	background: #fff;
}
#admin-index .generalboxcontent,
#admin-config .generalboxcontent {
  	font-size:0.9em
}
#admin-config .linklist {
  	font-size:0.9em
}
#admin-config .r1 {
  	font-size:0.9em
}
#admin-config #content > center {
  	font-size:0.8em
}
.admin .generalboxcontent {
  	background:#EFEBE0;
}
.admin .generalbox {
  	border-color:#ccc;
  	background:#EFEBE0;
}
#adminsettings fieldset {
    background: #EFEBE0;
    border-color: #ccc;
    color: #000;
	font-size: .8em;
}
.boxwidthwide{
	width: 98%;
	background: #efebe0;
}
.boxwidthwide .title{
	color: #000;
}
#notice.generalbox {
	width: 100%;
}
.tag-management-form .generalbox{
	background: #EFEBE0;
}
div.generalbox.formsettingheading.box{
	background: #fff;		
}
div .informationbox{
	background: #fff;
}

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

.sideblock{
    border: 1px solid #003366;
    width: 210px;
}
.sideblock .header{
    border: 1px solid #003366; 
    background:#003366;
    color: #fff; 
    font-size:.9em;
    font-weight: bold;
}
.sideblock .content {
    background: transparent url(sideblock_bg.jpg) repeat ;
    border: 0;
	font-size:.8em;
  	line-height:1.4em;
}
.sideblock .content a:link,.sideblock .content a:visited,.sideblock .content a {
    color: #000;
    text-decoration: none;
}
.sideblock .content a:hover {
    color: #000; 
	text-decoration: underline;  
}
.sideblock .content .message {
  	text-align:left
}
.sideblock .content h3,
.sideblock .content h2 {
  	font-size:1.3em
}
.sideblock .footer {
  	text-align:left;
  	font-size: 1em;
}
.sideblock .head,
.sideblock .info,
.sideblock .event {
	font-size: .9em;
	padding-bottom: 3px;
}

/******** Users *****/

.user{
	font-size: 1em;
}

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

#calendar{
	font-size: 1em;
}
#calendar .minicalendarblock{
	background: #E8EEF1;
}
.maincalendar .header{
    background:#0099FF;
    color:#fff;
}
#calendar .event_course,.minicalendar .event_course,.block_calendar_month .event_course {
  	border-color:#fff !important; /* #EEC2AC */
  	background:#fff;
}
.block_calendar_month .content {
    background:#E8EEF1;
}
.maincalendar, .minicalendar{
    background: #fff;
}
.sidecalendar .sideblock{
    background:#003366;
	width:100%;
}
.sidecalendar .header{
    background:#0099FF;
}
.sidecalendar .header h2{
    font-size: 1em;
}
.maincalendar .filters table {
	margin: 10px 0;
}
.maincalendar .filters table tr td{
	background: #fff;
}
.maincalendar .header{
	font-size: .9em;
}
.sidecalendar .filters table td{
	background: #fff;
}

/***
 *** RSS
 ***/

.block_rss_client .link{
	border-top: 1px solid #fff;
	padding-bottom: 5px;
	font-size: 0.9em;
}

/***
 *** Course
 ***/
 
#course-view .weekscss .section, #course-view .section td.side{
	background: #E8EEF1;
}
#course-view .weekscss .current,#course-view .current td.side {
  	background: #FFF;
}
#course-view .section .label {
  	font-size:1em;
  	line-height:1.4em
}
.course .generalbox{
  	font-size:0.9em; 
} 
#movecourses{
	font-size: .9em;
}
#movecourses a{
	font-weight: bold;
}
.weeklydatetext {
  	font-size:0.8em;
  	font-weight:bold
}
.coursebox .info {
  	font-size:0.8em
}
.coursebox .teachers,.coursebox .cost {
  	font-size:1em;
}
.coursebox .summary {
  	font-size:0.8em
}
#course-recent h2.main {
  	font-size:1.1em
}
.category {
    border-bottom: 1px solid #27849a;
	padding: 2px 0; 	
}
.categorybox{
    border: 1px solid #ccc; 
	background: #fff; 
	font-size: .9em; 
}
.userinfobox {
    border: 1px solid #ccc;
}
.coursebox, .categoryboxcontent{     	
	border: 1px solid #ccc;
}
.coursebox .info{
	background: transparent; 
}
.coursebox{
	background: #E8EEF1; 
	border: 1px solid #999;
	line-height:  1.1em;
}
.coursebox a:link.dimmed,
.coursebox a:visited.dimmed
.coursebox a:hover.dimmed
.coursebox a:active.dimmed{
    color: #ccc; 
}
.courseboxcontent{
    background: transparent;
}
.courseboxcontent .info{
    background: #fff;
    padding: 5px;
}
.courseboxcontent .summary{
   	background: #fff;
    padding: 5px;
}
.questioncategories, .questionbank{
	background: #EFEBE0;
	font-size: .8em;
	line-height: 1.4em;
}
.block_course_menu li{
	background: #fff;
}

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

.forumpost{
	width:100%;
	background:#ddd;
}
.forumpost .content{
	background: #fff;
}
.forumpost,.forumheaderlist  {
  	font-size:0.8em;
}
.forumpost .topic .author {
  	font-size:0.9em;
}
.forumheaderlist .discussion .lastpost {
  	font-size:0.9em;
}
body#mod-forum-index .cell {
  	font-size:0.85em
}
.forumheaderlist .discussion .starter {
  	background:#EFEBE0;
}

/***
 *** Logs
 ***/

.logtable td,.logtable th {
  	padding: 10px; 
	font-size: .9em;
}

/***
 *** General 
 ***/

.subject {
    color: #333;
}
hr {
    border:0;
    border-top: 1px solid #00667D;
    height: 0;
    background:#00667D;
}
.clearfix{
	border: none;
}
.clearfix .fitemtitle{
	background: #fff;
}
.errorbox{
    background: #636466;
    border: 1px solid #aaa;
    padding: 5px;
}
.errorboxcontent{ 
    background: #900;
    color: #fff;
}
.notifyproblem{
    color: #900;
    background: transparent;
}
.paging {
  	font-size:0.8em
}
.section{
    background: #fff;
}
.graph img{
    border: 1px solid #ccc;
}
.name{
    font-weight: bold;
    color: #204164;
}
#intro{
    font-weight: bold;
    text-align:center;
}

.authsui{
	background: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
}

/***
 *** Forms
 ***/ 

fieldset{
	border: 1px solid #ccc;
}
label{ 
	font-weight: bold;
    font-size: 1em;
	color: #333;
}
legend{ 
	font-weight: bold;
    font-size: 1em;
	color: #0099FF;
}
form.mform {
  	font-size: .9em;
}
form fieldset, .mform fieldset{
	background: #efebe0;
	margin: 10px 0 0 0;
}
form fieldset.hidden, .mform fieldset.hidden{
	background: #fff;
}
form  fieldset legend, .mform  fieldset legend {
	color: #0099FF;
	background: #fff;
	font-size: 1.2em;
	border: 1px solid #ccc;
	padding: 3px 10px;
}
form .fitemtitle ,.mform .fitemtitle {
	background: transparent;
}
.block_online_users.content{
	font-size: 1.2em;
}
.block_online_users.title h2{
	font-size: 1em;
}
/***** custom/custom.css end *****/

/***** custom/ilp.css start *****/

/***** custom/ilp.css end *****/


