@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: hidden;}
body                    { height: 100%; font: 11px verdana, arial, sans-serif; margin: 0; padding: 0; color: #000;
                          background: #fff url(images/topp_repeat.png) top center no-repeat}
a:visited, a:link       { color: #000; text-decoration: none;}
a:hover                 { color: #444; text-decoration: underline;}
a img                   { border: 0; }
h1,h2,h3,h4,h5,h6 		{ font-family: arial, sans-serif; color: #00628d;}
h1                      { font-size: 2em; font-weight: normal; }
h2                      { font-size: 1.5em; }
h3, h4                  { font-size: 1.3em; }
fieldset                { margin-bottom: 10px; padding: 15px 10px 10px 10px; }

p 						{ margin-top: 0;}

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

#container                      { color: #000; margin: 0px auto 0px auto; width: 920px;
								  padding: 0 30px 0 30px;
								  background: url(images/toppbanner.png) top center no-repeat; /*padding: 10px 10px 0 10px;*/}                                  
#content-wrapper				{ clear: both; border-left: 1px solid grey; border-right: 1px solid grey; width: 920px;
								  margin: 0px auto 0px auto; padding: 0px 30px 0px 30px; background-color: pink;}

#placeholder-top                { display: block; float: left; width: 980px; height: 111px; margin-bottom: 30px;}
#placeholder-left               { clear:both; float: left; width: 170px; margin: 0 10px 20px 0; }
#placeholder-right              { clear: right;float: right; width: 200px; margin: 0 0 20px 0; }
#placeholder-content            { float: left; padding: 0 10px 10px 10px; margin-bottom: 20px; width: 510px; }
#placeholder-content-no-right   { float: left; padding: 0 10px 10px 10px; width: 600px; margin-bottom: 20px; }
#placeholder-bottom             { display: block; float: left; clear: both; padding: 10px 10px 0 10px;  }
#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   { font: bold .9em arial, sans-serif;
                          color: #fff; text-transform: uppercase; }
                          
#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: #f00; 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; background: url(images/input_bg.gif) repeat-x top;
                              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; }


/* -------------------------------------------------------------------------- */
/* 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: 0 0 0 0;   }
.page-header .logo                          { font-size: 1.85em; font-weight: bold; }

/* QUICKLAUNCH MENU */

#placeholder-top .vertical-menu 			{ display: block; font-size: 10px; float: right; margin-top: 9px;
											  margin-right: 40px;}
#placeholder-top .vertical-menu h3 			{ display: none; }
#placeholder-top .vertical-menu a        	{ color: #fff; }
#placeholder-top .vertical-menu ul        	{ list-style-type: none; padding: 0 0 0 5px; margin: 0;
											  background: url(images/hurtiglenker_separator.png) left center no-repeat;}
#container #placeholder-top .vertical-menu li        	{ /*line-height: 3px; border-left: 1px solid #fff;*/ 
											  background: url(images/hurtiglenker_separator.png) right center no-repeat; 
											  padding: 0px 7px 0px 0px; display: inline; }
/*#placeholder-top .vertical-menu li.last  	{ border-right: 1px solid #fff; }*/

/* -- HORIZONTAL MENU */



#placeholder-top .horizontal-menu           { width: 800px; height: 40px; float: left; /*width: 680px;*/ clear: left; /*text-align: right;*/
											  margin-right: 7px;}
#placeholder-top .horizontal-menu h3        { display: none; }
#placeholder-top .horizontal-menu a         { display: block; border-left: 1px solid #6499af; padding: 0 10px 0 10px;
											  margin-top: 10px; color: #fff; }
#placeholder-top .horizontal-menu .active a { border: none; }
#placeholder-top .horizontal-menu .last a	{ border-right: 1px solid #6499af; }
#placeholder-top .horizontal-menu ul        { display: block; float: left; list-style-type: none; padding: 0; margin: 0; }
#placeholder-top .horizontal-menu li        { display: block; float: left; height: 40px;}

#placeholder-top .horizontal-menu li.active,
	#placeholder-top .horizontal-menu li.main-active { margin-right: -1px; background: url(images/toppmeny_aktiv.png) repeat-x;}
 
 
 

/* -- SITELOCATOR -- */

