N/**
* Epsiplus Platform Base Style
*
* Defines base structural elements for Epsiplus Platform
*
* Project: Epsiplus Platform
* Version: 0.1
* Author: www.mdrpartners.com
*/

/**
TOC:
- General
- Header
- Nav Toolbox
- Primary Navigation
- Breadcrumbs
- Main Structure
- Left Sidebar
- Secondary Navigation
- Section
- Sitemap
- Blocks
- Page Elements
- Content Navigator
- Loader
- Separator
- Paginator
- Factbox
- Table
- Gallery
- Form
- Section Type
- Weblog
- Event
- Case
- Products Folder
- Cross Border Product
- News
- Embed
- Folder
- Listitem
- Block Type
- Event
*/

/**
* General
*/
body,html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: 62.5%;
	line-height: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#wrapper-page {
	background-color: #1A4568;
}

#header:after, #nav-primary:after, .main-content:after, .content:after, .section:after, .sitemap:after, .forum .post:after, .search .searched-in:after, .search.block div:after, .panel.last:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.panel.last + * {
	clear: both;
}

a {
	color: #296291;
	text-decoration: none;
}

p a {
	border-bottom: 1px solid #afd4f1;
}

a:hover,a:focus,a:active {
	color: #3a7cb1;
	text-decoration: none;
	border-bottom: 1px solid #3a7cb1;
}

.section a:visited:after {
	color: #555;
	font-size: 1em;
	font-weight: bold;
}

.section a[href^="http:"],.section a[href^="https:"] {
	background: url("img/icons/external.png") no-repeat center right;
	padding-right: 13px;
}

.section a[href^="mailto:"] {
	background: url("img/icons/email.png") no-repeat center right;
	padding-right: 17px;
}

.hidden {
	display: none;
}

/**
* Header
*/
#header {
	width: 100%;
	clear: both;
	background-color: #fff;
	height: 90px;
}

#header #logo a {
	display: block;
	height: 65px;
	width: 180px;
	float: left;
	background: transparent url("img/logo.png") no-repeat top left;
	text-indent: -9999px;
	margin: 10px 3px 15px 10px;
	border: 0;
}

#header #project-name {
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	left: 220px;
	top: 10px;
	color: #2E3F74;
	padding: 5px 0;
}

#header #strapline {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 220px;
	top: 30px;
	color:#587992;
	padding: 5px 0;
}

/**
* Header: Nav Toolbox
*/

#nav-toolbox {
	float: right;
	margin: 5px 20px 0 0;
}

#nav-toolbox ul li {
	float: left;
	border: 1px solid #ddd;
	border-color: #e5e5e5 #ddd #ddd #e5e5e5;
	margin: 0 5px 0 0;
	padding: 0;
}

#nav-toolbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-toolbox ul a {
	padding: 10px;
	background-color: #eee;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	border-width: 0;
	border-right: 1px solid #fff;
	margin: 0;
	border: 0;
}

#nav-toolbox ul a:hover {
	margin-bottom: 0px;
	border: 0;
	background-color: #3A7CB1;
	color: #fff;
}

#nav-toolbox label {
	font-size: 1.2em;
	padding-left: 5px;
}

#nav-toolbox #login-form {
	position: absolute;
	right: 20px;
	top: 5px;
	display: none;
	background-color: #fff;
}

#nav-toolbox #login-form form {
	float: left;
	padding: 5px 10px 15px 10px;
}


/**
* Primary Navigation
*/
#nav-primary {
	padding: 0 20px 0 219px;
	background-color: transparent;
	list-style: none;
	margin: -3.1em 0 0 0;
}

#nav-primary li {
	float: left;
	margin: 3px 0 0 0;
	border-right: 2px solid #bdcad3;
	padding: 0;
}

#nav-primary li:nth-child(1) a {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 0 0 0;
}
#nav-primary li:last-child a {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	border-radius: 0 5px 0 0;
}
#nav-primary li:last-child {
	border: none;
}

#nav-primary a {
	background: transparent url("img/tab-bg.jpg") repeat-x top left;
	min-height: 10px;
	position: relative;
	padding: 9px 7px;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	border: 0;
}

#nav-primary a:hover {
	background: transparent url("img/tab-hover-bg.jpg") repeat-x top left;
}

#nav-primary .selected a {
	background: transparent url("img/tab-active-bg.jpg") repeat-x top left;
	color: #194567;
}

/**
* Breadcrumbs
*/
#breadcrumbs {
	background: transparent url("img/breadcrumbs-bg.jpg") repeat-x top left;
	clear: both;
	height: 15px;
	padding: 7px 0 5px 30px;
	list-style: none;
	margin: 0;
	font-size: 1.1em;
	border-color: #184466;
}

