body {
	/*background: url(../images/side_fade.png) repeat-y #fff;*/
	background: url(../images/background_squares.png) repeat #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clr {
	clear: both;
}

.clrRight {
	clear: right;
}

.clr {
	clear: both;
}

.marginTop {
	margin-top: 10px;
}

.doubleMarginTop {
	margin-top: 20px;
}

.paddingLeft {
	padding-left: 5px;
}

.hidden {
	display: none;
}

img {
	border: 0;
}

/* ------------------- Fonts ---------------------- */

h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 6px #ff9900;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 4px #ff9900;
	width: 510px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 4px #ffff00;
	width: 510px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 3px #ff6;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* ------------------- Clearfix ------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
	zoom: 1;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ------------------- Structure ------------------- */

#whole {
	width: 950px;
	margin: 0 120px;
	position: relative;
	/*background-color: #fff;*/
	zoom: 1;
}

#logo {
	position: absolute;
	top: 0;
	left: 10px;
	margin-top: 40px;
	margin-left: 5px;
}

#logos {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

#logos img {
	margin: 4px 0;
}

#logos .heading {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 3px #666;
}

#main {
	float: left;
	padding-left: 30px;
	min-height: 830px;
	height: expression( this.scrollHeight < 830 ? "830px" : "auto" );
	/*background-color: #fff;*/
	margin-left: 150px;
	overflow: hidden;
}

/* ------------------- Header ------------------- */

#header {
	width: 770px;
	margin-bottom: 30px;
	float: left;
}

#header_menu {
	float: left;
	width: 580px;
	margin-right: 10px;
}

#header_menu ul {
	margin: 0;
	padding: 0;
}

.menu_block {
	float: left;
}

#header_menu .top_level {
	padding: 8px 0px;
	background-color: #111;
	color: #fff;
	margin-right: 4px;
	text-transform: uppercase;
	font-size: 11px;
	width: 124px;
	text-align: center;
	font-weight: bold;
}

#header_menu .orange {
	border-top: solid 4px #ff9900;
}

#header_menu .blue {
	border-top: solid 4px #3399ff;
}

#header_menu .sub_level {
	padding: 4px 16px;
	background-color: #111;
	color: #fff;
	margin-right: 4px;
	font-size: 11px;
	width: 92px;
	font-weight: bold;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
}

#header_search {
	float: left;
	position: relative;
	width: 170px;
	zoom: 1;
	padding-top: 4px;
	text-align: left;
}

#header_search_input {
	width: 110px;
	font-size: 12px;
	padding: 1px;
	margin: 2px 0 0 0;
}

#header_search_action {
	position: absolute;
	right: 4px;
	top: 4px;
}

#header_search_button {
	border: 0;
	background: 0;
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

#header_search_advanced_link {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0;
	color: #333;
}

#header_search_advanced_link a,
#header_search_advanced_link a:visited {
	text-decoration: none;
	color: #333;
}


/* ------------------- Content ------------------- */

#content {
	clear: both;
	line-height: 14.4px;
	text-align: left;
	position: relative;
}

#content .content_left {
	margin-right: 30px;
}

.home_main {
	/*background: url(../images/homepage_bg.png) no-repeat #333333;*/
}

.home_content {
	/*background: url(../images/homepage_europe.png) top right no-repeat; */
}

.home_content_container {
	
}

.home_content_container_header {
	margin-left: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ff9900;
	padding: 4px 0;
	text-transform: uppercase;
	width: 120px;
}

.home_content_container_body {
	min-height: 500px;
	height: expression( this.scrollHeight < 500 ? "500px" : "auto" );
	position: relative;
	width: 450px;
	height: 550px;
}

.home_content_container_banner {
	position: absolute;
	bottom: 40px;
	left: 0;
	background: url(../images/opacity.png);
	width: 420px;
	padding: 10px 15px;
}

.home_content_container_banner_title {
	font-weight: bold;
	color: #fff;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	font-size: 16px;
	margin-bottom: 4px;
}

