/* *************************************************** */

/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%;
}

/*  body */
html {
height: 100%;
padding:0;
margin: 0;
}
	
body {
margin:0;
margin-top: 0;
margin-bottom: 10px;
background-color: #000;
background-image: url(/img/template/website_background.jpg);
background-position: top center;
background-repeat: no-repeat;
/*font-size: 12px;*/
font:normal 69% Arial, Helvetica, sans-serif;
color:#FFF;
padding:0;
}

.twtr-hd, .twtr-ft {
	display: none;
}



ul {
padding-left: 10px;
margin-left: 10px;
}

#calendar ul {
padding-left: 20px;
margin-left: 20px;
}

a {
color: #e9e9e9;
background-color:transparent;
text-decoration: underline;
}
pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}

pre {
padding: 5px 15px;
margin: 0px;
}

p {
padding: 0 15px 10px 0;
margin: 0;
}

h1 {
font-weight: normal;
font-size: 2em;
color: #FFF;
text-decoration: none;
padding: 0;
margin: 0;
text-transform:uppercase;
height: 40px;
vertical-align: text-bottom;

}

.content_panel h1 {
/*margin-bottom: 10px;*/
/*border-bottom: 1px solid #efd06c;*/
}

,info_panel h1 {
font-weight: normal;
font-size: 1em;
color: #FFF;
text-decoration: none;
padding: 0;
margin: 0;
text-transform:uppercase;
height: 40px;
vertical-align: text-bottom;
}

h2 {
font-weight: normal;
font-size: 1.75em;
color: #FFF;
text-decoration: none;
padding: 0;
margin: 0;
text-transform:uppercase;
margin-top: 10px;
margin-bottom: 5px;
vertical-align: text-bottom;
}

h2.indented {
padding-left: 10px;
}

h3 {
text-transform:uppercase;
font-weight: normal;
font-size: 1.2em;
color: #FFF;
text-decoration: none;
padding: 0;
margin: 0;
vertical-align: text-bottom;
font-weight: bold;
margin-bottom:5px;
margin-top: 10px;
}


.content_panel_bi {
	width: 50%;
	float: right;	
}

.info_panel {
	float: right;
	width: 250px;
	background: #FF0099 !important;
	margin-top: 20px;
}

.info_panel {
	font-weight: bold;
}

.info_panel h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:90%;
}

#main_content_holder {
	background-image: url(/img/template/main_bg_tile.jpg);
	background-repeat: repeat-y;
}

#main_content {
	background-image: url(/img/template/main_bg.jpg);
	background-repeat: no-repeat;
}


#content_panel, #main_content_holder {
/*	min-height: 100%;*/
}

#secondary_column h2, #secondary_column h2 a {
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.55em;
	color: #efd06c;
	text-decoration: none;
}

.list_club_logos img {
	border: 1px solid #111;
}

.content_panel {

	float: left;
	width: 585px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#feedControlHolder {
	border-bottom: 1px solid #111;
}

#feedControl {
	height: 40px;
	overflow: hidden;
	text-align: left;
	background: url(/img/FL2009_CSS/twitter_icon.png) right top no-repeat;
	padding-right: 45px;
	z-index: 500;
}

.gfg-title, .gfg-listentry, .gf-snippet {
	display: none;
}

.gf-relativePublishedDate {
	font-size: 8px;
}

/* SIGN-UP FORM */

#SignUp .signupframe {
/*  color: #888;*/
}

.signupframe {
  border: 0px solid #111;
  color: #FFF;
}

/* LONDON CLUBS PAGE */

.club_information td ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

.list_club_logos {
	float: left;
	width: 150px;
}

.list_club_descriptions {
	float: right;
	width: 205px;
}

div.list_club_descriptions p.intro {
	font-size: 11px;
}

/* CALENDAR */

table.calendar {
	width: 200px;
	margin: 10px auto 10px auto;
}

table.calendar td {
	border: 1px solid #FFF;
	background: #FF0066;
	text-align: center;
}

