/* CSS Document - Page styles */
.content ol ol li {
	padding: 1px 0 4px 0;
	}
.content ol ol li ul {
	margin-top: 1em;
	}
	
a.view_event {
	background-image: url(../images/view_event.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	}	
a.download_link {
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	}

/* Container Div */
div#container {
	width: 986px;
	min-height: 200px;
	position: absolute;
	z-index: 1;
	}
	
div#skyscraper_ad {
	width: 140px;
	height: 580px;
	padding: 10px;
	border: 1px solid #000;
	position: absolute;
	top: 20px;
	left: 1010px
	}

/* Header section */
div#header {
	height: 115px;
	border-bottom: 2px solid #fbb033;
	}
	
/* a#logo {
	float: left;
	width: 253px;
	height: 82px;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: -4px;
	background-image: url(../images/round_table_logo.gif);
	background-repeat: no-repeat;
	} */
a#logo {
	float: left;
	/* width: 333px;*/
	width: 290px;
	height: 87px;
	display: block;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: -4px;
	background-image: url(../images/round_table_logo_large.gif);
	background-repeat: no-repeat;
	}

/* login box */
div#login_box {
	float: right;
	height: 80px;
	width: 430px;
	margin-bottom: 5px;
	color: #fbb033;
	}
	
/* Login form - top right */	
form#logintop {
	margin: 0;
	}
h2#member_login {
	margin-top: 1.6em;
	}
form#logintop fieldset {
	padding: 0em;
	padding-top: 0.35em;
	}
form#logintop div {
	height: 16px;
	}
form#logintop label {
	color: #000;
	}
formlogintop input#logintop_password, form#logintop input#logintop_password {
	width: 150px;
	}
input#logintop_password {
	padding: 2px 0px;
	}	
input#logintop_submit {
	position: relative;
	top:-3px;
	}
	
div#login_box p#logged_in {
	padding-top: 1.4em;
	font-size: 1.2em;
	text-align: right
	}
span#login_name {
	color: #585858;
	font-weight: bold;
	}
a#logout {
	padding-right: 20px;
	background-image: url(../images/logout.png);
	background-position: center right;
	background-repeat: no-repeat;
	}
p#member_links {
	font-weight: bold;
	text-align: right;
	}
p#member_links a {
	color: #FBB033;
	}
p#member_links a:hover {
	color: #FBB033;
	text-decoration: underline;
	}
		
p#member_links a {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 8px;
	}

p#member_links a#your_details {
	background-image: url(../images/your_details.gif);
	}
p#member_links a#table_details {
	background-image: url(../images/table_details.gif);
	}
p#member_links a#member_events {
	background-image: url(../images/member_events.gif);
	}
	
/* top nav */	
ul#nav {
	clear: right;
	float: right;
	height: 30px;
	list-style: none;
	.width: 476px;
	_margin-bottom: 0;
	}
ul#nav li {
	height: 30px;
	float: left;
	}
ul#nav li a {
	display: block;
	_display: inline-block;
	height: 30px;
	padding: 0 18px;
	font-weight: bold;
	line-height: 30px;
	}
ul#nav li a:hover {
	color: #FFF;
	background-color: #333333;
	}
ul#nav li a.on {
	color: #FFF;
	background-color: #333333;
	}
	
/* Dropdown */
div.dropdown {
	color: #CCC;
	background-color: #333333;
	}
div.dropdown ul {
	list-style: circle;
	margin-left: 0;
	}	
div.dropdown ul li {
	padding: 1px 0;
	}
.content div.dropdown a {
	color: #FFF;
	}
div.dropdown a:hover {
	text-decoration: underline;
	color: #FBB033;
	}
	
div.menu_content {
	float: left;
	width: 130px;
	margin-left: 30px;
	}
div.menu_content p.title {
	color: #FFbb00;
	}
div.menu_content p.latest_news {
	padding-left: 15px;
	font-style: italic;
	background-image: url(../images/quote_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}	
img.news_image {
	border: 2px solid #fff;
	}
	
/* side nav */	
div#side_nav {
	clear: both;
	float: left;
	width: 210px;
	min-height: 200px;
	margin-top: -14px;
	.margin-top: 0;
	}