.home_content_container_banner_subtitle {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

.home_summaries_container {
	position: absolute;
	bottom: 0;
	left: 480px;
}

.home_summary_container {
	margin-top: 20px;
	margin-left: 10px;
}

.home_summary_container_header {
	margin-left: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ff9900;
	padding: 4px 0;
	text-transform: uppercase;
	width: 120px;
}

.home_summary_container_body {
	width: 260px;
	height: 240px;
}

.home_text {
	 width: 740px;
	 height: 160px;
	 margin-top: 20px;
	 padding: 5px 10px;
	 background-color: #e5e9e8;
	 font-size: 14px;
	 color: #333;
	 line-height: 130%;
}

#home_map {
	width: 290px;
	height: 286px;
	position: absolute;
	top: 50px;
	right: 0;
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 5px;
	z-index: 0;
}

#home_map img {
	width: 290px;
	height: 286px;
}

/* ---------------- Portfolio --------------*/

#portfolio_content {
	clear: both;
	line-height: 14.4px;
	text-align: left;
	position: relative;
	float: left;
}

.portfolio_content_left {
	float: left;
	margin-right: 20px;
}

.portfolio_content_container {
	position: relative;
}

.portfolio_content_container_arrow {
	width: 40px;
	height: 22px;
	background: url(../images/arrow.png) no-repeat top left;
	margin-left: 30px;
	overflow: hidden;
}

.portfolio_content_container_body {
	position: relative;
	width: 380px;
	height: 440px;
	overflow: hidden;
	border: solid 8px #ffffff;
	background-color: #000;
}

.portfolio_content_container_body img {
	visibility: hidden;
}

.portfolio_content_container_fullsize {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	background: url(../images/fullscreen_icon.png) no-repeat top left;
	background-color: #ffffff;
}

.portfolio_content_right {
	float: left;
	position: relative;
	padding-top: 22px;	/* To compensate for the arrow on the left-hand column */
}

.portfolio_content_description {
	color: #333;
	padding: 0 4px 4px 4px;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
	width: 95%;
}

.portfolio_content_description h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
}

.portfolio_content_description p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.portfolio_content_thumbnails {
	width: 326px;
	overflow: auto;
	max-height: 456px;
	height: expression( this.scrollHeight > 456 ? "456px" : "auto" );
	zoom: 1;
	position: relative;
}

.portfolio_content_thumbnail {
	float: left;
	margin: 8px;
}

.portfolio_content_thumbnail_img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: solid 3px #ffffff;
	position: relative;
}

.portfolio_content_thumbnail_highlight {
	border: solid 3px #ffff00;
}

.portfolio_content_thumbnail_type {
	font-size: 10px;
	text-align: right;
	margin-right: 4px;
	line-height: 10px;
}

#portfolio_events ul li {
	color: #333333;
	font-size: 13px;
	padding-bottom: 5px;
}

#portfolio_events ul li a,
#portfolio_events ul li a:visited,
#portfolio_events ul li a:link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

#portfolio_events ul li a:hover {
	text-decoration: underline;
}

.portfolio_events_text_date {
	padding-left: 20px;
	color: #666666;
	font-size: 12px;
}

#popup {
	display: none;
}

.portfolio_plugin_container {
	margin-top: 80px;
}

.portfolio_audio_plugin_container {
	margin-top: 200px;
	text-align: center;
}

/* ---------------- Map --------------*/

#map_section {
	margin-top: 10px;
}

#map_outer {
	background: url(images/map_outer.png) no-repeat #fff;
	width: 770px;
	height: 420px;
	padding: 0px;
}

#map_container {
	width: 770px;
	height: 420px;
	background: url(images/map_bg.png);
	overflow: hidden;
	position: relative;
}

#map {
	background: url(../images/vilnius.jpg) no-repeat;
	width: 770px;
	height: 420px;
	position: relative;
}

.dot {
	 position: absolute;
	 background: url(../images/map_dot.png) no-repeat;
	 width: 29px;
	 height: 29px;
}

.europe_dot {
	 position: absolute;
	 background: url(../images/europe_map_dot.png) no-repeat;
	 width: 16px;
	 height: 16px;
}

.live_intro_text {
	 font-size: 12px;
	 color: #333;
	 padding: 5px 0 10px 0;
	 font-weight: normal;
}

.live_intro_text a, 
.live_intro_text a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.live_intro_text a:hover {
	text-decoration: underline;
}


/* ---------------- Bubble --------------*/

#venue_bubble {
	/*background: transparent url(images/bubble_l.png) no-repeat scroll 0% 0%;*/
	background-color: #fff;
	border: solid 6px #ff9900;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	width: 300px;
	height: auto;
	position: absolute;
	display: none;
	z-index: 1000;
	text-align: left;
}

