@CHARSET "UTF-8";

body,ul,ol,li,form,div,img,h1,h2,h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
}

body,td {
  font-size: 12px;
  font-family: arial;
}

root {
  display: block;
}


ul,ol {
  margin: 20px 12px 20px 28px;
}

  li {
    padding-left: 5px;
  }
  
td {
  vertical-align: top;
}

table.form td {
  vertical-align: middle; 
}
  table.form td h3 {
    margin-top: 4px;
  }

  td.chess {
    background-color: #fafafa;
  }


table.centered td, td.centered {
  vertical-align: middle; 
}

th {
  text-align: left;
  font-size: 13px;
  background-color: #FAFCFD;
  border-bottom: 1px solid #E9F2F5;
}

  th a {
    color: #0F6C8A;
    font-weight: bold;
  }

.odd {
  background-color: #fff;
}

.even {
  background-color: #f8f8f8;
}

  tr.hover {
    background-color: #EDFBDB;
  }
  
  tr.faulty {
    background-color: #FBE4E4;
    color: #662D2D;
  }
  
  tr.selected {
    background-color: #F0F7F9;  
  }

hr {
  border: 0;
  width: 75%;
  background-color: #DEDEDE;
  height: 1px;
  margin: 35px auto 35px auto;
}

span.pipe {
  color: #cacaca;
  margin: 0 14px 0 14px;
  font-size: 14px;
}

span.pipe_small, .small .pipe {
  color: #cacaca;
  margin: 0 12px 0 12px;
  font-size: 11px;
}

p.message {
  padding: 10px;
  background-color: #F0F7F9;
  margin: 14px 0 14px 0;
}

p.info {
  padding: 10px;
  background-color: #F0F7F9;
  margin: 14px 0 14px 0;
  /**border-top:1px solid #6B90DA;**/
}

p.warning {
  background-color: #FFFBE2;
  padding: 10px;
  margin: 14px 0 14px 0;
}

p.accept {
  background-color: #EDFBDB;
  padding: 10px;
  color: #566642;
  margin: 14px 0 14px 0;
}

p.error {
  padding: 10px;
  background-color: #FBE4E4;
  color: #662D2D;
  margin: 14px 0 14px 0;
}

p.confirmation {

}

label {
  cursor: pointer;
}

.tooltip {
  cursor: default;
}

