/* Default stylesheet */
body {
background-color: #FFFFFF;
color: #222222;
font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
font-size: 11px;
margin: 0px;
}
table,caption,th,td {
font-size: 11px;
}
h1, h2, h3, h4, h5, h6{
margin: 4px 0px;
padding: 0px;
}

h1 {
font-size: 16px;
}
h2 {
font-size: 12px;
}
h3 {
font-size: 12px;
}
h4 {
font-size: 11px;
}
h5 {
font-size: 11px;
}
h6 {
font-size: 11px;
}
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;
}
/* General links */
a:link { color: #548DD4; }
a:visited { color: #548DD4; }
a:hover { color: #365F91; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
.menu a:link { text-decoration: none; }
.menu a:visited { text-decoration: none; }
.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 { }
#topmenu a:link { color: #222222; }
#topmenu a:visited { color: #222222; }
#topmenu a:hover { color: #000000; }

/* Printable/tell a friend links */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc. */
.cp { }
a.cp:link { color: #EDEDE5; }
a.cp:visited { color: #EDEDE5; }
a.cp:hover { color: #999999; }


/* Linked headlines (normally inside LIST-sections) */
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { color: #365F91; }
.headline .headlinelink:visited { color: #365F91; }
.headline .headlinelink:hover { color: #000000; }

/* 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*/
.default { }
.date { color: #999999; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* 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;
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.adminbar { margin-bottom: 10px; }
div.pagebar { text-align: right; }
div.pagebar a { padding-left: 10px; }

/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
font-size: 14px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
.headlineview, h1.headlineview {
font-size: 16px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
.subheadline, h2.subheadline {
font-weight: normal;
margin: 5px 0px 0px 0px;
padding: 0px;
line-height: 1.0;
}
.ingress {
}
div.ingress {
margin: 6px 0px;
padding: 0px;
}
.ingressview {
}
div.ingressview {
margin: 6px 0px;
padding: 0px;
}
p.byline, .byline {
margin: 0px; padding: 0px;
}

#main div.imgwrap { width: 165px; float: left; }
#main div.textwrap { width: 460px; float: right; }

/* SECTION: Articlemedia */
div.articlemedia {
width: 320px;
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 { margin-bottom: 10px; }

/* 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 */
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 {
clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
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: 900px;
margin: 20px auto 0px;
padding: 0px;
text-align: left;
}
#top {
margin: 0px;
padding: 0px;
height: 200px;
}
#logo {
margin: 0 auto;
width: 900px;
}
#topnav {
}
#middle {
padding: 20px;
}
#navbar {
float: left;
width: 180px;
}
#main {
min-height: 180px;
float: left;
width: 640px;
}
#footer {
clear: both;
text-align: center;
padding: 15px 0px;
color: #EDEDE5;
}
/* SECTION: Sidebar */
#rightsection {
float: right;
width: 180px;
}
.sidebar {
}

.box {
padding: 0px;
margin: 0px 0px 15px 0px;
position: relative;
}
.box .head {
}
.box .cell {
padding: 5px;
}
.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 {
padding: 0px;
margin: 0px;
}
/* SECTION: page elements */
#path{
margin-bottom: 5px;
}
ul.menu {
padding: 0px;
margin: 0px;
list-style-type: none;
}
ul.menu li {
margin: 0px;
padding: 1px 0px;
}
#topmenu {
list-style-type: none;
text-align: center;
font-size: 1.3em;
font-weight: bold;

}
#topmenu li {
float: left;
display: block;
margin: 0px 60px 0px 0px;
padding-bottom: 10px;
}
#topmenu li.lastitem { margin-right: 0px; }

#tools {
list-style-type: none;
}
#tools li {
background-position: center left;
background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
vertical-align: middle;
}
input.searchsubmit {
vertical-align: middle;
}
/* 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;
}

/* SECTION: calendar */

td.calmonthname {
text-align: center;
font-size: 1.2em;
font-weight: bold;
color: #5174A0;
padding-bottom: 10px;
}
th.caldayname {
color: #5174A0;
}
td.calday, td.calsaturday, td.calsunday, td.caltoday { border-right: 1px solid #95B3D7; }