/*
European Solay Days Screen Stylesheet

Version:   1.0
Author:    Jim Michels
Email:     jim at ansjo dot be
Website:   www.ansjo.be
Updated:   8 march 2011

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Import other stylesheets */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* @import url(""); */

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Setup some basic styles and formating */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
body {
	margin:0pt;
	padding:0pt;
}
.icon_pdf {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../images/icons/i_pdf.gif) no-repeat 0 50%;
}
.small {
	color:#999;
	font: 11px/16px  Arial, Helvetica, sans-serif;
}	
div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin:0pt; /*Remove all margins*/
	padding:0pt; /*Remove all paddings*/
}
p {
 margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float: left;
}
img {
	border:0;
}
table { 
 border-spacing: 0;
	border-collapse: collapse;
}

td {
 text-align: left;
	font-weight: normal;
}
/** html #image-style { *//*Fixes transparancy problem in IE6. Or use the IE PNG Alpha Fix*/
/* background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale");
}*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Styles for layout */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Links */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
a:link, a:visited {
	padding-bottom: 0;
	color: #e95d0f;
	text-decoration: none;
 outline: none; /*Remove dotted links in Firefox*/
	}
a:hover {
	padding-bottom: 0;
	color: #e95d0f;
	text-decoration:underline;
	}
a:active, a:focus {
	outline:none;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Setup document */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

body {
	/*font: 62.5%/1.5  Verdana, Geneva, sans-serif;*/
	font: 12px/18px  Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg_body.gif) no-repeat top center;
	color: #000000;	
	text-align:left;
}
#wrapper {
	background: url(../images/bg_content.png) repeat-y top center;
	width:1000px;
	margin:auto;
	font-size:12px;
	overflow:hidden;
}
#header {
	width:980px;
	height:176px;
	margin:0 auto;
	background-color:#06C;
	background:url(../images/top_line.gif) no-repeat top left;
}
#logo {
	float:left;
	margin-top:11px;
}
#slogan {
	float:right;
	margin:10px 35px 0 0;
}
#top {
	width:910px;
	/*height:176px;*/
	margin:0 auto;
}
#content {
	width:910px;
	margin:auto;
}
#content_left {
	width:255px;
	float:left;
	}
#content_right {
	width:565px; /*655px;*/
	float:right;
	padding:10px 70px 10px 20px;
	margin-bottom:30px;
}
#content_right p {
	margin-bottom:6px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Typography */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

h1, .componentheading {
	font-size: 26px;
	color:#1b1b1b;
	margin: 6px 0 22px 0;
}
h2 {
	font-size: 20px;
	color:#e25f08;
	margin: 6px 0 12px 0;
}
h3 {
	font-size: 18px;
	color:#5e5e5e;
	margin: 6px 0 12px 0;
}
h4, h5 {
	font-size: 16px;
	color:#5e5e5e;
	margin: 6px 0 12px 0;
}
p, q, cite {
	font-size:12px;
}