.label {
  cursor: default;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.right_align {
  text-align: right;  
}

.bold {
  font-weight: bold;  
}
.normal {
  font-weight: normal;  
}
.italic {
  font-style: italic;  
}

.small {
  font-size: 10px;
}

.large {
  font-size: 14px;  
}

.noborder {
  border: 0;
}

.centered_block {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.block {
  display: block;  
}

.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
  display: inline-block; /* Necessary to trigger "hasLayout" in IE */
  display: block; /* Sets element back to block */
}

.spacer {
  clear: both;
  height: 24px;
  width: auto;
}

.spacer_double {
  clear: both;
  height: 35px;
  width: auto;
}

.indent {
  margin-left: 12px;
}
.indent_right {
  margin-right: 12px;
}

.right_margin {
  margin-left: 12px;
}
.right_margins {
  margin: 8px 0 12px 10px;
}

.left_margin {
  margin-right: 12px;
}
.left_margins {
  margin: 8px 12px 10px 0;
}

.horizontal_margins {
  margin: 0 15px 0 15px;
}
.vertical_margins {
  margin: 10px 0 10px 0;
}

.top_margin {
  margin-top: 25px; 
}
.bottom_margin {
  margin-bottom: 25px; 
}

h1.top, h2.top, h3.top, h4.top, p.top {
  margin-top: 0;  
}

p.bottom { 
  margin-bottom: 0;
}


.separator {
  margin: 20px 0 20px 0;
  border-top: 1px solid #ccc;  
}

.hide {
  visibility: hidden;
  display: none;
}

.hidden {
  display: none !important;
}  

a em {
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.wysiwyg_out {
  margin-bottom: 25px; 
}

.wysiwyg_out p, .wysiwyg_out td {
  margin: 0;
  line-height: 1.5;
}

  .wywisyg_out p {
    padding: 0;
  }

.wysiwyg_out li {
  margin-bottom: 18px;  
}


ul.error_list {
  padding: 10px 25px 10px 25px;
  margin: 0 0 10px 0;
  background-color: #F0F7F9;
}

  ul.error_list li {
    list-style-type: square;
    margin-left: 10px;
    margin-bottom: 6px;
    padding-left: 5px;
  }
  
ul.ticked {
  padding: 0 10px 0 25px;
  margin: 10px 0 10px 0;
} 
  ul.ticked li {
    list-style-image: url('../gfx/mosaikk/tick.png');
    margin-left: 25px;
    padding: 3px 5px 3px 5px;
  }

input.button {
  font-weight: bold;
  margin: 0;
  padding: 6px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
}

  input.button_small {
    padding: 1px 5px;
  }

input.text, textarea {
  width: 180px;
  border: 1px solid #dcdcdc;
  padding: 3px 2px 3px 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}

input.text:focus, textarea:focus {
  border: 1px solid #acacac;
}

.readonly {
  background-color: #fafafa;  
  color: #808080;
  cursor: default;
}
.readonly:focus {
  border: 1px solid #DCDCDC;
}

select {
  padding: 2px;  
}

input.date {
  width: 75px;
  cursor: pointer;
  letter-spacing: 1px;
}

.block {
  width: 100%;
}

.half {
  width: 50%;
  float: left;
}

.vspace {
  width: 10px;
  float: left;  
}

textarea.disabled {
  color: #808080;
}

.gray {
  color: #808080;
}

.green {
  color: #566642;
}

.red {
  color: #662D2D;
}

.blue {
  color: #6B90DA;
}

.yellow {
  color: #9A7801;
}

div.progress_bar {
  border: 1px solid #ccc; 
  width: 200px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}
  
  div.progress_bar div {
    background-color: #ACE97C; 
    height: 12px
  }

span.alfakrøll {
  background-image: url(../gfx/mosaikk/at.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 5px 0 5px;
  outline: none;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  position: relative;
}

div.mosaikk_console {
  clear: both;
  border: 1px solid #e0e0e0; 
  background-color: #fafafa; 
  padding: 7px 20px 7px 20px; 
  font-size: 11px;
  margin: 10px auto;
  width: 910px;
}

div.one_column {
  width: 960px;
}

  table.mosaikk_columns {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
    table.mosaikk_columns > tbody:first-child > tr:first-child > td:first-child {
      padding-right: 25px;
    }
    
    table.mosaikk_columns h2 {
      clear: both;
      margin-top: 25px;
    }
  
  div#content_column {
    float: left;
    width: 620px;
    padding-right: 20px;
  }
  
  div#sidebar {
    float: left;
    width: 300px;
    padding-left: 20px;
  }


/** SKJEMA **/

h3.form {
    margin: 15px 0 0 0;
    padding: 3px 0 3px 6px;
    background-color: #FAFCFD;
    border-top: 1px solid #E9F2F5;
    color: #454545;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: tahoma,arial,Tahoma,verdana,sans-serif;
    font-weight: bold;
}

h3.narrow {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 12px;
    padding: 1px 0 1px 5px;
}


div.form {
  clear: both;
  width: auto;
  overflow: auto;
  padding: 5px 0 25px 0;
  margin-bottom: 25px;
  /**border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;**/
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}          
            
  div.form label {
    font-size: 14px;
    font-weight: normal;
  } 
  div.form input.text {
    font-size: 14px;
    padding: 5px;
  }
  div.form input.text.date {
    width: 85px;
  }
  

div.form span.required_field, div#comment_form span.required_field, div.survey_form span.required_field {
  color: #b61a1a;
  margin-left: 0.4em;
  cursor: default;
  font-size: 0.9em;
}

div.survey_form.form {
  padding-right: 25px;
  padding-top: 0;
}

  div.survey_form div.question_block {
    clear: both;
    margin: 45px 0 45px 0;
    padding: 17px 20px 16px 25px;
    border-left: 6px solid #f3f3f3;
  }
  
    div.survey_form div.question_hover {
      border-left: 6px solid #E1EEF2;
      background-color: #F0F7F9;
    }
    
    div.survey_form div.question_highlight {
      border-left: 6px solid #f5f5a8;
      background-color: #fcfcd5;
    }

  div.survey_form div.form_block {
    clear: both;
    margin: 30px 0 30px 0;
    padding: 15px 0 15px 0px;
  }
  
  div.survey_form p.question {
    font-weight: bold;
    margin: 0 0 8px 0;
    font-size: 14px;
  }
    
    div.survey_form span.question_number {
      float: right;
      margin: 0 0 8px 20px;
      font-size: 22px;
      color: #e0e0e0;
      font-weight: normal;
      line-height: 1;
      cursor: default;
    }
    
      div.survey_form div.question_hover span.question_number {
        color: #cddbe0;
      }

  div.survey_form p.question_guidance {
    color: #808080;
    margin: 0 0 18px 0;
  }

  div.survey_form ul.options, div.survey_form ul.options_horizontal {
    padding: 0 0 0 3px;
    margin: 12px 0 12px 0;
    list-style: none;
  }
  
  div.survey_form ul.options_horizontal {
    margin: 16px 0 0 0;
  }
  
    div.survey_form ul.options_horizontal li {
      float: left;
      margin: 0 40px 10px 0;
      padding: 0;
    }
  
    div.survey_form ul.options li {
      margin: 8px 0 8px 0;
      padding: 0;
    }

  div.survey_form table.question_comment {
    margin-top: 10px;
    clear: both;
  }
  
    div.survey_form table.question_comment {
      margin-top: 10px;
      clear: both;
    }
    
    div.survey_form span.optional_field {
      color: #c0c0c0;
    }



/** LISTEKONTROLLER **/

div.records_info {
  background-color: #FAFCFD;
  border-top: 1px solid #EDF9F9;
  color:#666666;
  width: auto;
  padding: 8px 10px 8px 20px;
  margin-top: 15px;
  float: right;
}

div.record_controls {
  float: right;
  margin-left: 10px;
}

  div.record_controls a, div.record_controls span {
    float: left;
  }
  
p.simple_record_controls_inside {
  float: right;
  margin-right: 12px;
}




/*** KOMMENTARER ***/

ol#commentlist {
  clear: both;
  padding: 10px 0 1px 0;
  margin: 0;
  font-family: tahoma;
  font-size: 12px;
  list-style: none outside none;
  width: auto;
}

  #commentlist li {
    clear: left;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /**border-bottom: 1px dotted #CCCCCC;**/
    border-bottom: 1px solid #eaeaea;
  }
    
    #commentlist li td.comment_author {
      width: 90px;
      padding-top: 0;
      text-align: center;
      padding-right: 20px;
    }
    
      #commentlist li td.comment_author p.posting_counter {
        font-size: 11px;
        color: #aaa;
        margin-bottom: 4px;
      }
  
        #commentlist li td.comment_author span.count {
          margin-right: 3px;
          font-size: 14px;
        }
        
      #commentlist li td.comment_author p.member_since {
        font-size: 10px;
        color: #ccc;
        margin: 0;
      }
    
    #commentlist li td.comment_text {
      line-height: 1.5;
      padding-right: 5px;
    }
  
      #commentlist li td.comment_text p.comment_meta {
        margin: 0 0 10px 0;
      }
      
        #commentlist li td.comment_text p.comment_meta span.author_name {
          font-size: 14px;
          font-weight: bold;
          color: #333;
          margin-right: 3px;
        }
      
        #commentlist li td.comment_text p.comment_meta span.nicetime {
          font-size: 12px;
          color: #898989;
        }
        
          #commentlist li td.comment_text p.comment_meta span.nicetime a {
            color: inherit;
            text-decoration: none;
            cursor: default;
          }

      #commentlist li td.comment_text span.comment_id {
        font-size: 11px;
        position: relative;
        top: -2px;
        color: #aeaeae;
      }
          
          