#venue_bubble_shadow {
	background: url(images/shadow.png) repeat;
	width: 360px;
	height: 410px;
	position: absolute;
	z-index: 900;
	display: none;
}

#venue_bubble_arrow_bottom {
	display: none;
	position: absolute;
	background: url(../images/popup_arrow_bottom.png) no-repeat;
	width: 30px;
	height: 18px;
}

#venue_bubble_arrow_top {
	display: none;
	position: absolute;
	background: url(../images/popup_arrow_top.png) no-repeat;
	width: 30px;
	height: 18px;
}

#venue_bubble_arrow_right {
	display: none;
	position: absolute;
	background: url(../images/popup_arrow_right.png) no-repeat;
	width: 18px;
	height: 21px;
}

#venue_bubble_contents {
	width: 280px;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

.venue_bubble_venue {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#venue_bubble_contents h2 {
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 6px 0;
	padding: 0;
}

.bubble_action {
	font-weight: normal;
	font-size: 11px;
	margin: 4px 0 0 0;
	padding: 0;
	color: #666666;
}

.venue_bubble_details {
	margin: 0;
	overflow: hidden;
	color: #333;
	font-size: 10px;
}

.venue_bubble_subtitle {
	font-weight: bold;
	font-size: 9px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	border-top: solid 1px #999;
	padding: 5px 0 2px 0;
}

.venue_bubble_event_list {
	overflow: auto;
	height: auto;
	margin: 0;
}

.venue_bubble_event_list ul {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 9px;
	font-weight: normal;
}

.venue_bubble_event_list ul li {
}

.venue_bubble_image {
	margin: 0;
	overflow: hidden;
}

.no_events {
	color: #999999;
}

/* ---------------- Lists --------------*/

#lists {
	padding: 10px 0 20px 0;
	float: left;
}

#lists ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 140%;
}

#lists ul li {
/*
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
*/
}

#lists .list_container {
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#lists .list_container_small {
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#lists .list_item_highlighted {
	font-weight: bold;
	color: #ff9900;
	background: url(../images/list_arrow.png) no-repeat right #fff;
}

#lists #programme_list_no_events {
	color: #f77;
}

.venue_list_date {
	font-size: 12px;
	padding-left: 20px;
	color: #666666;
}

.list_link {
	clear: both;
	font-size: 14px;
}

.list_link a,
.list_link a:visited,
.list_link a:link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.list_link a:hover {
	text-decoration: underline;
}

.underlined {
	text-decoration: underline;
}

/* ---------------- Search form --------------*/

#main_search_section {
	margin-top: 10px;
	width: 530px;
}

#main_search {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#main_search h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

#main_search label {
	padding-right: 10px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

#main_search .button {
	font-size: 12px;
	border: 0;
	background-color: #eee;
	font-weight: bold;
	color: #333;
}

#main_search .text_input {
	width: 290px;
	font-size: 11px;
	color: #333;
}

#main_search .select {
	font-size: 11px;
	color: #333;
	margin: 0;
}

#main_search .search_fields_container {
	margin-left: 40px;
}

#main_search .search_field {
	margin-bottom: 4px;
}

#main_search .search_field_label {
	width: 100px;
	display: inline-block;
}

/* ---------------- Search results --------------*/

#search_content {
	text-align: left;
	position: relative;
	clear: both;
}

.search_content_left {
	float: left;
	margin-right: 30px;
	width: 510px;
	min-height: 1px;
	overflow: hidden;
}

.search_content_right {
	float: left;
	position: relative;
	width: 200px;
}

#search_results {
	display: none;
}

#search_results_message {
	display: none;
	font-size: 13px;
}

.search_results_summary {
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #ff9900;
}

.search_results_slot {
	margin-bottom: 6px;
	overflow: auto;
	padding: 2px 8px;
	border-left: solid 4px #333;
	position: relative;
	zoom: 1;
}

.search_results_slot_odd {
	background-color: #eeeeee;
	border: solid 1px #dddddd;
}

.search_results_type_design {
	border-left: solid 4px #ff0000;
}

.search_results_type_theatre {
	border-left: solid 4px #66cc33;
}

.search_results_type_film {
	border-left: solid 4px #00ccff;
}

.search_results_type_music {
	border-left: solid 4px #ff6600;
}

.search_results_type_visualarts {
	border-left: solid 4px #993399;
}