/*ul, ol, dl {
	list-style: none;
	font-size:12px;
}*/
li, dd, dt {
	font-size:12px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Top content */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#slideshow, #random_image {
	float:left;
	width:616px;
	height:224px;
	background-color:#EAEAEA;
}
#countdown {
	float:right;
	width:294px;
	height:224px;
	background-color:#C90;
}
#country_chooser {
	float:left;
	width:255px;
	height:80px;
	background-color:#ecb700;
}
#country_chooser h3 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 5px 15px;
}
.simpleselectbox select {
	border:1px solid #999;
}
.ssb_form {
	margin-left:15px;
}
#testimonials {
	float:left;
	width:361px;
	height:80px;
	background-color:#d7d7d7;
}
#testimonials h3 {
	color:#535353;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 5px 15px;
}
#testimonials p, #srq_quote {
	margin:10px 7px 0 15px;
	font-style:italic;
	color:#717173;
	line-height:15px;
}
div#srq_author {
	display:none;
}
/*#newsletter_subscribe_box {
	float:left;
	width:294px;
	height:80px;
	background-color:#707173;
}
#newsletter_subscribe_box h3 {
	color:#e5e5e5;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 5px 15px;
}
#newsletter_subscribe_box p {
	margin:0 0 0 15px;
	color:#fff;
	line-height:16px;
}
#newsletter_subscribe_box a, #newsletter_subscribe_box a:visited {
	color:#fff;
	text-decoration:underline;
}*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Navigation left */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Sub navigation */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#left_sub_menu {
	width:255px;
	float:left;
	margin-bottom:15px;
}
#left_sub_menu ul.menu { /*DIV that contains each sub menu*/
/*background:white;
background:black url(../img/menu/bg_menu.jpg) repeat-y top right;*/
background-color:#fff;
width:255px;
list-style-type:none;
list-style-image:none;
margin:17px 0 0 0;
padding:0;
float:left;
}
#left_sub_menu ul.menu ul {
list-style-type:none;
list-style-image:none;
/*margin-bottom:7px;*/
}
#left_sub_menu ul.menu li{
 border-top:1px solid #e3e3e3;
	background:#fff url(../images/bg_submenu.gif) no-repeat top left;
}
#left_sub_menu ul.menu li a{
display:block;
font:normal 12px Arial, Verdana, Helvetica, sans-serif;
color:#1b1b1b;
text-decoration:none;
padding:6px 5px 6px 35px;
}
#left_sub_menu ul.menu li a:hover{
/*color:#ecb700;*/
background:#fff url(../images/bg_submenu_over.gif) no-repeat top left;
}
#left_sub_menu ul.menu li.active, #left_sub_menu ul.menu li.current {
background:#fff url(../images/bg_submenu_active.gif) no-repeat top left;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Footer */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#footer {
	background: url(../images/bg_content.png) repeat-y top center;
	width:1000px;
	margin:auto;
	font-size:10px;
	line-height:20px;
	text-align:left;
	padding-bottom:20px;
}
#footer p {
	font-size:10px;
	margin:0 0 0 45px;
}
#footer_bottom {
	background: url(../images/bg_footer.png) no-repeat;
	width:1000px;
	height:57px;
	margin:auto;
	font-size:0px;
}
#footer p.gray {
 color:#959595;
	line-height:14px;
}
.footer_line {
 margin:0 0 5px 45px;
	width:910px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Footer - Social media icons */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#social_media {
 float:right;
	width:246px;
	height:48px;
	margin-right:44px;
}
.facebook {
	display:block;
	float:right;
	width:115px;
}
.twitter {
	display:block;
	float:left;
	width:131px;
	display:none;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Design by Bliss/Ansjo */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#footer p.design, #footer .design a, #footer .design a:visited {
	color:#ccc;
	line-height:14px;
}
#footer p.design {
	margin-top:5px;
	float:right;
	margin-right:45px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Flash map Europe */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#map_europe {
	display:block;
	z-index:501;
}
.custom_map {
 margin:0;
	padding:0;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Breadcrumbs */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#breadcrumbs {
 color:#acacac;
	font-size:11px;
	margin-bottom:18px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Search and rss button */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Sub navigation */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Newsletter AcyMailing component/modules */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.acymailing_module {
	float:left;
	width:294px;
	height:80px;
	background-color:#707173;
	line-height: 11px;
}
#acymailing_module_formAcymailing1 {
	float:left;
	width:294px;
	height:80px;
	background-color:#707173;
}
#formAcymailing1, .acymailing_module form {
	margin:10px 0 5px 15px;
	width:264px;
}
.acymailing_module input {
	margin:0;
	padding:0;
}
#acymailing_module_formAcymailing1 h3, .acymailing_introtext, .acymailing_module h3, .acymailing_module .acymailing_introtext {
	color:#e5e5e5;
	font-weight:bold;
	font-size:14px;
}
.acymailing_finaltext, .acymailing_module .acymailing_finaltext {
 font-size:11px;
}
#formAcymailing1, #formAcymailing57761 {
		margin:10px 0 5px 15px;
}
#formAcymailing1 .button, #formAcymailing57761 .button, .acymailing_module .button {
 border: none;
 background: url(../images/submit_button_newsletter.gif) no-repeat top left;
	width:65px;
	height:21px;
}
#formAcymailing1 .button:hover, #formAcymailing57761 .button:hover, .acymailing_module .button:hover {
 background: url(../images/submit_button_newsletter_hover.gif) no-repeat top left;
}
#formAcymailing1 .inputbox, #formAcymailing57761 .inputbox, .acymailing_module .inputbox {
		border:0;
		background-color:#d7d7d7;
		width:85px;
		/*height:20px;*/
		font-size:12px;
		padding:2px;
		margin-right:3px;
}
#formAcymailing1 .inputbox:hover, #formAcymailing57761 .inputbox:hover, .acymailing_module .inputbox:hover {
 background: #fff;
}




