/* Default stylesheet */
body {
  background-color: #FFFFFF;
  color: #666666; /*#959494 */
  font-size: 14px; /*var 12 før 20091102*/
  margin: 0px;
}
body, h2.subheadline, div.box.variant4 h3.caption, h2.cattitle{
  font-family: Calibri, Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}
table,caption,th,td {
  font-size: 13px; 
}
h1, h2, h3, h4, h5, h6, caption, td.rank, .personhead{
  font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 22px;
	font-weight: normal;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}


/* Form styling */

label{
	font-weight: normal !important;
	color: #959494;
}

input.cpsinput, input.antispaminput, textarea{
	background-color: #FAF9F6;
	border: 1px solid #E9E6DC;
}

/* Overlay forms */
.ui-dialog{

}
.ui-dialog label{
	color: #176a7f;
	font-size: 0.6em !Important; /*lagt til 20091102*/
}

.ui-dialog input.cpsinput, .ui-dialog input.antispaminput, .ui-dialog textarea{
	background-color: #FFFFFF;
	border-color: #EBEDED;
}

/* 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;
}

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: #2A4C6C; } /*0068a0*/
a:visited { color:#2A4C6C; } /*0068a0*/
a:hover { color: #2A4C6C; } /*0068a0*/


a.rank:link, a.revise:link{color: #c54522;}
a.rank:visited, a.revise:visited{color: #c54522;}
a.rank:hover, a.revise:hover{color: #c54522;}

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }
.linkcontainer .link{
	font-size: 10px;
}

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* 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 { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-weight: normal; } /*var tidligere uten formatering*/
.headlinelink:link { font-weight: normal; } /*var tidligere uten formatering*/
.headlinelink:visited { font-weight: normal; } /*var tidligere uten formatering*/
.headlinelink:hover { font-weight: normal; } /*var tidligere uten formatering*/

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {text-decoration: none;  }
a.path:link {color: #2A4C6C; }
a.path:visited {color: #2A4C6C; }
a.path:hover { color: #000000; text-decoration: underline;}

/* 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*/
.default { }
.date { color: #7D7D7D; /*font-size: 1em;*/}
.author { color: #333333; font-size: 9px; }
.feedback { }
.copyright { }

div.byline, p.byline{
	color: #7D7D7D;
	font-size: 0.75em;
	margin: 4px 0;
}



/* 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: -1px;
  top: -1px;
}
span.corner.tr { 
  background-position: top right;
  right: -1px;
  top: -1px;
}
span.corner.br { 
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl { 
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* 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 { display: none; }
div.pagebar { padding: 10px 0px; clear: both; text-align: right; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
div.listingarea.questions .pagedescription{
	background-color: #FFFFFF;
	background-image: url(http://img9.custompublish.com/getfile.php/1001788.1529.febpsrbwuq/pagedesc-bkg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.listingarea.questions .pagedescription .inner{
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 310px 10px 10px;
}

.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
h1.headlineview, h1.pagetitle {
  color: #681714;  /* 6792A0 etter a7cfdc;*/
  margin: 0px;
  padding: 0px;
}
h1.pagetitle{
	margin: 5px 0 10px;
}
.subheadline, h2.subheadline {
	color: #939393; /*#0c1c21;*/
	font-size: .85em; /*1.0em;*/
  font-weight: normal; 
  margin: 0 0 5px;
  padding: 0px;
  line-height: 1.0;
}
h2.paragraphheadline{
	color: #2A4C6C; /*034b78*/
	font-size: 1.25em; /* 1.25em*/
	font-weight: normal;
	margin-bottom: 8px;
}
.ingress {
	color: #000000;
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
	color: #000000;
}
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;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

div.articlelist.singleteaser{
	border-color: #576A77; /*B5DCE3*/
	border-style: dotted; /* var solid 20091102*/
	border-width: 1px 0;
	padding: 10px 60px 10px 0;
	margin-top: 25px !Important;
}
div.articlelist.singleteaser div.textwrap{
/*	float: right;
	padding-top: 10px;
	width: 240px;*/
	clear: left;
	float: none;
	width: auto;
	padding: 10px 60px 10px 10px;
}
div.articlelist.singleteaser div.ingress{
/*	min-height: 110px;*/
}
div.articlelist.singleteaser .linkcontainer{
	text-align: right;
}


/* 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;
}


div.twocol .col1{
	width: 49%;
	clear: left;
	float: left;
}
div.twocol .col2{
	clear: right;
	width: 49%;
	float: right;
}

/* 2-spalter for related stuff */
div.twocol.related{
	margin: 0 25px 15px;
	background-color: #FFFFFF;
	border-color: #919191;
	border-style: solid;
	border-width: 1px 0;
	padding: 10px 15px;
}
div.twocol.related .inner{
	background-image: url(http://img9.custompublish.com/getfile.php/1001556.1529.crawxyxfpu/vertical-hr.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 10px 0 0;
}

.page132703 div.twocol.related{
	display: none;
}

div.twocol.related .box{
	margin: 0;
}

div.twocol .col1{
	width: 45%;
}
div.twocol .col2{
	width: 45%;
}


/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

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 {
  width: 800px;
	margin: 0 auto;
  padding: 0px;
  text-align: left;
}
#top {
	background-color: #FBFBFB;
  margin: 0px;
  padding: 0px;
}
#numarticles{
	/*background-color: #FBFBFB;*/
	font-size: 0.75em;
	padding: 0 8px 4px;
}
#numarticles p{
	margin: 0;
}
#middle {
	background-image: url(http://img9.custompublish.com/getfile.php/1001523.1529.padwaxwycp/midde-bkg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.nosidebar1 #middle {
	background-image: url(http://img9.custompublish.com/getfile.php/1001524.1529.crtrautyep/midde-bkg-nosidebar.gif);
}
#navbar {
	background-color: #FAF9F5;  /*F3F7F9*/
	float: left;
	margin-right: 10px;
	width: 180px;
}
#main {
	float: left;
  min-height: 500px;
	padding: 10px 0;
	width: 401px;
}
#mainsidebar {
	float: right;
	width: 182px;
}
.nosidebar1 #mainsidebar{
	display: none;
}
.nosidebar1 #navbar{
	margin-right: 0;
}
.nosidebar1 #main{
	float: right;
	margin-right: 13px;
	width: 588px;
}

#footer {
	background-color: #FAF9F5; /*FCFDFE*/
	background-image: url(http://img9.custompublish.com/getfile.php/1001368.1529.exuaxwudpq/footer-bkg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 1px solid #D1CEC3; /*DBDEDF*/
	color: #576A77; /*44676f*/
	clear: both;
	padding: 12px 10px 105px; /* 25px 10px 98px */
	font-size: 0.9em;
  text-align: right;
	vertical-align: middle;
}
#footer .rssicon{
	position: relative;
	top: 2px;
}

