@CHARSET "UTF-8";

/*
    SiteComponents version:
    6.6.4, tag SC_6_6_4, created Wed Aug 19 13:39:28 +0200 2009

    Disclaimer
    
    While we make every effort to ensure that this code is fit for its intended
    purpose, we make no guarantees as to its functionality. CoreTrek AS will
    accept no responsibility for the loss of data or any other damage or
    financial loss caused by use of this code.


    Copyright
    
    This programming code is copyright of CoreTrek AS. Permission to run this
    code is given to approved users of CoreTrek's publishing system CorePublish.
    
    This source code may not be copied, modified or otherwise repurposed for use
    by a third party without the written permission of CoreTrek AS.
    
    Contact webmaster@coretrek.com for information.
    
*/

/* -------------------------------------------------------------------------- */
/* 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: #262424;
	background: url(images/body-bg-01.png) no-repeat 50% 0;
}
                         
a:visited, a:link       { color: #cc3300; }

a:hover                 { color: #0066cc; }

a img                   { border: 0; }

h1 { 
	font-size: 1.65em;
	/* font-size: 22px;*/ 
	font-weight: normal;
	margin: 0;
	color: #0099cc;
}

h2                      { font-size: 1.3em; }

h3, h4                  { font-size: 1.2em; }

fieldset                { margin-bottom: 10px; padding: 15px 10px 10px 10px; }


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

#container { 
	color: #262424; 
	margin: 0 auto 0 auto; 
	width: 980px; 
	padding: 0 0 30px 0;
	background: #fff;
}

#placeholder-top { 
	background: url("/themes/tallshipsrace/images/header-bg-w-text-02.png") no-repeat; 
	padding: 0; 
	min-height: 136px;
}

#placeholder-left { 
	clear:both; 
	float: left; 
	width: 266px;
	min-height: 1px;
	/*margin: 0 10px 20px 0;*/
}

#placeholder-right { 
	float: right; 
	width: 232px; 
	margin: 0 0 20px 0;
}

#placeholder-content-no-right,
#placeholder-content { 
	float: left; 
	/*padding: 10px;*/ 
	margin-bottom: 20px; 
	/*width: 510px; */
	/*border: 1px solid #c2c2c2;*/
}

#placeholder-content-no-right { 
	/*width: 717px;*/
}
.no-left {
	margin-left: 5px;
	background-image: url(images/front-page-noleft-bg.png);
	background-position: 339px 0;
	background-repeat: repeat-y;
	margin-top: -1px;
}

#placeholder-bottom { 
	clear: both; 
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #79c7dd;
	border-bottom: 1px solid #79c7dd;
	text-align: center;
	font-size: 0.8em;
}

#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: 20px;
}

.tile-content           { padding: 10px; }

.tile-bottom            { clear: both; }

#placeholder-left h3,
#placeholder-right h3 {                          
	margin: 0 0 5px 0;  
	font: bold .9em arial, sans-serif;
	color: #363636; 
	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                                         */
/* -------------------------------------------------------------------------- */

.ctwebform-element-validationerror,
.error                      { color: #f00; font-weight: bold; }
.error                      { margin-bottom: 10px; }

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

input.textinput             { height: 1.2em; }

.ctform-textinput input,
.ctform-textinput textarea,
td.ctwebform-element-type-textarea textarea,
td.ctwebform-element-type-text input,
.textinput,                 /* do not specify input for this, as it should also work on textareas */
input.amountfield           { border: 1px solid #c2c2c2; background: #fff url(images/input_bg.gif) repeat-x top;
                              padding-top: 6px; font-size: 0.9em; }

td.ctwebform-element-container-validationerror input,
td.ctwebform-element-container-validationerror textarea,
.ctform-element-container-validationerror textarea,
.ctform-element-container-validationerror input,
input.inputerror            { border: 1px solid red; }

.ctform-submit input,
input.ctwebform-element-type-reset,
input.ctwebform-element-type-submit,
input.ctwebform-element-type-button,
td.ctwebform-element-type-submit input,
button.submit,
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; }