table.calendar td:hover {
	border: 1px solid #efd06c;
	background: transparent;
	text-align: center;
}

/* HOME PAGE TEMPLATE BLUE - These are CSS styles that are related to the main blue home page template */

#this_weeks_events {
	position: relative;
	z-index: 5000;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
	float: right;
	margin-right: 10px;
}

#this_weeks_events li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	float: left;
}

#this_weeks_events li a {
	text-transform: uppercase;
	height: 20px;
	padding: 5px;
	font-size: 9px;
	text-align: right;
	width: auto;
	display: block;
	color: #ccc;
}

#this_weeks_events li a:hover {
	color: #FFF;
}

#this_weeks_events li a:hover {

}

/*  */

#this_weeks_events li ul
		{	margin: 0;
			width: 150px;
			padding: 0 0 0 0;
			position: absolute;
			top: 30px;
			right: -10px;
			visibility: hidden;
			z-index: 9000;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			background: #111;
			border-right: 2px solid #111;
		}
		
#this_weeks_events li ul li
		{	float: none;
			display: inline;
			padding: 12px 0 10px 0;
			text-align: right;
			}
		
#this_weeks_events li ul li a
		{
			display: block;
			color: #FFF;
			background: #111;
			padding: 4px 10px 4px 10px;
			width: auto;
			text-align: right;
		}
		
#this_weeks_events li ul li a:hover
		{	background: #000;}

/*    */


#template_header {
	height: 136px;
	width: 875px;
	position:relative;
	background: url(/img/template/header_image.gif) top left;
}

.common_template_container_head, .common_template_container {
	width: 875px;
	margin: 0 auto 0 auto;
	border-bottom: 0;
	border-top: 0;
}


.common_template_container {
	background: #DF0059;
}

.clear{*zoom:1;}
.clear:after{content:'.';clear:both;height:0;margin:0;padding:0;display:block;visibility:hidden;}

#primary_column, #secondary_column {
border: 0px solid #564b47;
padding:0;
margin:0;
background: #DF0059;
}

.all {
/*	height: 100%;*/
}

.third_column {
float: right;
width: 0;
position: absolute;
top: 300px;
}

#secondary_column {
float: left;
width: 270px;
background-position: bottom center;
background-repeat: no-repeat;
}

#secondary_column_calendar {
float: left;
width: 270px;
background: #FF0066;
background-image: url(/img/template/calendar_footer.gif);
background-position: bottom center;
background-repeat: no-repeat;
}

#primary_column {
float: right;
width: 775px;
}

#main_breadcrumb {
	border-bottom: 1px solid #FFF;
	padding: 5px 0 5px 5px;
}

.info_panel img.borders {
	border-bottom: 1px solid #efd06c;
	border-top: 1px solid #efd06c;
}

#spotlight_area
{
	z-index: 1000;
	position: relative;
	border-bottom: 0 solid #FFF;
	width: 875px;
	height: 300px;
	background: #57001D;
}



#nav_holder {
	width: 875px;
	margin: 0 auto 0 auto;
	height: 60px;
	background: url(/img/template/nav_background.jpg) top left;
}

#nav_border {

}

#nav_holder .nav{
	position: relative;
	z-index: 9998;
	margin: 0 auto 0 auto;
    width:875px;
    padding:0;
    list-style:none;
/*	display: none;*/
}

/*********/

#nav_divider { display: block; width: 875px; height: 9px; display: block; background: url(/img/template/nav/nav_divider.jpg) top left; }
	
#nav_holder	.nav li
	{	float: left;
		list-style: none;
		padding: 0 0 0 0;
	}

#nav_holder .nav li a
	{	display: block;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 110%;
		font-size: 90%;
		text-decoration: none;
		white-space: nowrap;
		padding: 0;
		margin: 0;
	}