#comment_form {
  clear: both;
  width: auto;
  overflow: auto;
  padding: 5px 0 25px 0;
  margin: 15px 0 25px 0;
  /**border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;**/
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}          
            
  #comment_form label {
    font-size: 14px;
    font-weight: normal;
  } 
  #comment_form input.text {
    font-size: 14px;
    padding: 5px;
  }

textarea#comment {
  height: 65px;
}
  
  #comment_form textarea#comment {
    height: 100px;
    width: 400px;
  }


a.comments_count {
  background: transparent url(../gfx/mosaikk/comments.png) no-repeat scroll 0 0;
  padding-left: 20px;
  font-size: 11px;
  padding-top: 1px;
  /**margin-left: 10px;**/
}
a.pictures_count {
  background: transparent url(../gfx/mosaikk/images.png) no-repeat scroll 1px 0;
  padding: 2px 0 0 24px;
}

  p.info a.comments_count {
    font-size: 12px;
  }

/******************* BILDER ********************/

img.picture {
  background: #fcfcfc; 
  padding: 4px; 
  border: solid 1px #ccc;
}

img.picture_milli {
  background: #fcfcfc;
  padding: 3px; 
  border: solid 1px #ccc;
}

img.picture_micro {
  background: #fff; 
  padding: 3px; 
  border: solid 1px #ccc;
}



/********************* FILLAGER *******************/

#file_container {
  clear: both;
  padding: 20px 20px 10px 20px;
  background-color: #F0F7F9;
  margin: 20px 0 20px 0;
}

  #file_container ul {
    margin: 0;
    padding: 0;
  }
  
  #file_container ul li {
    margin-top: 8px;
    margin-bottom: 8px;
  }


/******************** ANNONSER ********************/

div.advertisement {
  margin: 10px 0 10px 0;
  line-height: 0;
  background-image: url('../gfx/mosaikk/advertisement_note.gif');
  background-repeat:  no-repeat;
  background-position: 98% 0;  
  padding: 10px 0 0 0;
}

  div.advertisement a {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  div.advertisement img {
    border: none;
  }



/****************** SITEMAP ***********************/
ul.sitemap {
  list-style: square;
  padding: 0 0 15px 0;
  margin: 0;
}

  ul.sitemap a {
    
  }

  li.map_level1 {
    list-style-type: none;
    font-size: 20px;
    margin: 25px 0 15px 0;
    padding: 10px 0 10px 5px;
    /**background-color: #FAFCFD;**/
    border-bottom: 1px solid #E9F2F5;
  }

  li.map_level2 {
    font-size: 17px;
    margin: 20px 0 12px 40px;
  }
  
  li.map_level3 {
    margin: 2px 0 2px 65px;
    list-style-type: circle;
  }
  
  li.map_level4 {
    margin: 2px 0 2px 90px;
    list-style-type: disc;
  }
  
  
  
/********************** ALBUM *********************/

#album {
  clear: both;
  margin-top: 25px;
  padding: 0;
}

    #album td {
      width: 140px;
      height: 140px; 
      padding: 0;
      overflow: hidden;
      text-align:center;
      vertical-align:middle;
    }

    #album img {
      background: #fdfdfd; 
      padding: 4px;
      border: solid 1px #ccc; 
    }

    #album img:hover {
      border: solid 1px #909090;
    }

#album_top {
  padding: 0;
  margin: 0;
}

  #album_top .album_info {
    float: left;
    font-weight: normal;
    padding: 0;
    border-bottom: none;
  }

#album_nav {
  float: right;
  list-style-type: none;
  margin: 0;
}

    #album_nav li {
      position: relative;
      margin: -6px 0 0 0;
      display: inline;
      float: left;
    }

    #album_nav a {
      display: block;
      padding: 5px 8px 5px 8px;
    }

    #album_nav a:hover {
      background: #fafafa;
      border-color: #D8DFEA;
      color: #505050;
      text-decoration: none;
    }


#show_picture {
  text-align: center;
  margin: 10px 0 12px 0;
}

  #album_picture_text {
    margin: 20px 0 10px 0;
    font-size: 13px;
  }

td.album_picture {
    width: 140px;
    height: 165px; 
    padding: 0; 
    overflow: hidden;
}

img.album_picture {
    background: #fcfcfc; 
    padding: 4px; 
    border: solid 1px #ccc; 
    vertical-align: middle;
}

  td.album_picture img.album_picture:hover {
    border: solid 1px #909090;
  }
    
       
    
/***************** UTSKRIFT AV SIDEN *****************/

#summary_full {
  margin: 0 0 18px 0;
  line-height: 1.5;
}


#primary_picture {
  border: 1px solid #ccc;
  background-color: #FCFCFC;
}
  
  #primary_picture.float {
    float: right;
    margin: 0 0 14px 20px;
  }
  
  #primary_picture.panorama {
    margin: 18px 0 14px 0;
    text-align: center;
  }
  
  #primary_picture.fullwidth {
    margin: 0 0 14px 0;
    padding: 0;
    border: 0;
  }
    
  #primary_picture img {
    display: block;
  }
    
  #primary_picture img.picture {
    display: block;
    border: 0;
  }
  
    #primary_picture.fullwidth img {
      padding: 0;
      border: 0;
    }
    
    #primary_picture img.picture.texted {
      padding-bottom: 0;
      border-bottom: 0;
    }

  #primary_picture div.picture_text, div.caption p {
    display: block;
    background-color: #fcfcfc;
    margin: 4px;
    margin-top: 0;
    padding: 8px 10px 6px 10px;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 11px;
    color: #707070;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
  }
  
    #primary_picture span.photographer {
      color: #aaa;
      float: right;
      margin: 0 0 0 10px;
    }