#placeholder-content .sitelocator,
#placeholder-content-no-right .sitelocator			{ color: #000; padding-bottom: 30px;}
#placeholder-content .sitelocator h3,
#placeholder-content-no-right .sitelocator h3		{ float: left; margin: 0; padding: 0; color: black; font-weight: bold; }
#placeholder-content .sitelocator ul,
#placeholder-content-no-right .sitelocator ul		{ float: left; list-style-type: none; margin: 0; padding: 0; }
#placeholder-content .sitelocator li,
#placeholder-content-no-right .sitelocator li		{ float: left; background: url(images/sitelocator_pil.png) center right no-repeat; padding: 0 12px 0 6px;}

#placeholder-content .sitelocator li.last,
#placeholder-content-no-right .sitelocator li.last 	{ background: none;}

#placeholder-top .sitelocator               { background: #fff url(images/top_bg.gif) repeat-x; clear: both; padding: 18px 0 0 10px; font-size: 1em; color: #000; }
/*#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; }


/* -- ARTICLE DISPLAY -- */
.full-articledisplay                        { clear: both; }
.full-articledisplay .digest                { font-weight: bold; margin-bottom: 10px; color: black;}
h2.digest                                   { font-size: 1em; }


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


/* -- SMALL ARTICLE LIST -- */
.small-articlelist 							{ width: 200px; }
#placeholder-left .small-articlelist		{ width: 100%; }
.small-articlelist .tile-content            { font-size: .9em; }
.small-articlelist li                       { padding-bottom: 10px; }
.small-articlelist a                        { display: block; font-weight: bold;}

