/* 
** This style sheet is based on the Plone style sheet for CSS2-capable
** browsers (Copyright Alexander Limi, 2002 - http://limi.net)
** Style sheet documentation can be found at http://plone.org/documentation
**
** Local modifications by Jonas Juselius <{firstname}@iki.fi>
*/



 
body {
    font: 65% Verdana, Helvetica, Arial, sans-serif;
	 background: #dee7ec; 
/*    background: White; */
    color: Black;
    margin: 10;
    padding: 0;
}

table {
    font-size: 100%;
}

a {
	text-decoration: none;
    color: #436976;
    background-color: transparent;
}

img {
    border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}

p a {
    text-decoration: underline;
}

p a:visited {
	color: Purple;
    background-color: transparent;
}

p a:active {
	color: Red;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #8CACBB;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 1.0em;
    border-bottom: 1px solid #8CACBB;
}

h1 {
    font-size: 250%;
    text-align: center;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 170%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 0.7em;
    list-style-type: square;
    margin: 0.5em 0 0 2em;
    padding:0;
}

ol {
    line-height: 1.0em;
    margin: 0.5em 0 0 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

li {
    margin-bottom: 1em;
}

dl {
}

dt {
    font-weight: bold;   
}

dt a {
    text-decoration: underline;
}


dd {
    line-height: 1.5em;
    margin-bottom: 0.7em;
    margin-left: 5em;
}

dd a {
    text-decoration: underline;
}


fieldset {
    border: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 88%;
    padding: 0.1em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    font-family: Times, "Times New Roman", serif; 
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
}

/*
** Structural Elements
*/

div.box ul{
  margin:0ex;
  padding:0ex;
}

div.box li {
 margin: 0em 0em 1em 0em;
 list-style: none;
 text-decoration:none;
 font-size: 1.1em;
}

div.box li a:link,
div.box li a:visited,
div.box li a:hover {
  font-weight: bold;
}

div.box li li {
 margin-bottom:0;
 margin-left:1.5em;
 line-height: 1.5em;
 font-weight:normal;
 list-style: circle;
 font-size: 0.9em;
}

div.box ul {
 margin-bottom: 0;
 margin-left: 0.1em;
 line-height: 1.1em;
 font-weight:normal;
 list-style: circle;
 font-size: 1.0em;
}

div.box li li a:link,
div.box li li a:visited,
div.box li li a:hover {
 font-weight:normal;
}

div.top {
    /* Top section */
    background: transparent;
    margin: 0;
    padding: 0;
}

.logo {
    /* Logo properties */
    margin: 1em 0em 1em 2em;
    padding: 0;
}

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 30%;
}

input.searchButton {
    font-size: 100% ! important;
    margin-bottom: 1px ! important;
}

div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
    text-align: right;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: transparent;
    border-color: #8CACBB;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-bottom: #DEE7EC 1px solid;
    color: #436976;
    font-weight: normal;
}

div.tabs a:hover {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: #436976;
}

div.miscBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #fffff;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #DEE7EC;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar a {
    background-color: transparent;
	color: #436976;
    font-weight: normal;
    margin-left: 1em;
}

div.personalBar img {
    vertical-align: top;
}

.caseSensitive {
    text-transform: none;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.4em 0.2em 0.4em 2em;
    background-color: #cccccc;
    text-transform: lowercase;
    text-align: left;
}

div.pathBar #right {
	text-transform: none;
	text-align: right;
}

.breadcrumbs {
    float: left;
    text-transform: lowercase;
}

table.sidebars {
	width: 100%;
}

table.sidebars td.left {
    vertical-align: top;
    width: 150px; /*15%;*/
    padding: 2em 0em 1em 1em;
   /* border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;*/
    border-right: 1px solid #8CACBB;
    color: Black;
}

table.sidebars td.main {
    vertical-align: top;
    padding: 0em 2em 1em 2em;
    margin: 0;
    width: 700px;
}

table.sidebars td.center {
    vertical-align: top;
    padding: 0em 0em 0em 0em;
    margin: 0;
    width: 700px;  /*jj*/

}

table.sidebars td.right {
    vertical-align: top;
    
}

div.document {
    background: White;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.message {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a {
	color: Black;
    text-decoration: underline;
}

div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.footer {
    background: #cccccc;
    border-top: 1px solid #8CACBB; 
    border-bottom: 1px solid #8CACBB;
    color: Black;
    font-size: 50%;
    clear: both;
    float: none;
    margin: 0em 0em;
    padding: 0.1em 0em 0.1em 0em;
    text-align: center; 
    text-transform: lowercase; 
}


/*
** Widgets
*/

input.standalone {
    background: #DEE7EC url(linkOpaque.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.context {
    background: White url(linkTransparent.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.destructive {
    background: #FFCE7B url(linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #FFA500;  
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

.group {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}

span.legend {
    background: White;
    font-size: 80%;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

div.help {
    background-color: #FFFFE1; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    top: 1.5em;
    width: 16em;
    padding: 0.5em;
}

.error {
    /* Class for error indication in forms */
    background: #FFCE7B;
    border: 1px solid #FFA500;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}

.required {
    /* Used in addition to class "label" on required elements */
    background: url(required.gif) right no-repeat;
}

span.card {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.listing,
div.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    font-size: 80%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.listing th,
div.stx table th {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}

table.listing td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.listing tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.listing tr.even {
    background: #F7F9FA;
}

table.listing td,
div.stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0em 1em;
    text-align: left;
}

table.listing a:hover {
    text-decoration: underline;
}

table.listing img {
	vertical-align: middle;
}

/* Additional STX workaround classes */

div.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}

div.stx table  /* stupid STX table workaround */
{
    border: 1px solid #8CACBB ! important;
}
div.stx table td {
    border-bottom: 1px solid #8CACBB;
}


div.box {
    border: none;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.box h4 {
    font-size: 1em;
}

div.box h5 { 
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
}

div.box h6 { 
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
}


div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8CACBB;
}

.boxDetails {
    text-align: right;
}

div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    border-left: 1px solid #8CACBB;
    padding: 0em 0.2em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4 {
    margin: 0;
    padding: 0;
}

div.box .even {
    background-color: #F7F9FA;
}

div.box .odd {
    background-color: transparent;
}

div.box input {
    font-size: 100%;
}

div.spacer {
	margin: 1em;
}

.even {
    background-color: #F7F9FA;
}

.odd {
    background-color: transparent;
}

.highlight {
    background-color: #F7F9FA;
}


span.drjonas {
	font-size:       250%;
	font-style:      normal;
}

div.addressbox {
	color: #ffffff;
	background: #002C61;
	border: #000000 1px solid;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0em 0em 0em;
}

div.addressbox a {
	color:           Yellow;
}

div.pagebox {
	/* background: #dee7ec; */
	background: white; 
	border: #000000 1px solid;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0em 0em 0em;

}

div.downloadBox {
  background: #dee7ec;
  border: #000000 1px solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 1em 1em 2em 1em;
}

div.downloadPrivBox {
  background: #ffffff;
  border: #000000 1px solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 1em 1em 2em 1em;
}

div.modBox {
  background: #dee7ec;
  border: #000000 1px solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0em 0em 2em 0em;
  text-align: center;
}

div.framebox {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8CACBB;
  	padding: 0.5em 0.5em 0.5em 0.5em;
  	margin: 0em 0em 2em 0em;
}

/*  */

