/* Default stylesheet */
body {
	background-color: #DAEBEE;
	color: #333333;
	font-family: "DejaVu Sans", Verdana, "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 68.75%; /* 11px */
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.3em
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
input[type="submit"] {
	background-color: #B5DCE7;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000000;
}

/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}
a img.dynimage {
	border: 1px solid #BDC795;
}
div.forum {
	clear: both;
}

/* 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;
}
/* General links */
a:link { color: #0184b5; text-decoration: none;}
a:visited { color: #0184b5; text-decoration: none;}
a:hover { color: #000000; text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: none;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }
/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
}
a.custom:hover{
	text-decoration: underline;
}

.normal{
	font-size: 11px;
}
.bigger{
	font-size: 14px;
}
.biggest{
	font-size: 17px;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { font-style: italic; font-weight: bold;}
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.label { font-weight: bold;}
.date { color: #999999; font-size: 0.9em; }
.author { color: #333333;}
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: 0;
	top: 0;
}
span.corner.tr { 
	background-position: top right;
	right: 0;
	top: 0;
}
span.corner.br { 
	background-position: bottom right;
	bottom: 0;
	right: 0;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: 0;
	left: 0;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview, h1.pagetitle {
	background-color: #CDE370;
	border-bottom: 1px solid #FFFFFF;
	color: #336600;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	padding: 8px 5px 5px 10px;
	position: relative;
	margin: 0px;
}

.headlineview .corner, .pagetitle .corner {
	background-image: url(http://img6.custompublish.com/getfile.php/1259938.896.serstybydy/caption-corners.png);
}

.frontpage.articlelisting .pagetitle {
	display: none;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

div.focusarea {
	background-color:#f0f0f0;
	padding: 7px 15px 7px 15px;
	margin: 10px;
	border: 1px solid #FFFFFF;
}

/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 10px;
}
.articleblock.article0 {
	border-top: none;
}
.articleblock.article0, .block:nth-of-type(1), .articleblock:nth-of-type(1) {
	border-top: none;
}

.articleblock .imgwrap {
	float: right;
	width: 22.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 75%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}
/* 3-spalter forside */


/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
.threecol {
	padding: 0 10px;
}
.threecol .articleblock {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.frontpage .threecol .articleblock {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 0;
}
.frontpage .threecol .articleblock.article0 {
	border-top: none;
} 
.threecol .treble0 { 
	background-color: #F7F7F7;
	float: left;
	margin-right: 2%;
	clear: both;
	width: 32%;
}
.threecol .treble1 { 
	background-color: #F7F7F7;
	float: left;
	margin-right: 0;
	width: 32%;
}
.threecol .treble2 { 
	background-color: #F7F7F7;
	clear: right;
	float: right;
	margin-right: 0;
	width: 32%;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
}
div.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#top {
	background-color: #CDE370;
	background-image: url(http://img6.custompublish.com/getfile.php/1259943.896.sdtccxbtts/top-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #333333;
	min-height: 106px;
}
.top a:link, .top a:visited, .top a:hover {
	color: #333333;
}
.top .menu a:link, .top .menu a:visited {
	text-decoration: none;
}
 .top .menu a:hover {
	 text-decoration: underline;
}
#navbar {
	background-color: #F3F3F3;
	background-image: url(http://img6.custompublish.com/getfile.php/1259944.896.yffuetxdbt/navbar-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #0C0C0C;
}
#middle {
	background-color: #FFFFFF;
	background-image: url(http://img6.custompublish.com/getfile.php/1259947.896.dyxveddpuy/middle-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	padding: 20px 0 0 0;
}
#middle div.outer {
	background-image: url(http://img6.custompublish.com/getfile.php/1259952.896.fawafyecpt/middle-btm-bkg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#middle div.inner {
	padding: 0 0 35px;
}
#middle2 {
	float: left;
	width: 790px;
}
#subnavbar {
	float: left;
	margin-right: 0px;
	width: 250px;
}
#main {
	background-color: #F7F7F7;
	float: right;
	min-height: 500px;
	width: 520px;
}
.mainwrap {
	padding: 15px 20px;
}

.articlelisting .mainwrap {
	padding: 0;
}
.frontpage.articlelisting #main {
	background-color: #FFFFFF;
	width: 790px;
}
.nosubnavbar #main {
	width: 790px;
}
.frontpage.articlelisting #subnavbar, .nosubnavbar #subnavbar {
	display: none;
}
/* #main when no sidebar */
.wide #main {
	float: right;
	width: 730px;
}
.wide #subnavbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 190px;
}
#footer {
	background-color: #DAEBEE;
	background-image: url(http://img6.custompublish.com/getfile.php/1259948.896.wtbeepavpu/footer-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	color: #333333;
	padding: 20px 0 0;
}