#footer a:link{text-decoration: none; color: #576A77; /*44676f*/}
#footer a:visited{text-decoration: none; color: #576A77; /*44676f*/}
#footer a:hover{text-decoration: underline; color: #576A77; /*44676f*/}


/* SECTION: Sidebar */
.sidebar {
	background-color: #FAF9F5; /*F3F7F9*/
}

.box {
	border-bottom: 2px solid #FFFFFF;
  padding: 0px;
  margin: 0;
  position: relative;
}
.box .head {
}
.box .cell {
	border-bottom: 1px solid #D1CEC3; /*E7EEF2*/
	font-size: 0.9em;
  padding: 5px 12px 5px 22px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  color: #2A4C6C; /*028dd3*/
  padding: 3px 3px 3px 17px;
  margin: 0px;
}

/* Box with list (horizontal padding moved from cell to list) */
div.box.list .cell{
	padding: 5px 0;
}
div.box.list li{
	padding: 0 22px;
}

/* Box with linklist (horizontal padding moved from cell to list) */
div.box.linklist .cell{
	font-size: 0.9em;
	padding: 5px 0;
}
div.box.linklist li a{
	background-image: url(http://img9.custompublish.com/getfile.php/1000478.1529.crdacbfybc/arrow-white.png);
	background-position: 9px 7px;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
	border-width: 1px 0;
	display: block;
	padding: 3px 22px;
	margin: 0 0 2px;
}
div.box.linklist li a:link, div.box.linklist li a:visited, div.box.linklist li a:hover{
	color: #031821;
	text-decoration: none;
}
div.box.linklist li a:hover{
	background-color: #FFFFFF;
	background-image: url(http://img9.custompublish.com/getfile.php/1000477.1529.syqrexwrvq/arrow-blue.png);
	border-color: #CCD5DD;
}

/* Variant 1 : white background */
div.box.variant1{
	background-color: #FFFFFF;
}
div.box.variant1 .cell{
}
/* Variant 2 : gradient background, white to blue  */
div.box.variant2{
	background-color: #EAE8E8;
	background-image: url(http://img9.custompublish.com/getfile.php/1000978.1529.fdabwqrxvy/box-variant1-bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: none;
}
div.box.variant2 .cell{
	border-bottom: 2px solid #681714; /*none*/
}


/* Variant 3 : Yellow note */
div.box.variant3{
	background-color: #fcfcea; /*FFFFCC*/
	border: 5px solid #FFFFFF;
	color: #000000;
	min-height: 120px;
}
div.box.variant3 .cell{
	border-bottom: none;
	font-size: 0.85em;
	padding-left: 17px;
}
div.box.variant3 .caption{
	color: #681714; /*666600*/
	padding-left: 12px;
	  font-family: Calibri, Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;

}
div.box.variant3 .cell a:link, div.box.variant3 .cell a:visited, div.box.variant3 .cell a:hover{
	color: #000000;
	text-decoration: underline;
}

/* White box, plain border, built for attachments in article view*/
div.box.variant4{
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	font-size: 0.85em;
	padding: 8px 10px;
	text-transform: uppercase;
}

div.box.variant4 h3.caption{
	color: #072d42;
	font-size: 1.0em;
/*	display: inline;*/
}


/* Boxes in main content */
.main .box{
	border-bottom: none;
	margin: 0 33px 15px;
}
.main h3.caption{
	color: #681714; /*6792a0*/
	font-size: 1.85em;
	font-weight: normal;
	padding: 0;
}
.main .cell{
	border-bottom: none;
	padding: 5px 0;
}

/* Related box in main content */
.main .related .caption{
	color: #2a4c6c; /*003333*/
	font-size: 1.1em;
	text-transform: uppercase;
}
.main .related li{
	margin: 0 0 7px;
	padding: 0 0 0 7px;
	text-indent: -7px;
}
.main .related a:link, .main .related a:visited{
	color: #64676b; /* EGB 20091111, 9Fa4aa */
	text-decoration: none;
}
.main .related a:hover{
	color: #2A4c6c; /*0068A0*/
	text-decoration: underline;
}


/* SECTION: page elements */
.infomsg{
	color: #CCCCCC;
}
p.infomsg{
	padding: 4px 0;
	text-align: right;
}
p.infomsg .num{
	color: #999999;
}


#metadatafilter{
	border: 1px solid blue;
	margin-bottom: 15px;
	height: 200px;
}

ul.menu, ul.submenu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border-bottom: solid 3px #681714; /*new 20091102*/
}
#path {
	background-color: #F8F6F0;
	border-bottom: 1px dotted #CCCCCC;
	color: #000000;
	padding: 5px 5px 5px 10px;
	margin: 0 182px 0 180px;
}
.nosidebar1 #path{
	margin-right: 0;
}
#path span.arrow { 
	color: #7E1D19; /*d42907*/
	padding: 0px 3px; 
}

