/* 
** Plone style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2002 - http://limi.net
**
** Thanks to Geir Bækholt, Stian Søiland for input and guidance.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/


/*
**  DTML instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
**     
**
**   
** */
/*  */

body {
    font: 65% Verdana, Helvetica, Arial, sans-serif;
    background: White;
    color: Black;
    margin: 0;
    padding: 0;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #E5E5FF;
    scrollbar-highlight-color: #E5E5FF;
    scrollbar-track-color: #F1F1FD;
    scrollbar-darkshadow-color: #F1F1FD;
    scrollbar-3dlight-color: #7575EF;
    scrollbar-shadow-color: #7575EF;
    scrollbar-arrow-color: #000099;
}

table {
    font-size: 100%;
}

table.SUTable{
    /* Visning av SUtable under objekter */
    border-collapse: collapse;
    border-left: 1px solid #7575EF;
    border-bottom: 1px solid #7575EF;
}

.SUTable td,th{
              border: 1px solid #7575EF;
              border-collapse: collapse;
              text-align:left;
}

.SUTable th{
           background: #E5E5FF;
           color: #000099;
}

.trlys {
           background: transparent;
}

.trmork {
           background: #F1F1FD;

}

a {
    text-decoration: none;
    color: #077AA6;
    background-color: transparent;
    padding:;
}

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

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

p a {
    text-decoration: none;
}

p a:visited {
    color: #077AA6;
    background-color: transparent;
}

p a:active {
    color: #7575EF;
    background-color: transparent;
}

p a:hover {
    color: #7575EF;
    background-color: transparent;
}

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

hr {
    clear: both;
    height: 1px;
    color: #7575EF;
    background-color: transparent;
}

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

h1 {
    font-size: 160%;
}

h2 {
    font-size: 110%;
    font-weight: bold;
}

h3 {
    font-size: 105%;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 1.5em;
    list-style-type:square; 
    color:#7575EF; 
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

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

div.teaser{
  font-weight: bold;
  margin-top: 5px;
}

div.text{
  margin-top: 5px;
}

/* Bildevisning */

div.bilderamme{
  padding:0;
  margin: 0 0 10px 0;
}

div.bilderamme img{
  padding:0;
  margin: 0;
  border: none;
  vertical-align: top;
}

div.bildetekst {
  float: none;
  margin: 1px;
  clear: both;
  text-align: left;
  vertical-align: top;
  font-style: oblique;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #7575EF;  
    color: Black;
    background-color: white;
    width: 93%;
    padding: 0.1em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #169ED0;  
    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 #7575EF;  
    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: #E5E5FF;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #7575EF;
    color: Black;
    background-color: #E5E5FF;
}

.netscape4 {
    display: none;
}

/*
** Structural Elements
*/

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: none;
    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: #169ED0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

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

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

div.tabs a:hover {
    background: #C7EBFB;
    border-color: #169ED0;
    border-bottom-color: #169ED0;
    color: #000099;
}

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

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

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

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #169ED0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: none;
}

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

.addFavorite {
    vertical-align: bottom;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    width: 15%;
    padding: 2em 0em 1em 2em;
}

table.columns td.main {
    vertical-align: top;
    width: 70%;
    padding: 0em 2em 1em 2em;
    margin: 0;

}

table.columns td.right {
    vertical-align: top;
    width: 15%;
    padding: 2em 2em 1em 0em;
}

#contentTabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #169ED0;
    padding-left: 1em;
    margin-top: 2em;
    white-space: nowrap;
}

#contentTabs a {
    background: transparent;
    border: 1px solid #169ED0;
    border-style: solid solid none solid;
    color: #578308;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: none;
}

#contentTabs a.selected {
    background: #CDE2A7;
    border-bottom: #169ED0 1px solid;
    color: #578308;
    font-weight: normal;
}

#contentTabs a:hover {
    background-color: #169ED0;
    color: #578308;
}

#contentBar {
    background: #CDE2A7;
    border-left: 1px solid #169ED0;
    border-right: 1px solid #169ED0;
    color: #578308;
    text-align: right;
    text-transform: none;
}

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

div.editableDocument {
    background: White;
    border: 1px solid #74AE0B;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    margin: 0em 0em 2em 0em;
    padding: 0em 2em 2em 2em;
}

div.documentActions {
    float: right; 
    margin-top: 2em;
}

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: #E5E5FF;
    border-top: 1px solid #7575EF;
    border-bottom: 1px solid #7575EF;
    color: Black;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}


/*
** Widgets
*/

input.standalone {
    background: #E5E5FF 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: none;
}

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: none;
}

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: none;
}

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 #7575EF;
    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: #E5E5FF;
    border-color: #7575EF;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.listing {
    /* 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 #7575EF;
    border-bottom: 1px solid #7575EF;
    font-size: 100%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.listing th {
    background: #E5E5FF;
    border-top: 1px solid #7575EF;
    border-bottom: 1px solid #7575EF;
    border-right: 1px solid #7575EF;
    color: Black;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    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: #C7EBFB;
}

table.listing td {
    border-right: 1px solid #7575EF;
    padding: 0em 1em;
    text-align: left;
}

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

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

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

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

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

div.box h6 { 
    background: #C7EBFB;
    border: 1px solid #169ED0;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    height: 1em;
}


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

.boxDetails {
    text-align: right;
}

div.box a:hover {
    color: #7575EF;
    background-color: transparent;
}

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

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

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



div.spacer {
	margin: 1em;
}

.private {
    color: Black;
}

.published {
    color: #74AE0B;
}

.pending {
    color: #FFA500;
}

.syndicated {
    color: #008000;
}

.expired {
    color: Red;
}

.even {
    background-color: #C7EBFB;
}

.odd {
    background-color: transparent;
}

.highlight {
    background-color: #F1F1FD;
}

div.listingBar {
    background: #E5E5FF;
    border-color: #7575EF;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}


/*
** Calendar elements - used in the calendar rendering 
*/

div.day {
    background-color: #FFFFBB;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}

div.date {
    font-weight: bold;
}

  
table.calendar {
    border: 1px solid #7575EF;
    margin: 0em 1em 1em 0em;
    text-align: right;
}

table.calendar a {
    text-decoration: none;
    color: #000099;
}

table.calendar a:hover {
    text-decoration: none;
}

table.calendar th {
    background-color: #E5E5FF;
    color: Black;
    font-weight: bold;
    text-align: center;
}

table.calendar td {
    background-color: transparent;
    width: 1.5em;
    padding: 2px;
}

table.calendar td.weekdays {
    background-color: #E5E5FF;
    border: 1px solid #7575EF;
    border-style: solid none;
    text-align: center;
}

table.calendar td.event {
    background-color: #E5E5FF;
    font-weight: bold;
}

table.calendar td.noevent {
    background-color: transparent;
}

table.calendar td.todayevent {
    background-color: #E5E5FF;
    border: 2px solid #FFA500;
    font-weight: bold;
}

table.calendar td.todaynoevent {
    border-collapse: collapse;
    border: 2px solid #FFA500;
}


.palett0 {#0000FF;}  
.palett1 {#E5E5FF;}
.palett2 {#F1F1FD;}
.palett3 {#7575EF;}
.palett4 {#000099;}


/*  */