.wysiwyg_out div.caption {
  margin: 10px 0 10px 0;
  border: 1px solid #ccc;
  padding: 4px;
  background-color: #FCFCFC;
  clear: both;
}

  .wysiwyg_out div.caption img {
  	margin: 0 0 6px 0;
  	padding: 0;
  	border: none;
  }
  
  .wysiwyg_out div.caption p {
  	margin: 0;
  	padding-top: 0;
  }
  
  .wysiwyg_out div.caption.right {
    margin: 8px 0 12px 10px;
  }
  .wysiwyg_out div.caption.left {
    margin: 8px 12px 10px 0;
  }
  
  
#text {
  
}


#page_details {
  background-color: #fafafa;
  color: #707070;
  padding: 10px;
  font-size: 12px;
  margin: 0 20px 15px 0;
  float: left;
  width: auto;
  /**border-left: 7px solid #ddd;**/
}

/**
    #page_details a {
      color: #707070;
      text-decoration: none;
    }

    #page_details a:hover {
      color: #404040;
      text-decoration: none;
    }        
**/

    #hit_counter {
      float: left;
      padding-left: 5px;
    }
    
    #page_details .detail_label {
      color: #a5a5a5;
      padding-right: 8px;
      font-size: 11px;
    }
    
  
#page_details_author {
  padding: 3px 4px 0px 8px;
}
   
#page_details_author img.picture {
  background: #f9f9f9;
  border: 1px solid #dadada;
  padding: 3px;
  margin: 1px;
}


.section_separator {
  margin-bottom: 30px;
}




#floating_column {
  clear: both;
  float: right;
  width: auto;
  padding: 20px 20px 20px 20px;
  margin: 0 0 16px 16px;
  background-color: #F0F7F9;
}

  #floating_column > h1:first-child { margin-top: 0; }
  #floating_column > h2:first-child { margin-top: 0; }
  #floating_column > h3:first-child { margin-top: 0; }



#page_info_notices {
  margin: 5px 0 30px 0;
}
  .info_notice {
    margin: 0 0 30px 0;
  }
    .info_notice h3 {
      margin-top: 3px;
    }



#sharing {
  /**border-top: 1px solid #e6e6e6;**/
  padding: 12px 10px 12px 10px;
  text-align: right;
  color: #a0a0a0;
  clear: both;
}

  #share_buttons {
    float: right;
  }

    #share_buttons a.icon {
      height: 16px;
      width: 16px;
      padding-left: 10px;
      float: left;
    }
    
    #share_buttons a.icon:hover {
      background-position: center 0px;
    }
  
    #share_buttons a.icon.facebook {
      background-image: url('../gfx/mosaikk/facebook_16.png');
    }  
    #share_buttons a.icon.twitter {
      background-image: url('../gfx/mosaikk/twitter_16.png');
    }
    #share_buttons a.icon.linkedin {
      background-image: url('../gfx/mosaikk/linkedin_16.png');      
    }
    #share_buttons a.icon.google {
      background-image: url('../gfx/mosaikk/google_16.png');      
    }
    #share_buttons a.icon.delicious {
      background-image: url('../gfx/mosaikk/delicious_16.png');      
    }  
    #share_buttons a.icon.email {
      background-image: url('../gfx/mosaikk/email_16.png');      
    }
    
    
#page_footer {
  clear: both;
  padding: 0;
  margin-top: 35px;
  border-top: 1px solid #f0f0f0;
}

  #page_footer #page_details {
    float: none;
    margin: 0;
    border: none;
    background-color: #fff;
    line-height: 2;
    padding-top: 6px;
  }
  
    #page_footer .page_detail {
      float: left;
      margin-right: 30px;
      font-size: 11px;
    }

  #page_footer #sharing {
    float: right;
    padding-top: 8px;
  }





/********************* SIDELISTE *******************/

#children_section {
  clear: both;
}
    
    
div.child {
  margin: 0;
  margin-bottom: 30px;
}
  
  div.child img.picture {
    margin: 0 0 5px 0;
    overflow: hidden;
  }

  div.child h3 {
    line-height: 1.3;
    font-size: 24px;
    font-weight: normal;
    margin: 1px 0 3px 0;
  }

  div.child p.summary {
    line-height: 1.4;
    margin: 3px 0 5px 0;
  }
  
  div.child p.story_controls {
    line-height: 1.6;
    margin: 5px 0 0 0;
  }
  
    div.child .story_controls a {
      text-decoration: none;
    }
    
  div.child span.pipe {
    margin: 0 11px;
  }
    
  div.child span.child_date {
    font-size: 11px;
    color: #a0a0a0;
  }
  
  div.child span.child_date.right_margins {
    margin: 0 0 0 9px;
  }
    
div.child.single {
  clear: both; 
  font-size: 12px;
  margin-bottom: 35px;
}

  div.child.single img.picture {
    margin-left: 20px;
    margin-bottom: 20px;
  }



div.child.duo {
  width: 50%;
  float: left;
  overflow: hidden;
}
    
    div.child.duo h3 {
      font-size: 18px;
      line-height: 1.3;
    }
    
	div.duo_child_left {
      padding-right: 10px;
	}
	
	div.duo_child_right {
	  padding-left: 10px;
	}
  
  