#breadcrumbs li{
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs li a{
	display: inline;
	text-decoration: none;
	color: #184466;
}

/**
* Main Structure
*/
#main {
	position: relative;
	min-height: 620px;
	padding-bottom: 70px;
}

#aside-nav {
	background: #67859b repeat-x top left;
	position: absolute;
	width: 220px;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 2;
}

#aside-nav h2 {
	font-size: 1.4em;
	color: #fff;
}

#aside-blocks {
	position: absolute;
	width: 220px;
	right: 10px;
	top: 8px;
}

.main-content {
	margin: 0 225px 0 235px;
	padding-top: 8px;
	z-index: 1;
	position: relative;
}

#footer {
	height: 52px;
	background-color: #fff;
	border-top: 5px solid #184466;
	margin-top: 20px;
	position: relative;
}

#footer:before {
	content: url("img/stars.png");
	height: 220px;
	width: 308px;
	position: absolute;
	bottom: -2px;
	z-index: 0;
}

#footer div {
	z-index: 1;
	position: relative;
	width: 70%;
	margin: 10px 20px 0 auto;
	font-size: 1.2em;
	text-align: right;
	padding: 5px 0;
}

/**
* Left Sidebar
*/
#aside-nav {
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 1px 1px 1px #545454;
	-moz-box-shadow: 1px 1px 1px #545454;
	box-shadow: 1px 1px 1px #545454;
	list-style: none;
	margin: 0;
	padding: 0;
}

#aside-nav h2 {
	margin: 5px 10px 0 10px;
	padding: 15px 0 0 55px;
	height: 48px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: auto;
}

#aside-nav h3 {
	color: #fff;
	margin: 5px 10px 10px 10px;
	font-size: 1.3em;
}

.psi_library #aside-nav h2 { 		background-image: url("img/icons/48_psi_library.png"); }
.topic_reports #aside-nav h2 { 			background-image: url("img/icons/48_report.png"); }
.examples #aside-nav h2 { 			background-image: url("img/icons/48_examples.png"); }
.guest_blogs #aside-nav h2 { 		background-image: url("img/icons/48_blog.png"); }
.scorecard #aside-nav h2 { 		background-image: url("img/icons/48_scorecard.png"); }
.events #aside-nav h2 {			background-image: url("img/icons/48_event.png"); }
.cases #aside-nav h2 { 			background-image: url("img/icons/48_case.png"); }
.good_practice #aside-nav h2 { 	background-image: url("img/icons/48_good_practice.png"); }
.reports #aside-nav h2 { 			background-image: url("img/icons/48_report.png"); }
.forum #aside-nav h2 { 			background-image: url("img/icons/48_forum.png"); }
.themes #aside-nav h2 { 			background-image: url("img/icons/48_theme.png"); }
.products #aside-nav h2 { 		background-image: url("img/icons/48_product.png"); }
.news #aside-nav h2 { 			background-image: url("img/icons/48_news.png"); }
.links #aside-nav h2 {			background-image: url("img/icons/48_link.png"); }
.contacts #aside-nav h2 { 		background-image: url("img/icons/48_contact.png"); }

#aside-nav-blocks {
	width: 200px;
	margin-left: 10px;
	padding-top: 8px;
}
/*
#aside-nav .block {
margin: 0 auto 10px auto;
width: 90%;
font-size: 1.2em;
}

#aside-nav .block div {
background-color: #fff;
}
*/
#aside-nav .block h3 {
	text-align: left;
	margin: 0;
	font-size: 1.2em;
}

#aside-nav .block .newsletter-details {
	background: #fff url("img/yellow-block-background.jpg") repeat-x bottom left;
	display: block;
	padding: 10px 3px;
	text-align: center;
}

#aside-nav .block .newsletter-details a {
	text-align: center;
	border: 0;
}

#aside-nav .block .newsletter-details .newsletter-subscribe {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
}

#aside-nav .block .linkedin-details {
	text-align: center;
}

#aside-nav .block .linkedin-details a {
	background: #fff url("img/icons/linkedin_logo.png") no-repeat top center;
	display: block;
	border: 0;
	padding: 40px 5px 0 5px;
	margin-top: 5px;
}


/**
* Secondary Navigation
*/