img.cp-mmarchive-image-left { margin: 3px 6px 3px 0; }

img.cp-mmarchive-image-right{ margin: 3px 0 3px 6px; }
                                                            
select                      { border: 1px solid #c2c2c2; }

.ajax-button-not-visible    { display: none; }

.ajax-button-visible        { display: block !important; }

.button-small-next          { display: block; height: 15px; width: 15px; background: url(images/buttons.png) no-repeat -15px top; }

.button-small-previous      { display: block; height: 15px; width: 15px; background: url(images/buttons.png) no-repeat; }

.button-small-last          { display: block; height: 15px; width: 15px; background: url(images/buttons.png) no-repeat -45px top; }

.button-small-first         { display: block; height: 15px; width: 15px; background: url(images/buttons.png) no-repeat -30px top; }

.button-next                { display: block; height: 25px; width: 25px; background: url(images/buttons.png) no-repeat -25px -15px; }

.button-previous            { display: block; height: 25px; width: 25px; background: url(images/buttons.png) no-repeat 0 -15px; }

#tooltip-top                { background: url(images/tooltip/tooltip-top.gif) no-repeat 5px 0; overflow: hidden; height: 14px; width: 33px; }

#tooltip-bottom             { background: url(images/tooltip/tooltip-bottom.gif) no-repeat 5px 0; overflow: hidden; height: 14px; width: 33px; display: none; }

#tooltip-content            { background: #fff588; padding: 10px; border-right: 1px solid #ccc255; border-bottom: 1px solid #ddd366; }

.flipped-y #tooltip-bottom  { display: block; }

.flipped-y #tooltip-top     { display: none; }

.flipped-y #tooltip-content { border-bottom: none; }

.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.
*/

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

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

/* -- LOGO TILE -- */
#placeholder-top .logo-tile { 
	float: left; 
	padding: 0 0 0 10px; 
	position: relative; 
	top: 17px; 
	left: 36px;
	height: 73px;
}

.logo-tile .logo                            { font-size: 1.85em; font-weight: bold; }

/* -- HORIZONTAL MENU ("quicklaunch") AND LANGUAGE SELECTOR IN TOP -- */
#placeholder-top .horizontal-menu { 
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 818px;
	background: url("/themes/tallshipsrace/images/global-menu-bg-blue.gif") repeat-x;
	background-color: #0098c3;
	height: 28px;
	padding: 0 0 0 162px;
	font-size: 15px;
}

#placeholder-top .language-selector { 
	float: right;
	padding: 20px 10px 0 0;
	font-size: 11px;
}

#placeholder-top .small-searchinput {
	float:right;
	padding: 15px 20px 0 0;
	clear: right;
}

#placeholder-top .small-searchinput h3 {
	display: none;
}

#placeholder-top .small-searchinput input.submit {
	margin: 0;
	border-top: 1px solid #f6b458;
	border-left: 1px solid #f6b458;
	border-bottom: 1px solid #bd7004;
	border-right: 1px solid #bd7004;
	background: url("/themes/tallshipsrace/images/search-bg-blue.png") repeat-x #ea8e0c;
	font-size: 11px;
	padding: 1px 2px 2px 2px;
	font-weight: normal;
	text-transform: none;
	height: 19px;
}
#placeholder-top .small-searchinput input.textinput {
	margin: 0 10px 0 0;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #c3c3c3;
	font-size: 12.5px;
	padding: 3px 0 0 0;
	background-image: none;
	width: 100px;
}
#placeholder-content .full-searchinput {
	padding: 15px 20px 0 0;
}
#placeholder-content .full-searchinput input.submit {
	margin: 0;
	border-top: 1px solid #f6b458;
	border-left: 1px solid #f6b458;
	border-bottom: 1px solid #bd7004;
	border-right: 1px solid #bd7004;
	background: url("/themes/tallshipsrace/images/search-bg-blue.png") repeat-x #ea8e0c;
	font-size: 12px;
	padding: 1px 0 2px 0;
	font-weight: normal;
	text-transform: none;
	height: 19px;
}
#placeholder-top .small-searchinput input.submit:hover,
#placeholder-content .full-searchinput input.submit:hover {
	background: url("/themes/tallshipsrace/images/search-bg-hover.png") repeat-x #d43300;
	border-top: 1px solid #dd653f;
	border-left: 1px solid #dd653f;
	border-bottom: 1px solid #d43300;
	border-right: 1px solid #d43300;
}
#placeholder-content .full-searchinput input.textinput {
	margin: 0 10px 0 0;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #c3c3c3;
	font-size: 12px;
	padding: 0 0 0 0;
	background-image: none;
	height: 16px;
}
#placeholder-top .language-selector h3,
#placeholder-top .horizontal-menu h3        { display: none; }