div.child.trio {
  width: 33%;
  float: left;
  overflow: hidden;
}

  div.child.trio.middle {
    width: 34%;
  }
  
  

div.child_left {
  padding-right: 10px;
}

div.child_right {
  padding-left: 10px;
}

div.child_middle {
  padding-left: 10px;
  padding-right: 10px;
}


div.single.top_story {
  padding-top: 10px;
}

    div.single.top_story h3 {
      font-size: 30px;
      line-height: 1.3;
      padding-top: 8px;
    }
    
    div.single.top_story img.picture {
      margin-left: 0;
    }
    
    
div.single.fullstory {
  margin-bottom: 35px;
}

  div.single.fullstory h3 {
    font-size: 28px;
    line-height: 1.3;
  }
  
  div.single.fullstory p.summary {
    margin: 10px 0 18px 0;
  }
  
  div.single.fullstory p.story_controls {
    font-size: 13px;
  }
  
  div.single.fullstory div.primary_picture {
    clear: both;
  }
  
  div.single.fullstory img.picture {
    margin: 10px 0 22px 20px;
  }
  
  div.single.fullstory span.child_date {
    background-color: #FAFAFA;
    border-left: 7px solid #DDDDDD;
    clear: both;
    color: #707070;
    float: right;
    font-size: 12px;
    margin: 5px 0 0 20px;
    padding: 10px;
  }


div.single.headline {
  clear: both;
  margin: 0;
}

  div.single.headline h3 {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin: 0;
  }
  
  div.single.headline h3 a:hover {
    text-decoration: underline;
  }
  
  
ul.headlines {
  list-style: square;
  margin-left: 30px;
  width: 530px;
}

  ul.headlines li {
    padding-left: 15px;
    margin: 7px 20px 7px 25px;
  }


/**************** SØK-RESULTATER ****************/

#search_results {
  list-style: none;
  padding: 0;
  margin: 0;
}

  ul#search_results li {
    margin: 0 0 35px 0;
    padding: 0;
    line-height: 1.4;
  }
  
  #search_results h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
  }
  
  #search_results p {
    margin: 6px 0 7px 0;
  }
  
  #search_results a.link {
    font-size: 11px;
    color: green;
  }
  
  #search_results span.date {
    font-size: 11px;
    margin-left: 7px;
    color: #a0a0a0;
  }
  
  

/******************* KALENDER *******************/

table.calendar {
  width: 100%;
  border: 0;
}

  table.calendar td {
    padding: 8px 6px 8px 6px;
    margin: 0;
    font-size: 1.1em;
    vertical-align: bottom;
  }
  

  table.calendar td h2 {
    margin-bottom: 0;
    font-size: 26px;
  }
  
  
  td.actday{
    background-color: #c22;
    font-weight:bold;
  }
  
  
#event_details {
  float: left;
  padding: 25px 30px 20px 25px;
  margin: 5px 0 15px 20px;
  background-color: #F0F7F9;
  border-left: 7px solid #E1EEF2;
}

  #event_details h3, #event_signup h3 {
    margin-top: 0;
  }

#event_signup {
  float: left;
  margin-left: 15px;
  background-color: #F0F7F9;
  width: auto;
  padding: 25px 30px 20px 25px;
}



/********* GROUPS **********/

table.small_member_list {
  width: 100%;
  padding: 0;
  margin: 5px 0 15px 0;
  overflow: auto;
}

  td.small_member {
    width: 80px;
    max-width: 80px;
    overflow: hidden;
    padding: 0 3px 10px 2px;
    margin: 0;
    text-align: center;
  }
  
    td.small_member img.picture {
      padding: 3px;
      margin: 0;
    }
    
    span.small_member_alias {
      font-size: 10px;
      margin: 4px 0 0 0;
      display: block;
    }

#page_group_integration {
  padding: 25px 10px 20px 10px;  
}

  #page_group_integration table.small_member_list { 
  }

table.small_calendar {
  width: 100%;
  padding-bottom: 20px;
}
  table.small_calendar td {
    padding: 4px;
  }

.listed_group {
  border-top: 1px solid #e7e7e7;
  padding: 15px 5px 0 5px;
  margin: 15px 0 15px 0;
}

  span.group_category {
    margin: 0 0 10px 15px;
    float: right;
    color: #606060;
  }
  
  span.member_count {
    margin: 3px 0 10px 20px;
    color: #b0b0b0;
  }



/*** COMMON STRUCTS *****/

div.box_325 h2, div.box_353 h2, div.box_250 h2, div.box_600 h2 {
    color: #74858A;
    background: transparent;
    padding: 6px 0 5px 2px;
    border-bottom: 1px solid #E9F2F5;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    margin: 16px 0 8px 0;
    width: auto;
    position: relative;
    left: 0px;
}
    
div.box_325 {
    width: 325px;
    padding-bottom: 1px;
    background: url('../gfx/mosaikk/admin/right_box_bg.gif') repeat-y;
}

    div.box_contents_325 {
        width: 295px;
        min-height: 70px;
        padding: 5px 15px 0 15px;
        background: url('../gfx/mosaikk/admin/right_box_top.gif') no-repeat;
    }
    
    div.box_bottom_325 {
        width: 325px;
        height: 29px;
        background: url('../gfx/mosaikk/admin/right_box_bottom.gif') no-repeat;
    }    
    
div.box_353 {
    width: 353px;
    padding-bottom: 1px;
    background: url('../gfx/mosaikk/common_structs/box_bg_353.gif') repeat-y;
}

    div.box_contents_353 {
        width: 323px;
        min-height: 70px;
        padding: 5px 15px 0 15px;
        background: url('../gfx/mosaikk/common_structs/box_top_353.gif') no-repeat;
    }
    
    div.box_bottom_353 {
        width: 353px;
        height: 29px;
        background: url('../gfx/mosaikk/common_structs/box_bottom_353.gif') no-repeat;
    }
    