.nav-standard {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.nav-standard a {
	min-height: 10px;
	padding: 6px 17px 7px 21px;
	display: block;
	text-decoration: none;
	border-bottom: 0 solid;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	border-color: #597992;
	line-height: 1.2em;
	border-top: 1px solid #7e99ad;
	border-right: 1px solid #7e99ad;
	border-bottom: 1px solid #567286;
	background-color: #67859b;
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 0 7px 7px 0;
	margin-right: 10px;
}

.nav-standard a:hover {
	background-color: #7593aa;
}

.nav-standard a.current, .nav-standard a.trail {
	font-weight: bold;
	color: #f0cc40;
	-moz-border-radius: 0 7px 0 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0 7px 0 0;
	background-color: #587992;
}

.nav-standard ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}

.nav-standard ul ul {
	margin: 0;
}

.nav-standard ul a {
	margin: 0;
	border-left: 1px solid #8aaac1;
	border-top: 1px solid #89a3b7;
	border-bottom: 1px solid #618199;
	background-color: #7593aa;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-left: 30px;
}
.nav-standard ul ul a {
	padding-left: 50px;
}
.nav-standard ul a.current {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
}
.nav-standard ul li.lastli a, .nav-standard ul li.lastli a.current {
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 0 0 7px 0;
}
.nav-standard a:hover {
	background-color: #81a0b7;
}

/**
* Section
*/
.section {
	padding: 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 1px #545454;
	-moz-box-shadow: 1px 1px 1px #545454;
	box-shadow: 1px 1px 1px #545454;
	margin-right: 2%;
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.2em;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.section.main, .section.show {
	background-color: #e4ebf1;
}

.section.main .content {
	margin: 0;
}

.section.toggle {
	cursor: pointer;
}

.section .toggle-text {
	margin: 10px 20px;
	color: #555;
	display: none;
}

.section.toggle .toggle-text {
	display: block;
}

.section.show .toggle-text {
	display: none;
}

.section p, .section pre {
	margin: 0 20px 10px 20px;
	white-space: normal;
}

.section h1 {
	/*background: #184466 url("img/block-header.jpg") repeat-y 0 0;*/
	background: #184466 url(img/h1-bg.jpg) repeat-x left center;
	text-align: left;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 5px 0 0;
	padding: 0px 10px 2px 10px;
	margin: 0;
	font-size: 1.2em;
	color: #fff;
}

.section h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.section h2 a:link, .section h2 a:visited {
	border-bottom: 0;
}

.section h2 a:hover {
	border-bottom: 1px solid #3a7cb1;
}

.section h3, .section h4, .section h5, .section h6 {
	font-size: 1em;
	font-weight: bold;
}

.section h2, .section h3, .section h4, .section h5, .section h6 {
	margin: 10px 20px 10px 20px;
}

.section ul {
	list-style: disc outside none;
}

.section ol, .section ul {
	margin: 0 20px 20px 20px;
	padding: 0 20px;
}

.section .attribute-image a, .section .attribute-image a img {
	border: 0;
}

/**
* Sitemap
*/
.sitemap {
	margin: 10px 10px 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	height: auto;
	position: relative;
	font-size: 1em;
	line-height: 1.6em;
	z-index: 1;
	background: transparent url("img/transparent_background.png");
	display: none;
}

a.sitemap-toggle {
	z-index: 2;
	position: absolute;
	color: #fff;
	right: 15px;
	font-size: 1.1em;
	margin-top: 5px;
	padding: 2px 0;
}

a.sitemap-toggle:hover {
	color: #fff;
}

.sitemap h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: 0 20px;
}

.sitemap .sitemap-columns {
	display: block;
	visibility: visible;
}

.sitemap .col {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin: 10px;
	border-right: 1px dashed #81a0b5;
	height: 100%;
}

.sitemap .col div {
	margin-bottom: 20px;
}

.sitemap .col ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.sitemap .col li {
	color: #fff;
}

.sitemap h4 {
	margin: 0;
	font-size: 1.1em;
}

.sitemap a, .sitemap a:visited {
	border-width: 0;
	color: #ddd;
}

.sitemap a:visited {
	color: #bbb;
}

.sitemap h4 a, .sitemap h4 a:visited {
	color: #fff;
}

.sitemap a:visited:after {
	content:  " \2713 ";
	color: #aaa;
	font-size: 0.7em;
}