.login-form .login-form-link				{ font-size: .9em; display: block; background-color: #d6ddc4; padding: 5px 12px 0 0; text-align: right; }
.login-form .login-form-link a				{ color: #5b7712; }

#login-form-logout input					{ margin-left: 10px; }
#login-form-logout p,
#login-form-lostpassword-container form,
#login-form-container form					{ padding: 10px; }

.small-articlelist .newsarchivelink 		{ background-color: #d6ddc4; padding: 5px 12px 0 0;}

.small-articlelist .newsarchivelink a       { color: #5b7712; background: url(images/gronn_pil_hoyre.png) right no-repeat;
											  padding-right: 12px;padding-bottom: 0px; font-weight: normal}
#placeholder-right .newsarchivelink ul 		{ padding: 0;list-style-type: none; text-align: right; padding: 0;}
.small-articlelist .newsarchivelink ul li   { padding-bottom: 0;/*margin-left: 15px; list-style-image: url(images/link_marker.gif); */}

#placeholder-left .login-form h3,
#placeholder-right .small-articlelist h3 			{ background: url(images/nyheter_gradient.png) repeat-x; margin: 0;
												  	  height: 25px; border-left: 1px solid #adbb88; border-right: 1px solid #adbb88;}
#placeholder-left .login-form h3 span,
#placeholder-right .small-articlelist h3 span 		{ background: url(images/nyheter_vannmerke.png) top right no-repeat;
											  	  	  display: block; /*width: 100%;*/ height: 25px;
											  	  	  padding: 5px 0 0 10px;}
#placeholder-left .login-form .tile-content ul,
#placeholder-right .small-articlelist .tile-content ul 			{padding-top: 10px; padding-left:10px; }
#placeholder-right .small-articlelist .newsarchivelink ul {padding-top: 0;}
#placeholder-left .login-form .tile-top				{ width: 100%; height: 4px; background: url(images/nyheter_topp2.png) no-repeat;}
#placeholder-right .small-articlelist .tile-top 	{ width: 100%; height: 4px; background: url(images/nyheter_topp.png) no-repeat;}
#placeholder-right .small-articlelist .tile-top 	{ overflow: hidden; width: 100%; height: 4px; background: url(images/nyheter_topp.png) no-repeat;}
#placeholder-left .login-form .tile-content,
#placeholder-right .small-articlelist .tile-content { border-left: 1px solid #adbb88; border-right: 1px solid #adbb88; padding: 0;}
#placeholder-left .login-form .tile-bottom			{ height: 4px; background: url(images/nyheter_bunn2.png) no-repeat;}
#placeholder-right .small-articlelist .tile-bottom 	{ height: 4px; background: url(images/nyheter_bunn.png) no-repeat;}

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


/* -- LANGUAGE SELECTOR -- */

#placeholder-top .language-selector 								{ display: block; float: right; padding-right: 60px; }
#placeholder-top .language-selector h3 								{ display: none; }
#placeholder-top .language-selector ul 								{ list-style-type: none; margin: 8px 0 0 0; padding: 0; }
#placeholder-top .language-selector ul li 							{ display: inline; margin-left: 20px;}

/* -- 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: none; }
.small-rsslist li.last a            { padding-bottom: 0px; }
         
                
/* -- LEFT CATEGORY MENU */
#placeholder-left .vertical-menu                      	{ border: 0; font-size: 0.9em;  }
#placeholder-left .vertical-menu .tile-top				{ overflow: hidden; display: block; height: 4px; background: url(images/venstremeny_topp.png) no-repeat; }
#placeholder-left .vertical-menu .tile-bottom			{ display: block; height: 4px; background: url(images/venstremeny_bunn.png) no-repeat; }
#placeholder-left .vertical-menu .tile-content        	{ background-color: #f5f3ef; padding: 0; margin: 0; padding-top: 20px; padding-bottom: 20px;}
#placeholder-left .vertical-menu h3                   	{ display: none; }

#placeholder-left .vertical-menu ul						{ list-style-position: outside;}
#placeholder-left .vertical-menu ul ul					{ padding-top: 5px; }

#placeholder-left .vertical-menu a 						{ margin-left: 7px; margin-right: 7px;display: block;}

#placeholder-left .vertical-menu li						{ font-weight: bold; padding-top: 5px; padding-bottom: 5px; overflow: hidden;}
#placeholder-left .vertical-menu li li 			  		{ background-color: #f5f3ef; padding-left: 20px; overflow: visible;}
#placeholder-left .vertical-menu li.active 		  		{ background-color: #e0d7cc; }
#placeholder-left .vertical-menu li.active ul 			{ margin-top: 5px; }
#placeholder-left .vertical-menu li.expanded 			{ padding-bottom: 0; }

/* -- PAGE FOOTER -- */

/* --- ADDRESS BAR IN FOOTER -- */

#placeholder-bottom .small-articledisplay-nolayout		{ display: block; float: left; clear: both; width: 100%;
											 			  color: black; }

#placeholder-bottom .small-articledisplay-nolayout a    {  }
#placeholder-bottom .small-articledisplay-nolayout p    { white-space: nowrap; display: inline; color: #black; 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 }
#extra-5                            { clear: both; height: 5px; }


/* -- FULL SEARCH INPUT -- */
.full-searchinput input             { margin-bottom: 0px; }
.full-searchinput input.textinput   { width: 250px; border-top: 1px solid #5e5e5e; border-right: 1px solid #a1a1a1; border-bottom: 1px solid #c9c9c9; border-left: 1px solid #777777;
									padding-top: 3px;padding-bottom: 3px;} 
.full-searchinput input.submit      {  width: 27px; height: 25px; value: none; background: url(images/full_sokeknapp_bakgrunn.png) no-repeat;}
.full-searchinput .error            { margin-top: 10px; }
.advanced-searchinput select,
.advanced-searchinput input         { margin-top: 5px; }


/* -- SMALL SEARCH INPUT -- */
#placeholder-top .small-searchinput { display: block; float: right; clear: right; width: 250px; margin-right: 10px; margin-top: 7px;}
#placeholder-top input.textinput,
#placeholder-right input.textinput	{ display: block; float: left; width: 166px; height: 20px; border-top: 1px solid #5e5e5e;
									  border-right: 1px solid #a1a1a1; border-bottom: 1px solid #c9c9c9;
									  border-left: 1px solid #777777;}
#placeholder-left input.textinput	{ display: block; float: left; height: 20px; border-top: 1px solid #5e5e5e;
									  border-right: 1px solid #a1a1a1; border-bottom: 1px solid #c9c9c9;
									  border-left: 1px solid #777777;}

.small-searchinput input.submit     {  display: block; float: left; padding: 0; margin: 0; margin-left: 6px; width: 25px;
									  height: 23px; value: none; background: url(images/sokeknapp_bakgrunn.png) no-repeat;}

.small-searchinput h3 				{ display: none;}

/* -- CALENDAR -- */

table.calendar-header                       { width: 100%; }
table.calendar-layout                       { border-spacing: 1px; width: auto; }
.calendar-layout th                         { width: 12%; }
.calendar-layout td                         { /*background-color: blue; border: 1px solid #c2c2c2;*/ text-align: center; }
.datepicker .calendar-layout td.inactive,
.calendar-layout td.inactive                { /*background-color: #eee; */}
.calendar-layout td.hasevents 				{ background-color: #bfd7d6;}
.calendar-header td                         { width: 100px; text-align: center; }
.calendar-header td.next                    { width: 28px; }
.calendar-header td.previous                { width: 28px; padding: 0px; }
.small-calendar ul                          { list-style-type: none; padding: 10px 0 0 15px; }
.small-calendar ul li                       { /*list-style-image: url(images/link_marker.gif);*/ }


#placeholder-right .small-calendar 				{ width: 200px; color: #005f5b;}
#placeholder-right .small-calendar h3 			{ background: url(images/kalender_gradient.png) repeat-x; margin: 0;
												  height: 25px; border-left: 1px solid #7fafad; border-right: 1px solid #7fafad;}
#placeholder-right .small-calendar h3 span 		{ background: url(images/kalender_vannmerke.png) top right no-repeat;
											  	  display: block; /*width: 100%;*/ height: 25px;
											  	  padding: 5px 0 0 10px;}
#placeholder-right .small-calendar .tile-top 	{ overflow: hidden; width: 100%; height: 4px; background: url(images/kalender_topp.png) no-repeat;}
#placeholder-right .small-calendar .tile-content {border-left: 1px solid #7fafad; border-right: 1px solid #7fafad; padding: 0;}
#placeholder-right .small-calendar table.calendar-layout {margin: 0 10px 0 10px; width: 180px;}
#placeholder-right .small-calendar .tile-bottom { height: 4px; background: url(images/kalender_bunn.png) no-repeat;}
#placeholder-right .calendar_goto_links 		{ padding: 5px 12px 0 0px; background-color:  #bfd7d6;}
#placeholder-right .calendar_goto_links ul      { margin: 0; padding: 0; text-align: right;}
#placeholder-right .calendar_goto_links a		{ color: #005f5b; background: url(images/kalender_lenkepil.png) right no-repeat;
												  padding-right: 12px;}