div.box_250 {
    width: 250px;
    padding-bottom: 1px;
    background: url('../gfx/mosaikk/common_structs/box_bg_250.gif') repeat-y;
}

    div.box_contents_250 {
        width: 220px;
        min-height: 70px;
        padding: 5px 15px 0 15px;
        background: url('../gfx/mosaikk/common_structs/box_top_250.gif') no-repeat;
    }
    
    div.box_bottom_250 {
        width: 250px;
        height: 29px;
        background: url('../gfx/mosaikk/common_structs/box_bottom_250.gif') no-repeat;
    }

div.box_600 {
    width: 600px;
    padding-bottom: 1px;
    background: url('../gfx/mosaikk/common_structs/box_bg_600.gif') repeat-y;
}

    div.box_contents_600 {
        width: 570px;
        min-height: 30px;
        padding: 5px 15px 0 15px;
        background: url('../gfx/mosaikk/common_structs/box_top_600.gif') no-repeat;
    }

    div.box_bottom_600 {
        width: 600px;
        height: 17px;
        background: url('../gfx/mosaikk/common_structs/box_bottom_600.gif') no-repeat;
        margin-top: -17px; /* BUGFIX: Elements inside box with margin push the bottom down */
    }


td.first_column {
  padding-right: 15px;
}

  .wysiwyg_out td.first_column {
    padding-right: 25px;
  }

td.column {
  border-left: 1px solid #EAEAEA;
  padding: 0 15px 0 15px;
}
  .wysiwyg_out td.column {
    padding: 0 25px 0 25px;
  }

td.last_column {
  border-left: 1px solid #EAEAEA;
  padding-left: 15px;
}
  .wysiwyg_out td.last_column {
    padding-left: 25px;
  }

td.first_column div.separator, td.last_column div.separator, td.column div.separator {
  border-top: 1px solid #EAEAEA;
  margin: 15px 0 15px 0;
}
  