#placeholder-top .language-selector a { 

}
#placeholder-top .language-selector .active a { /*#placeholder-top .language-selector a:hover {  */
	color: #666;
}
#placeholder-top .horizontal-menu a { 
	color: #fff;
	display: block;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
}

#placeholder-top .horizontal-menu a:hover,
#placeholder-top .horizontal-menu li.expanded a { 
	color: #262424;
	background: url("/themes/tallshipsrace/images/global-menu-bg-hover-blue.gif") repeat-x;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 10px 6px 10px;
	margin-left: -2px;
}


#placeholder-top .language-selector ul,
#placeholder-top .horizontal-menu ul        { list-style-type: none; padding: 0; margin: 0; }

#placeholder-top .language-selector li,
#placeholder-top .horizontal-menu li { 
	border-left: 1px solid #666; 
	padding: 0 10px 0 10px; 
	display: inline;
}

#placeholder-top .horizontal-menu li        { 
	border-left: 0; 
	padding: 0; 
	display: inline; 
	float: left;
	background: url("/themes/tallshipsrace/images/global-menu-bg-separator-blue.gif") no-repeat right 7px;
}

#placeholder-top .language-selector li.first,
#placeholder-top .horizontal-menu li.first  { border-left: none; }

#placeholder-top .language-selector li {
	padding: 0 5px 0 8px;
} 
#placeholder-top .language-selector li.first {
	padding: 0 5px 0 5px;
	margin: 0;
}

/* -- SITELOCATOR -- */
#placeholder-top .sitelocator {  
	clear: both; 
	padding: 15px 0 12px 265px; 
	font-size: 1em; 
	color: #666;
}

#placeholder-top .sitelocator h3 { 
	float: left; 
	color: #000; 
	text-transform: none; 
	font: bold .8em verdana, sans-serif;
	display: none;
}

#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 10px;
	font: normal .8em verdana, sans-serif;
	background: url("/themes/tallshipsrace/images/sitelocator-spacer.png") no-repeat 3px 3px;
}

#placeholder-top .sitelocator li.first { 
	padding: 0;
	background: none;
}
/* -- LEFT MENU -- */
#placeholder-left .vertical-menu {
	width: 170px;
	padding: 50px 60px 0 36px;
}

/* -- ARTICLE DISPLAY -- */
#placeholder-content .full-articledisplay {
	width: 440px;
	padding: 0 42px 0 0;
	font-size: 0.9em;
}
#placeholder-content .full-articledisplay img {
	display: none;
}
.full-articledisplay                        { clear: both; }

.full-articledisplay h1 { 
	margin-top: -2px;
}
.full-articledisplay .digest { 
	font-weight: bold; 
	margin-bottom: 15px;
}

h2.digest { 
	font-size: 1.05em;
	/*font-size: 14px;*/
	color: #666;
}
.publishedby {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 0.75em;
	/*font-size: 10px;*/
	padding: 4px 0;
	margin-bottom:10px;
}
.articlePubInf {
	text-transform: uppercase;
}
.full-articledisplay table {
	float: right;
	border-collapse: collapse;
	margin: 0 0 0 15px;
}
.full-articledisplay table img {
	border: 1px solid #ccc;
	padding: 1px;
}
.cp-imageelement {
	/*font-size: 10px;*/
	font-size: 0.9em;
	color: #6c6c6c;
	padding: 5px 0 0 0;
}
.small-articledisplay .digest p             { margin: 0 0 10px 0; }