.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; }
.small-calendar-popup .top a                { font-size: 0.8em; padding-right: 15px; position: relative; top: 12px; left: -4px;
                                              background: url(images/small-close.png) no-repeat right 2px; }
.small-calendar-popup .content              { background: #bfd7d6; padding: 20px 10px 10px 10px; border-right: 1px solid #7fafad; border-bottom: 1px solid #7fafad; }
.small-calendar-popup .content h4           { margin: 0 0 0 0; color: #000; }
.small-calendar-popup .content              { text-align: left; }
.small-calendar-popup .content ul           { margin: 5px 0 0 0px; 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 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 ---------------------------------------------------------- */
.frontpage .iframe-tile		{ width: 350px; float: right; margin: 20px 0 0 0;}
.iframe-tile 				{ display: block; clear: both; width: 100%; }
.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; }



/* -- NEWSLETTER -------------------------------------------------*/

#placeholder-content .newsletter-form { display: block; float: left; width: 100%; margin-top: 20px; margin-bottom: 20px;}
#placeholder-content .newsletter-form .tile-content { display: block; float: left; padding-top: 20px; width: 100%;}
#placeholder-content .newsletter-form label {display: block; float: left; clear: both; }
#placeholder-content .newsletter-form div.radiobuttons {display: block; float: left; clear: both; width: 100%;}
#placeholder-content .newsletter-form label.radiolabel {clear: right; margin-top: 10px;}
#placeholder-content .newsletter-form .textinput {display: block; float: left; clear: both; width: 100%;}
#placeholder-content .newsletter-form .cpform-noborder {display: block; float: left; margin-top: 12px;}
#placeholder-content .newsletter-form .submit {display: block; float: left; margin-left: 20px;}

/* -- RIGHT SIDE BANNERS -----------------------------------------*/

#placeholder-right .small-articledisplay-nolayout {
	height: 50px;
}