#newsletter_subscribe_box {
	float:left;
	width:294px;
	height:80px;
	background-color:#707173;
}
#newsletter_subscribe_box h3 {
	color:#e5e5e5;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 5px 15px;
}
#newsletter_subscribe_box p {
	margin:0 0 0 15px;
	color:#fff;
	line-height:16px;
}
#newsletter_subscribe_box a, #newsletter_subscribe_box a:visited {
	color:#fff;
	text-decoration:underline;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Custom module default layout */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.custom {
 border:1px solid #d7d7d7;
	width:223px;
	padding:12px 15px 15px 15px;
	margin:5px 0 5px 0;
	float:left;
}
#custom h3 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	margin:8px 0 0 15px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Downloads */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.custom_downloads {
	background:#e25f08 url(../images/bg_downloads.gif) no-repeat top left;
	float:left;
	width:225px;
	padding:12px 15px 15px 15px;
	margin:0 0 15px 0;
}
.custom_downloads_eu {
	background:#707173 url(../images/bg_downloads_eu.gif) no-repeat top left;
	float:left;
	width:225px;
	padding:12px 15px 15px 15px;
	margin:15px 0 0 0;
}
.custom_downloads p, .custom_downloads_eu p {
	margin:0 0 0 20px;
	padding:0;
	line-height:22px;
}
.custom_downloads h3 {
	color:#f5b286;
	font-size:20px;
	margin:0 0 0 20px;
	padding:0;
	/*line-height:16px;*/
}
.custom_downloads_eu h3 {
	color:#aeaeae;
	font-size:20px;
	margin:0 0 0 20px;
	padding:0;
	/*line-height:16px;*/
}
.custom_downloads strong, .custom_downloads_eu strong {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin:0;
	/*line-height:24px;*/
}
.custom_downloads a, .custom_downloads_eu a {
	color:#fff;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_pdf.gif) no-repeat 0 50%;
}
.custom_downloads a:hover, .custom_downloads_eu a:hover {
	text-decoration:underline;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Contacts */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.custom_contact {
	display:block;
 border:1px solid #d7d7d7;
	float:left;/**/
	width:223px;
	padding:12px 15px 15px 15px;
	margin:0 0 15px 0;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Forms */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Search */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.searchintro {
 font-weight:normal;
 margin:20px 0 20px;
}
#searchForm {
 padding:0;
}
#searchForm fieldset {
 border:1px solid #ccc;
}
.form-limit {
 margin:20px 0 0;
 text-align:right;
 padding:0 10px 0 20px;
}
.inputbox:focus {
}
.highlight {
 font-weight:bold;
}
.ordering-box {
 width:40%;
 float:right;
}
.phrases-box {
 width:60%;
 float:left
}
.only,
.phrases {
 margin:10px 0 0 0px;
 padding:15px ;
 line-height:1.3em;
}
label.ordering {
 display:block;
 margin:10px 0 10px 0
}
.word {
 padding:10px 10px 10px 15px;
}
.word input {
 font-weight:bold;
 margin:0px 10px 0px 10px;
 padding:4px;
 /*font-size:1em*/
}
.word input:focus {
 margin:0 0 0 9px;
}
.word label {
 font-weight:bold
}
fieldset.only label,
fieldset.phrases label {
 margin:0 10px 0 0px
}
.ordering-box label.ordering {
 margin:0 10px 5px 0;
 float:left
}
form .search label {
 display:none
}
.search legend{
	font-weight:bold
	}