#nav_holder .nav li a:hover
	{	background: #FFF; color: #57001D;}
	
#nav_holder .nav span#nav_start { display: block; width: 28px; height: 60px; background: url(/img/template/nav/nav_start.jpg) top left; float: left; }
#nav_holder .nav span#nav_end { display: block; width: 49px; height: 60px; background: url(/img/template/nav/nav_end.jpg) top left; float: left; }

#nav_holder .nav li a#nav_home { background: url(/img/template/nav/nav_home.jpg) top left; width: 57px; height: 60px; display: block; }
#nav_holder .nav li a#nav_whatson { background: url(/img/template/nav/nav_whatson.jpg) top left; width: 104px; height: 60px; display: block; }
#nav_holder .nav li a#nav_guestlist { background: url(/img/template/nav/nav_guestlist.jpg) top left; width: 94px; height: 60px; display: block; }
#nav_holder .nav li a#nav_theclub { background: url(/img/template/nav/nav_theclub.jpg) top left; width: 82px; height: 60px; display: block; }
#nav_holder .nav li a#nav_therestaurant { background: url(/img/template/nav/nav_therestaurant.jpg) top left; width: 141px; height: 60px; display: block; }
#nav_holder .nav li a#nav_membership { background: url(/img/template/nav/nav_membership.jpg) top left; width: 108px; height: 60px; display: block; }
#nav_holder .nav li a#nav_venuehire { background: url(/img/template/nav/nav_venuehire.jpg) top left; width: 101px; height: 60px; display: block; }
#nav_holder .nav li a#nav_contactus { background: url(/img/template/nav/nav_contactus.jpg) top left; width: 111px; height: 60px; display: block; }
		
#nav_holder .nav li a span.nav_text { display: none; }

#nav_holder .nav li ul
		{	margin: 0;
			width: 200px;
			padding: 0 0 0 0;
			position: absolute;
			visibility: hidden;
			z-index: 9998;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			background: #57001D;
		}
		
#nav_holder .nav li ul li
		{	float: none;
			display: inline;
			padding: 12px 0 10px 0;
			}
		
#nav_holder .nav li ul li a
		{
			display: block;
			color: #FFF;
			background: #57001D;
			padding: 10px 10px 10px 10px;
		}
		
#nav_holder	.nav li ul li a:hover
		{	background: #FFF;
			color: #57001D;
			}


/* ---------------------------------------- */

.boxed_content {
	border: 1px solid #FF0099
}

.club_information th{
	text-align: left;
	vertical-align: top;
}

.club_information caption{
	display: none;
}

.london-club-section h2 {
	background: #efd06c;
	font-size: 11px;
	color: #111;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 8px;
}

.signupframe input.button {
width: 160px;
height: 40px;
margin: 0;
border: 0;
background-image: url(/img/forms/submit_button_bg.gif);
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
cursor: pointer;
color: #ffffff;
font-variant: small-caps;
font-size: 11px;
font-weight: bold;
}

#SignUp, .signupframe {
	width: 230px;
	margin: 0 auto;
}
/* navigation */

#navcontainer
{
padding-top: 10px;
margin: 0 auto;
font-size: 13px;
text-align: center;
}

#join_network {
	position: absolute;
	text-align: right;
	top: 114px;
	right: 5px;
}

#quick_contact {
	float: right;
	text-align: center;
	width: 490px;
	height: 100px;
	display: none;
}

ul#language_options, ul#location_options {
	float: left;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

ul#language_options {
	width: 25px;
	height: 18px;
}

ul#language_options li#uk {
background:url(/img/2009/uk_flag.jpg) top left;
width: 25px;
height: 18px;
text-indent: -250px;
overflow: hidden;
}

ul#location_options {
	width: 170px;
}

ul#language_options li, ul#location_options li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#quick_links {
	float: right;
	display:block;
	width: 430px;
}

#this_weeks_events_h {
	display:block;
	float: right;
	width: 300px;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	text-align: right;
}


div#day_links {
	margin: 0 auto;
	width: 550px;
	text-align: center;
}

