@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* 1. General HTML elements                                                   */
/* -------------------------------------------------------------------------- */

/* 
   If you are using the font size toggler (fontsize.js) either by itself or by
   using the linktoolbar tile, font size provided here will be overriden by
   the javascript. Remember to set the default font size as the smallest font
   size in the font size selector javascript configuration.
   
   See fontsize.js for more detals.
*/
html                    { height: 100%; overflow: -moz-scrollbars-vertical; }
body                    { height: 100%; font: 7.5pt verdana, arial, sans-serif; margin: 0; padding: 0; color: #333; }
a:visited, a:link       { color: #4c697c; text-decoration: none; }
a:hover                 { color: #45a; text-decoration: underline; }
img						{ border: none; }
h1                      { font-size: 1.6em; font-weight: normal; }
h2                      { font-size: 1.3em; }
h3, h4                  { font-size: 1em; }
fieldset                { margin-bottom: 10px; padding: 15px 10px 10px 10px; }


/* -------------------------------------------------------------------------- */
/* 2. Container/placeholder positioning                                       */
/* -------------------------------------------------------------------------- */

#container                      { background: transparent url(images/container_bg.png) repeat-y top left; color: #373535; margin: 0px auto; width: 980px; padding: 0px; }
#placeholder-top                { float: left; width: 100%; background: #99aeb5 url(images/red_hat_sorthvitt.png) no-repeat top right; margin-bottom: 0px; padding: 0px; }
#placeholder-left               { color: #4c697c; background-color: #c2ced3; clear:both; float: left; width: 191px; margin: 0px; min-height: 250px;
					height:auto !important;  height:250px;} /* IE6 min-height hack */
#placeholder-right              { background: 88bb6c; float: left; width: 269px; margin: 0 0 20px 0; }
#placeholder-content            { overflow: hidden; background: aab88c; float: left; padding: 0px; margin-bottom: 20px; width: 520px; }
#placeholder-content-no-right   { float: left; width: 800px; border: 1px solid #c2c2c2; margin-bottom: 20px; }
#placeholder-bottom             { clear: both; float: left; width: 980px; padding: 0; color: #4c697c; background: transparent url(images/bottom_bg.png) no-repeat bottom left;  }
#content-link                   { display: none; }


/* -------------------------------------------------------------------------- */
/* 3. Common tile styling                                                     */
/* -------------------------------------------------------------------------- */

/* 
   IMPORTANT INFO:
   What we do here is to set the style for the til common classes. We do two
   things:
   
    1. We add border, header and other stuff to create "tile-look". In the
       default design, this layout is used in the left and right placeholders.
    2. We then remove this layout for tiles in placeholder-top,
       placeholder-content, placeholder-content-no-right and placeholder-bottom.
    
    Since 2. overrides the default tile styles for the listed placeholder, you
    need to be equally specific when setting any of these styles.
    
*/
.tile-common            { border: 0px solid #c2c2c2; }
.tile-bottom            { clear: both; }
#placeholder-left h3	{ margin: 0 0 5px 0; padding: 20px 0 6px 19px; font: bold .9em arial, sans-serif; color: #4c697c;; text-transform: uppercase; border-bottom: 1px dotted #5c8c9a; }
                          
#placeholder-top .tile-content,
#placeholder-top .tile-common,
#placeholder-top .tile-common h3,
#placeholder-bottom .tile-content,
#placeholder-bottom .tile-common,
#placeholder-bottom .tile-common h3,
#placeholder-content .tile-content,
#placeholder-content .tile-common,
#placeholder-content .tile-common h3,
#placeholder-content-no-right .tile-content,
#placeholder-content-no-right .tile-common,
#placeholder-content-no-right .tile-common h3   { border: none; margin: 0; padding: 0; }

#placeholder-content .tile-bottom               { clear:none; }
#placeholder-content-no-right .tile-bottom      { clear:none; }
                          

#placeholder-right h3 a                         { color: #373535; padding: 0px; }
#placeholder-right .small-articlelist .tile-content li   { padding: 16px 0 0 19px; border-top: 1px dotted #5c8c9a; }
#placeholder-right .small-articlelist .tile-content .newsarchivelink ul li {border:none;}

/* -------------------------------------------------------------------------- */
/* 4. Non tile spesific common styles                                         */
/* -------------------------------------------------------------------------- */

.error                      { color: #a00; font-weight: bold; margin-bottom: 10px; font-size: 20px; }
.message                    { color: #000; font-weight: bold; margin-bottom: 10px; }

input.textinput             { height: 1.2em; }
.textinput,                 /* do not specify input for this, as it should also work on textareas */
input.amountfield           { border: 0px solid #c2c2c2; padding-top: 6px; font-size: 0.9em; }
input.inputerror            { border: 1px solid red; }
input.submit                { margin: 0px 0px 0px 0px; padding: 0px; border: none; font: 7.5pt verdana, arial, sans-serif; color: #4c697b;  }
               
.ajax-button-not-visible    { display: none; }
.ajax-button-visible        { display: block !important; }

.button-next                { display: block; height: 21px; width: 28px; background: url(images/buttons.gif) no-repeat -28px top; }
.button-previous            { display: block; height: 21px; width: 28px; background: url(images/buttons.gif) no-repeat; }
                
#tooltip-content            { background: #fff; padding: 5px; border-right: 1px solid #ccc255; border-bottom: 1px solid #ddd366; }

.captcha-info               { padding-left: 80px; }
.captcha-regenerate,
.captcha-info               { font-weight: bold; font-size: .8em; }

.error-container #placeholder-top   { height: 60px; }

#extended-debug-info                { color: #aaa; }


/* -------------------------------------------------------------------------- */
/* 5. General bullet-less listing (eg. verical menu and small article list)   */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.horizontal-popup-menu ul,
.small-articlelist ul,
.vertical-menu ul           { list-style-type: none; margin: 0; padding: 0; }

.full-articlelist li p		{ padding: 0 19px; margin: 0;}

.full-articlelist li li,
.small-articlelist li li,
.vertical-menu li li        { padding-left: 10px; }


/* -------------------------------------------------------------------------- */
/* 6. Spesific styling for tiles and other components                         */
/* -------------------------------------------------------------------------- */

/* 
   Some of the tiles have been styled using id selectors. Because of this we
   need to use the full id-element path to override these styles. See section
   "3. Common tile styling" for more details.
   
   NOTICE:
   While styling the top placeholder layout I hit about every IE6 bug there is!
   Well, atleast 3 of them. When doing any changes here, please validate that
   the design still holds together on IE6.
*/

#ctstatistics-noscript-iframe               { display: none; }

/* -- PAGE HEADER -- */
#placeholder-top .page-header               { float: left; margin: 27px 0px 0px 28px; }
#placeholder-top .page-header a             { float: left; }
.page-header .logo										{ font-size: 1.85em; font-weight: bold; } 

/* -- SOME COMMONS FOR TOP PLACEHOLDER -- */
#placeholder-top .horizontal-menu a,
#placeholder-top .horizontal-popup-menu a,	
#placeholder-top .language-selector a,
#placeholder-top .vertical-menu a,
#placeholder-top .sitelocator a				{ color: #fff; }
#placeholder-top .sitelocator .last				{ text-decoration: underline; }

#placeholder-top .horizontal-menu,
#placeholder-top .vertical-menu							{ float: left; }
#placeholder-top .horizontal-menu h3,
#placeholder-top .horizontal-popup-menu h3,
#placeholder-top .vertical-menu h3						{ display: none; }


/* -- QUICK-MENU IN TOP PLACEHOLDER -- */
#placeholder-top .horizontal-menu						{ float: right; margin: 11px 244px 0px 0px;}

#placeholder-top .horizontal-menu ul					{ list-style-type: none; margin: 0px; padding: 0px;}
#placeholder-top .horizontal-menu li					{ border-left: 1px solid #ccc; padding: 0px 4px 0px 7px; display: inline; }
#placeholder-top .horizontal-menu li.first				{ border-left: none; }

/* -- MAIN MENU IN TOP PLACEHOLDER -- */
#placeholder-top .horizontal-popup-menu,
#placeholder-top .vertical-menu				{ float: right; width: 789px; height: 22px; margin-top: 8px; border-color: white; border-style: solid; border-width: 1px 0 1px 0px; background: #5b7c8e; } /* see style-ie.css */

#placeholder-top .vertical-menu ul,
#placeholder-top .horizontal-popup-menu ul		{ float: left; }

#placeholder-top .vertical-menu li,
#placeholder-top .horizontal-popup-menu li		{ float: left; padding: 0;  }

#placeholder-top .vertical-menu li a,
#placeholder-top .horizontal-popup-menu li a		{ padding: 7px 9px 5px 9px; display: block; border-width: 0 0 0 1px; border-style: solid;
							  border-color:  white; text-transform: uppercase; font-size: 6pt; font-weight: bold; letter-spacing: 0.25px; }

#placeholder-top .vertical-menu li a:hover,
#placeholder-top .horizontal-popup-menu li a:hover,
#placeholder-top .horizontal-popup-menu li.active,
#placeholder-top .horizontal-popup-menu li.main-active,
#placeholder-top .vertical-menu li.active,
#placeholder-top .vertical-menu li.main-active		{ background: #d3bf90; text-decoration: none; }

#placeholder-top .vertical-menu li a:hover,
#placeholder-top .horizontal-popup-menu li a:hover,
#placeholder-top .horizontal-popup-menu li.active a,
#placeholder-top .horizontal-popup-menu li.main-active a,
#placeholder-top .vertical-menu li.active a,
#placeholder-top .vertical-menu li.main-active a		{ color: #5b7c8e; }

#placeholder-top .horizontal-popup-menu li.active li a,
#placeholder-top .horizontal-popup-menu li.main-active li a,
#placeholder-top .vertical-menu li.active li a,
#placeholder-top .vertical-menu li.main-active li a		{ color: #fff; }

#placeholder-top .vertical-menu li li a:hover,
#placeholder-top .horizontal-popup-menu li li a:hover		{ color: #5b7c8e; }

/* Submenuitems */

#placeholder-top .horizontal-popup-menu ul li ul	{ float: none; width: 168px; margin: 1px 0 0 0; padding: 0; position: absolute; display: block; background: #99AEB5;
							  border: none; /*border-top: 1px solid #fff; */}

#placeholder-top .horizontal-popup-menu ul li ul ul	{ display: none; }

#placeholder-top .horizontal-popup-menu ul li ul li	{ float: none; height: auto; border-width: 0 1px 1px 0; border-style: solid; border-color: #fff; }

#placeholder-top .vertical-menu li li a,
#placeholder-top .horizontal-popup-menu li li a		{ float: none; height: auto;}

/*
Is styled in style-ie6-css:
#placeholder-top .vertical-menu li li a,
#placeholder-top .horizontal-popup-menu li li a

*/

/*#placeholder-top .horizontal-popup-menu ul li.active ul li a,
#placeholder-top .horizontal-popup-menu ul li ul li a           { padding: 3px 5px 3px 15px; width: 157px; display: block; color: #1F1F1D; top: 0;}
#placeholder-top .horizontal-popup-menu ul li ul li.active a,
#placeholder-top .horizontal-popup-menu ul li ul li a:hover     { background: #7F7861; color: #FFFFFF; }
#placeholder-top .horizontal-popup-menu ul li ul li.active ul a { background: none; }

.hovermenuitem { top:31px; left:-1px; position:absolute; padding: 10px; z-index: 100; background: #E7E7DF; color: #1b485a; }										
.hovermenuitem { z-index: 110; }
.hovermenuitem .hovermenuitem { z-index: 120; }
.hovermenuitem .hovermenuitem .hovermenuitem { z-index: 130; }
.hovermenuitem .hovermenuitem .hovermenuitem .hovermenuitem { z-index: 140; }
.hovermenuitem .hovermenuitem .hovermenuitem .hovermenuitem .hovermenuitem { z-index: 150; }
*/
/* -- LANGUAGE SELECTOR ----------------------------------------- */
#placeholder-top .language-selector						{ float: right; }
#placeholder-top .language-selector h3					{ display: none; }
#placeholder-top .language-selector ul					{ margin: 10px 12px 0 0; padding: 0; }
#placeholder-top .language-selector li					{ line-height: 1.5em; padding-left: 6px; list-style-type: none; }
#placeholder-top .language-selector li.activelanguage					{ list-style: disc; color: white; }

/* -- SMALL SEARCH INPUT -- */
#placeholder-top .small-searchinput						{ float: left; clear: left; margin-top: 8px; }
#placeholder-top .small-searchinput input.textinput		{ width: 122px; height: 13px; padding: 2px; }
#placeholder-top .small-searchinput input.submit		{ width: 46px; height: 17px; background: #c2ced3;}

#placeholder-top .small-searchinput .tile-content,
#placeholder-top .small-searchinput input.submit,
#placeholder-top .small-searchinput input.textinput		{ float: left; }

#placeholder-top .small-searchinput h3					{ display: none; }
#placeholder-top .small-searchinput .tile-content		{ height: 22px; border: solid white; border-width: 1px 0px; border-bottom: #C2CED3 solid 1px; background: #C2CED3;}
#placeholder-top .small-searchinput .textinput			{ margin-left: 19px; }

/* -- SITELOCATOR -- */
#placeholder-top .sitelocator							{ clear: both; padding: 8px 0px 0px 18px; color: #fff; }
#placeholder-top .sitelocator h3						{ float: left; color: #fff; text-transform: none; font-weight: bold; }
#placeholder-top .sitelocator ul						{ float: left; list-style-type: none; margin: 0; padding: 0; }
#placeholder-top .sitelocator li						{ float: left; margin: 0; padding: 0 0 0 8px; }


/* -- ARTICLE DISPLAY -- */
#placeholder-content .full-articledisplay,
#placeholder-content .advanced-searchinput			{ clear: both; padding: 10px 20px;}
.full-articledisplay .digest							{ font-weight: bold; margin-bottom: 10px; }
h2.digest												{ font-size: 1em; }

/* -- PLACEHOLDER-LEFT CATEGORY MENU */
#placeholder-left .vertical-menu .tile-content,
#placeholder-left .small-articledisplay .tile-content,
	#placeholder-left .small-rsslist .tile-content { padding: 7px 19px;}
#placeholder-left .small-articledisplay .tile-content p { margin-top: 0; }
#placeholder-left .vertical-menu li { }
#placeholder-left .vertical-menu li.active a:visited,
#placeholder-left .vertical-menu li.active a:link	{ color: white; }

#placeholder-left .vertical-menu li a:visited { color: #4c697c; }
#placeholder-left .vertical-menu li ul li a:visited { color: #4c697c; }
#placeholder-left .vertical-menu li ul li ul li a:visited { color: #4c697c; }
#placeholder-left .vertical-menu li a:link { color: #4c697c; }
#placeholder-left .vertical-menu li ul li a:link { color: #4c697c; }
#placeholder-left .vertical-menu li ul li ul li a:link  { color: #4c697c; }

/* -- PLACEHOLDER-LEFT NEWSLETTER SUBSCRIPTION */
#placeholder-left .newsletter-form .tile-content	{ padding: 7px 19px; }

/* -- PLACEHOLDER-RIGHT NEWSLETTER SUBSCRIPTION */
#placeholder-right .newsletter-form	{ padding: 0 0 0 19px; }
#placeholder-right input.textinput	{ border: 1px solid #eee; }


/* -- PLACEHOLDER-CONTENT small-articledisplay-nolayout */
#placeholder-content .small-articledisplay-nolayout,
#placeholder-content .flash-display	 { padding-left: 1px; }
#placeholder-content .small-articledisplay-nolayout p { margin: 0; }

/* -- PLACEHOLDER-RIGHT ARTICLE LIST */
#placeholder-right .full-articlelist li   { padding: 16px 0 0 19px; border-top: 1px dotted #5c8c9a; }
#placeholder-right .full-articlelist li p { padding: 0; }
#placeholder-right .full-articlelist li ul li  { padding: 0; }
#placeholder-right .full-articlelist .list-thumbnail-left { padding: 0 0 8px;}
#placeholder-right .full-articlelist .articlelist-link-internal ul li,
#placeholder-right .full-articlelist .articlelist-link-external ul li {border:none; margin: 0 0 12px;}
#placeholder-right .full-articlelist h2 { margin: 20px 0 4px 19px; padding: 0; font-family: georgia, times,"Times New Roman", serif; font-weight: normal; font-size: 2.5em; color: #4c697c;}
#placeholder-right .full-articlelist h3 { margin: 0 0 3px 0; }
#placeholder-right .full-articlelist ul li h3 a { font-weight: bold; padding: 0px; color: #373535;}
#placeholder-right .to-news-archive h3 { padding: 19px 0 0 19px ; border-top: 1px dotted #5C8C9A; color: #4C697C;  }

/* -- ARTICLE LIST -- */
/*#placeholder-content .full-articlelist { border-top: 1px dotted #5C8C9A;}*/
#placeholder-content .full-articlelist ul { padding-left: 20px;}
#placeholder-content .full-articlelist ul li img { float: left; margin-right: 20px; }

#placeholder-content .small-articlelist h3 { font-family: georgia, times,"Times New Roman", serif; font-weight: normal; font-size: 2.5em; color: #4c697c;}

#placeholder-content-no-right .full-articlelist-twocolumn h3,
#placeholder-content .full-articlelist-twocolumn h3,
#placeholder-content-no-right .full-articlelist h3,
#placeholder-content .full-articlelist h3   { margin-top: 30px; }
.full-articlelist ul,
.full-articlelist-twocolumn ul              { list-style-type: none; padding: 0; margin: 0; }
.full-articlelist ul li                     { clear: both; }
.full-articlelist-twocolumn li.odd          { float: left; clear: both; width: 48%; /* 245px; */ }
.full-articlelist-twocolumn li.even         { float: right; width: 48%; /* 245px; */ }
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li { clear: none; padding: 0 0 10px 19px; }

.list-navigation-text,
.list-navigation                            { text-align: center; }	
.list-navigation-text                       { margin-bottom: 10px; }


/* -- SMALL ARTICLE LIST -- */
.small-articlelist .tile-content            { font-size: .9em; }
.small-articlelist li                       { padding-bottom: 10px; }
.small-articlelist a                        { display: block; }
.small-articlelist .newsarchivelink         { font-weight: bold; }
.small-articlelist .newsarchivelink a       { padding-bottom: 0px; }
.small-articlelist .newsarchivelink ul li   { margin-left: 15px; list-style-image: url(images/link_marker.gif); }

/* Some minor tweaks to fix small-articlelist layout in content area */
#placeholder-content .small-articlelist h3          { margin-bottom: 10px; }
#placeholder-content-no-right .small-articlelist h3 { margin-bottom: 10px; }
#placeholder-content .small-articlelist             { margin: 19px; }

/* -- SMALL ENTITY LIST -- */
/* 
   The entity list contains some info after the link. Since the link is set to
   block in small-articlelist we need to override that here. Since the entity
   list is general, and we want paranthesis around the entity score - we add
   this here. This do not work in all browsers, but it is not a critical design
   criteria. If the paranthesis is important to you, you may need to split the
   tile template into more spesialized templates for general entities, articles
   etc. 
*/
.small-entitylist a                         { display: inline; }
                
/* -- RSS LIST --
   Most of this is already styles using the small article list above as the rss-
   reader tile is also set with the small-articlelist class.
   
   Lets just add the feed icon to the header background
*/
.small-rsslist h3 span              { display: block; width: 100%; background: url(images/feed_icon.png) no-repeat right 1px; }
.small-rsslist li.last a            { padding-bottom: 0px; }
         
                
/* -- LEFT CATEGORY MENU -- 
.vertical-menu                      { border: 0; font-size: 0.9em; }
.vertical-menu .tile-content        { padding: 0; margin: 0; }
.vertical-menu h3                   { display: none; }
.vertical-menu ul li.first          { border-top: 1px solid #c2c2c2; }
.vertical-menu ul li                { border-bottom: 1px solid #c2c2c2; padding: 8px 0 9px 28px; font-weight: bold;
                                      text-transform: uppercase; }
.vertical-menu ul li ul li          { border: 0; padding-bottom: 0; font-weight: normal;  text-transform: none; }
.vertical-menu ul li ul li.first    { border: 0; }
.vertical-menu a                    { text-decoration: none; }
.expanded                           { background: url(images/menu_expanded.gif) no-repeat 10px 12px; }
.collapsed                          { background: url(images/menu_collapsed.gif) no-repeat 10px 9px; }
*/

/* -- PAGE FOOTER -- */
#placeholder-bottom .small-articledisplay 				{ float: left; width: 100%;}
#placeholder-bottom .small-articledisplay .tile-content { float: left; width: 191px;} 

/*#placeholder-bottom .small-articledisplay-nolayout      { float: right; margin: 12px 0px 9px 0; padding: 0 488px 0 0;}
  #placeholder-bottom .small-articledisplay-nolayout p    { display: inline; ; font-size: .85em; }  ufleksibel for bunntekst*/
#placeholder-bottom .small-articledisplay-nolayout      { float: right; margin: 12px 0 0 0; padding: 0 290px 0 0;}
#placeholder-bottom .small-articledisplay-nolayout p    { width: 480px; display: block; text-align: center ; font-size: .85em; }
.small-articledisplay-nolayout                          { float: none; }
.small-articledisplay-nolayout .tile-content,
.small-articledisplay-nolayout                          { border: 0; padding: 0; margin: 0; }

#coretrek-colofon                   { float: left; clear: left; width: 165px; width: 168px;padding-left: 0px; margin: 10px 0 10px 0px; font-size: .82em; text-align: center; }
#coretrek-colofon a                 {  }
#extra-5                            { clear: both;}

/* -- CALENDAR -- */
#placeholder-content .small-calendar        { padding: 10px 20px; }

table.calendar-header                       { width: 100%; }
table.calendar-layout                       { border-collapse: collapse; border-spacing: 0px; width: 100%; }
.calendar-layout th                         { width: 12%; }
.calendar-layout td                         { border: 1px solid #c2c2c2; text-align: center; }
.calendar-layout td.hasevents a             { color: white; background: #C2CED3; padding: 0 2px; }
.calendar-layout .small-calendar-popup li a { background: #FFF588 ; color : #4C697C; }
.calendar-layout td.today             { background: #4C697C; color: #C2CED3; }
.datepicker .calendar-layout td.inactive,
.calendar-layout td.inactive                { background-color: #eee; }
.calendar-header td                         { width: 124px; text-align: center; }
.calendar-header td.next                    { width: 28px; }
.calendar-header td.previous                { width: 28px; padding: 0px; }
.small-calendar ul                          { padding: 10px 0 0 15px; }
.small-calendar ul li                       { list-style-image: url(images/link_marker.gif); }
.calendar_goto_links ul                     { margin: 0; } 
.small-calendar-popup                       { position: absolute; width: 250px; }
.small-calendar-popup .top                  { background: url(images/tooltip/tooltip-top.gif) no-repeat 5px 0;
                                              height: 10px; text-align: right; }
.calendar-layout .small-calendar-popup .top a                { font-size: 0.8em; padding-right: 15px; position: relative; top: 12px; left: -4px;
                                              background: #FFF588 url(images/small-close.gif) no-repeat right 2px; }
.small-calendar-popup .content              { background: #fff588; padding: 20px 10px 10px 10px; border-right: 1px solid #ccc255;
                                              border-bottom: 1px solid #ddd366; }
.small-calendar-popup .content h4           { margin: 0 0 0 0; }
.small-calendar-popup .content              { text-align: left; }
.small-calendar-popup .content ul           { margin: 5px 0 0 15px; padding: 0; }
.small-calendarlist p                       { margin-top: 0; }
              
              
/* --- DATEPICKER -- */
.datepicker-popup                           { width: 180px; background: #fff; border: 1px solid #c2c2c2; padding: 10px; }
.calendar-header td                         { border: 0; }
.full-searchinput input.datepickerinput     { width: 100px; }
                

/* -- MULTIMEDIAFOLDER -- */

.multimediafolder							{ clear:both; margin: 10px 20px 10px 20px; }
.multimediafolder table                     { width: 100%; border-collapse: collapse; border-spacing: 0px; }
.multimediafolder th                        { text-align: left; border-bottom: 2px solid #c2c2c2; }
.multimediafolder td                        { padding: 4px 2px 2px 2px; border-bottom: 1px solid #c2c2c2; }
.multimediafolder tr.last td                { border-bottom: 0px; }
.multimediafolder-item                      { float: left; width: 135px; height: 135px; }




/* -- SLIDESHOW -- */

.slideshow 									{ clear:both; margin: 10px 20px 10px 20px !important;  }
.slideshow-previous span                    { display: none; }
.slideshow-next span                        { display: none; }
.slideshow-next                             { float: right; }
.slideshow-previous                         { float: left; }
.slideshow-before                           { padding-top: 10px; clear: both; }
/* .slideshow-thumbnails                       { white-space: nowrap; height: 70px; overflow: hidden; text-align: center; } */
.slideshow-thumbnails                       { white-space: nowrap; overflow: hidden; text-align: center; }
.slideshow-thumbnails img                   { width: 50px; height: 50px; padding: 10px; }
.slideshow-thumbnails div                   { background: url(images/thumbnail-canvas.png) no-repeat center; width: 100px; float: left; }
.slideshow-thumbnails div.active            { background: url(images/thumbnail-canvas-active.png) no-repeat center; }
.slideshow-image                            { text-align: center; margin-bottom: 30px; }

/* -- LOGIN FORM -- */
.login-form-link                            { padding-bottom: 10px; }
#login-form-logout p                        { margin: 0; } 


/* -- DIRECT EDIT -- */
.directedit-link-container                          { float: right; padding: 12px 0 0 20px; }
#placeholder-bottom .directedit-link-container      { float: left;  padding: 0 20px 0 0; }
.directedit-link-container a,
#placeholder-bottom .directedit-link-container a    { color: #000; }
.directedit-link-container ul                       { margin: 0 0 5px 0; padding: 0px; }
.directedit-link-container ul li                    { float: left; list-style-type: none; padding-right: 10px; }
.directedit-link-container-bottom                   { clear: both; }
div.directedit-link-container li a                  { float: left; display: block; height: 16px; width: 16px; background-repeat: no-repeat; }
div.directedit-link-container li span               { display: none; }
div.directedit-link-container li a.edit-article     { background-image: url(images/directedit/article-edit.gif); }
div.directedit-link-container li a.new-article      { background-image: url(images/directedit/article-new.gif); }
div.directedit-link-container li a.delete-article   { background-image: url(images/directedit/article-delete.gif); }
div.directedit-link-container li a.new-category     { background-image: url(images/directedit/category-new.gif); }
div.directedit-link-container li a.edit-category    { background-image: url(images/directedit/category-edit.gif); }
div.directedit-link-container li a.delete-category  { background-image: url(images/directedit/category-delete.gif); }


/* ---   LIGHTBOX   ---------------------------------------------------------*/

/* 
       Because of a Firefox bug (Linux/OS X) causing Flash to become invisible
       when rendered above a fixed layer with background opacity. This will
       happen when e.g. displaying an article with Flash content inside the
       lightbox. To fix this the lightbox javascript will override the
       background color setting it to a transparent PNG image. Make sure that
       the image has the same color and opacity as the background styled here.
       The lightbox.js will by default set opacity to 80% and set background
       image to: projectroot/html/images/lightbox/ff-overlay-img.png
       
       More info: http://www.findmotive.com/2006/10/02/firefox-flash-bug-update/
*/
    
#lightbox-overlay               { z-index: 999; background-color: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#lightbox                       { width: 100%; height: 100%; position: fixed; top: 0; left: 0; }
#lightbox-container             { z-index: 1000; position: relative; border: 1px solid #dedede; top: 50px; margin: auto;
                                  overflow: auto; width: 750px; max-height: 90%; background: #fff; }
#lightbox-spinner               { background: #fff url(images/lightbox/spinner.gif) center no-repeat; width: 220px; height: 19px;
                                  margin: 15% auto; }
#lightbox-container             { padding: 15px 20px 10px 20px; }
#lightbox-close-container       { position: absolute; right: 0; }
#lightbox-close span            { display:none; }
#lightbox-close                 { display: block; width: 101px; height: 9px; margin-right: 10px;
                                  background: url(images/lightbox/close-no.png) no-repeat 10px; }
#lightbox .tile-common          { border: 0px; }


/* --- EMAIL THIS PAGE IN LIGHTBOX ------------------------------------------ */
#lightbox .suggestionform label             { display: block; }
#lightbox .suggestionform input.textinput   { width: 300px; margin-bottom: 5px; }
#lightbox .suggestionform input.captcha     { width: auto; }
#lightbox .suggestionform textarea          { width: 300px; }
#lightbox .suggestionform h3                { display: none; }
#lightbox .suggestionform                   { width: 320px; margin-left: auto; margin-right: auto; }


/* ---  LINKTOOLBAR   ---------------------------------------------------------*/            
#placeholder-content .linktoolbar                   { margin: 10px 0 10px 0; padding: 10px; }
#placeholder-content .linktoolbar .tile-bottom      { clear: both; }

/* This section will be applicable on the left/right placeholders */
.linktoolbar ul                                     { padding: 0; margin: 0; }
.linktoolbar li                                     { padding: 0 0 5px 0; margin: 0; list-style-type: none; }
.linktoolbar a                                      { padding-left: 25px; }

/* Here we override the content and content-no-right styles */
#placeholder-content-no-right .linktoolbar h3,
#placeholder-content .linktoolbar h3                { display: none; }
#placeholder-content-no-right .linktoolbar a,
#placeholder-content .linktoolbar a                 { color: #1b485a; font: 0.75em verdana, sans-serif; padding:0 15px 0.5em 20px;
                                                      height: 16px; display: block; float: left; }
#placeholder-content-no-right .linktoolbar li,
#placeholder-content .linktoolbar li                { white-space: nowrap; margin: 0; padding: 0; float: left; }
#placeholder-content-no-right .linktoolbar ul,
#placeholder-content .linktoolbar ul                { margin: 0 0 0 0; padding: 0; list-style-type: none; }

/*
Using CSS sprite technique to limit the amount of requests done by a page load.
All linktoolbar icons are collected into one image. We use background offset to
control what image is visible.
*/
.font_size_link                                     { background:url(images/linktoolbar/icons.gif) no-repeat left -251px; }
.print_link                                         { background:url(images/linktoolbar/icons.gif) no-repeat left -51px; }
.tipafriend_share_link                              { background:url(images/linktoolbar/icons.gif) no-repeat left top; }
.facebook_share_link                                { background:url(images/linktoolbar/icons.gif) no-repeat left -201px; }
.delicious_share_link                               { background:url(images/linktoolbar/icons.gif) no-repeat left -101px; }
.kudos_share_link                                   { background:url(images/linktoolbar/icons.gif) no-repeat left -301px; }
.digg_share_link                                    { background:url(images/linktoolbar/icons.gif) no-repeat left -151px; }
.nettby_share_link                                  { background:url(images/linktoolbar/icons.gif) no-repeat left -401px; }
.reddit_share_link                                  { background:url(images/linktoolbar/icons.gif) no-repeat left -451px; }
.linkedin_share_link                                { background:url(images/linktoolbar/icons.gif) no-repeat left -351px; }


/* --- IFRAME TILE ---------------------------------------------------------- */
.iframe-tile iframe         { width: 100%; }


/* -- WEBSHOP --------------------------------------------------------------- */
.full-productdisplay-priceorder                 { float: right; border: 1px solid #c2c2c2; padding: 5px 15px 10px 25px;
                                                  margin: 10px 0 5px 5px; }
#placeholder-content form                       { display: inline; padding: 0; margin: 0; background-color: transparent; }
.full-productdisplay-priceorder .price,
.full-productdisplay-priceorder div             { text-align: center; margin-top: 3px; }
.full-productdisplay-priceorder input,
.full-productdisplay-priceorder select          { margin-top: 5px; }
.full-productdisplay-priceorder label           { float: left; width: 50px; margin-top: 7px; clear: both; }
.full-productdisplay-priceorder .price          { font-size: 1.25em; font-weight: bold; }
.webshop-step-indicator                         { float: right; }
.webshop-step-indicator ul                      { margin: 0px; padding: 0px; }
.webshop-step-indicator li                      { list-style-type: none; display: block; float: left; width: 20px; border: 2px solid #c2c2c2;
                                                  margin-left: 5px; text-align: center; }
.webshop-step-indicator li.step-done            { border: 2px solid #c2c2c2; background-color: #c2c2c2; font-weight: bold; }
.webshop-step-indicator li.active               { border: 2px solid #568699; background-color: #74b2c7; color: #000; font-weight: bold; }
.webshop-checkout table                         { width: 100%; border-collapse: collapse; border-spacing: 0px; margin-bottom: 20px; }
.webshop-checkout table tr.even                 { background-color: #fff; }
.webshop-checkout table tr.basetotal td         { border-bottom: 3px double #000; padding-top: 10px; }
.webshop-checkout table tr th                   { text-align: left; font-style: italic; padding-bottom: 10px; }
.webshop-checkout table tr th.right-align       { text-align: right; }
.webshop-checkout table tr.productrow td        { vertical-align: top; }
.webshop-checkout table td.currency             { text-align: right; font-family: monospace; width: 100px; }
.webshop-checkout table tr.productrow td.input, 
.webshop-checkout table tr.productrow td.remove { text-align: right; }
.webshop-checkout table tr.productrow td input.amountfield { width: 30px; text-align: right; }
.webshop-checkout div.shiptext              { clear: both; padding-top: 15px; }
.webshop-checkout input.submit                  { float: right; }
.webshop-checkout div.errormessage fieldset     { border: 2px solid #f00; }
#placeholder-content .list-productdisplay form,
#placeholder-content-no-right .list-productdisplay form { background-color: transparent; display: inline; }
.webshop-list-priceorder                        { float: right; margin-left: 10px; border: 1px solid #c2c2c2; text-align: right;
                                                  padding: 0 .7em 0 .7em; }
.webshop-list-price                             { font-size: 1.25em; font-weight: bold; padding-top: 10px; float: left; margin-right: 15px; }
.webshop-list-priceorder .after                 { clear: both; }

/* -- ENTITY COMMENT FORM ----------------------------------------- */
#placeholder-content .entitycomment,
#placeholder-content-no-right .entitycomment    { margin-top: 30px; }

.entitycomment ul                               { margin: 0 0 30px 0; list-style-type: none; padding: 0; }

.entitycomment li                               { border-top: 1px solid #c2c2c2; clear: both;
                                                  padding: 19px 0 10px 0; margin: 0 0 10px 0; }

.entitycomment li img                           { float: left; padding: 0 19px 19px 0; }

.entitycomment-urls,
.entitycomment-byline                           { color: #888; font-size: .8em; font-style: italic; }

.entitycomment-form-content table               { width: 100%; }

.entitycomment-form-content input               { width: 325px; border: 1px solid #C2CED3; }

.entitycomment-form-content textarea            { width: 325px; }

.entitycomment-form-content textarea            { height: 100px; border: 1px solid #C2CED3; }

.entitycomment-form-content .submit             { width: auto; }

#entitycomment-form-message                     { margin: 10px 0 10px 0; padding: 10px; border: 1px solid #c2c2c2; text-align: center; }

#entitycomment-form-error                       { margin: 10px 0 10px 0; padding: 10px; border: 1px solid #c2c2c2; text-align: center; }

.entity-comment-post-tag-offensive              { float: right; }

.entitycomment-form                             { margin: 20px 0 30px; }

/* -- entity comment tree list -- */
.entitycomment .treelist div.post-body          { margin: 0 0 10px 0; padding: 2px; }

.entitycomment .treelist ul                     { margin: 0 0 10px 0; padding: 0; }

.entitycomment .treelist li                     { border: 0; padding: 0; margin: 0; }

.entitycomment .treelist ul li                  { margin-left: 20px; margin-top: 10px; padding: 0; }

.entitycomment .treelist .headerblock           { padding: 5px; background: #C2CED3; }

.entitycomment .treelist .headerblock div       { clear:both; }

.entitycomment .treelist .headerblock h3,
.entitycomment .treelist li.collapsed .headerblock .entitycomment-byline,
.entitycomment .treelist li.collapsed .headerblock .entitycomment-urls
                                                { display: inline; clear:none; padding-left: 10px; }

.entitycomment-trackback-link                   { float: right; }

.entitycomment-form-quoted                      { font-style: italic; margin-bottom: 20px; }

.entitycomment .treelist .headerblock,
.entitycomment .treelist .entitycomment-byline,
.entitycomment .treelist .entitycomment-urls,
.entitycomment .treelist .headerblock a:link,
.entitycomment .treelist .headerblock a:visited,
.entitycomment .treelist .headerblock a:hover               { color: #000; }

.entitycomment .treelist li.collapsed .headerblock,
.entitycomment .treelist li.collapsed .entitycomment-byline,
.entitycomment .treelist li.collapsed .entitycomment-urls,
.entitycomment .treelist li.collapsed .headerblock a:link,
.entitycomment .treelist li.collapsed .headerblock a:visited,
.entitycomment .treelist li.collapsed .headerblock a:hover  { color: #333; }

.entitycomment .treelist form,
.entitycomment .treelist .entitycomment-byline              { padding-top: 3px; }

.entitycomment .treelist li                                 { clear: both; margin-top: 16px; }

.entitycomment .treelist h3                                 { font-size: 1em; }

.entitycomment .treelist a.toggler                          { float: left; margin-right: 10px; width: 16px; height: 16px; display: block; background: url(images/comments/collapse.gif) no-repeat; }

.entitycomment .treelist li.collapsed a.toggler             { background: url(images/comments/expand.gif) no-repeat; }

.entitycomment .treelist a.toggler span                     { display: none; }

.entitycomment .treelist li.collapsed .headerblock          { background: #c2c2c2; margin-bottom: 10px; }

.entitycomment .treelist li.collapsed .entitycomment-urls,
.entitycomment .treelist li.collapsed div.post-content,
.entitycomment .treelist li.collapsed li                    { display: none; }

.entitycomment .treelist div.post-body .buttons             { float: left; }

/* -- ENTITY RATINGS --------------------------------------------- */
.rating-label                                   { font-size: .75em; text-align: center; }

.agreedisagreerating .rating-label              { padding: 0 10px 0 3px; }

.starrating                                     { width: 85px; height: 40px; overflow:hidden; background: url(images/spinner.gif) no-repeat top center; }

.starrating fieldset                            { display: none; }

/* -- ENTITY TABBED LIST ----------------------------------------- */
.tabbedentitylist .tile-content                 { padding: 0; }

.tabbedentitylist h3                            { display:none; }

#placeholder-left .tabbedentitylist .tab h3,
#placeholder-right .tabbedentitylist .tab h3    { display: block; margin: 0px;font-size: 1.1em; }

.tabbedentitylist .tab div                      { padding: 10px; }

/* -- SITEMAP ---------------------------------------------------- */
#placeholder-content .sitemap					{ padding: 20px;}

/* -- E-mail form ------------------------------------------------ */
.full-articledisplay form table input,
.full-articledisplay form table textarea		{ width: 300px; border: 1px solid #C2CED3; }

.full-articledisplay form table input.cpform-button { width: 70px; }

/* -- ERROR CONTAINER  -- */
.error-container p	{ margin: 0 200px; }


/* Care banner */

/*#placeholder-left .small-articledisplay:last-child { margin: 40px 0 0 0; } IE 6/7/8 doesn't suport :last-child :o/ */ 
#placeholder-left .small-articledisplay-nolayout { margin: 40px 0 0 0; }


/* */

#placeholder-content .showBorder {
	border:1px solid #99AEB5;
	margin:10px;
	padding:5px;
}


/* Some flash fallback styling moved from file in MMA, se eJ 16514 for problem description */

.fllinkergroup {
	position: static !important;
}

.fllinkergroup.fllinkgroup1  {
	float:left;
	margin:20px 0 0 !important;
	padding-left:30px;	
	width:44%;
}

.fllinkergroup.fllinkgroup2  {
	float:right;
	margin:20px 0 0 !important;
	padding-right:30px;
	text-align:right;	
	width:44%;
}

.fllinkergroup.fllinkgroup3  {
	clear:left;
	float:left;
	margin:88px 0 0 !important;
	padding-left:30px;	
	width:44%;
}

.fllinkergroup.fllinkgroup4  {
	float:right;
	margin:88px 0 0 !important;
	padding-right:30px;
	text-align:right;	
	width:44%;
}