.footer a:link{ color: #336699;}
.footer a:visited{ color: #336699;}
.footer a:hover{ color: #000000;}

.newslettersubform input[name="newslettersubemail"] {
	margin-top: 5px;
	width: 100%;
}
.newslettersubform input[type="submit"] {
	float: right;
	margin-top: 10px;
}

#bottom {
	background-color: #EAF0F1;
	color: #999999;
	padding: 10px;
	text-align: center;
}
.bottom a:link{ color: #336699;}
.bottom a:visited{ color: #336699;}
.bottom a:hover{ color: #000000;}

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	background-color: #F7F7F7;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}
.box .cell.first, .box .cell0, box .cell:first-child {
	border-top: none;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 3px;
	padding: 0px;
}
.box ul.links li a {
	display: block;
	padding-left: 10px;
	text-indent: -10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption, h3.caption, h2.caption {
	background-color: #CDE370;
	border-bottom: 1px solid #FFFFFF;
	color: #336600;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	padding: 8px 5px 5px 10px;
	margin: 0px;
	position: relative;
}
.caption .corner {
	background-image: url(http://img6.custompublish.com/getfile.php/1259938.896.serstybydy/caption-corners.png);
}
.listingarea.frontpage .caption .corner {
	background-image: url(http://img6.custompublish.com/getfile.php/1259940.896.txrceexpac/caption-inside-corners.png);
}
.listingarea.frontpage .box:first-child .caption .corner, .listingarea.frontpage .articlelist .caption .corner  {
	background-image: url(http://img6.custompublish.com/getfile.php/1259938.896.serstybydy/caption-corners.png);
}

.footer .box {
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.footer .box.nextlast {
	margin-right: 0;
}
.footer .box.last {
	float: right;
	margin-right: 0;
}
.footer .box .cell{
	background-color: transparent;
	border-top: 1px solid #E1F2F6;
	padding: 10px;
}
.footer .box h3.caption{
	background-color: transparent;
	border-bottom: 1px solid #61BAD9;
	color: #333333;
	padding: 8px 10px;
}

/* SECTION: page elements */
#logo {
	position: relative;
	left: -10px;
}
#top a.sitetitle {
	bottom: 40px;
	position: relative;
}
.sitetitle, a.sitetitle:link, a.sitetitle:visited, a.sitetitle:hover {
	color: #6A8E6A;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	font-size: 1.65em;
	font-weight: bold;
}
#mainmenu {
	float: left;
	width: 809px;
}
#logginnlink {
	float: right;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: right;
	width: 180px;
}
#logginnlink img {
	position: relative;
	top: 5px;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu {
	font-size: 1.3em;
}
ul.mainmenu li {
	background-color: #B6DBE8;
	background-image: url(http://img6.custompublish.com/getfile.php/1278966.896.qaayeyvqee/mainmenuitem-bkg-2.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0 1px;
	border-color: #FFFFFF #B8CACC #FFFFFF #FFFFFF;
	color: #003366;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul.mainmenu li.spacingabove{
	margin-top: 0px;
}
ul.mainmenu li.spacingbelow{
	margin-bottom: 0px;
}
.mainmenu a {
	display: block;
	padding: 7px 9px;
}
.mainmenu a:link, .mainmenu a:visited {
	color: #003366;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .itemselected a:link, .mainmenu .itemselected a:visited, .mainmenu .itemselected a:hover {
	background-color: #48C0ED;
	background-image: url(http://img6.custompublish.com/getfile.php/1278967.896.qwtvppabdf/mainmenuitem-active-bkg-2.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 2px solid #009BD5;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-decoration: none;
}
ul.childmenu {
	background-color: #D3E7EE;
	padding: 12px 0 1px;
	font-size: 1.1em;
}
ul.childmenu li {
	border-style: solid;
	border-width:  0 0 1px;
	border-color: #B8CACC;
	padding: 0;
}
ul.childmenu li.firstitem {
	border-width:  1px 0 1px;
}
.childmenu a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-indent: -10px;
}

.childmenu a:link, .childmenu a:visited {
	color: #003366;
}
.childmenu a:hover, .childmenu .itemselected a:link, .childmenu .itemselected a:visited, .childmenu .itemselected a:hover {
	background-color: #F7F7F7;
	color: #0184b5;
}
#topnav {
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
	width: 800px;
}
ul.topmenu {
	display: inline;
	list-style-type: none;
}
ul.topmenu li {
	border-left: 1px solid #333333;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}
ul.topmenu li:first-child {
	border-left: none;
}
#temanav {
	margin-bottom: 15px;
	width: 790px;
}
ul.temamenu {
	
}
ul.temamenu li.menulevel0 {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 5px 5px 0;
	height: 2.1em; /* 100px */
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 142px;
	zoom: 1;
}
ul.temamenu li.menulevel0 ul {
	visibility: hidden;
}
ul.temamenu li.menulevel0:hover ul, ul.temamenu li.menulevel0.hover ul {
	visibility: visible;
}
ul.temamenu li.menulevel0:hover, ul.temamenu li.menulevel0.selected {
	border-color: #000000;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	/*height: 300px;
	margin-bottom: -170px;
	z-index: 10;*/
}
ul.temamenu ul {
	padding: 0;
	
}
ul.temamenu ul li {
	/*display: inline;*/
}
ul.temamenu li.menulevel0.itemlvlnum4, ul.temamenu li.menulevel0.itemlvlnum9, ul.temamenu li.menulevel0.itemlvlnum14 {
	margin-right: 0;
}
ul.temamenu li.menulevel0.itemlvlnum5, ul.temamenu li.menulevel0.itemlvlnum10, ul.temamenu li.menulevel0.itemlvlnum15 {
	float: right;
	margin-right: 0;
}
ul.temamenu li.menulevel0.itemlvlnum6, ul.temamenu li.menulevel0.itemlvlnum11, ul.temamenu li.menulevel0.itemlvlnum16 {
	clear: both;
}
ul.temamenu .corner {
	background-image: url(http://img6.custompublish.com/getfile.php/1259937.896.bcqecdctea/box-v0-frame.png);
}
ul.temamenu ul .corner {
	display: none;
}
ul.temamenu .corner.tl {
	left: -1px;
	top: -1px;
}
ul.temamenu .corner.tr {
	right: -1px;
	top: -1px;
}
ul.temamenu .corner.bl {
	bottom: -1px;
	left: -1px;
}
ul.temamenu .corner.br {
	bottom: -1px;
	right: -1px;
}
.temamenu a.menulevel0, .temamenu span.menulevel0 {
	text-transform: uppercase;
	font-weight: bold;
}
.temamenu a.menulevel0:link, .temamenu a.menulevel0:visited {
	text-decoration: none;
}
.temamenu a.menulevel0:hover, .temamenu a.selected:link, .temamenu a.selected:visited, .temamenu a.selected:hover {
	color: #000000;
	text-decoration: underline;
}
.temamenu a.menulevel0:link, .temamenu a.menulevel0:visited {
	color: #666666;
} 
.temamenu a.menulevel0.selected:link,.temamenu a.menulevel0.selected:visited {
	color: #000000;
}
.temamenu li .postfix, .temamenu li li.lastitem .postfix {
	display: none;
}
.temamenu li li .postfix {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 190px;
}
input.searchinput {
	font-size: 1.1em;
	vertical-align: middle;
	width: 188px;
	padding: 5px 6px;
	border: 1px solid #CCCCCC;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: 2px;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation.caption {
	text-align: left;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	margin: 0 0 10px;
}
.marker {
	color: #999999;
	font-size: 1.0em;
	font-weight: normal;
	padding-left: 10px;
	text-align: left;
}
#bannerlocation1 {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #E6E6E6;
}
#bannerlocation2 {
	text-align: left;
}
#bannerlocation2 img {
	border: 1px solid #BDC795;
	float: none;
}
.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { }
h2.dayheader {color: #0184B5; }
span.caltime {display: none;}
.calendarentry {margin-bottom: 10px;}

.errmsg { font-weight: bold; color: #aa0000; }
.rssitem {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}
.rssitem .headline {
	font-size: 1.1em;
}
table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}
div.cpselementcontainer {
	min-height: 15px;
	margin-bottom: 5px;
}
.cpstextheading {
	font-weight: bold;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	#skiplink, #top, #navbar, #temanav, #subnavbar, #mainsidebar, #footer, #searchform, .corner {
		display: none !important;
	}
	#main, #middle2  {
		float: none;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}