ul.submenu{
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
  margin: 0px;
  padding: 1px 0px;
}
ul.menu li.spacingbelow{
	border-bottom: 1px dotted #681714; /*1px dashed #E4EDF0*/
	margin-bottom: 12px;
}

#navbar ul.menu li.menulevel0{
	margin-bottom: 12px;
}
#navbar ul.menu li a{
	border-style: solid;
	border-color: transparent;
	border-width: 1px 0;
	color: #681714; /*102828*/
	display: block;
	font-weight: bold;
	padding: 1px 1px 1px 19px;
}
#navbar ul.menu li a:link, #navbar ul.menu li a:visited, #navbar ul.menu li a:hover{
	color: #681714; /*102828*/
}
#navbar ul.menu li a:hover, #navbar ul.menu li a.itemselected{
	background-color: #FFFFFF;
	border-color: #D1CEC3; /*E4EDF0*/
}
#navbar ul.menu li li a{
	font-weight: normal;
	padding-left: 27px;
}
#navbar ul.menu li li a:link, #navbar ul.menu li li a:visited, #navbar ul.menu li li a:hover{
	color: #000000;
}


#navbar ul.menu li li li a{
	padding-left: 35px;
}

#navbar ul.menu li li li a span{
	background-image: url(http://img9.custompublish.com/getfile.php/1000975.1529.cesqssybde/blue-dot.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 6px;
}
#navbar ul.menu li li li a:link, #navbar ul.menu li li li a:visited, #navbar ul.menu li li li a:hover{
	color: #025178;
}