div#side_nav ul {
	list-style: none;
	text-align: right;
	margin-bottom: 0;
	margin-top: 1.4em;
	}
div#side_nav ul li {
	padding: 1px 0;
	}
div#side_nav ul li a {
	color: #000;
	font-weight: bold;
	}
div#side_nav ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
div#side_nav ul ul {
	margin: 0;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.4em;
	}
div#side_nav ul ul li {
	padding: 0;
	font-size: 0.9em;
	line-height: 1.3em;
	}
div#side_nav ul ul li a {
	color: #777;
	font-weight: normal;
	}
div#side_nav ul ul li a:hover {
	color: #777;
	}
	
/* content */	
div#content {
	clear: right;
	float: right;
	min-height: 200px;
	width: 750px;
	margin-top: -18px;
	.margin-top: 0;
	padding-bottom: 10px;
	}
div#content h2 {
	/*color: #FBB033;*/
	color: #FB9E33;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 0.9em;
	margin-left: 0.9em;
	}
div#content h2.formtitle {
	float: left;
	line-height: 1.6em;
	}
div#content h3 {
	/*color: #FBB033;*/
	color: #FB9E33;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.9em;
	margin-left: 1.1em;
	}
div#content p {
	margin-left: 1.5em;
	}
div#content a {
	color: #FBB033;
	font-weight: bold;
	text-decoration: underline;
	}
div#content ul {
	margin-left: 3.5em;
	}
div#content a:hover {
	text-decoration: none;
	}

div#content ul#latest_news {
	margin-bottom: 2.5em;
	}
div#content ul#latest_news li {
	padding-bottom: 2px;
	}
ul#upcoming_events li {
	padding-bottom: 2px;
	}

/* HP left + right */
div#hp_left {
	float: left;
	width: 410px;
	border-left: 1px solid #ccc;
	}	
div#hp_right {
	float: right;
	width: 325px;
	border-left: 1px solid #ccc;
	}
	
/* nearest table */
div#nearest_table {
	width: 210px;
	overflow: auto;
	height: 113px;
	margin-left: 1.5em;
	margin-top: -1.3em;
	margin-bottom: 1.7em;
	position: relative;
	}
div#nearest_table p {
	margin-left: 0;
	}
	
/* nearest table search */
div#find_nearest_table form {
	margin-left: 1.3em;
	width: 210px;
	float: left;
	}
div#find_nearest_table form fieldset {
	padding-bottom: 0;
	padding-left: 0;
	}
div#find_nearest_table form input.shorttext {
	width: 28px;
	}
div#search_results {
	width: 178px;
	float: right;
	min-height: 40px;
	position: relative;
	height: 170px;
	overflow: auto;
	}
	
/* Latest news */	
span.subtext {
	color: #777;
	font-size: 0.9em;
	}
span.subtext_success_stories {
	color: #777;
	font-size: 1.1em;
	}
	
/* news banner */	
div#news_banner {
	height: 196px;
	background-color: #fbb033;
	background-image: url(../images/yellow_banner_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	}
div#news_banner h1 {
	margin-top: 0;
	color: #FFF;
	padding: 0.7em;
	padding-bottom: 0.1em;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 0.9em;
	}
div#news_banner a {
	color: #FFF;
	}
div#news_selectors {
	margin-left: 1.4em;
	margin-top: -0px;
	_margin-top: -0px;
	margin-right: 1.2em;
	clear: both;
	}
img.story_button {
	position: relative;
	top: 1px;
	}
span.story_selector {
	color: #fcc363;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 1px;
	}
span.selected {
	color: #FFF;
	}
	
div#news_banner p {
	margin-left: 1.5em;
	_margin-bottom: 0.6em;
	}
	
/* news scroller */
div#scroll_container {
	height: 170px;
	width: 750px;
	margin: 0;
  	overflow: hidden;
	}
div#scroll_pane {
	margin-left: 0;
	width: 3750px;
	position: relative;
	.position: static;
	}
div.scroll_content {
	float: left;
	width: 750px;
	height: 160px;
	}
div#scroll_pane a {
	.position: static;
	}

	
