@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%; }
body                    { height: 100%; font: 10pt arial, sans-serif; margin: 0; padding: 0; color: #000000; background: #e1dfdf; }
a:visited, a:link       { color: #000; }
a:hover                 { color: #45a; }
a img                   { border: 0; }
h1                      { font-size: 2em; font-weight: normal; margin:0 0 10px 0; }
h2                      { font-size: 1.6em; }
h3, h4                  { font-size: 1.0em;font-weight:bold; }
fieldset                { margin-bottom: 10px; padding: 15px 10px 10px 10px; }


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

#container                      { color: #333; margin: 0 auto 0 auto; width: 981px; padding: 0px 5px 0 5px; background: #fff url(images/container-bg.png) repeat-y; }
#placeholder-top                { position:relative; width:982px;margin-bottom: 10px; padding: 10px 0 0 0; background: url(images/topbg_curves.png) no-repeat top right; }
#placeholder-left               { clear:both; float: left; width: 225px; min-height:450px; padding:0 0 0 0; margin: 0 10px 10px 0; background: url(images/left-bg.png) no-repeat top left;}
#placeholder-right              { float: right; width: 225px; margin: 0 0 20px 0; }
#placeholder-content            { float: left; margin: 0 20px 20px 20px; width: 470px; }
#placeholder-content-no-right   { float: left; width: 715px; margin: 0 0 20px 0; }
#placeholder-bottom             { clear: both; width:962px; padding:10px 10px 0 10px;background: #0060a5; border-top:1px solid #3380b7; height:15px; }
#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: 1px solid #c2c2c2; margin-bottom: 10px;*/ }
.tile-content           { padding: 10px; }
.tile-bottom            { clear: both; }
#placeholder-left h3,
#placeholder-right h3   { margin: 0 0 5px 0; padding: 10px 10px 10px 10px; font: bold 1em verdana,arial, sans-serif; }
                          
#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-left h3 a,
#placeholder-right h3 a                         { color: #fff; font: bold .9em arial, sans-serif; padding: 0px; }


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

.error                      { color: #f00; font-weight: bold; margin-bottom: 10px; }
.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: 1px solid #c2c2c2;*/ padding-top: 6px; font-size: 0.9em; }
input.inputerror            { border: 1px solid red; }
input.submit                { margin: 10px 0 10px 0; padding: 2px 10px 2px 10px; border: none; background-color: #000;
                              color: #fff; text-transform: uppercase; font: bold 0.8em verdana, sans-serif; }
               
.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-top                { background: url(images/tooltip/tooltip-top.gif) no-repeat 5px 0; overflow: hidden; height: 14px; width: 33px; }
#tooltip-content            { background: #fff588; padding: 10px; 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; }

/* A nasty clear-both to make msie render pages properly. */
/* The div MUST have content, such as a nbsp, even though */
/* font-size is set to zero. The div takes up no space.   */
div.clear-both {
        margin: 0px;
        padding: 0px;
        border: 0px;
        height: 0px;
        line-height: 0;
        font-size: 0px;
        clear: both;
}



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

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul           { list-style-type: none; margin: 0; padding: 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; padding: 10px 0 10px 30px; }
.page-header .logo                          { font-size: 1.85em; font-weight: bold; } 

/* -- HORIZONTAL MENU IN TOP PLACEHOLDER ("quicklaunch") -- */
#placeholder-top .horizontal-menu           { font-weight: bold; text-align: right; margin: 5px 235px 10px 0; float:right; }
#placeholder-top .horizontal-menu h3        { display: none; }
#placeholder-top .horizontal-menu a         { color: #000000; text-decoration:none; font-size:0.9em; }
#placeholder-top .horizontal-menu a:hover   { text-decoration:underline; }
#placeholder-top .horizontal-menu ul        { list-style-type: none; padding: 0; margin: 0; }
#placeholder-top .horizontal-menu li        { padding: 0 10px 0 10px; display: inline; float:left; } /*border-left: 2px solid #fff;*/
#placeholder-top .horizontal-menu li.first  { border-left: none; }

#placeholder-top .horizontal-menu li .left,  
#placeholder-top .horizontal-menu li .right { display:none; }

#placeholder-top .horizontal-menu li .middle{ float:left; }
 

/* -- SITELOCATOR -- */
#placeholder-top .sitelocator               { clear: both; padding: 0px 0 0 25px; font-size: 1em; color: #000000; }
#placeholder-top .sitelocator h3            { float: left; color: #000; text-transform: none; font: bold .8em verdana, sans-serif; }
#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;font: normal .8em verdana, sans-serif; }
#placeholder-top .sitelocator a             { text-decoration:none; }


/* -- ARTICLE DISPLAY -- */
#placeholder-content .artcontainer          { margin: 0 0 15px 0;}
.full-articledisplay                        { clear: both; margin: 0 0 15px 0;}
.full-articledisplay .digest                { font-weight: bold; margin-bottom: 10px; }
h2.digest                                   { font-size: 1em; }
.full-articledisplay .publisheddate         { float:right; clear:both;}

.full-articledisplay .top                { background: url(images/artlistbg-top.png) no-repeat top left; height:3px; width:470px; margin: 10px 0 0 0 }
.full-articledisplay .bottom             { background: url(images/artlistbg-bottom.png) no-repeat top left; height:3px; width:470px; }
.full-articledisplay .middle             { background: url(images/artlistbg-middle.png) repeat-y top left; width:440px; padding: 15px 15px 15px 15px }



/* -- ARTICLE LIST -- */
#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: 0; }
.full-articlelist ul,
.full-articlelist-twocolumn ul              { list-style-type: none; padding: 0; margin: 0; clear:both; }
.full-articlelist ul li                     { clear: both; margin: 0 0 15px 0; }
.full-articlelist ul li .top                { background: url(images/artlistbg-top.png) no-repeat top left; height:3px; width:470px; }
.full-articlelist ul li .bottom             { background: url(images/artlistbg-bottom.png) no-repeat top left; height:3px; width:470px; }
.full-articlelist ul li .middle             { background: url(images/artlistbg-middle.png) repeat-y top left; width:440px; padding: 15px 15px 15px 15px }
.full-articlelist ul li ul li               { background: none; margin: 0;}
.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 0 0; }
.articlelist-link-internal ul li            { margin-left: 15px; /*list-style-image: url(images/link_marker.gif);*/ }
.list-navigation-text,
.list-navigation                            { text-align: center; }	
.list-navigation-text                       { margin-bottom: 10px; }

#placeholder-content .full-articlelist h3   { font-size:1.3em; }
#placeholder-content .full-articlelist h3 a { text-decoration:none; }

.list-thumbnail-left img    { float:left; margin: 0 15px 8px 0 }
.list-thumbnail-right img,   
.list-thumbnail-center img  { float:right; margin: 0 0 8px 15px }

.articlelist-link-internal a { color: #496f9d;}

/* -- 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-bottom: 10px; }

/* -- 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                { padding: 8px 0 9px 28px; font-weight: bold; text-transform: uppercase; } /*border-bottom: 1px solid #c2c2c2;*/
.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; }*/

#placeholder-left .vertical-menu                { padding: 0 0 0 0; }

#placeholder-left .vertical-menu ul                     { width:195px; margin: 0 10px 0 25px; }
#placeholder-left .vertical-menu ul li ul               { width:175px; margin: 0 0 0 0}
#placeholder-left .vertical-menu ul li ul li ul         { width:165px; margin: 0 0 0 0}
#placeholder-left .vertical-menu ul li                  { border-top:1px solid #c0d3e1; background: url('images/li-bg.png') no-repeat 7px 0px; padding:7px 0 9px 17px; text-transform:inherit; }
#placeholder-left .vertical-menu ul li.last             { border-bottom:1px solid #c0d3e1; }
#placeholder-left .vertical-menu ul li ul li,           
#placeholder-left .vertical-menu ul li ul li.last,           
#placeholder-left .vertical-menu ul li ul li ul li      
#placeholder-left .vertical-menu ul li ul li ul li.last { border-bottom:none; border-top:none; background: url('images/liulli-bg.png') no-repeat 0px 1px; padding:0 0 0 10px; }



#placeholder-left .vertical-menu .left, 
#placeholder-left .vertical-menu .right { display:none; }

#placeholder-left .vertical-menu a                      { color:#0060a5; }
#placeholder-left .vertical-menu a:hover                { color:#000000; }
#placeholder-left .vertical-menu #selected-active       { color:#000000; }






/* -- Vertical-HORIZONTAL MENU IN TOP PLACEHOLDER ("main menu") -- */
#placeholder-top .vertical-menu           { clear: right; font-weight: bold; text-align: right; margin: 53px 25px 10px 0; float:right;}
#placeholder-top .vertical-menu h3        { display: none; }
#placeholder-top .vertical-menu a         { font-weight:bold;font-size:1.2em; color:#ffffff; }
#placeholder-top .vertical-menu .active a,
#placeholder-top .vertical-menu .main-active a { color:#0060a5; }
#placeholder-top .vertical-menu ul        { list-style-type: none; padding: 0; margin: 0; }
#placeholder-top .vertical-menu li        { border:0; padding: 0 1px 0 1px; text-transform: none; float:left; }

#placeholder-top .vertical-menu li .left,  
#placeholder-top .vertical-menu li .middle,
#placeholder-top .vertical-menu li .right { float:left; }

#placeholder-top .vertical-menu li .left   { background: url('images/menu_left.gif') no-repeat; height:35px; width:3px; }
#placeholder-top .vertical-menu li .middle { background: url('images/menu_middle.gif') repeat-x; height:28px; padding:7px 7px 0 7px; }
#placeholder-top .vertical-menu li .right  { background: url('images/menu_right.gif') no-repeat; height:35px; width:3px; }

#placeholder-top .vertical-menu li.main-active .left,
#placeholder-top .vertical-menu li.active .left   { background: url('images/menu_left_active.gif') no-repeat; height:35px; width:3px; }
#placeholder-top .vertical-menu li.main-active .middle,
#placeholder-top .vertical-menu li.active .middle { background: url('images/menu_middle_active.gif') repeat-x; height:28px; padding:7px 7px 0 7px; }
#placeholder-top .vertical-menu li.main-active .right,
#placeholder-top .vertical-menu li.active .right  { background: url('images/menu_right_active.gif') no-repeat; height:35px; width:3px; }


/* -- PAGE FOOTER -- */
#placeholder-bottom .small-articledisplay-nolayout a    { color: #fff }
#placeholder-bottom .small-articledisplay-nolayout p    { display: inline; color: #fff; font-size: .85em; }
.small-articledisplay-nolayout                          { float: left; }
.small-articledisplay-nolayout .tile-content,
.small-articledisplay-nolayout                          { border: 0; padding: 0; margin: 0; }

#coretrek-colofon                   { float: right; font-size: .85em; }
#coretrek-colofon a                 { color: #fff }

/* Bottom shadow background */
#extra-7                            { clear: both; margin: 0 auto 0 auto; width: 990px; height: 4px; background: url(images/bottom-bg.png) no-repeat;}


/* -- FULL SEARCH INPUT -- */
.full-searchinput input             { margin-bottom: 0px; }
.full-searchinput input.textinput   { width: 250px; }
.full-searchinput .error            { margin-top: 10px; }
.advanced-searchinput select,
.advanced-searchinput input         { margin-top: 5px; }


/* -- SMALL SEARCH INPUT -- */
#placeholder-right input.textinput,
#placeholder-left input.textinput   { width: 170px; }
.small-searchinput input.submit     { float: right; }



#placeholder-top .small-searchinput { position:absolute; top:10px; right:0;}


#placeholder-top input.textinput   { width: 170px; }

#placeholder-top .small-searchinput input.submit,
#placeholder-top .small-searchinput .tile-top,
#placeholder-top .small-searchinput .tile-bottom,
#placeholder-top .small-searchinput h3 { display:none; }

#placeholder-top .small-searchinput { float:right; height:30px; padding:0 25px 0 10px; }

#placeholder-top .small-searchinput input.image { vertical-align:bottom; margin: 0 0 0 0;}



/* -- CALENDAR -- */
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 #c0d3e1; text-align: center; }
.datepicker .calendar-layout td.inactive,
.calendar-layout td.inactive                { background-color: #e8f1fd; }
.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-type: none; /*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/cal-ttarrow.gif) no-repeat 5px 0;
                                              height: 10px; text-align: right; }
.small-calendar-popup .top a                { font-size: 1em; padding-right: 10px; position: relative; top: 12px; left: -1px;
                                              /*background: url(images/cal-close.png) no-repeat right 2px;*/ }
.small-calendar-popup .content              { background: #d6e4ef; padding: 20px 10px 10px 10px; border-right: 1px solid #c1d9ec;
                                              border-bottom: 1px solid #c1d9ec; }
.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 0; padding: 0; }
.small-calendarlist p                       { margin-top: 0; }



.small-calendar                 { height: 212px; width: 195px; margin: 0 0 15px 0; color: #005195; }
.small-calendar h3              { margin: 0 !important; padding: 5px 0 0 10px !important; height: 19px; width: 185px; background: url(images/cal-header.png) no-repeat top left; }
.small-calendar .tile-content   { padding: 5px 15px 0 15px; height: 183px; width: 165px; background: url(images/cal-bg.png) no-repeat top left; }

.small-calendar td.hasevents    { font-weight:bold; }
.small-calendar td.hasevents a  { color: #005195; }


.small-calendar .button-next    { display: block; height: 15px; width: 14px; background: url(images/cal-next.png) no-repeat top left; border: none; }
.small-calendar .button-previous{ display: block; height: 15px; width: 14px; background: url(images/cal-prev.png) no-repeat top left; border: none; }

.small-calendar-popup h4        { color:#000000; }


              
              
/* --- 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 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: 170px; height: 170px; }


/* -- SLIDESHOW -- */
.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-left: 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.shippingtext              { 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; border-bottom: 1px solid #c2c2c2;
                                                  padding: 10px 0 10px 0; margin: 0 0 10px 0; }
.entitycomment-urls                             { float: right; font-weight: bold; }
.entitycomment-byline                           { color: #888; font-size: .8em; font-style: italic; }
.entitycomment-form-content table               { width: 100%; }
.entitycomment-form-content input               { width: 325px; }
.entitycomment-form-content textarea            { width: 325px; }
.entitycomment-form-content textarea            { height: 100px; }
.entitycomment-form-content .submit             { width: auto; }
.entitycomment-urls                             { text-align: right; }
#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; }
                

/* -- 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; }


/* Banners right */

#placeholder-right .small-articledisplay                { width: 195px; margin: 0 0 10px 0; }
#placeholder-right .small-articledisplay h3             { color: #005195; margin: 0; padding: 5px 0 0 10px; width: 190px; height: 19px; background: url(images/banner-top.png) no-repeat top left; }
#placeholder-right .small-articledisplay .tile-content  { margin: 0; padding: 15px 12px 15px 12px; background: url(images/banner-middle.png) no-repeat bottom left; }
#placeholder-right .small-articledisplay .tile-bottom   { width:195px; height:5px; background: url(images/banner-bottom.png) no-repeat top left; }
#placeholder-right .small-articledisplay p              { margin: 0; padding: 0 }

#placeholder-right .small-articledisplay-nolayout .button   { width: 175px; height: 43px; padding: 5px 10px 5px 10px; margin: 10px 0 10px 0; text-align:center; }
#placeholder-right .small-articledisplay-nolayout .green    { background: url(images/button-green.png) no-repeat top left;  }
#placeholder-right .small-articledisplay-nolayout .gray     { background: url(images/button-gray.png) no-repeat top left;  }
#placeholder-right .small-articledisplay-nolayout .button a { color: #005195; text-decoration:none;}

/* Contact information article */

#placeholder-left .small-contactarticledisplay              { width: 195px; margin: 60px 0 10px 25px; color: #0060a5;  }
#placeholder-left .small-contactarticledisplay .tile-content{ padding: 0; margin: 5px 0 0 0; font-size: 0.85em; }
#placeholder-left .small-contactarticledisplay h3           { color: #0060a5; background: none; text-transform: none; margin: 0; padding:0; font-size: 0.90em; }
#placeholder-left .small-contactarticledisplay a            { color: #0060a5; text-decoration:none; }


.lff-button,
.cpform-button { background: url('images/form-button.png') no-repeat top left; width:99px; height:24px; overflow:hidden; border:none; font-size:11px; color:#ffffff; font-weight:bold; }


#placeholder-left .login-form { margin: 10px 0 0 15px; border: 1px solid #0060A5;}

#placeholder-bottom .small-articledisplay-nolayout { margin: -5px 0 0 0; font-size: 0.9em; width: 960px; text-align: center;}

/*background: #0060A5 url(images/container-bg.png) repeat-y; */