.sitemap a:visited:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.sitemap a:hover, .sitemap a:focus, .sitemap a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/**
* Blocks
*/
.block {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.block div {
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 1px #545454;
	-moz-box-shadow: 1px 1px 1px #545454;
	box-shadow: 1px 1px 1px #545454;
	line-height: 1.6em;
	padding: 3px;
	background-color: #fff;
	height: 100%;
	background-color: #e4ebf1;
}

.block span {

}

.block h3 {
	/*background: #184466 url("img/block-header.jpg") repeat-y top left;*/
	background: #184466 url(img/tab-bg.jpg) repeat-x left center;
	text-align: left;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 5px 0 0;
	padding: 0 10px 2px 10px;
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}

.block h3 a {
	color: #fff;
	border: 0;
}

.block p {
	margin: 0 5px;
}

.block.small {
	width: 32%;
	float: left;
	margin-right: 1%;
}

.main-content .block {
	margin-right: 0.7%;
	width: 24%;
	float: left;
	margin-top: 5px;
	min-width: 150px;
}
.main-content .block div {
	min-height: inherit;
}

/**
* Page Elements: Main Image
*/
.image {
	margin: 20px;
	float: right;
}

/**
* Page Elements: Objects
*/
.object-left {
	float: left;
}

.object-right {
	float: right;
}

/**
* Page Elements: Item List
*/
.item-list, .section .item-list {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.item-list li {
	margin: 0;
	padding: 0;
}
.item-list a {
	border-bottom: 1px solid #c9d7e3 !important;
	display: block;
	border-top: 1px solid #f5f8fb;
	padding: 3px 3px 3px 10px;
	background-position: 10px top;
	background-repeat: no-repeat;
	background-image: none !important;
}
.item-list a:hover {
	background-color: #FFF;
	color: #184466;
}
.item-list a a {
    display: inline;
    border: 0;
    padding: 0;
    background: none;
}
.item-list li.even {
	background-color: #dae3eb;
}

.item-list a, .block .item-list a:visited {
	border-bottom: 0;
}

.item-list a:hover {
	border-bottom: 1px solid #3a7cb1;
}

.item-list .intro {
	color: #555;
	font-size: 0.9em;
}

/**
* Page Elements: Content Navigator
*/
.content-navigator {
	margin: 10px 20px;
}

.content-navigator div {
	display: inline;
}

/**
* Page Elements: Loader
*/
.loader {
	width: 100px;
	height: 100px;
	background-image: url("img/ajax-loader.gif");
	margin: auto;
}

/**
* Page Elements: Separator
*/
.separator {
	height: 1px;
	border-bottom: 2px solid #C3C3C3;
	margin: 15px 20px;
}

/**
* Page Elements: Paginator
*/
.section .paginator {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.paginator li {
	display: inline;
}

.paginator a:visited:after {
	content: "";
}

.paginator .next {
	margin-left: 10px;
	font-style: italic;
}

.paginator .previous {
	margin-right: 10px;
	font-style: italic;
}

.paginator .current {
	font-weight: bold;
}

/**
* Page Elements: Factbox
*/
.factbox {
	border: 1px solid #67859b;
	border-left-width: 5px;
	margin: 8px;
	background-color: #e3ecf2;
}

.factbox h2, .factbox p, .factbox h3, .factbox h4 {
	margin: 10px 12px;
}

.factbox h2 {
	margin: 5px 12px;
}

/**
* Page Elements: Table
*/
.section table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 2px solid #fff;
}

.section table th {
	background-color: #e4ebf1;
	padding: 2px 5px;
}

.section table td {
	padding: 2px 5px;
}

.section table p {
	margin: 2px 5px;
}

table.scorecard {
	width: 95%;
	table-layout: fixed;
	margin: 10px 20px;
	background-color: #fff;
}

table.scorecard td, table.scorecard th {
	padding: 2px 20px;
}

table.scorecard .countries {
	background-color: #e4ebf1;
}

table.scorecard .score, .scorecard .scoreTotal {
	text-align: center;
}

table.scorecard .scoreTotal, table.scorecard .tableHeaderTotal {
	background-color: #efc437;
	font-weight: bold;
}

table.list th {
	text-align: left;
}

table.list th a:visited:after {
	content: none;
}

table.list th a.desc {
	padding-right: 22px;
	background: transparent url("img/icons/sort_arrow_down.png") no-repeat right 2px;
}

table.list th a.asc {
	padding-right: 22px;
	background: transparent url("img/icons/sort_arrow_up.png") no-repeat right 2px;
}

table.list td {
	padding-bottom: 10px;
}

table.list h2, table.list p {
	margin: 0;
}

table .header_1 td {
	background-color: #E4EBF1;
	font-weight: bold;
	border-bottom: 4px solid #fff;
}

table .header_2 td {
	font-weight: bold;
	background-color: #E8F2F8;
}

table .header_3 td {
	font-weight: bold;
	background-color: #F4F0FF;
}

/**
* Page Elements: Gallery
*/
/*.photo-gallery {
	visibility: hidden;
}

.gallery-wrapper {
	padding: 1px;
	margin: 10px auto;
	background-color: #666;
}

.panel .panel-overlay, .panel .overlay-background {
	height: 60px;
	padding: 10px 10px;
}

.panel .overlay-background {
	background: #222;
}

.panel .panel-overlay {
	color: white;
	font-size: 1em;
}

.panel .panel-overlay p {
	padding: 0;
	margin: 0;
}

.panel .panel-overlay a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.filmstrip {
	margin: 5px;
	background-color: #222;
}

.frame .img_wrap {
	border: 1px solid #2222;
}

.frame.current .img_wrap {
	border-color: #fff;
}

.frame img {
	border: none;
}

.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}

.frame.current .caption {
	color: #000;
}

.pointer {
	border-color: #FFF;
}*/

.gallery a img, .gallery a {
	border: 0;
}

.gallery #slideshow, .gallery #caption, .gallery #thumbs, .gallery #controls {
	width: 500px;
	margin: auto;
}

.gallery #caption {
	padding: 10px 5px;
}

