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

/***** nessfield2/styles.css start *****/

* {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body {
  background:url(pix/bg.jpg) repeat-x top left #6076e3;
  margin:0;
}

body, table, td, th, li {
  font-family:inherit;
}

#page {
  width:958px;
  margin:0 auto;
  background:url(pix/wrapperbg.png) repeat-y;
}

#content, #footer {
  padding:0 10px 10px 10px;
}

/*
#footer {
  background:url(pix/footer.gif) no-repeat bottom;
}
*/

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

.navbar a {
   color:#ffffff;
}

/*style the heading blocks with a 1px gradient, with a similar bg colour set.*/

.navbar {
  background:#bdbdbd;
  border:none;
  margin:0px 7px 10px 7px;
  line-height:25px;
}

.headingblock {
  margin-top:5px !important;
  background:url(pix/mainheading.gif) repeat-x;
}

h2.headingblock {
  border-top:none;
  border-bottom:none;
  border-left-color:#00abea;
  border-right-color:#00abea; 
  font-size:1.2em;
  font-weight:normal;
  color:#fff;
  padding:8px 0px 8px 12px;
}

.sideblock .header {
  padding:0;
  background:url(pix/blockheading-left.gif) no-repeat;
  border:none;
}

.sideblock .content {
  border-color:#025b00;
  background-color:#ffffdb;
}

.sideblock h2 {
  padding:20px 0 8px 45px;
  margin:0;
  background:url(pix/blockheading-right.gif) top right no-repeat;
}

.sideblock a:link, .sideblock a:visited {
  color:#015301;
}

.sideblock .header .hide-show-image {
  margin:12px 10px 0px 0px;
  background:#b7b1dc;
}

.sideblock h2 {
  font-size:0.9em;
  color:#fff;
}

#site-index h2.headingblock, #course-view h2.headingblock {
  margin-bottom:0px;
}

/*seperate home page and sub page headings have been removed in header.html*/
#header {
  background:url(pix/header.png) no-repeat;
  width:958px;
  height:200px;
  margin:0 auto;
}

#header .headermain {
  display:none;
}

/*hide title and menus  in the header */
#header .headermenu {
  margin:10px 90px 0 0; 
  color:#fff;
}

#header .headermenu a {
  color:#fff;
}

/*styles the category list on the home page*/
.categorybox {
  padding:15px;
  border-color:#067500;
}

.generalbox.categorybox.box { 
  background-color:#ffffdb;
}

.categorylist {
  background:url(pix/course.gif) left center no-repeat;
  margin:0 0 7px 0;
}

.category {
  padding:5px 0 5px 40px;
}

.category a, .coursebox a {
  font-weight:normal;
  color:#555555;
}

.category a:hover, coursebox a:hover {
  color:#333333;
}

.category.number {
  display:none;
}

/*styles the course list that appears when a category is clicked*/
.courseboxes {
  background-color:#ffffff;
  padding:0px;
  margin:0px;
}

.coursebox {
  width:auto;
  border-color:#cccccc;
  background:url(pix/categorybg.gif) left center no-repeat #f2f2f2;
  margin:5px;
  padding:0px 0px 0px 30px;
}

.coursebox .info {
  width:45%;
}

/* gives a white bg to content areas */
.content, .generalbox {
  background-color:#ffffff;
}

.generaltable {
  font-size:0.8em;
}
/***** nessfield2/styles.css end *****/