/* -- 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; overflow:hidden; margin-bottom:20px;}

.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 10px;
	list-style-position: inside;
	overflow:visible;
}
#placeholder-content .full-articlelist h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
#placeholder-content .full-articlelist h3 a{
	text-decoration: none;
}
.articlelist-link-internal ul li { 
	margin-left: 0; 
	list-style-image: url(images/link_marker.png);
}

.list-navigation-text,
.list-navigation                            { text-align: center; }

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

.list-thumbnail-left                        { float: left; padding-right: 10px; }

.list-thumbnail-right                       { float: right; padding-left: 10px; }

.list-thumbnail-center                      { text-align: center; padding-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.png); }

/* 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: 1.0em; /* 13px */
}

.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 {  
}
.vertical-menu ul li a { 
	padding: 6px 0 3px 12px;
	color: #262424;
	display: block;
	border-bottom: 1px solid #ccc;
}
                                      
.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; }

.vertical-menu li.expanded          { 

}
.vertical-menu ul li.sub-active {
	border-bottom: 1px solid #ccc;  
}
.vertical-menu li.active a,
.vertical-menu li.sub-active a,
.vertical-menu li.tree-level-0 a:hover { 
	background: url("/themes/tallshipsrace/images/vmenu-sub-active-bg-blue.png") repeat-x #78c7dd;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.vertical-menu li.expanded {
	border-bottom: 1px solid #ccc;
}
.vertical-menu li.sub-active li, .vertical-menu li.tree-level-1 { 
	padding: 0;
}
.vertical-menu li.tree-level-1 a { 
	background: url("/themes/tallshipsrace/images/vmenu-treelevel-bg-blue.png") no-repeat 14px 9px #f0f3f6;
	border: 0;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 4px;
}
.vertical-menu li.sub-active li.active a,
.vertical-menu li.tree-level-1 a:hover { 
	background-image: url("/themes/tallshipsrace/images/vmenu-treelevel-bg-active-blue.png");
	background: url("/themes/tallshipsrace/images/vmenu-treelevel-bg-active-blue.png") no-repeat 14px 9px #f0f3f6;
	color: #01666b;
	background-repeat: no-repeat;
	font-weight: normal;
	border-bottom: 0;
}

.vertical-menu li.collapsed { 
	/*background: url(images/menu_collapsed.gif) no-repeat 10px 9px;*/
}

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

#extra-5                            { clear: both; height: 5px; }


/* -- FULL SEARCH INPUT -- */
.full-searchinput input             { margin-bottom: 0px; }

.full-searchinput input.textinput   { width: 250px; }

.full-searchinput .error            { margin-top: 10px; }

/* -- ADVANCED SEARCH INPUT --  */
.advanced-searchinput label                     { float: left; width: 90px; margin: 8px 0 0 0; padding-right: 10px; text-align: right; }

.advanced-searchinput select                    { margin-top: 5px; margin-left: 100px; }

.advanced-searchinput input                     { margin-top: 5px; }

.advanced-searchinput .datepickers .textinput   { width: 90px; }

.advanced-searchinput .datepickers-bottom       { display: block; clear: both; }

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

.small-searchinput input.submit     { float: right; }


/* -- CALENDAR -- */
table.calendar-header                       { width: 100%; padding-bottom: 10px; }

table.calendar-layout                       { border-collapse: collapse; border-spacing: 0px; width: 100%; margin-top: 10px; }

.calendar-layout th                         { width: 12%; }