/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox {
 width:10em;
}
.phrases .inputbox option {
 padding:2px;
}
/* ++++++++++++++  search results  ++++++++++++++++++ */
dl.search-results {
}
dl.search-results dt.result-title {
 padding:15px 15px 0px 5px;
 font-weight:bold;
}
dl.search-results dd {
 padding:2px 15px 2px 5px;
}
dl.search-results dd.result-text {
 padding:0 15px 10px 17px;
 line-height:1.7em;
}
dl.search-results dd.result-created {
 padding:2px 15px 15px 17px;
	display:none;
}
dl.search-results dd.result-category {
	 padding:0 15px 0 17px;
}
dl.search-results dd.result-category span.small {
	color:#999;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Icons */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
a.icon_pdf, .icon_pdf {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_pdf.gif) no-repeat 0 50%;
	}
a.icon_word {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_word.gif) no-repeat 0 50%;
	}
a.icon_excel {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_excel.gif) no-repeat 0 50%;
	}
a.icon_ppt {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_ppt.gif) no-repeat 0 50%;
	}
a.icon_zip {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../../../images/icons/i_zip.gif) no-repeat 0 50%;
	}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Sitemap */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#xmap .menutitle {
	display:none;
}
#xmap ul {
display:block;
list-style:none;
margin:0;
padding:0;
}
#xmap ul li {
margin:0;
padding:0;
white-space:nowrap;
background:transparent;
/*font-weight:normal;*/
}
#xmap a img {
border:none;
}
#xmap ul.level_0 ul {
list-style:inside square;
padding:0;
border-top:1px solid #ccc;
}
#xmap ul.level_1 ul, #xmap ul.level_2 ul, #xmap ul.level_3 ul {
border:0;
}
#xmap ul.level_0 {
font-weight:bold;
}
#xmap ul.level_0 ul li {
font-weight:normal;
}
#xmap ul.level_1 li {
padding:0 0 0 2em;
white-space:nowrap;
}
#xmap .active {
font-style:italic;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Partners page */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#table_partners td {
	border-bottom:1px dashed #ccc;
	padding:15px 0 15px 0;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Joomla */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.article-info-term {
 display:none;
}
.create {
	color:#939495;
	margin-bottom:5px;
}
.readmore a:link,.readmore a:visited,a.readmore:link,a.readmore:visited {
	color: #444;
	/*background: #eee url(../images/arrow1.gif) repeat-x left top;*/
	background-color:#ddd;
	/*border: solid 1px #ddd;*/
	padding:3px 5px;
	margin-top:5px;
}
.readmore a:hover,.readmore a:active,.readmore a:focus,a.readmore a:hover,a.readmore a:active,a.readmore a:focus {
	/*background: #555 url(../images/arrow2.gif) no-repeat left 6px !important;*/
	color: #1b1b1b;
	text-decoration:none;
	background-color:#ecb700;
}
.item-separator {
 margin-bottom:42px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Login */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#login-form {
 padding-top:5px
}
#login-form fieldset {
 padding:0px;
 border:0;
}
#login-form .inputbox {
 padding:2px
}
#login-form fieldset.input {
 padding:10px 0 0 0;
 margin:0px 0 10px 5px
}