/* inner banner */
div#inner_banner {
	background-color: #fbb033;
	background-image: url(../images/yellow_banner_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
div#inner_banner h1 {
	margin-top: 0;
	color: #FFF;
	padding: 0.7em;
	padding-bottom: 0.2em;
	font-size: 2.2em;
	font-weight: normal;
	}
div#inner_banner a {
	color:#FFF;
	}
	
/* Advert */
div#advert {
	height: 90px;
	margin-left: 1.5em;
	/*border: 1px solid #000;*/
	padding: 10px;
	background-image: url(../images/advert_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

div#nav_ad {
	height: 280px;
	/*border: 1px solid #000;*/
	padding: 10px;
	background-image: url(../images/advert_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left: 1.5em;
	margin-top: 1.5em;
	}
	
/* Google search */
form#google_search {
	margin-top: 1em;
	}
form#google_search fieldset {
	padding: 0;
	margin: 0;
	}
form#google_search input#q {
	width: 118px;
	margin-left: 5px;
	margin-top: 5px;
	}	
form#google_search input#search_submit {
	width: 67px;
	height: 20px;
	background-image: url(../images/seach_submit.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: -3px;
	border: 0;
	padding: 0;
	}
	
/* Footer */
div#footer {
	background-color: #4b4b4b;
	color: #FFF;
	clear: both;
	min-height: 110px;
	_height: 110px;
	font-size: 0.8em;
	}
div#footer a {
	color: #FFF;
	text-decoration: none;
	}
div#footer a:hover {
	text-decoration: underline;
	}	
div#footer p {
	padding: 1em;
	}
div#footer p#legal_disclaimer {
	width: 430px;
	line-height: 1em;
	.padding-top: 2em;
	}
	

.greyform {
	border: 1px solid #CCC;
	background-color: #efefef;
	}
	
div#content .greyform a {
	color: #000;
	}
/* Conatct form */
form#contactform {
	width: 390px;
	}	
form#contactform input.text {
	width: 241px;
	}	
/* Login form */
form#login_form {
	width: 390px;
	margin-left: 30px;
	}	
form#login_form input.text {
	width: 241px;
	}
/* Many member */
form#many_member {
	width: 200px;
	margin-left: 30px;
	}
/* Forgotten password */
form#forgotten_password {
	margin-left: 30px;
	}	
/* Register */
form#register {
	width: 380px;
	margin-left: 30px;
	}
/* register email */	
form#register_email {
	width: 380px;
	margin-left: 30px;
	}
form#register_email input.text {
	width: 344px;
	}
	
/* View article styles */
table#GADSigBlock {
	margin-left: 1.3em;
	border: 0;
	}
table#GADSigBlock td {
	border: 0;
	}
div.article_file_dl {
	padding: 1em 1em 0em 1.7em;
	background-color: #efefef;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #CCC;
	}	
	
	div.article_file_dl_pdf {
	padding: 1em 1em 0em 1.7em;
	background-color: #efefef;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #CCC;
	}	
	
	
	
/* members - internal */
div#member_left {
	float: left;
	width: 515px;
	min-height: 100px;
	}
div#member_right {
	float: right;
	width: 220px;
	min-height: 100px;
	padding-top: 15px;
	}
/* short search */	
form#short_member_search {
	margin-right: 0;
	}
form#short_member_search fieldset {
	width: 260px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	}
div#quick_search {
	margin-top: 20px;
	margin-right: 20px;
	}
	
/* announcements */	
span.announcement_switcher {
	color: #FBB033;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.8em;
	}
span.announcement_switcher_on {
	color: #FFF;
	background-color: #FBB033;
	font-weight: bold;
	font-size: 0.8em
	}
	
/* View directory */
form#member_search {
	margin-right: 0;
	}
form#member_search fieldset {
	width: 507px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	}
form#member_search fieldset div {
	min-height: 22px;
	_height: 22px;
	}
div#quick_search {
	margin-top: 20px;
	margin-right: 20px;
	}
	
/* Amend table */
form#ammend_table label.short_label {
	width: 160px;
	}	
form#ammend_table input#meetplace, form#ammend_table input#meettime {
	width: 485px;
	}
/* add charity */
form#charity_info label.short_label {
	width: 150px;	
	}
form#charity_info input#surname {
	width: 430px;
	}