#day_links ul {
	text-align: left;
	list-style: none;
	padding: 0;
	float: left;
}

#day_links ul li {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	float: left;
}

#day_links ul li a {
	height: 20px;
	font-size: 11px;
	text-align: center;
	width: 70px;
	display: block;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 5px 0 5px 20px;
font-size: 1.55em;
color: #efd06c;
text-decoration: none;
}

ul#navlist ul li
{
list-style: none;
}
ul#navlist ul li a
{
font-size: 11px;
display: block;
width: 100%;
padding: 5px 0 5px 10px;
color: #777;
text-decoration: none;
}



/*  positioning-layers dynamisch */
#logo {
width: 100%;
height: 115px;
background: #222;
}

.right {
	text-align: right;
}

img.right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.intro, .intro a {
	font-size: 110%;
}

.small, .small a {
	font-size: 80%;
}

p.intro1 {
	font-size: 130%;
}


.padding {
	padding: 10px;
}

.padding_half {
	padding: 5px;
}

/* FORMS */

fieldset.feedback {
	border: none;
}

fieldset.feedback legend {
	display: none;
}

fieldset.feedback ol {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

fieldset.feedback ol li {
	list-style: none;
}


#secondary_content {
	margin-top: 10px;
	padding-top: 20px;
}

form fieldset.feedback ol li, ol.fields li {
	clear:         both;
	border-bottom: #e9e9e9 1px solid;
	position: relative;
	padding: 5px 0 5px 0;
}

form fieldset.feedback ol li { *zoom: 1; clear: both; }
form fieldset.feedback ol li:after { clear:both; display: block; content: '.'; visibility: hidden; height: 0; }

form fieldset.feedback ol li input {
margin-left: 5px;
vertical-align: middle;
}

form fieldset.feedback ol li.required input {
margin-left: 0px;
border-left: 5px solid #305490;
}

form fieldset.feedback ol li.required select {
margin-left: 0px;
border-left: 5px solid #305490;
}

form fieldset.feedback ol li label {
	width: 120px;
	float: left;
	font-size: 100%;
	display: block;
	padding-top: 13px;
}

form fieldset.feedback ol li input.radio_button {
float: left;
	width: 50px;
}

form fieldset.feedback ol li input {
width: 175px;
border: 1px solid #ccc;
}

form fieldset.feedback ol li textarea {
width: 250px;
height: 75px;
border: 1px solid #ccc;
}

form fieldset.feedback ol li select {
border: 1px solid #ccc;
}

form .go_button {
  width: 160px !important;
  height: 36px !important;
  margin: 0 !important;
  border: 0 !important;
  background-image: url(/www.brusselsdeclaration.org/www/img/buttons/button_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer !important; /* hand-shaped cursor */
  cursor: hand !important; /* for IE 5.x */
  color: #FFFFFF;
  font-variant: small-caps;
  font-size: 11px;
  font-weight: bold;
}



a.help {
	margin: 10px;
}

.error-message {
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}


/* Footer
*******************************/
#footer {
/*	background: url(/img/template/template_footer.jpg) top left;*/
/*	position: fixed;*/
	z-index: 10000;
	bottom: 0;
    clear:both;
	width: 875px;
	height: 130px;
	margin: 0 auto 0 auto;
}

#footer img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#footer-width {
	width: 875px;
	margin: 0 auto;
}

#footer #footer-width .copyright {
	float: right;
    width:350px;
	text-align: right;
    margin:0 auto;
    display:block;
}

#footer #footer-width .rss-feed {
	float: left;
    width:350px;
	text-align: left;
    margin:0 auto;
    display:block;
}

#footer #footer-width .rss-feed img {
    vertical-align:middle;
    margin-right:5px;
}

ul.events {
		list-style: none;
}

ul.events li {

}

ul.events li a {
	text-decoration: none;
}

ul.events li h3, ul.events li h3 a { 
	height: auto !important;
	padding-bottom: 5px !important;
	font-size: 16px !important;
	text-decoration: underline;
}
