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

/***** ethicsed/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** ethicsed/gradients.css end *****/

/***** ethicsed/ethicsed.css start *****/


html {
	background:#054A81 none repeat scroll 0 0;
	color:#333333;
}

body {
	color:#000000;
	background:#054A81 none repeat scroll 0 0;
	margin: 0;
	padding: 1em;
}

#page {
	background-color:#FFFFFF;
	margin:20px auto 50px !important;
	position:relative;
	width:100%;
}

#header-home {
	background: #316FA4 url(ethicsedheaderbg.jpg) no-repeat scroll center top;
	height: 197px;
	border-bottom: 4px solid #f49e1b;
}

#header {
	background-color: #c0d8ea;
	height: 80px;
	border-bottom: 4px solid #f49e1b;
}

#header #sitelogo {
	float: left;
}


#footer {
	padding-bottom: 2em;
}

.headermain {
	display: none;
}

#left-column {
	padding-left: 0.5em;
}
#right-column {
	padding-right: 0.5em;
}

.topics .section .left {
        color: white;
}

.headermenu {
margin:0;
padding:0;
}

.logininfo {
font-size:0.9em;
font-weight:bold;
margin:0.2em 1em;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: underline !important;
}

.footermenu .navigation, .quizinfo, #feedback.generalbox, .navbar .headermenu .navigation, td.right {
	display: none;
	
	}
	
.editing td.right {
	display: table-cell;
}

#course-view .section td.side, #course-view .section td.content {
	border-style: none;
}
 
.editing #course-view .section td.side, .editing #course-view .section td.content {
	border-style: solid;
}
	
	
.autolink, .autolink:hover, .autolink:active, .autolink:visited {
	background: none !important;
	color: blue !important;
}

.content .label {
	margin: 1em 1em 0.5em 2em;
}

td.qntype.r0, td.qntype.r1 {
	padding: 1.1em;
	line-height: 1.2em;
}
/***** ethicsed/ethicsed.css end *****/