#login-form label {
 margin-right:10px;
 width:8.4em;
 display:block;
 float:left
}
#form-login-remember label {
	float:none;
	width:auto;
	display:inline
}
.logout-button {
	margin-top:10px
}
input.button, button.button, button.validate {
 cursor:pointer;
 padding:3px 5px 3px 7px ;
 font-weight:bold;
 line-height:1.2em;
 font-family:arial;
}
#modlgn-username, #modlgn-passwd {
 width:9em
}
.module_content #form-login-username label, .module_content #form-login-password label {
 float:left;
 width:5.2em
}
.login-fields {
 margin:10px 0
}
.login-fields label {
 float:left;
 width:9em
}
.login-description img, .logout-description img {
 float:left;
 margin-right:20px;
}
.login-description, .logout-description {
	overflow:hidden;
	padding-left:0px;
	margin:20px 0 10px 0;
	color:#333;
}
.logout-description {
 margin-bottom:20px
}

/* ++++++++++++++  items more  ++++++++++++++ */

#main .items-more {
 padding-top:10px;
}

#main .items-more h3 {
 font-weight:normal;
 margin:0;
 padding:5px 5px 5px 5px;
 font-size:1.4em
}

#main .items-more ol {
 line-height:1.3em;
 list-style-type:none;
 margin:0;
 padding:10px 0 10px 2px;
}

#main .items-more ol li {
 padding:2px;
}

#main .items-more ol li a {
 display:inline;
 margin:0;
 font-weight:normal;
 padding:5px 5px 5px 20px;
}

#main .items-more ol li a:hover, #main .items-more ol li a:active, #main .items-more ol li a:focus {
 font-weight:normal;
 padding:5px 5px 5px 20px;
 text-decoration:none
}


/* ++++++++++++++  pagination  ++++++++++++++ */
.pagination {
 margin:10px 0 ;
 padding:10px 0 10px 0px;
}
.pagination ul {
 list-style-type:none;
 margin:0;
 padding:0;
 text-align:left;
}
.pagination li{
 display:inline;
 padding:2px 5px;
 text-align:left;
 border:solid 0px #eee;
 margin:0 2px
}
.pagenav{
	padding:2px
}
.pagination li.pagination-start, .pagination li.pagination-next, .pagination li.pagination-end, .pagination li.pagination-prev {
	border:0
}
.pagination li.pagination-start, .pagination li.pagination-start span {
padding:0
}
p.counter {
 font-weight:bold;
}
/* ##########################  user profile  ########################### */