ul.jquery_carousel {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
  
  ul.jquery_carousel li {
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  
  ul.jquery_carousel li div.item_wrapper {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }


/************** MOSAIKK ICONS ********************/
.icon {
  background-repeat: no-repeat;
  background-position: top left;
  padding: 1px 0 1px 23px;
  outline: none;
}

.icon_right {
  background-position: top right;
  padding: 1px 22px 1px 0;
  margin-right: 3px;
}

  a.move_up {
    background-image: url('../gfx/mosaikk/arrow_up.png');
  }
  a.move_down {
    background-image: url('../gfx/mosaikk/arrow_down.png');
  }
  span.move_up_disabled {
    background-image: url('../gfx/mosaikk/arrow_up_disabled.png');
  }
  span.move_down_disabled {
    background-image: url('../gfx/mosaikk/arrow_down_disabled.png');
  }
  
  a.move_free {
    background-image: url('../gfx/mosaikk/arrows_4_way.png');
  }  
  a.delete {
    background-image: url('../gfx/mosaikk/delete.png');
  }  
  a.pause {
    background-image: url('../gfx/mosaikk/pause.png');
  }  
  a.turn_back {
    background-image: url('../gfx/mosaikk/turn_back.png');
  }
  
  
  a.sort_up {
    background-image: url('../gfx/mosaikk/sort_up.png');
  }
  a.sort_down {
    background-image: url('../gfx/mosaikk/sort_down.png');
  }
  
  a.accept {
    background-image: url('../gfx/mosaikk/accept.png');
  }
  a.stop {
    background-image: url('../gfx/mosaikk/stop.png');
  }
  a.home {
    background-image: url('../gfx/mosaikk/house.png');
  }
  a.page {
    background-image: url('../gfx/mosaikk/page.gif');
  }
  a.group_add {
    background-image: url('../gfx/mosaikk/group_add.png');
  }
  a.group_remove {
    background-image: url('../gfx/mosaikk/group_delete.png');
  }
  a.group_edit {
    background-image: url('../gfx/mosaikk/group_edit.png');
  }
  a.bill {
    background-image: url('../gfx/mosaikk/page_bill.png');
  }
  a.coins {
    background-image: url('../gfx/mosaikk/coins.png');
  }
  a.coins_add {
    background-image: url('../gfx/mosaikk/coins_add.png');
  }
  a.sitemap {
    background-image: url('../gfx/mosaikk/sitemap.png');
  }
  a.approval {
    background-image: url('../gfx/mosaikk/page_user_light.gif');
  }
  a.edit_record {
    background-image: url('../gfx/mosaikk/report_edit.png');
  }
  a.edit_user {
    background-image: url('../gfx/mosaikk/user_edit.png');
  }
  a.lock {
    background-image: url('../gfx/mosaikk/lock.png');
  }
  a.admin_page {
    background-image: url('../gfx/mosaikk/page_gear.png');
  }
  a.edit_bill {
    background-image: url('../gfx/mosaikk/page_bill_edit.png');
  }
  a.edit_contact {
    background-image: url('../gfx/mosaikk/vcard_edit.png');
  }
  a.rotate_left {
    background-image: url('../gfx/mosaikk/shape_rotate_anticlockwise.png');
  }
  a.rotate_right {
    background-image: url('../gfx/mosaikk/shape_rotate_clockwise.png');
  }
  a.refresh {
    background-image: url('../gfx/mosaikk/arrow_refresh.png');
  }
  a.back {
    background-image: url('../gfx/mosaikk/arrow_back.png');
  }
  a.archive {
    background-image: url('../gfx/mosaikk/folder_page_white.png');
  }
  a.restore {
    background-image: url('../gfx/mosaikk/restore.png');
  }
  a.duplicate {
    background-image: url('../gfx/mosaikk/duplicate.png');
  }
  a.message {
    background-image: url('../gfx/mosaikk/email.png');
  }
  a.picture_add {
    background-image: url('../gfx/mosaikk/picture_add.png');
  }
  a.picture_delete {
    background-image: url('../gfx/mosaikk/picture_delete.png');
  }
  a.shape_crop {
    background-image: url('../gfx/mosaikk/shape_crop.png');
  }
  .folder {
    background-image: url('../gfx/mosaikk/folder_simple.png');
  }
  .picture {
    background-image: url('../gfx/mosaikk/picture.png');
  }
  .url {
    background-image: url('../gfx/mosaikk/world_link.png');
  }
  .cross {
    background-image: url('../gfx/mosaikk/cross.png');
  }
  .zoom {
    background-image: url('../gfx/mosaikk/zoom.png');
  }
  .event {
    background-image: url('../gfx/mosaikk/date.png');
  }
  .group {
    background-image: url('../gfx/mosaikk/group.png');
  }
  .draft {
    background-image: url('../gfx/mosaikk/page_edit.png');
  }
  
  
  .add {
    background-image: url('../gfx/mosaikk/add.png');
  }
  .star {
    background-image: url('../gfx/mosaikk/star.png');
  }
  .tick {
    background-image: url('../gfx/mosaikk/tick.png');
  }
  .sound_clip {
    background-image: url('../gfx/mosaikk/sound.png');
  }
  .video_clip {
    background-image: url('../gfx/mosaikk/film.png');
  }
  .user {
    background-image: url('../gfx/mosaikk/user.png');
  }
  
  
  a.first {
    background-image: url('../gfx/mosaikk/resultset_first.png');
  }
  a.previous {
    background-image: url('../gfx/mosaikk/resultset_previous.png');
  }
  a.next {
    background-image: url('../gfx/mosaikk/resultset_next.png');
  }
  a.last {
    background-image: url('../gfx/mosaikk/resultset_last.png');
  }
  .first_disabled {
    background-image: url('../gfx/mosaikk/resultset_first_gray.png');
  }
  .previous_disabled {
    background-image: url('../gfx/mosaikk/resultset_previous_gray.png');
  }
  .next_disabled {
    background-image: url('../gfx/mosaikk/resultset_next_gray.png');
  }
  .last_disabled {
    background-image: url('../gfx/mosaikk/resultset_last_gray.png');
  }
  
  
  
  .warning {
    background-image: url('../gfx/mosaikk/error.png');
  }
  .info {
    background-image: url('../gfx/mosaikk/information.png');
  }
  .accept {
    background-image: url('../gfx/mosaikk/accept.png');
  }
  .error {
    background-image: url('../gfx/mosaikk/exclamation.png');
  }
  

.notext {
  display: block;
  height: 16px;
  width: 16px;
  background-position: center;
  text-indent: -9999px;
}

p.icon {
  background-position: 10px 10px;
  padding-left: 35px;
  padding-right: 15px;
}

p.noicon {
  background-image: none;
}

a.icon:hover {
  color: #000;
}


.medium_icon {  
  background-repeat: no-repeat;
  background-position: 0 -2px;
  padding: 3px 0 0 30px;
}

  a.folder {
    background-image: url('../gfx/mosaikk/folder_24.png');
  }
  a.layout {
    background-image: url('../gfx/mosaikk/layout_24.png');
  }
  a.tabs {
    background-image: url('../gfx/mosaikk/tabs_24.png');
  }


.large_icon {
  background-repeat: no-repeat;
  background-position: center top;
  width: 90px;
  padding: 52px 0 1px 0;
  display: block;
  text-align: center;
  cursor: pointer;
}

span.disabled { 
  cursor: default;
  color: #a0a0a0;
}

  a.edit_page {
    background-image: url('../gfx/mosaikk/paper_content_48.png');
  }
  span.edit_page {
    background-image: url('../gfx/mosaikk/paper_content_gray_48.png');
  }  
  a.album {
    background-image: url('../gfx/mosaikk/image_48.png');
  }
  span.album {
    background-image: url('../gfx/mosaikk/image_gray_48.png');
  }
  a.settings {
    background-image: url('../gfx/mosaikk/spanner_48.png');
  }
  span.settings {
    background-image: url('../gfx/mosaikk/spanner_gray_48.png');
  }
  a.edit_event {
    background-image: url('../gfx/mosaikk/cal_48.png');
    width: 105px;
  }
  span.edit_event {
    background-image: url('../gfx/mosaikk/cal_gray_48.png');
    width: 105px;
  }
  a.registrations {
    background-image: url('../gfx/mosaikk/users_two_48.png');
  }
  span.registrations {
    background-image: url('../gfx/mosaikk/users_two_gray_48.png');
  }
  a.responses {
    background-image: url('../gfx/mosaikk/questionmark_48.png');
  }
  span.responses {
    background-image: url('../gfx/mosaikk/questionmark_gray_48.png');
  }
  
  
  
  a.save {
    background-image: url('../gfx/mosaikk/floppy_disk_48.png');  
  }
  
  a.edit_small {
    background-image: url('../gfx/mosaikk/paper_content_16.png');
  }
  a.picture_small {
    background-image: url('../gfx/mosaikk/image_16.png');
  }
  a.folder_small {
    background-image: url('../gfx/mosaikk/folder_16.png');
  }
  a.settings_small {
    background-image: url('../gfx/mosaikk/spanner_16.png');
  }
  a.edit_event_small {
    background-image: url('../gfx/mosaikk/cal_16.png');
  }
  a.registrations_small {
    background-image: url('../gfx/mosaikk/users_two_16.png');
  }
  a.tabs_small {
    background-image: url('../gfx/mosaikk/tabs_16.png');
  }
  

a.large_icon:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}



ul.set {
  clear: both;
  padding: 10px 0 1px 0;
  margin: 0;
  font-family: tahoma;
  font-size: 12px;
  list-style: none outside none;
  width: auto;
  margin-bottom: 25px;
}

  ul.set li {
    clear: left;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}


ul.icons {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 5px;
}

  ul.icons li {
    margin-bottom: 5px;
  }


ul.filters {
  list-style-type: none;
  margin: 0 0 20px 0;
}
  
  ul.filters li a {
    font-size: 13px;
    display: block;
    padding: 10px 0 10px 23px;
  }
  
    ul.filters li a:hover {
      text-decoration: none;
      color: #000;
    }
  
  ul.filters li.active {
    padding-left: 0;
    background-color: #F0F7F9;
  }
  
    ul.filters li.active a {
      background-repeat: no-repeat;
      background-position: 4px 50%;
      background-image: url('../gfx/mosaikk/cross.png');
      outline: none;
      font-weight: bold;
      padding-left: 26px;
    }
  

ul.files_m li {
  height: 28px;
}

.file_m {
  padding: 18px 0 16px 48px;
  background-position: center left;
  background-repeat: no-repeat; 
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
}

.doc { background-image: url('../gfx/mosaikk/file_icons/small/doc.gif'); }
.doc_m { background-image: url('../gfx/mosaikk/file_icons/medium/doc.png'); }
.eps { background-image: url('../gfx/mosaikk/file_icons/small/eps.gif'); }
.gif { background-image: url('../gfx/mosaikk/file_icons/small/gif.gif'); }
.gif_m { background-image: url('../gfx/mosaikk/file_icons/medium/gif.png'); }
.html { background-image: url('../gfx/mosaikk/file_icons/small/html.gif'); }
.html_m { background-image: url('../gfx/mosaikk/file_icons/medium/html.png'); }
.jpg { background-image: url('../gfx/mosaikk/file_icons/small/jpg.gif'); }
.jpg_m { background-image: url('../gfx/mosaikk/file_icons/medium/jpg.png'); }
.msi { background-image: url('../gfx/mosaikk/file_icons/small/msi.gif'); }
.msi_m { background-image: url('../gfx/mosaikk/file_icons/medium/msi.png'); }
.mp3 { background-image: url('../gfx/mosaikk/file_icons/small/mp3.gif'); }
.mp3_m { background-image: url('../gfx/mosaikk/file_icons/medium/mp3.png'); }
.pdf { background-image: url('../gfx/mosaikk/file_icons/small/pdf.gif'); }
.pdf_m { background-image: url('../gfx/mosaikk/file_icons/medium/pdf.png'); }
.ppt { background-image: url('../gfx/mosaikk/file_icons/small/ppt.png'); }
.ppt_m { background-image: url('../gfx/mosaikk/file_icons/medium/ppt.png'); }
.psd { background-image: url('../gfx/mosaikk/file_icons/small/psd.gif'); }
.psd_m { background-image: url('../gfx/mosaikk/file_icons/medium/psd.png'); }
.txt { background-image: url('../gfx/mosaikk/file_icons/small/txt.gif'); }
.txt_m { background-image: url('../gfx/mosaikk/file_icons/medium/txt.png'); }
.unknown { background-image: url('../gfx/mosaikk/file_icons/small/unknown.gif'); }
.unknown_m { background-image: url('../gfx/mosaikk/file_icons/medium/unknown.png'); }
.wmavmpg { background-image: url('../gfx/mosaikk/file_icons/small/wmavmpg.gif'); }
.wmavmpg_m { background-image: url('../gfx/mosaikk/file_icons/medium/wmavmpg.png'); }
.xls { background-image: url('../gfx/mosaikk/file_icons/small/xls.gif'); }
.xls_m { background-image: url('../gfx/mosaikk/file_icons/medium/xls.png'); }
.zip { background-image: url('../gfx/mosaikk/file_icons/small/zip.gif'); }
.zip_m { background-image: url('../gfx/mosaikk/file_icons/medium/zip.png'); }

.home_rss {
  background-repeat: no-repeat;
  background-position: 1px 0;
  padding: 0px 0 1px 22px;
  outline: none;
  background-image: url('../gfx/mosaikk/feed-icon-14x14.png');
}

.home_twitter {
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0 1px 22px;
  outline: none;
  background-image: url('../gfx/mosaikk/twitter_16.png');
}


/******* GRID LAYOUT ******/
div#container, div.container { position:  relative; width:  940px; margin: 0 auto; padding: 0; }

.column-row, .row { margin: 0 0 18px -20px; }
.column, .columns { float: left; display: inline; margin: 0 0 0 20px; }
.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }
 
.offset-by-one-half { margin-left: 40px; }
.offset-by-one { margin-left: 80px; }
.offset-by-two { margin-left: 160px; }
.offset-by-three { margin-left: 240px; }
.offset-by-four { margin-left: 320px; }
.offset-by-five { margin-left: 400px; }
.offset-by-six { margin-left: 480px; }
.offset-by-seven { margin-left: 560px; }
.offset-by-eight { margin-left: 640px; }
.offset-by-nine { margin-left: 720px; }
.offset-by-ten { margin-left: 800px; }
  
.column-row:after, .row:after, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .column-row, * html .row, * html .clearfix { height: 1%; }
.column-row, .row, .clearfix { display: inline-block; }
.column-row, .row, .clearfix { display: block; }
 
/* IE6 Problems ---------- */
body.ie .column-row { width: 960px; }
body.ie .eight .column-row { width: 640px; }
body.ie .nine .column-row { width: 720px; }
body.ie .ten .column-row { width: 800px; }
body.ie .eleven .column-row { width: 880px; }
body.ie .two-thirds .column-row { width: 640px; }
