/* SECTION: Standard stylesheet */
/* SECTION: general elements */
body{
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 12px; 
  text-align: center;
  background-position: top center;
  background-color: #FEFFFC;
  color: #333333;
}

caption,th,td{
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 12px; 
}

h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 24px;
}
h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 15px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 10px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}

/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table.layout{
  margin: 0px;
  padding: 0px;
}
td.layout{
  padding: 0px;
  text-align: left;
  vertical-align: top;
}


/* SECTION: link styles */

/* Normal link styles */
a:link {color: #EB9905; font-weight: normal; text-decoration: none; font-size: 12px;}
a:visited {color: #F8C058; font-weight: normal; text-decoration: none; font-size: 12px;}
a:hover {text-decoration: underline;}

/* read more.. links */
.link {font-size: 12px; font-weight: normal;}
a.link:link{}
a.link:visited{}
a.link:hover{font-size: 12px; text-decoration: underline; font-weight: normal;}

/* Standard navigation links */

a.menu{text-decoration: none; color: #717E87; font-size: 12px; font-weight: bold;}
a.menu:link{}
a.menu:visited{}
a.menu:hover{text-decoration: none; color: #000000;  font-size: 12px;}
             
a.menuselected{ color: #30404B; font-weight: normal; font-size: 12px; font-weight: bold; text-decoration: underline;}
a.menuselected:link{}
a.menuselected:visited{}
a.menuselected:hover{text-decoration: underline; color: #000000;}

/* Printable/tell a friend links  */
.toollink{font-size: 11px; font-weight: normal;}
a.toollink{color: #999999; text-decoration: none; font-weight: normal;}
a.toollink:visited { color: #999999; text-decoration: none; font-weight: normal;}
a.toollink:hover { color: #990000; text-decoration: none; font-weight: normal;}

/* Copyright, CustomPublish powered link etc.  */
.cp{font-size: 10px; color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:link{color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:visited {color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:hover { color: #7D7D8F; text-decoration: none; font-weight: normal;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 10px; font-weight: bold; color: #616161;}
.headlinelink:link{}
.headlinelink:visited{ }
.headlinelink:hover{}

.box .headlinelink { font-size: 10px; font-weight: bold; color: #616161; display: block; padding-left: 6px; padding-bottom: 3px;}
.box .headlinelink:link{}
.box .headlinelink:visited{}
.box .headlinelink:hover{}

/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 17px; font-weight: bold; color: #616161; text-decoration: none;}
.headline .headlinelink:link{}
.headline .headlinelink:visited{}
.headline .headlinelink:hover{text-decoration: underline;}

/* Navigation path links */
.path { font-size: 12px; font-weight: normal; color: #000000; }
a.path:link{text-decoration: none;}
a.path:visited{text-decoration: none;}
a.path:hover{text-decoration: none;}

/* Sitemap links */
		.tree{font-size: 12px; font-weight: normal;}
		a.tree:link{text-decoration: none; color: #000000;}
		a.tree:hover{text-decoration: underline; color: #000000;}
		a.tree:visited{text-decoration: none; color: #000000;}
		a.tree:visited:hover{text-decoration: underline; color: #000000;}

		.sitetree{font-size: 12px; font-weight: bold;}
		a.sitetree:link{text-decoration: none; color: #000000;}
		a.sitetree:hover{text-decoration: underline; color: #000000;}
		a.sitetree:visited{text-decoration: none; color: #000000;}
		a.sitetree:visited:hover{text-decoration: underline; color: #000000;}


/* SECTION: Standard CP classes*/
.default { font-size: 13px; }
.date { font-size: 10px; color: #666666; }
.feedback { font-size: 12px; font-weight: normal; color: #000000; }
.copyright { font-size: 10px; font-weight: normal; color: #4D4D62;}
/* SECTION: listing/view styles */

div.pagedescription{margin-bottom: 1em;}
.pagedescription{
font-size: 12px;
font-weight: bold;
}

.headline, h1.headline {
	font-size: 17px;
	font-weight: bold;
	color: #616161; 
	margin: 0px;
	padding: 0px;
}

.headlineview, h1.headlineview {
	font-size: 20px; 
	font-weight: bold; 
	color: #616161; 
	margin: 0px;
	padding: 0px;
}

.subheadline, h2.subheadline {
	font-size: 11px; 
	font-weight: normal; 
	color: #4D4D62; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
  line-height: 1.0;
}
.ingress, p.ingress{
	font-size: 12px; color: #000000; margin: 6px 0px; padding: 0px;
}
.ingressview, p.ingressview{
	font-size: 12px; color: #000000; margin: 6px 0px; padding: 0px; font-weight: bold;
}
p.byline, .byline{
	margin: 0px; padding: 0px;
}


/* SECTION: viewarea block/spacing elements */
.block{
	margin-bottom: 15px;
}
hr{
clear: both;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
	border-bottom: 1px #ffffff;
	margin-bottom: 15px;
}
div.body{
	clear: both; 
	margin: 0px 0px 22px 0px;
}


/* SECTION: page containers */ 

#page{
  margin: 0 auto;
  width: 956px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  padding: 0px;
  background-color: transparent;
}
#top{
	height: 155px;
	border-top: 2px solid #ffffff;
}
#topmenubar {
	border-top: 10px solid #ffffff;
	border-bottom: 6px solid #44596E;
	/*	background-color: #EB9905;*/
	background: #EB9905 url(/getfile.php/743801.466.bqucbcpyvq/mentopbg.gif) top left repeat-x;
}
#topmenu{
  text-align: left;
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  line-height: 29px;
  vertical-align: middle;
}
#topmenu li{
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
  white-space: nowrap;
	text-transform: uppercase;
}
a.topmenu{text-decoration: none;font-weight: bold; color: #FFFFFF; font-size: 15px;}
a.topmenu:link{}
a.topmenu:visited{}
a.topmenu:hover{text-decoration: underline; font-weight: bold; color: #FFFFFF;}
                 
a.topmenuselected{ text-decoration: underline; color: #FFFFFF; font-size: 15px; font-weight: bold;}
a.topmenuselected:link{}
a.topmenuselected:visited{}
a.topmenuselected:hover{text-decoration: underline; color: #FFFFFF; font-weight: bold;}

#middle{	
	background-color: #F2F1ED;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
#navbar{
	float: left;
	width: 200px;
}
#main{
	float: left;
	width: 506px;
	padding-left: 10px;
}
#sidebar{
	float: left;
	width: 220px;
	background-color: #E3E0D9;
}

#footer{
clear: both;
}
/* SECTION: page elements */ 
#plan img{
border: 1px solid #333333;
}
#activities{
	background-color: #E3E0D9;
	margin-top: 40px;
	margin-bottom: 40px;
}
#activities h3 {
	padding: 6px 0px 6px 6px;
	font-size: 15px;
	background-color: #EB9905;
}
#activities div{
	border: 0px solid #c1c1c1;
	padding: 9px 9px 9px 9px;
	font-size: 11px;
}
#menu{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li.menux{
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid #ffffff;
}
#tools{
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#tools li{
	padding: 1px 0px;
	margin: 5px 0px;
	color: #696969;
}

#search {
	width: 200px;
	position: relative;
	top: -30px;
	left: 748px;
}
#searchform{
  padding: 0px;
  margin: 0px 0px;
  font-size: 10px;
  width: 170px;
	display: inline;
}
#searchinput{
  width: 140px;
  border-color: #000000;
  border-width: 0px;
  color: #000000;
  background-color: #FDECCE;
  font-size: 12px;
	height: 15px;
}	
#searchsubmit{
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  color: #ffffff;
  font-weight: bold;
  background-color: transparent;
  padding: 0px 1px;
  font-size: 13px;
  text-transform: uppercase;
}

div#sitecredits{
	margin: 30px 0px 0px 20px;
}

#copyright{
	margin-bottom: 10px;
	text-align: left;
}

ul.sitecredits li#copyright{
margin-top: 30px;
}

#navbar h2{
padding: 0px;
margin: 0px 0px 10px 0px;
line-height: 20px;
/*background: transparent url(/getfile.php/413978.466.vwvppaypaw/grany.gif) bottom left repeat-x;*/
}
/* End standard containers and items */
/* Box */
.box{
	padding: 0px;
	margin: 0px;
}

.box ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.box h2{
padding: 0px;
margin: 0px 0px 10px 0px;
line-height: 20px;
/*background: transparent url(/getfile.php/413978.466.vwvppaypaw/grany.gif) bottom left repeat-x;*/
}

.hoyreboks {
	padding-left: 10px;
	padding-right: 10px;
}
.hoyreboks ul{
padding: 0px;
margin: 0px;
list-style-type: none;
}

.hoyreboks h2 {
color: #000000;
}

/* project */
#cpproject .prjflpspace{
background-color: transparent;
}


.listbox {
	width: 475px;
	background-color: white;
	border: 1px solid #E1E0DE;
	padding: 10px;
}
.clear {
	clear:both;
}

fieldset {
   padding: 7px;
background-color: white;
border-color: #E1E0DE;
margin-bottom: 8px;
}

legend.legendheading {
   font-size:1.1em; 
   font-weight: bold;
}

#cpproject a:link { color: #3F668E; }
#cpproject a:visited { color: #3F668E; }
#cpproject a:hover { color: #3F668E; }