/* Amend table page */
form#amendtablepage input.text {
	width: 420px;
	}
	
/* signatures */
td#SignatureText {
	border: none;
	}	
td#SignatureText table {
	border: none;
	margin-left: 1em;
	}
td#SignatureText table td {
	border: none;
	}
table#PGMSigBlock {
	border: none;
	}
table#PGMSigBlock td {
	border: none;
	}
	
/* survey  */
div#download_survey {
	background-color: #efefef;
	padding-top: 15px;
	margin-left: 16px;
	border: 1px solid #ccc;
	}
div#download_survey ul {
	list-style: none;
	margin-left: 2em;
	}
div#download_survey ul li {
	padding-left: 24px;
	background-image: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 24px;
	}
div#download_survey ul li.pdf {
	background-image: url(../images/pdf.png);
	}
div#download_survey ul li.powerpoint {
	background-image: url(../images/powerpoint.png);
	}
div#download_survey ul li.excel {
	background-image: url(../images/excel.png);
	}
div#download_survey ul li.word {
	background-image: url(../images/word.png);
	}
	img.postcards { float:left; margin:0px 0 20px 33px; display:block; }
div#search_results_join a {
	color: #000;
	}	
div.alt_p p { line-height:18px;  }
.slideshow-images{display:block;overflow:hidden;position:relative;}.slideshow-images img{display:block;position:absolute;z-index:1;}.slideshow-thumbnails{overflow:hidden;}.slideshow-images{height:300px;width:400px;}.slideshow-images-visible{opacity:1;}.slideshow-images-prev{opacity:0;}.slideshow-images-next{opacity:0;}.slideshow-images img{float:left;left:0;top:0;}.slideshow{height:300px;margin:0 auto;width:400px;}.slideshow a img{border:0;}.slideshow-captions{background:#000;bottom:0;color:#FFF;font:normal 12px/22px Arial,sans-serif;left:0;overflow:hidden;position:absolute;text-indent:10px;width:100%;z-index:10000;}.slideshow-captions-hidden{height:0;opacity:0;}.slideshow-captions-visible{height:22px;opacity:.7;}.slideshow-controller{background:url(controller.png) no-repeat;height:42px;left:50%;margin:-21px 0 0 -119px;overflow:hidden;position:absolute;top:50%;width:238px;z-index:10000;}.slideshow-controller *{margin:0;padding:0;}.slideshow-controller-hidden{opacity:0;}.slideshow-controller-visible{opacity:1;}.slideshow-controller a{cursor:pointer;display:block;height:18px;overflow:hidden;position:absolute;top:12px;}.slideshow-controller a.active{background-position:0 18px;}.slideshow-controller li{list-style:none;}.slideshow-controller li.first a{background-image:url(controller-first.gif);left:33px;width:19px;}.slideshow-controller li.last a{background-image:url(controller-last.gif);left:186px;width:19px;}.slideshow-controller li.next a{background-image:url(controller-next.gif);left:145px;width:28px;}.slideshow-controller li.pause a{background-image:url(controller-pause.gif);left:109px;width:20px;}.slideshow-controller li.play a{background-position:20px 0;}.slideshow-controller li.play a.active{background-position:20px 18px;}.slideshow-controller li.prev a{background-image:url(controller-prev.gif);left:65px;width:28px;}.slideshow-loader{height:28px;right:0;position:absolute;top:0;width:28px;z-index:10001;}.slideshow-loader-hidden{opacity:0;}.slideshow-loader-visible{opacity:1;}.slideshow-thumbnails{bottom:-65px;height:65px;left:0;position:absolute;width:100%;}.slideshow-thumbnails *{margin:0;padding:0;}.slideshow-thumbnails ul{height:65px;left:0;position:absolute;top:0;width:10000px;}.slideshow-thumbnails li{float:left;list-style:none;margin:5px 5px 5px 0;position:relative;}.slideshow-thumbnails a{display:block;float:left;padding:5px;position:relative;}.slideshow-thumbnails a:hover{background-color:#FF9!important;opacity:1!important;}.slideshow-thumbnails img{display:block;}.slideshow-thumbnails-active{background-color:#9FF;opacity:1;}.slideshow-thumbnails-inactive{background-color:#FFF;opacity:.5;}