.search_results_slot_even {
	border: solid 1px #dddddd;
}

.search_results_slot ul {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

.search_results_image {
	float: left;
	margin-right: 10px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.search_results_no_thumbnail {
	background-color: #e0e0e0;
	text-align: center;
	font-size: 14px;
	color: #bbbbbb;
}

.search_results_information {
	float: left;
}

.search_results_name {
	font-size: 14px;
	color: #333;
}

.search_results_name a,
.search_results_name a:visited,
.search_results_name a:link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.search_results_institution {
	font-size: 12px;
	color: #999;
}

.search_results_country {
	font-size: 11px;
	color: #666;
}

.search_results_details {
	font-size: 11px;
	color: #333;
	width: 325px;
	/*height: 30px;*/
	height: 45px;
	overflow: hidden;
}

.search_results_extra {
	font-size: 9px;
	color: #777;
	display: none;
}

.search_results_control {
	text-align: right;
	border-top: solid 1px #999999;
	margin-top: 2px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #ff9900;
}

.search_results_control ul {
	list-style-type: none;
}

.search_results_control li {
	display: inline;
	padding: 0 4px;
}

.search_results_control .active_page {
	font-weight: bold;
	color: #333;
}

.search_results_highlight {
	background-color: #ffc;	
}

/* ---------------- Event popup --------------*/

#event_popup {
	z-index: 1000;
	position: absolute;
	display: none;
	background-color: #fff;
	min-height: 320px;
	height: expression( this.scrollHeight < 320 ? "320px" : "auto" );
	border: solid 6px #ff9900;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	text-align: left;
}

#event_popup_close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	z-index: 1000;
}

#event_popup_whole {
	position: relative;
	width: 590px;
	padding: 5px;
}

#event_popup_images {
	float: left;
	margin-right: 10px;
	width: 100px;
	min-height: 100px;
}

#event_popup_images img {
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
}

#event_popup_body {
	float: left;
	width: 480px;
}

#event_popup_event {
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
	font-weight: bold;
}

#event_popup_artist {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}

#event_popup_venue {
	font-size: 12px;
	color: #333333;
	margin-bottom: 4px;
	border-top: solid 1px #999999;
	padding-top: 6px;
}

#event_popup_times {
	font-size: 12px;
	color: #666666;
}

#event_popup_details {
	overflow: auto;
	font-size: 13px;
	margin-bottom: 20px;
	color: #333;
	background-color: #eee;
	padding: 6px 10px 6px 6px;
	border: solid 1px #ddd;
}

.event_popup_event_type {
	color: #fff;
	padding: 3px 2px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 25px;
}

.event_popup_event_type_design {
	background-color: #ff0000;
}

.event_popup_event_type_theatre {
	background-color: #66cc33;
}

.event_popup_event_type_film {
	background-color: #00ccff;
}

.event_popup_event_type_music {
	background-color: #ff6600;
}

.event_popup_event_type_visualarts {
	background-color: #993399;
}

.event_popup_event_type_neunow {
	background-color: #000;
}

.event_popup_event_type_ {
	background-color: #ddd;
	color: #ddd;
}

.event_popup_text {
	font-size: 12px;
	color: #333;
	margin-top: 20px;
}

.event_popup_text a, 
.event_popup_text a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.event_popup_text a:hover {
	text-decoration: underline;
}

#event_signup_form_container {
	display: none;
	margin-top: 20px;
	border-top: solid 1px #999999;
	padding-top: 10px;
}

#event_signup_description {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

#event_signup_form {
	
}

#event_signup_form label {
	color:#333333;
	font-size:13px;
	padding-right:10px;
}

#event_signup_form input {
	width: 250px;
}


/* ---------------- Magazine --------------*/

#magazine_content {
	text-align: left;
	position: relative;
}

#magazine_content_left {
	float: left;
	margin-right: 30px;
	width: 520px;
	overflow: hidden;
}

#magazine_content_right {
	float: left;
	position: relative;
	width: 190px;
}


.magazine_article_container {
	padding: 10px;
	background: url(../images/article_background.png) repeat-x;
	overflow: auto;
	margin-bottom: 10px;
}

.magazine_article_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.magazine_article_body {
	
}

.magazine_article_image {
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: solid 4px #fff;
}

.magazine_article_details {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.magazine_article_details_fixed {
	width: 370px;
}

#magazine_links {
	margin-bottom: 20px;
}