#navbar ul.menu li li li li a{
	padding-left: 42px;
}
#navbar ul.menu li li li li li a{
	padding-left: 49px;
}
#navbar ul.submenu{
	padding: 0;
	border-bottom: none; /* ny 20091102 */
}
.compendiummenu ul.menu {
	padding-left: 32px;
	margin: 10px 0 15px;
	border-bottom: none; /* ny 20091102 */
	width: 500px; /* ny 20091103*/
	padding-bottom: 32px;
}
.compendiummenu ul.menu li{
	/*
	background-image: url(http://img9.custompublish.com/getfile.php/1001672.1529.utvsdbaays/compendium-menuitem-bkg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	display: block;
	font-weight: bold;
	float: left;
	height: 40px; /*115*/
	margin-right: 18px;
	padding-top: 8px; /*58*/ 
	text-align: center;
	text-transform: uppercase;
	width: 110px;/*122*/
}
.compendiummenu a:link, .compendiummenu a:visited, .compendiummenu a:hover{
	color: #681714; /*124361*/
	text-decoration: none;
}
.compendiummenu a:hover{
	text-decoration: underline;
}


#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
#searchform .infomsg{
	color: #808080; /*94c8e3*/
	display: block;
	font-size: 0.95em; /*0.85em*/
}
input.searchinput {
	margin: 0;
	padding: 2px 4px;
  vertical-align: middle;
	width: 140px;
}	
input.searchsubmit {
	float: right;
	margin: 0;
  vertical-align: middle;
}

/* Question list */
table.questions{
	border-spacing: 0;
}

table.questions tr{
	background-color: #FFFFFF;
	min-height: 28px;

}
table.questions tr.pair1{
	background-color: #F8F8F4;
}
table.questions td{
	border-color: #DBDADA;
	border-style: dotted;
	border-width: 0 0 1px;
	padding: 3px 6px;
	text-align: left;
	vertical-align: top;
}
table.questions td.rank{
	font-size: 2.0em;
	padding-top: 0;
	text-align: right;
	width: 22px;
}
table.questions td.thequestion{
	padding-top: 6px;
}
table.questions td.score{
	padding-top: 6px;
	text-align: right;
	width: 60px;
}
table.questions td.qtools{
	white-space: nowrap;
	width: 150px;
}
td.qtools div.inner{
	bottom: 9px;
	position: relative;
}

table.questions .qtools img{
	position: relative;
	top: 9px;
}
table.questions a:link, table.questions a:visited, table.questions a:hover{
	color: #0c1c21;
	text-decoration: none;
}
table.questions a:hover{
	text-decoration: underline;
}




ol.questions{
	list-style-position: inside;
	font-size: 0.9em;
	margin: 5px 0 15px;
	padding: 0;
}