.calendar-layout td                         { border: 1px solid #c2c2c2; text-align: center; }

.datepicker .calendar-layout td.inactive,
.calendar-layout td.inactive                { background-color: #eee; }

.calendar-header td                         { width: 100%; text-align: center; }

.calendar-header td.next                    { width: 15px; }

.calendar-header td.previous                { width: 15px; padding: 0px; }

.small-calendar ul                          { padding: 10px 0 0 15px; }

.small-calendar ul li                       { list-style-image: url(images/link_marker.png); }

.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.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; }

.hasevents { background: #fff8aa; }�

/* --- DATEPICKER -- */
.datepicker-popup table.calendar-layout     { background: #fff; width: 100%; } 

.calendar-layout                            { width: 180px; background: #fff; border: 1px solid #c2c2c2; padding: 10px; }

.calendar-header td                         { border: 0; padding: 0;}

input.datepickerinput                       { width: 100px; }

a.datepicker-select span                    { display: none; }

a.datepicker-select                         { border: 0; display: block; background: url(images/calendar-icon.png); width: 16px; height: 16px;}

.datepicker-nextyear,
.datepicker-previousyear                    { margin-bottom: 5px; }

.datepicker-nav span                        { display: none; }

.datepicker-nav a                           { display: block; width: 15px; height: 15px; }

.datepicker table                           { border-collapse: collapse; border-spacing: 0; padding: 0; }

/* -- 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; 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; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#lightbox                       { overflow: auto; width: 100%; height: 100%; padding: 0; margin: 0; position: absolute; top: 0; left: 0; }

#lightbox-container             { z-index: 1000; position: relative; margin: auto; }

#lightbox-spinner               { background: url(images/spinner-large.gif) no-repeat center center; }

#lightbox-container             { padding: 0; top: 25px; }

#lightbox-close-container       { z-index: 1000; position: absolute; right: 0; }

#lightbox-close span            { display:none; }

#lightbox-close                 { display: block; width: 30px; height: 30px; margin: 3px 12px 0 0; }

#lightbox-start                 { height: 26px; background: url(images/lightbox/start-center.png) repeat-x; position: relative; margin: 0 51px 0 39px; }

#lightbox-start div.left        { background: url(images/lightbox/start-left.png) no-repeat; position: absolute; left: -38px; top: 0px; bottom: -6px; width: 38px; }

#lightbox-start div.right       { z-index: 100; background: url(images/lightbox/start-right.png) no-repeat; position: absolute; right: -50px; top: 0px; bottom: -24px; width: 50px; }

#lightbox-outer-content         { border: 1px solid #fff; padding: 0 10px 0 10px; background: #fff; position: relative; margin: 0 26px 0 14px; }

#lightbox-content               { }

#lightbox-content-left          { background: url(images/lightbox/content-left.png) repeat-y; position: absolute; left: 0px; top: 32px; bottom: 34px; width: 14px; }

#lightbox-content-right         { background: url(images/lightbox/content-right.png) repeat-y; position: absolute; right: 12px; top: 50px; bottom: 34px; width: 14px; }

#lightbox-end                   { height: 34px; background: url(images/lightbox/end-center.png) repeat-x; position: relative; margin: 0 50px 0 38px; }

#lightbox-end div.left          { background: url(images/lightbox/end-left.png) no-repeat; position: absolute; left: -38px; top: 0px; bottom: 0px; width: 38px; }

#lightbox-end div.right         { background: url(images/lightbox/end-right.png) no-repeat; position: absolute; right: -38px; top: 0px; bottom: 0px; width: 38px; }

#lightbox .tile-common          { border: 0px; }

/* --- EMAIL THIS PAGE IN LIGHTBOX ------------------------------------------ */
.suggestionform label             { display: block; }

.suggestionform input.textinput   { width: 300px; margin-bottom: 5px; }

.suggestionform input.captcha     { width: auto; }

.suggestionform textarea          { width: 300px; }

.suggestionform h3                { display: none; }

.suggestionform                   { width: 320px; margin-left: auto; margin-right: auto; }

.subpost-entitycomment-form       { width: 700px; }

/* --- CONTENT PLACEHOLDER IN LIGHTBOX  ------------------------------------- */

#lightbox-placeholder-content               { width: 500px; }

#lightbox-placeholder-content .tile-content { padding: 0; }

/*#lightbox .entitycomment-form-content table { width: 400px; } */

/* ---  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,
.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-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 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; padding: 0; }

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

.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; }

.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; }

/* -- STYLE FOR LOGIN PAGE --------------------------------------- */
body.login #container                       { background: none; width: 300px; margin: 50px auto 0 auto;  }

body.login #placeholder-left,
body.login #placeholder-right,
body.login #placeholder-top,
body.login #placeholder-bottom              { display: none; }

body.login #placeholder-content-no-right    { width: auto; background: #fff; padding: 20px; text-align: center; }

body.login #placeholder-content-no-right .login-form  h3 { margin-bottom: 20px; }

body.login .login-form label                { display: block; position: absolute; width: 90px; text-align: left; }

body.login .login-form input.textinput      { margin: 0 0 5px 100px; }

body.login .login-form input.submit         { margin-top: 20px; }

/* -- FORM STYLES (AppbaseFormViewFefault -> CtForm, and CtWebForm) -- */
.form-tile label                            { display: block; padding-top: 5px; }
.ctwebform-element-validationerror          { display: block; }

/* -- LINKS BANNER TILE --*/
.links-display {
	border: 0;
}
.links-display .tile-content {
	padding: 0;
}
#placeholder-right .links-display h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 0 0 0;
}
/* -- BANNER LIST TILE -- */
.banner-articlelist {
	border: 0;
	margin: 0 0 20px 0;
}
.banner-articlelist h3 {
	display: none;
}
#placeholder-right .banner-articlelist h3.banner-header {
	display: block;
	font-size: 1em;
	text-transform: none;
	margin: 10px 0 5px 0;
}
.banner-articlelist p {
	margin: 0;
	font-size: 0.9em
}
.banner-articlelist .tile-content {
	padding: 0;
}
.banner-articlelist .tile-content table {
	border-collapse: collapse;
}
.banner-articlelist .tile-content table td {
	padding: 0;
}
.banner-articlelist .tile-content table td img {
	border: 1px solid #ccc;
	display: inline;
	width: 230px;
}
.banner-articlelist img {
	display: none;
}
.bannerWrapper {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
.bannerWrapper .cp-imageelement {
	display: none;
}
.footer-tile p {
	margin: 0;
}
#placeholder-content-no-right .frontpage-mainarticle-display {
	background-color: #bdbec0;
}
#placeholder-content-no-right .frontpage-mainarticle-display .tile-bottom {
	clear: both;
	height: 18px;
	width: 100%;
	background-color: #fff;
}
.frontpage-mainarticle-display h3 {
	display: none;
}
.mainMultimediaWrapper {
	width: 640px;
	height: 290px;
	float: left;
}
.mainMultimediaWrapper table {
	border-collapse: collapse;
}
.mainContentWrapper {
	width: 295px; /*305px;*/
	float: left;
	height: 290px;
	padding: 0 20px 0 20px;
	color: #555656;
}
.mainContentWrapper h1 {
	font-size: 1.85em;
	color: #cc3300;
}
.mainContentWrapper h1:hover {
	color: #0066cc;
}
.mainContentWrapper h1 a:visited {
	text-decoration: none;
}
.mainContentWrapper p {
	font-size: 0.9em;
}
#placeholder-content-no-right .frontpage-banner-articlelist {
	margin: 0 5px 0 0;
}
.frontpage-banner-articlelist {
	float: left;
	width: 334px;
}
#placeholder-content-no-right .frontpage-banner-articlelist h3 {
	margin: 0 5px 0 0;
	background-color: #fa9d1c;
	color: #252525;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 0 6px 8px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.frontpage-banner-articlelist table {
	border-collapse: collapse;
}
.frontpage-banner-articlelist ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 16px;
}
.frontpage-banner-articlelist ul a:link, .frontpage-banner-articlelist ul a:visited {
	color: #9e9e9d;
	float: left;
	text-decoration: none;
}
.frontpage-banner-articlelist ul a:hover {
	color: #0066cc;
}
.frontpage-banner-articlelist ul li {
	clear: both;
	float: left;
	padding: 0 0 5px 0;
}
.frontpage-banner-articlelist ul li.last {
	padding-bottom: 0;
}
.frontpage-banner-articlelist ul img {
	width: 160px;
	border: 1px solid Transparent;
}
.frontpage-banner-articlelist ul a:hover img {
	border: 1px solid #0066cc;
	width: 160px;
	padding: 0;
}
.frontpage-banner-articlelist ul span {
	float: left;
	width: 152px;
	padding-top: 20px;
}
.frontpage-banner-articlelist ul li.odd img {
	float: left;
}
.frontpage-banner-articlelist ul li.odd span {
	background-image: url("images/frontpage-left-arrow.png");
	background-repeat: no-repeat;
	background-position: 5px 25px;
	text-align: left;
	padding-left: 20px;
}
.frontpage-banner-articlelist ul li.even img {
	float: right;
}
.frontpage-banner-articlelist ul li.even span {
	background-image: url("images/frontpage-right-arrow.png");
	background-repeat: no-repeat;
	background-position: 160px 25px;
	text-align: right;
	padding-right: 20px;
}
.tsr-small-articlelist {
	float: left;
	width: 636px;
	background-color: #edeeee;
	background-image: url(images/borderpx.png);
	background-repeat: repeat-y;
	padding: 0 0 30px 0;
}
#placeholder-content-no-right .tsr-small-articlelist {
	padding: 0 0 10px 0;
}
.tsr-small-articlelist h3 {
	float: left;
	width: 170px;
	background-color: #34b1d5;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}
#placeholder-content-no-right .tsr-small-articlelist h3 {
	margin: 0 3px 0 0;
	padding: 8px 0 6px 8px;
}
.tsr-small-articlelist .ticker {
	float: left;
	width: 455px;
	background-color: #9e9e9e;
	font-size: 13px;
	padding: 8px 0 6px 0;
}
.tsr-small-articlelist .ticker a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.tsr-small-articlelist .newslist {
	float: left;
	width: 321px;
	font-size: 13px;
	padding: 19px 6px 6px 9px;
}
.tsr-small-articlelist .newslist ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #333;
}
.tsr-small-articlelist .newslist ul h2 {
	margin: 0 0 4px 0;
	font-size: 12px;
}
.tsr-small-articlelist .newslist ul li {
	padding: 0 0 25px 0;
}
.tsr-small-articlelist .newslist ul li.first h2 {
	font-size: 18px;
	font-weight: normal;
}
.tsr-small-articlelist .newslist ul h2 a {
	color: #cc3300;
	text-decoration: none;
}
.tsr-small-articlelist .newslist ul h2 a:hover,
.tsr-small-articlelist .newslist ul h2 a.fpNewsMainLinkHover {
	color: #0066cc;
}
.tsr-small-articlelist .mainImage {
	float: left;
	width: 234px;
	font-size: 12px;
	padding: 30px 0 0 0;
}
.tsr-small-articlelist .mainImage table {
	border-collapse: collapse;
}
.tsr-small-articlelist .mainImage table img {
	border: 1px solid #acacac;
	padding: 1px;
	width: 230px;
	background-color: #fff;
}
.tsr-small-articlelist .mainImage table img:hover,
.tsr-small-articlelist .mainImageHover table img {
	border: 1px solid #0066cc;
}
#placeholder-content .full-articlelist {
	width: 460px;
}
#placeholder-content .full-articlelist .list-thumbnail-left img {
	width: 125px;
}
.organizers-tile {
	float: right;
	color: #9e9e9e;
	font-size: 11px;
	padding: 0 20px 0 0;
}
#placeholder-top .organizers-tile {
	padding: 5px 20px 0 0;
}
.organizers-tile h3 {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}
.organizers-tile ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.organizers-tile ul li {
	float: left;
	padding: 0 2px 0 2px;
}
.organizers-tile ul li a {
	color: #9e9e9e;
}
.organizers-tile ul li a:hover {
	color: #cc3300;
}