#magazine_links ul {
	margin: 0;
	padding: 0;
}

#magazine_links ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.magazine_image {
	width: 180px;
	height: 180px;
	border: solid 4px #fff;
}
					
.magazine_headline {
	text-transform: uppercase;
	color: #ffff00;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

/* ---------------- About --------------*/

#about_content {
	text-align: left;
	position: relative;
}

#about_content_left {
	float: left;
	margin-right: 30px;
	width: 520px;
	overflow: hidden;
	padding-bottom: 30px;
}

#about_content_right {
	float: left;
	position: relative;
	width: 190px;
}

#about_content_left .about_container {
	border-bottom: solid 4px #ff9900;
	padding-bottom: 10px;
}

#about_content_left .about_container p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#about_content_left .about_container p a,
#about_content_left .about_container p a:visited {
	color: #333;
}

#about_content_left .about_container ul {
	padding: 0;
	margin: 10px 0 0 5px;
}

#about_content_left .about_container ul li {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin-bottom: 4px;
}

#about_content_left .about_container ul li p {
	font-size: 11px;
	color: #666;
	margin: 0 0 0 8px;
	padding: 0;
}

#about_content_right .about_container {
	margin-bottom: 20px;
}

#about_content_right .about_container .heading {
	font-weight: bold;
	font-size: 14px;
	color: #f90;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#about_content_right .about_container p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

#about_content_right .about_container p a,
#about_content_right .about_container p a:visited {
	color: #333;
}

#about_content_right .about_container ul {
	padding: 0;
	margin: 10px 0 0 5px;
}

#about_content_right .about_container ul li {
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
	line-height: 120%;
}

#about_content_right .about_container ul li p {
	font-size: 11px;
	color: #666;
	margin: 0 0 0 5px;
	padding: 0;
}

/* ---------------- Participants --------------*/

#participants_content {
	text-align: left;
	position: relative;
}

#participants_content_left {
	float: left;
	margin-right: 30px;
	width: 520px;
	overflow: hidden;
	padding-bottom: 30px;
}

#participants_content_right {
	float: left;
	position: relative;
	width: 200px;
}

.participants_message {
	padding: 10px;
	background-color: #fff;
}

.participants_message p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

#participants_message .heading {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

#participants_content_map {
	background: url(../images/europe.png) no-repeat left bottom;
	width: 497px;
	height: 508px;
	position: relative;
	padding-top: 50px;
	padding-right: 10px;
	zoom: 1;
}

#participants_content_map_links {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
}

#participants_content_map_links .heading {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

#participants_content_map_links ul {
	margin: 0;
	padding: 0;
}

#participants_content_map_links ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin-bottom: 4px;
}

#participants_content_map_links .swatch_design {
	border-left: solid 20px #ff0000;
	padding-left: 4px;
}

#participants_content_map_links .swatch_theatre {
	border-left: solid 20px #66cc33;
	padding-left: 4px;
}

#participants_content_map_links .swatch_film {
	border-left: solid 20px #00ccff;
	padding-left: 4px;
}

#participants_content_map_links .swatch_music {
	border-left: solid 20px #ff6600;
	padding-left: 4px;
}

#participants_content_map_links .swatch_visualarts {
	border-left: solid 20px #993399;
	padding-left: 4px;
}

#countdown_container {
	margin-bottom: 30px;
	background-color: #eee;
	text-align: center;
	padding: 6px 0;
}

#countdown_container .clock {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

#countdown_container p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

#countdown_container p span {
	margin: 0 7px;
}

#participants_search_results p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border-bottom: solid 4px #ffff00;
	padding-bottom: 5px;
}

.participants_search_results_type {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

#participants_search_results_list {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	height: 450px;
	overflow: auto;
	background-color: #fff;
	padding-right: 10px;
	position: relative;
}

.participants_search_results_list_container {
	overflow: hidden;	
	font-size: 10px;
	padding: 3px;
	margin-bottom: 4px;
	position: relative;
	border-bottom: solid 1px #ddd;
}

.participants_search_results_list_container a,
.participants_search_results_list_container a:visited,
.participants_search_results_list_container a:link {
	color: #333;
	text-decoration: none;
}

.participants_search_results_list_container a:hover {
	text-decoration: underline;
}

.participants_search_results_live_marker {
	display: none;
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 27px;
	height: 9px;
	background: url(../images/live.png) no-repeat #fff;
}