#users-profile-core, #users-profile-custom {
 margin:10px 0 15px 0;
 padding:15px;
}
#users-profile-core dt, #users-profile-custom dt {
 float:left;
 width:12em;
 padding:3px 0;  
}
#users-profile-core dd, #users-profile-custom dd {
 padding:3px 0;
}
#member-profile fieldset, .registration fieldset {
 margin:10px 0 15px 0;
 padding:15px;
	border:1px solid #ccc;
}
#users-profile-core legend, #users-profile-custom legend, .profile-edit legend, .registration legend {
 font-weight:bold
}
.profile-edit form#member-profile fieldset dd, .registration form#member-registration fieldset dd {
	float:none;
	padding:5px 0;
}
.profile-edit form#member-profile fieldset dd input, .profile-edit form#member-profile fieldset dd select, .registration form#member-registration fieldset dd input {
	width:17em;
}
.profile-edit form#member-profile fieldset dt, .registration form#member-registration fieldset dt {
	padding:5px 5px 5px 0; width:13em;
}
span.optional {
	font-size:0.9em;
}
#main .contact h3 {
	border-bottom:solid 1px #ddd;
	margin: 20px 0
}
.form-required {
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:10px 40px
}
.contact .inputbox, .registration input, .profile-edit input, .login-fields input, .remind input, .reset input, #search-searchword {
	background:#fff url(../images/content_bg.gif) repeat-x ;
	border:solid 1px #ccc;
	padding:3px
}
.profile-edit select {
	padding:0px;
	border:solid 1px #ccc;
	background:#f5f5f5;
}
.profile-edit select option {
	padding:3px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Frontend editing */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
ul.actions {
	list-style:none;
 text-align:right;
 padding:0 ;
 width:100%;
 margin:0
}
ul.actions li {
 display:inline
}
ul.actions a {
 text-decoration:none
}
.contentpaneopen_edit {
 float: left;
}
.contentpaneopen_edit img {
}
a.mceButton:hover {background:none !important}
table.contenttoc {
 padding:10px;
 margin:10px;
}
table.contenttoc tr td {
 padding:1px 0px
}

.pagenavcounter {
 font-weight:bold;
}
legend {
 padding:3px 5px;
}
form#adminForm {
}
.edit form#adminForm fieldset {
 padding:20px 15px;
 margin:10px 0 15px 0;
	border:1px solid #ccc;
}
.formelm {
 margin:5px 0
}
.formelm label {
 width:9em;
 display:inline-block;
 vertical-align:top;
}
form#adminForm .formelm-area {
 padding:5px 0
}
form#adminForm .formelm-area label {
 vertical-align:top;
 display:inline-block;
 width:7.9em
}
.formelm-buttons {
 text-align:right;
 margin-bottom:10px
}
.button2-left {
}
a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a
{background:#eee;
padding:4px !important;
margin:0 !important;
line-height:1.2em; border:solid 1px #ddd;
font-weight:bold; text-decoration:none;
margin-top:10px !important}
.tip {
 font-size:0.8em;
 text-align:left;
 padding:3px;
 max-width:400px
}
.tip-title {
 font-weight:bold;
}
/* -- buttons */
#editor-xtd-buttons {
 padding: 0px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
 float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
 display: block;
 float: left;
 color: #666;
 cursor: pointer;
}
.button2-left span,
.button2-right span {
 cursor: default;
 color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
 padding: 0 6px;
}
.page span {
 color: #000;
 font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
 text-decoration: none;
 color: #0B55C4;
}
.button2-left a,
.button2-left span {
 padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
 padding: 0 6px 0 24px;
}
.button2-left {     
 float: left;
 margin-left: 5px;
}
.button2-right {    
 float: left;
 margin-left: 5px;
}
.button2-left .image {
}
.button2-left .readmore {      
}
.button2-left .pagebreak {
}


/* -- form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}

/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip {
	border: solid 1px #333;
	background: #ffffcc;
 font-size:0.8em;
 text-align:left;
 padding:3px;
 max-width:400px
}
.tip-title {
 font-weight:bold;
}
div.tooltip {
 float: left;
 background: #ffc;
 border: 1px solid #D4D5AA;
 padding: 5px;
 max-width: 200px;
}

div.tooltip h4 {
 padding: 0;
 margin: 0;
 font-size: 95%;
 font-weight: bold;
 margin-top: -15px;
 padding-top: 15px;
 padding-bottom: 5px;
}

div.tooltip p {
 font-size: 90%;
 margin: 0;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Survey */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.contentpane {
 margin:20px;
}
#survey-response {
	background-color:#fff;
	border:0px;
	-moz-box-shadow:0 0 10px #cccccc;
 -webkit-box-shadow:0 0 10px #cccccc;
 box-shadow:0 0 10px #cccccc;
}
div.page_header {
 border-bottom: 1px solid #fff;
}
.survey-navigation a, #btn_continue, #btn_submit, #btn_back, #btn_reports, #btn_csv_download, #btn_dashboard {
 color:#fff;
}
.page_header {
 color:#F60;
}
.intro {
	background-color:#fff;
}
.notice {
	background-color:#fff;
}
a#btn_cancel, .navigation a, .toobar a {
	color:#fff;
}