.gallery #thumbs {
	width: 440px;
}

.gallery #thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery #thumbs li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

.gallery #thumbs li a {
	border: 2px solid #fff;
	display: block;
}

.gallery #thumbs li.selected a {
	border: 2px solid #000;
}

.gallery #thumbs .pagination {
	text-align: center;
	clear: both;
}

.gallery #thumbs .pagination a, .gallery #thumbs .pagination .current {
	margin-right: 5px;
}

.gallery #controls .ss-controls {
	float: left;
}

.gallery #controls .nav-controls {
	float: right;
}

.gallery #controls a {
	margin-right: 10px;
}

/**
* Page Elements: Form
*/
.section .fields {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.section .fields ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.section .fields li {
	margin: 5px 0;
	padding: 0;
	clear: both;
}

.section .fields li ul {

}

.section label {
	width: 150px;
	display: block;
	float: left;
}

.section input {
}

.section form .fields li table {
	width: auto;
}

.section form .fields li .oe-window {
	width: 80%;
}

.section form .fields .block {
	float: none;
	width: auto;
	margin: 0;
}

.section form .fields h2 {
	margin: 10px 0 5px 0;
}

.section form .fields p {
	margin: 0 0 5px 0;
}

.section form .required label {
	font-weight: bold;
}

.section form .required .error {
	border: 1px solid #ff0000;
}

.section form .required label.error {
	border: 0;
	color: #ff0000;
	float: none;
	display: inline;
	margin-left: 5px;
}

/**
* Page Elements: Errors
*/
.warning {
	background-color: #ddd33b;
	border: 3px solid #ccc330;
	margin: 10px 20px;
}
.warning h2 {
	margin: 10px;
}
.warning ul {
	margin: 0 10px 10px 15px;
}

/**
* Page Elements: Panel
*/
.panel {
	float: left;
	width: 20%;
	padding: 0 10px 10px 0;
}
.panel.teaser {
	width: 200px;
	background-color: #e4ebf1;
	margin: 10px;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	min-height: 350px;
	position: relative;
	padding: 0;
}
.panel.teaser h2 {
	color: #1a4568;
	font-size: 1.5em;
	text-align: right;
	margin: 0;
}
.panel.teaser h2 a {
	color: #1a4568;
	display: block;
	padding: 10px;
	width: 180px;
	border-width: 0;
}
.panel.teaser .image {
	height: 120px;
	border: 4px solid #fff;
	border-width: 4px 0;
	display: block;
	float: none;
	margin: 0;
}
.panel.teaser .item-list {
	margin: 0;
	padding: 0 0 40px 0;
}
.panel.teaser .see-all {
	position: absolute;
	bottom: 0;
	text-align: right;
	display: block;
	width: 180px;
	border-width: 0;
	padding: 10px;
}
.panel.teaser.directory .image {	background-image: url("img/teasers/products.jpg"); }
.panel.teaser.themes .image {	background-image: url("img/teasers/themes.jpg"); }
.panel.teaser.cases .image {	background-image: url("img/teasers/cases.jpg"); }
.panel.teaser.scorecard .image {	background-image: url("img/teasers/scorecard.jpg"); }
.panel.teaser.good_practice .image {	background-image: url("img/teasers/good-practice.jpg"); }
.panel.teaser.links .image {	background-image: url("img/teasers/links.jpg"); }
.panel.teaser.reports .image {	background-image: url("img/teasers/reports.jpg"); }
.panel.teaser.news .image {	background-image: url("img/teasers/news.jpg"); }
.panel.teaser.events .image {	background-image: url("img/teasers/events.jpg"); }
.panel.teaser.newsletter .image {	background-image: url("img/teasers/newsletter.jpg"); }

/**
* Page Elements: Embed
*/
.embed {
	position: relative;
}

/**
* Page Elements: Video Player
*/
.player {
	margin: 0 20px 20px 20px;
}

/**
* Page Elements: File
*/
.file-download {
	padding: 3px 25px;
	background: transparent url("img/icons/22_document.png") no-repeat left 2px;
	margin: 5px 20px;
}

.player a, .player a:hover {
	border: none;
}

/**
* Page Elements: RSS Feed
*/
.feed, .section .feed {
	background: transparent url("img/icons/rss.gif") no-repeat left center !important;
	padding: 3px 0 3px 30px;
	margin: 5px 20px;
	display: block;
	border: none;
}

/**
* Section Type: Weblog
*/
.weblog.item {
	position: relative;
}

.weblog .details {
	margin: 5px 20px;
	z-index: 2;
	position: relative;
}

.weblog .details p {
	display: inline;
	margin: 0;
	color: #555;
}

.weblog .details .author {
	font-weight: bold;
	margin-right: 10px;
}

.weblog .details .date {
	color: #888;
}

.weblog .details .comments {
	float: right;
	margin-right: 40px;
}

.weblog .details .comments:before {
	content: url("img/icons/32_comments.png");
	height: 32px;
	position: absolute;
	margin-top: -5px;
	margin-left: -32px;
}

.weblog .content {
	column-count: 2;
	column-gap: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
}

.weblog .more {
	margin: 5px 20px;
}

.weblog .post-comment {
	display: inline;
}

.blogger-info .image {
	float: left;
	margin: 0 20px 18px;;
}

.weblog.listitem .intro {
	margin: 0 20px;
}

/**
* Section Type: Event
*/
.event.item {
	position: relative;
	padding-right: 40px;
}

.event.section .image {
	float: left;
	margin: 10px 10px 10px 20px;
}

.event.section .related-documents {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.event.section .related-documents li {
	padding: 3px 25px;
	background: transparent url("img/icons/22_document.png") no-repeat left 2px;
}

.event.section .related-documents .listitem .title, .event.section .related-documents .listitem .details p  {
	margin: 0;
	padding: 0;
}

/**
* Section Type: Case
*/
.case.item {
	position: relative;
	padding-right: 40px;
}

/**
* Section Type: Report
*/
.report.item {
	position: relative;
	padding-right: 40px;
}

/**
* Section Type: Themes
*/
.theme.item {
	position: relative;
	padding-right: 40px;
	margin-bottom: 10px;
}

/**
* Section Type: Article
*/
.article .content {
	margin: 10px 0;
}

.article .next-expand, .article .prev-expand {
	margin: 0 0 10px 20px;
	display: block;
	border: 1px solid #296291;
	border-left: 1px solid #B5CBE9;
	border-top: 1px solid #B5CBE9;
	border-right: 1px solid #296291;
	border-bottom: 1px solid #296291;
	background-color: #D1D8DF;
	float: left;
	padding: 4px 10px;
}

/**
* Section Type: Good Practice
*/
.good_practice .report.item {
	position: relative;
	padding-right: 40px;
}

/**
* Section Type: Products Folder
*/
.products-folder.item {
	position: relative;
	margin-bottom: 10px;
}

.products-folder.item .products.list {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

/**
* Section Type: Cross Border Product
*/
.x-border-product.section table {
	border-color: #fff;
	border-width: 2px;
}

.x-border-product.section td {
	padding: 8px;
}

.x-border-product.section td p {
	padding: 0;
	margin: 0 0 10px 0;
}

.x-border-product.section .label {
	background-color: #e4ebf1;
	font-weight: bold;
	width: 20%;
	vertical-align: top;
}

.x-border-product.section .valueheader {
	background-color: #EFC437;
	font-weight: bold;
}

/**
* Section Type: News
*/
.news.item {
	position: relative;
	padding-right: 40px;
}

.news.item .date {
	margin: 0 20px;
	color: #777;
	position: absolute;
	top: 0;
	right: 40px;
}

/**
* Section Type: Newsletter Issue
*/
.newsletter-issue.item {
	position: relative;
	padding-right: 40px;
}

.newsletter-issue.item .date {
	margin: 0 20px;
	color: #777;
	position: absolute;
	top: 0;
	right: 40px;
}
.newsletter-issue .newsletter-header {
	width: auto;
	margin: 10px 20px;
	height: 50px;
	font-size: 1.8em;
	text-align: left;
	background-repeat: no-repeat;
}
.newsletter-issue .subtitle {
	margin: 5px 20px 20px 20px;
	font-size: 1.2em;
}
.newsletter-issue .posttext, .newsletter-issue .pretext {
	clear: both;
	margin: 20px;
	border: 2px solid #ccc;
}
.newsletter-issue .newsletter-wrapper {
	width: 600px;
}
.newsletter-issue .embed {

}

/**
* Section Type: Forum
*/
.forum-folder td {
	font-weight: bold;
	padding-top: 10px;
}

.sub-forum .title {
	padding-left: 40px;
}

.forum .post div.author {
	width: 15%;
	float: left;
	margin: 10px 10px 10px 20px;
}

.forum .post p, .forum .post h2 {
	margin: 0;
}

.forum .post p.editedby {
	color: #999;
	font-size: 0.8em;
}

.forum .post .message {
	float: left;
	width: 80%;
	margin: 10px 0;
}

.forum table {
	table-layout: fixed;
}

.forum table .replies { width: 50px; }
.forum table .author { width: 150px; }
.forum table .lastreply { width: 150px; }

.forum .reply-to {
	border-bottom: 2px solid #C3C3C3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.forum .reply-to h2 {
	margin: 5px 20px;
}

.forum .reply-to .post h2 {
	margin: 0;
}

/**
* Section Type: Search
*/
.search .result {
	margin: 10px 20px 0 20px;
	font-size: 1.2em;
	font-weight: bold;
}

.search .searched-in {
	margin: 0 20px;
}

.search .searched-in dt {
	float: left;
	clear: both;
	width: 50px;
	font-weight: bold;
}

.search-result {
	clear: both;
}

.search-result.item .description {
	margin: 0 20px 0 36px;
}

.search-result.item .description {
	width: 60%;
}

.search-result h2 {
	background-image: url("img/icons/32_file.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-top: 6px;
}

.guest_blog.search-result h2 {		background-image: url("img/icons/32_blog.png"); }
.scorecard.search-result h2 { 		background-image: url("img/icons/32_scorecard.png"); }
.event.search-result h2 {		 	background-image: url("img/icons/32_event.png"); }
.case.search-result  h2 { 			background-image: url("img/icons/32_case.png"); }
.good_practice.search-result h2 { 	background-image: url("img/icons/32_good_practice.png"); }
.article.search-result h2 { 			background-image: url("img/icons/32_report.png"); }
.report.search-result h2 { 			background-image: url("img/icons/32_report.png"); }
.forum.search-result h2 { 			background-image: url("img/icons/32_forum.png"); }
.theme.search-result h2 { 			background-image: url("img/icons/32_theme.png"); }
.x_border_product.search-result h2 {	background-image: url("img/icons/32_product.png"); }
.news.search-result h2 {				background-image: url("img/icons/32_news.png"); }
.link.search-result h2 {				background-image: url("img/icons/32_link.png"); }
.contact.search-result h2 {			background-image: url("img/icons/32_contact.png"); }

.search-result .score {
	font-size: 0.8em;
	margin-left: 56px;
	margin-top: -25px;
}

.search-result .matrix {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

/**
* Section Type: File
*/
.file .details {
	margin: 10px 20px;
}

/**
* Section Type: Comment
*/
.comment.item {
	margin: 0 0 25px 0;
}
.comment.item blockquote, .comment.embed blockquote {
	margin: 0 20px;
	background-color: #f1f1f1;
	border: 1px solid #FFF;
	-moz-box-shadow: #AAA 0 0 3px;
	-webkit-box-shadow: 0 0 3px #AAA;
	-o-box-shadow: #AAA 0 0 3px;
	box-shadow: #AAA 0 0 3px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.comment.item blockquote h3 {
	margin: 0;
	padding: 5px 5px 3px 5px;
	border-bottom: 1px solid #ddd;
	background-color: #e9e9e9;
}

.comment.item blockquote .message {
	padding: 5px;
}

.reply-comment .comment {
	margin: 0 0 25px 30px;
}

.comment cite {
	margin: 0 25px 20px;
	padding:7px 0 15px 0;
	top: 7px;
	line-height: 1em;
	z-index: 2;
	position: relative;
	background: transparent url("img/bubble_tip.gif") no-repeat 20px 0;
}

.comment cite span {
	display: inline;
	margin: 0;
	color: #555;
}

.comment cite .author {
	font-weight: bold;
	margin-right: 10px;
}

.comment cite .date {
	color: #888;
	position: relative;
	right: auto;
}

.comment cite .comments {
	float: right;
}

.children .content-action {
	margin: 20px 20px;
}

.button.reply_comment {
	float: right;
	margin-top: 10px;
}

/**
* Embed: Folder
*/
.folder.embed {
	margin: 10px 20px 20px 20px;
}

.folder.embed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.folder.embed p, .folder.embed h2 {
	margin: 0;
}

/**
* Embed: News
*/
.news.embed .date{
	margin: 0 20px;
}

/**
* Listitem
*/
.section .listitem .title {
	margin-left: 20px;
}
.listitem {
	margin-bottom: 10px;
}

.listitem .details {
	color: #666;
}

.listitem .details a {
	color: #444;
}

/**
* Block Type: News
*/
#aside-blocks .latest-news.block h3:before {
	content: url("img/icons/48_news.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

#aside-nav .latest-news.block h3:before {
	content: url("img/icons/48_news.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Forum Topics
*/
.latest-forum-topics.block h3:before {
	content: url("img/icons/48_forum.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Meetings
*/
#aside-blocks .meetings.block h3:before {
	content: url("img/icons/48_event.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

#aside-nav .meetings.block h3:before {
	content: url("img/icons/48_event.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Blogs
*/
.latest-blogs.block h3:before {
	content: url("img/icons/48_blog.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: News Highlights
*/
#aside-blocks .news-highlights.block h3:before {
	content: url("img/icons/48_news_highlights.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

#aside-nav .news-highlights.block h3:before {
	content: url("img/icons/48_news_highlights.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Topic Report Highlights
*/
.latest-topic-reports.block h3:before {
	content: url("img/icons/48_report.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Examples Highlights
*/
.examples-highlights.block h3:before {
	content: url("img/icons/48_examples.png");
	position: absolute;
	right: -10px;
	top: -10px;
}

/**
* Block Type: Google Translate
*/
.translate.block div div {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.translate.block .skiptranslate {
	font-size: 0.8em;
}

.translate.block .goog-logo-link {
	font-size: 1em;
}

/**
* Block Type: Search
*/
.search.block div div {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: auto;
	padding: 0;
}

.search.block form {
	padding: 10px;
}

.search.block label {
	float: left;
	clear: both;
	width: 55px;
	margin-left: 5px;
}

.search.block .searchinput {
	width: 115px;
}

.search.block .field {
	margin-top: 5px;
}

.search.block .search-in {
	margin-bottom: 15px;
}

.search.block .search-in label {
	margin: 0;
	width: 60px;
}

.search.block #search-everywhere-label, .search.block #search-here-label {
	width: 120px;
}

.search.block select {
	float: left;
	width: 130px;
}

.search.block select .sub {
	padding-left: 20px;
}

/**
* Block Type: Twitter
*/
.twitter.block div div {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: auto;
	height: auto;
}

.twitter.block .tweet-user {
	font-weight: bold;
}

.twitter.block #tweets .intro a {
	display: inline;
	background: none;
	border: none;
	padding: 0;
}

.twitter.block .timestamp {
	display: block;
	text-align: right;
}

.twitter.block .follow-us {
	margin: 10px 0 0 10px;
	display: block;
}

.twitter.block a.follow-us {
	border-width: 0;
}

.twitter.block .follow-us img {
	border: 0;
}

.twitter.block .twtr-doc {
	padding: 0 3px;
}
.twitter.block .twtr-timeline, .twitter.block .twtr-tweets {
	padding: 0;
}

.twitter.block  .twtr-widget .twtr-tweet-wrap {
	padding: 6px 0;
}

.twitter.block .twtr-bd {
	padding: 0 1px;
}

.twitter.block .twtr-hd, .twitter.block .twtr-ft, .twitter.block .twtr-reference-tweet {
	display: none;
}

/**
* Block Type: ShareThis
*/
.sharethis.block div div {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: auto;
	padding: 0;
}
.sharethis.block a:hover { border:0 ;}
.addthis_toolbox {
	margin: 5px;
}
.addthis_separator {
	margin: 0 2px !important;
}
.addthis_toolbox .addthis_button_compact {
	background-image: none !important;
	padding-right: 0 !important;
}
.tweet-button {
    margin: 5px;
}

/**
* Block Type: Widgets
*/
.block.widgets a {
	margin: 2px;
	display: block;
}


/* Page Elements: Report Comment */
.report-comment {
	position: relative;
	margin: 5px 20px;
}
.report-box {
	background-color: #e4ebf1;
	border: 1px solid #67859B;
	width: 220px;
	top: 20px;
	display: none;
	position: absolute;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 1px #545454;
	-moz-box-shadow: 1px 1px 1px #545454;
	box-shadow: 1px 1px 1px #545454;
}

.report-box input {
	
}