/**************************************
 * THEME NAME: Dorset_theme3
 *
 * Files included in this sheet:
 *
 *   Dorset_theme3/gradients.css
 *   Dorset_theme3/newsportalstyle.css
 *   Dorset_theme3/overrides.css
 **************************************/

/***** Dorset_theme3/gradients.css start *****/

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

th.header,
td.header,
div.header {
    background-color: #fff;
    /*   background-image:url(side_bar_bg.gif);     
    background-position:top;    
    background-repeat:repeat-x;     
*/
}

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

/***** Dorset_theme3/gradients.css end *****/

/***** Dorset_theme3/newsportalstyle.css start *****/

body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#555555;
  background-color: #EFEFEF;
}

A:link {
	COLOR: #0B6254; text-decoration: none;
}
A:visited {
	COLOR: #0B6254; text-decoration: none;
}
A:active {
	COLOR: #0B6254; text-decoration: none;
}
A:hover {
	COLOR: #0B6254; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: #58AB25 url('menu_bg2.gif') bottom left repeat-x;
  margin:0px; padding:0px;
}

#header {
  height: 104px;
  padding:0 15px 0 0;
  background: url('header_bg.gif') top right no-repeat;
  margin:0px;
}


#header h1 {
  margin:20px 0 0 0;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
  }

#left_side {
  margin-top: 10px;
  float: left;
  width: 160px;
  background: #F1F6FE url('side_bg.gif') bottom left repeat-x;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 160px;
  background: #F1F6FE url('side_bg.gif') bottom left repeat-x;
}

#contentx {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
}

#footer {
  height: 75px;
  background-color: #58AB25;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background-color: #2153AA;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:left;
  padding: 5px 0;
  margin-left: 0;
  /* border-bottom: 1px solid #0F3974;*/
  font: bold 14px Verdana, sans-serif;
}



#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #fff;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #035425;
  border-bottom: none;
  background: #58AB25 url('tab_bg3.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #58AB25;
  border-color: #035425;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}
/***** Dorset_theme3/newsportalstyle.css end *****/

/***** Dorset_theme3/overrides.css start *****/

/* Override Styles */



div.logininfo, div.logininfo a:link, div.logininfo a:visited {
	padding-top:2px;
	color: #fff;
	}

th.header,
td.header,
div.header, td.header a, th.header a {
	color: #509c21;
	}
	
td.category.number {
	display: none;
	}
	
div.headermenu {
	margin: 0px;
	padding:0;
	}
	
h2.headingblock {
	border:none;
	display: none;
	}
	

	
div.navigation {
	display: none;
	}
	
div#navcontainer {
	padding-top:10px;
	margin-top:2px;
	clear:both;
}

div.course-content {
	padding-top: 5px;
	}

.forumpost .starter  {
background: #fff;
}

.forumpost .left {
  background:#fff;
}

.sideblock .content {
	padding-bottom: 9px;
	

	}


#layout-table #middle-column {
  padding-left:20px;
  padding-right:20px;
  padding-top: 0px;

}

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






/* needed to remove left & right bars */

#course-view .section .right a {
 display:none;
}

#course-view .section td.left {
display: none;
}

/* But display for editing */
.editing#course-view .section .right  a {
  display:inline;
}

.editing#course-view .section td.left {
  display:inline;
}


.categoryboxcontent,
.courseboxcontent {
border: none;
}

#left-column, #right-column {  
	background: #fff;
	}

 
.sideblock .header {
	padding: 3px 0px 3px 5px;
	color: #000;
	margin:0;
	border:none;
	/* background-color: #58ab25; */
}
  
#layout-table #left-column .sideblock .content, #layout-table #right-column .sideblock .content {
  background: #fff;
  border: none;
  }
  
.generalbox {
  border: none;
  }
  
#footer {
	padding-top: 5px;
	height: 110px;
	font-size: 0.9em;
}

#footer .homelink A:hover {

	COLOR: #FFFFFF; text-decoration: none;

}

#content p {
	font-size: 0.9em;
	color: #555555;
}
	
#content h3 {
	color: #07664c
}

.block_glossary_random .content h2 {
font-size: 0.9em;
}

.sideblock .content div.info {
  text-align:left;
}

#footer {
  color: #fff;
  }

.sideblock {
	border: solid 1px #dddddd;
	background-color: #D7FFBF;
	padding:1px -1px 1px 1px;
	
	}
/***** Dorset_theme3/overrides.css end *****/