ol.questions li{
	/*min-height: 28px; */ /* Causes funky list-bug in IE7 */
	margin: 0;
	padding: 3px 15px;
	position: relative;
}
ol.questions li.pair1{
	background-color: #F8F8F4;
	border-color: #DBDADA;
	border-style: solid;
	border-width: 1px 0;
}
ol.questions .thequestion{
	display: inline;
	margin-right: 20px;
}
ol.questions .qtools{
	display: inline;
	vertical-align: middle;
}
ol.questions .qtools img{
	position: relative;
	top: 9px;
}
ol.questions a:link, ol.questions a:visited, ol.questions a:hover{
	color: #0c1c21;
	text-decoration: none;
}
ol.questions a:hover{
	text-decoration: underline;
}
.qtools{
	position: relative;
}
.rankit{
	float: left;
	margin-right: 10px;
	position: relative;
}
span.selectrank{
	background-color: #FFFFFF;
	border: 2px solid #EFEFEF;
	display: block;
	height: 30px;
	position: absolute;
	left: -2px;
	top: 5px;
	width: 150px;
	z-index: 5;
}
.questions span.selectrank{ 
}
.questions .question1 span.selectrank{
}
.viewarea.questions span.selectrank{ 
}
div.viewarea.questions h1.headlineview{
	color: #2A4c6c; /*0068A0*/
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.8;
}
span.selectrank span{
	background-image: url(http://img9.custompublish.com/getfile.php/1004179.1529.tuffebdebf/snowflake-small-faded.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
}
span.selectrank span:hover{
	background-image: url(http://img9.custompublish.com/getfile.php/1004180.1529.cswctquvqd/snowflake-small.png);
}
span.selectrank span.rank1{
	width: 150px;
}
span.selectrank span.rank2{
	left: 30px;
	width: 120px;
}
span.selectrank span.rank3{
	left: 30px;
	width: 90px;
}
span.selectrank span.rank4{
	left: 30px;
	width: 60px;
}
span.selectrank span.rank5{
	left: 30px;
	width: 30px;
}

table.questiondata{
	margin: 10px 0 5px;
}
table.questiondata td{
	font-weight: bold;
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
}
table.questiondata td.label{
	color: #6D6D6D;
	font-size: 0.85em;
	font-weight: normal;
	text-align: right;
}
.viewarea a.revise{
	display: block;
	float: left;
	padding: 0 10px 0 50px;
}
.viewarea div.rankit{
	display: block;
	float: left;
}
div.questiondata{
	margin: 0 0 25px;
}
div.questiondata h2{
 	color: #681714; /* 6792A0 */ 
	font-weight: normal;
}
/* Filtered articles */
table.articlelist{
	border-spacing: 0;
	width: 100%;
}
table.articlelist div.pagebar{

}
table.articlelist caption{
	color: #681714; /* a7cfdc */
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
}
table.articlelist th{
	background-color: #e9e6dc; /* DCE8ED */
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table.articlelist .date{
	text-align: left;
	/*font-size: 0.85em;*/
}
table.articlelist td{
	border-bottom: 1px solid #D9E3E9;
	padding: 5px;
	text-align: left;
}
table.articlelist tr.pair1{
	background-color: #FaF9F5; /* F5F8F9 */
}
table.articlelist td.title{
	width: 70%;
}
table.articlelist td.attachments{
	width: 18%;
}

.attachmenttype{
	margin-right: 10px;
	text-transform: uppercase;
}

div.availablefilters{
	
}

div.availablefilters .cattitle{
	background-color: #FAF9F5; /*E5E8EA*/
	background-image: url(http://img9.custompublish.com/getfile.php/1003256.1529.trdpbvdvdc/filter-arrow.png);	
	background-repeat: no-repeat;
	background-position: 22px 3px;
	border-style: solid;
	border-width:  1px 0;
	border-color: #F8F6F0 #CDD3D6 #F8F6F0;
	color: #681714; /* 000000 */
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 2px 40px;
}
div.availablefilters .expanded .cattitle{
	background-color: #9FA4AA; /*CDD3D6*/
	background-image: url(http://img9.custompublish.com/getfile.php/1003257.1529.ytuvupceuy/filter-arrow-expanded.png);
	background-position: 20px 5px;
	border-color: #F5F6F7 #E5E8EA #EFF1F2;
	color: #4e565b;
}

div.availablefilters .filters{
	display: none;
	padding: 2px 43px;
}
div.availablefilters .expanded .filters{
	display: block;
}
a.filter:link, a.filter:visited{
	text-decoration: none;
}
a.filter:hover{
	text-decoration: underline;
}
a.filter.selected{
	color: #59656b;
}

.subtopcat{
	background-color: #E4E4E4; /*F7F8F9*/
	color: #333333;
	display: block;
	font-weight: normal;
	padding: 2px;

	text-transform: uppercase;
}


div.filterdecor{
	background-color: #CAB27A;
	border: 1px solid #DFD1AF;
	font-size: 1px; /* IE hack for not respecting height */
	height: 3px;
	margin-bottom: 1px;
}
div.chosenfilters{
	background-color: #FDFDF1;
	border: 1px solid #CACA7A;
	color: #a57c63;
	font-size: 1em;
	padding: 5px 10px 10px;
}
div.chosenfilters ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.chosenfilters ul li{
	display: block;
	float: left;
	margin: 0 20px 5px 0;
	padding: 0;
	white-space: nowrap;
}
div.chosenfilters a.remove{
}


a.filteradded, 
a.filteradded:visited {
	color: gray;
}
/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

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%;
}

/* PERSON CONTACT STUFF */
.personhead {
	background-color: #E9E6DC; /*cae2ed*/
	color: #576A77; /*073341*/
}
.personhead th {
	padding-top: 7px; /* 15px */
	padding-bottom: 5px;
}
th.personname {
	font-size: 1.25em;
	text-align: left;
}
.contactlist tr.row0, .contactlist tr.row1{
	background-image: url(http://img9.custompublish.com/getfile.php/1028007.1529.wqusudctfr/lightbluegradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.contactlist tr.personhead th{
	border-color: #F8F6F0; /*F3F7F9*/
	border-style: solid;
	border-width: 1px 0 0 1px;
}
.contactlist tr.personhead th.personname{
	border-width: 1px 1px 0 0;
}
.contactlist tr.row0 td, .contactlist tr.row1 td{
	border-color: #F8F6F0; /*F3F7F9*/
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 5px 10px 5px;
}
.contactlist tr.row0 td.persondata, .contactlist tr.row1 td.persondata{
	border-width: 0 1px 1px 0;
	padding: 5px 10px 15px 0px;
}

.contactlist tr.row0 img, .contactlist tr.row1 img{
	border: 2px solid #FFFFFF;
}
.personelement {
	clear:both;
	color: #9fa4aa; /*0c1c21*/
	float: left;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 0 10px;
	width: 90px; 
}
.personval {
	color: #576a77; /*0068a0*/
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	width: 370px; 
}


.pagebarindex {
	padding-left: 25px;
}
.pagenum, .pagenum:link, .pagenum:visited {
	color: gray;
	text-decoration: none;
}
.pagenum.currpage {
	color: #681714; /*0068A0*/
	font-weight: bold;
}


table.funders th{
	background-color: #FAF9F5; /*F1F6F7*/
	color: #000000;
	font-size: 1.25em;
	padding: 9px 5px 1px;
}
table.funders td{
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
}



/* OVerlay forms */
div.ui-dialog-titlebar{

}
.ui-dialog-content{
	background-color: #FFF; /*FBFCFD important*/
	/* background-image: url(http://img9.custompublish.com/getfile.php/1028424.1529.qryyuwsuee/overlay-gradient.gif) !important;*/
	background-position: bottom left;
	background-repeat: repeat-x;

	border: 5px solid #FFFFFF !important;
	padding: 0 0 20px !important;
}
.ui-dialog-content h1.headlineview{
	background-color: #FFFFFF;
	padding: 20px 40px;
	margin: 0;
}


.ui-dialog-content div.ingress{
	padding: 10px 40px;
	margin: 0;
}
.ui-dialog-content div.ingress span.quote{
	display: none;
}
.ui-dialog-content form{
	margin: 0 40px;
	border: 1px solid #DEDEDE !important;
	background-color: #FAF9F5;
	padding: 10px 30px 15px;
}
.ui-dialog-content form div.cpsformcontainer{
}
.ui-dialog-content .formdisclaimer{
	color: #9FA4AA;
	font-size: 0.65em;
	padding: 10px 15px;
	margin: 0 40px;
}
.ui-dialog-content label, .ui-dialog-content .cpstextheading{
	color: #2a4c6c;
	
}
.ui-dialog-content .mandatory{
	color: red;
}
.ui-dialog-content div.cpscheckbox, .ui-dialog-content div.cpsradio{
	background-color: #FFFFFF;
	margin: 15px 0;
	padding: 5px;
}
.ui-dialog-content div.cpscheckbox div.cpscheckbox, .ui-dialog-content div.cpsradio div.cpsradio{
	margin: 0;
	padding: 1px 0;
}