body {
	background-color: #CCCCCC;
	background-image: url("/images/layout/body-bkgnd.jpg");
	background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
	color: #333;
	
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;	
}

h1, h2, h3, h4, h5 {
	color: #006600;
	font-size: 1.5em;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a { color: #008400; font-weight: bold; text-decoration: none; }
a:visited { color: #006600; }
a:hover { text-decoration: underline; }


#wrapper {
    text-align: left;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: black;
		background-image: url("/images/layout/page_bkgnd.jpg");
	background-repeat: repeat-y;
	
}

#header {
    text-align: center;
    width: 900px;
    height: 97px;
}


#user_nav {
	position: absolute;;
	top: 5px;
	right: 7px;
	font-size: 0.7em;

}

#dev_info {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	color: gray;
}

#main_nav {
	margin-top: -3px; /* makes work in ie, breaks in ff */
	background-image: url("/images/layout/main_nav_bkgnd.jpg");
	background-repeat: no-repeat;
	
}

#main_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#main_nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#main_nav ul li a {
	text-decoration: none;
	border: none;
	margin: 0px;
	}

#page {
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;	
	margin-top: 20px;
}

#footer {
	background-color: #ECFFC6;
	padding: 5px;
	margin: 2px;
	border: 1px solid #E0FF9F;
	font-size: 0.95em;
	text-align: center;	
	color: #82BF00;
}

#footer a {
	color: #82BF00;
	font-weight: normal;
}

#flashes {
	color: white;
	font-weight: bold;
	margin-bottom: 17px;
}
 
#flashes .notice {
    background-color:  blue;
	padding: 5px;
}
#flashes .warning {
    background-color: red;
	padding: 5px;
}
#flashes .error {
   background-color: red;
   padding: 5px;
}
#flashes .message {
	background-color:  green;
	padding: 5px;
}

.admin {
	background-color: #ECFFC6;
	padding: 5px;
	margin: 2px;
	border: 1px solid #E0FF9F;
}

/* application layout */

#user_nav {}


#footer {
    margin-top: 80px;
    
}

/* hompage */

#banner {
	margin: 0px;
	border-bottom: 1px solid #006600;
}
#search {
	margin: 0px;
	height: 44px;
	background-color: #C8DF55;
	border-bottom: 1px solid #006600;
	padding-top: 22px;
	padding-left: 44px;
}

#introduction {
	background-color: #C8DF55;
	border-bottom: 1px solid #006600;
	padding: 15px;
	text-align:justify;
}

#introduction em {
	text-decoration:none;
	font-weight:bold;
	color: #006600;
}

#introduction big {
	text-decoration:none;
	font-weight:bold;
	color: #006600;
	font-size: 1.1em;
}

/*
 Scaffold styles
*/ 
 
 




form {
  padding: 10px;
background-color: #ECFFC6;
background-image: url("/images/tags/form_bkgnd.jpg");
background-repeat: repeat-x;
border: 1px solid #DCFF93;
}

form p {
	margin: 0px;
	padding: 7px;
}

form small {
	margin-left: 20px;
	color: #ACCD70;
}

form p:hover {
	background-color: #D9E8BD;
	
}

form p:hover small {
	font-weight: bold;
	}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}


/* Models */

#courses {
	width: 100%;
	margin-top: 10px;
}

#courses .course {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 15px;
}

#courses .course .title a, #folder .course_title a {
	margin: 0px;
	font-size: 0.95em;
	text-decoration: none;
	background-image: url("/images/courses/course_icon.png");
	background-position:left;
	padding-left: 27px;
	background-repeat: no-repeat;
}
 
#courses .course .description {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#course {
	margin-bottom: 20px;
}
 
/* Folders */

#folders {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
}

#folders .folder {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 15px;
}

#folders .folder .name, #folder .name {
	display: inline;
	background-image: url("/images/folders/folder_icon.png");
	padding-left: 35px;
	background-position: left;
	background-repeat: no-repeat;
}


#folder {
	
}

#folder .course_title {
	margin-bottom: 20px;
}

#folder .name {
		margin-bottom: 10px;
}

#folder h3.work_unit {
	padding: 4px;
	background-image: url("/images/folders/work_unit_icon.png");
	padding-left: 35px;
	background-position: left;
	background-repeat: no-repeat;
}

/* category */

#categories {
	width: 100%;
	margin-top: 10px;
}

#categories .category {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 15px;
}

#categories .category .name a, #category .name a {
	margin: 0px;
	font-size: 0.95em;
	text-decoration: none;
	background-image: url("/images/categories/category_icon.png");
	background-position:left;
	padding-left: 37px;
	background-repeat: no-repeat;
}
 
#categories .category .description {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#category {
	margin-bottom: 20px;
}

#category .name  {

	
}

/* Asset */

#assets {
	width: 100%;
	margin-top: 10px;
}

#assets .asset {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 15px;
}

#assets .asset .download a {
	margin: 0px;
	font-size: 1.2em;
	text-decoration: none;
}

#assets .asset .file_size {}
 
#assets .asset .description {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:52px;
} 

#asset {
	margin-bottom: 20px;
}

/* Dashboard */

#dashboard {}

#dashboard h2 {
	margin-bottom: 12px;
	margin-top: 12px;
	}

#my_courses {}

#my_courses .enrollment .title {
	background-image: url("/images/courses/course_icon_small.png");
	background-position:left;
	padding-left: 27px;
	background-repeat: no-repeat;
}

#my_courses table tr.even {
	
}

#my_courses table tr.odd {
	background-color: #EEEEEE;
}

#my_courses table tr td, #my_courses table tr th {
	padding: 6px;
}

#my_courses table tr td {}

/* Misc */

#privacy_policy {
	margin-top: 20px;
}
