/*
Reset CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:0px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*
Global CSS
Created by Kris Kelly Oct 2007 - Heehaw Multimedia
*/
body {
	font-family: Verdana, Helvetica, Helv, Arial, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	background: #80002e url('/images/visitors/body-bg.gif') top left repeat-x;
	color: #060606;
	padding-top: 4px;
}
a{text-decoration: none;}
a:hover {text-decoration:underline;}
div#wrap {
	width: 935px;
	margin: 0 auto;
}

/* HEADER */
	div#wrap div#header {
		height: 90px;
		position: relative;
	}
		div#wrap div#header a:focus {
			outline: none;
		}
		div#wrap div#header div#events-edinburgh-logo {
			width: 316px;
			height: 64px;
			position: absolute;
			bottom: 14px;
			left: 15px;
			background: #80002e url('/images/visitors/events-edinburgh-logo.gif') 0px 0px no-repeat;
		}
			div#wrap div#header div#events-edinburgh-logo a {
				display: block;
				width: 316px;
				height: 64px;
				text-indent: -9999px;
			}
		/*
		SITE SWITCHER
		*/
		div#wrap div#header div#site-switcher {
			position: absolute;
			width: 410px;
			height: 38px;
			top: 0px;
			right: 0px;
			color: #fff;
			background: #80002e url('/images/visitors/events-site-switcher.gif') 100px 0 no-repeat;
		}
			div#wrap div#header div#site-switcher span#site-switcher-text {
				position: absolute;
				top: 10px;
				left: 0px;
				font-weight: bold;
				width: 100px;
				display: block;
			}
		
			div#wrap div#header div#site-switcher a#site-switcher-visitors-link{
				position: absolute;
				display: block;
				width: 140px;
				height: 38px;
				top: 0px;
				left: 100px;
				text-indent: -9999px;
				background: #80002e url('/images/visitors/events-site-switcher.gif') 0px 0px no-repeat;
			}
			
			div#wrap div#header div#site-switcher a:hover#site-switcher-visitors-link{
				background-position: 0px -38px;
			}
			
			div#wrap div#header div#site-switcher a#site-switcher-planners-link {
				position: absolute;
				top: 0px;
				left: 240px;
				text-indent: -9999px;
				display: block;
				width: 150px;
				height: 28px;
				background: #80002e url('/images/visitors/events-site-switcher.gif') -140px 0px no-repeat;
			}
			
			div#wrap div#header div#site-switcher a:hover#site-switcher-planners-link{
				background-position:  -140px -38px;
			}
			div#header-nav {
				position: absolute;
				bottom: 8px;
				right: 25px;
				font-weight: bold;
				color: #fff;
			}
			div#header-nav ul {
				float: left;
			}
			
				div#header-nav ul li {
					float: left;
				}
				
					div#header-nav ul li.selected a {
						color: #fff;
						text-decoration: underline;
					}
					div#header-nav ul li a {
						color: #fff;
						text-decoration: none;
					}
				
					div#header-nav ul li a:hover {
						color: #fff;
						text-decoration: underline;
					}
					
	/*
	TOP NAV
	*/
	div#wrap div#top-nav {
		background: #310011 url('/images/global/top-nav-bg.gif') top left no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	div#wrap div#top-nav a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		padding-bottom: 4px;
	}
	
	div#wrap div#top-nav ul {
		float: left;
		margin: 10px 15px 4px;
	}
	
		div#wrap div#top-nav ul li {
			float: left;
			padding-right: 7px;
			padding-left: 7px;
			background: transparent url('/images/global/nav-separator.gif') 100% 50% no-repeat; 
		}
		div#wrap div#top-nav ul li.selected a,
		div#wrap div#top-nav ul li a:hover {
			background-image: url('/images/global/nav-indicator.gif');
			background-repeat: no-repeat;
			background-position: 50% 100%;
			padding-bottom: 4px;
			color: #cfcfcf;
		}
	/*
	MAIN
	*/
	div#wrap div#main {
		clear: both;
		background-color: #fff;
		padding: 10px 9px 10px 10px;
	}
		/*
		col-left
		*/
		div#wrap div#main div#col-left {
			width: 209px;
			float: left;
			margin-right: 8px;
		}
		
		div#events-logo {
				background: transparent url('/images/global/events-logo.jpg') top left no-repeat;
				width: 209px;
				height: 150px;
				padding-bottom: 4px;
				margin-bottom: 4px;
				border-bottom: 1px dotted #969696;
		}
		
		div#wrap div#main div#main-col {
			width: 699px;
			background-color: #fff;
			float: right;
		}
		
			div#wrap div#main div#main-col div#top-banner {
				padding-bottom: 4px;
				margin-bottom: 4px;
				border-bottom: 1px dotted #969696;
			}
			div#wrap div#main div#main-col div#content-container {
				/*width: 504px;*/
				float: left;
			
			}
			div#wrap div#main div#main-col div#content-container div#content {
			}
			div#wrap div#main div#main-col div#content div#event-browser {
				/*border: 1px solid #dad8d8;*/
				border-top: none;
				width: 480px;
			}
		/*
		col-right
		*/
		div#wrap div#main div#col-right {
			width: 209px;
			float:right;
		}
		

/************
	boxes
*************/

/*LEFT*/
div.box-header-left-col,
div.box-header-left-col-grey,
div.box-header-content,
div.box-header-right-col  {
	background: transparent url('/images/global/box-header-left-col-default.gif') left top no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 7px 10px;
	line-height: 1em;
	border-bottom: 1px solid #fff;
}
	.noborder {
		border-bottom: none;
	}
	div.box-header-left-col-grey {
		background: transparent url('/images/global/box-header-left-col-grey.gif') left top no-repeat;
	}

div.box-content,
div.box-content-grey,
div.box-content-698px,
div.box-content-698px-white {
	background-color: #3b59a6;
	color: #fff;
	padding: 15px 15px 8px;
	font-size: 1.2em;
}
	div.box-content a,
	div.box-content-grey a,
	div.box-content-698px a,
	div.box-content-698px-white a {
		color: #fff;
		/*text-decoration: underline;*/
	}
	div.box-content-grey {
		background-color: #363a42;
	}
	div.box-content-698px {
		width: 657px;
		padding: 20px;
	}

	div.box-content-698px-white {
		background-color: #fff;
		border-top: 1px solid #dad8d8;
		border-left: 1px solid #dad8d8;
		border-right: 1px solid #dad8d8;
		color: #4d4d4d;
		width: 665px;
	}
	
	div.box-content-698px-venue {
		background-color: #fff;
		border-top: 1px solid #dad8d8;
		border-left: 1px solid #dad8d8;
		border-right: 1px solid #dad8d8;
		color: #4d4d4d;
		width: 696px;
		padding-bottom: 15px;
	}
	
*:first-child+html body.case-study-page div#main-col div#content-container div#content div.box-content-698px-white {
		width: 680px;
	}
	
	div.box-content-698px-venue .top-content {
		padding: 20px;
	}
	div.box-content-698px-venue .top-content .left {
		float: left;
		width: 500px;
	}
	div.box-content-698px-venue .top-content .right {
		float: right;
	}
	
div.box-footer-left-col,
div.box-footer-content,
div.box-footer-content-grey,
div.box-footer-left-col-grey {
		background: #fff url('/images/global/box-footer-left-col-default.gif') left bottom no-repeat;
		padding-bottom: 4px;
		height: 1px;
}
	div.box-footer-left-col-grey {
		background: #fff url('/images/global/box-footer-left-col-grey.gif') left bottom no-repeat;
	}

div.box-footer-right-col,
div.box-footer-right-col-grey {
		/*background: #fff url('/images/global/box-footer-right-col-default.gif') left bottom no-repeat;*/
		background: #fff url('/images/global/box-footer-left-col-default.gif') left bottom no-repeat;
		padding-bottom: 4px;
		height: 1px;
}
	div.box-footer-right-col-grey {
		/*background: #fff url('/images/global/box-footer-right-col-grey.gif') left bottom no-repeat;*/
		background: #fff url('/images/global/box-footer-left-col-grey.gif') left bottom no-repeat;
	}
	
	/*CENTRE*/

	div.box-header-698px,
	div.box-header-698px-no-content {
		background: transparent url('/images/global/box-header-blue-698px.gif') left top no-repeat;
		width: 673px;
		color: #fff;
		font-weight: bold;
		padding: 10px 15px 7px 10px;
	}
	div.box-header-698px-no-content {
		padding: 1px 15px 1px 10px;
	}
	div.box-footer-698px {
		background: transparent url('/images/global/box-footer-blue-698px.gif') left bottom no-repeat;
		width: 697px;
		height: 3px;
	}
	div.box-footer-698px-grey {
		background: transparent url('/images/global/box-footer-grey-698px.gif') left bottom no-repeat;
		width: 698px;
		height: 25px;
	}
	div.box-footer-698px a {
		color: #fff;
		text-decoration: none;
	}
	div.box-header-content {
		background: transparent url('/images/global/box-header-content-default.gif') left top no-repeat;
	}
	

	div.box-footer-content {
		
	}
	div.box-footer-content-grey {
		background: #fff url('/images/global/box-footer-content-grey.gif') left bottom no-repeat;
		height: 23px;
		text-align: right;
		padding: 4px 60px 0 0;
		color: #fff;
		font-weight: bold;
	}
	div.box-footer-content-grey a {
		color: #fff;
	}
	
	/*RIGHT*/
	div.box-header-right-col {
		/*background: transparent url('/images/global/box-header-right-col-default.gif') left top no-repeat;*/
	}
	

/*
Footer
*/
div#wrap div#footer {
	background: #80002e url('/images/global/footer-bg.gif') top left repeat-x;
	clear: both;
	margin-bottom: 10px;
}
	div#wrap div#footer ul#footer-nav {
		float: left;
		background: #80002e url('/images/visitors/footer-nav-bg.gif') bottom left no-repeat;
		width: 100%;
		height: 38px;
		margin-top: 10px;
		padding-left: 6px;
	}
		div#wrap div#footer ul#footer-nav li {
			float:left;
			color: #d9b3c1;
			font-weight: bold;
		}
		
			div#wrap div#footer ul#footer-nav li a {
				color: #d9b3c1;
			}
		div#wrap div#footer div#footer-credits a#brand-link,
		div#wrap div#footer div#footer-credits a#edinburgh-council-link,
		div#wrap div#footer div#footer-credits a#christmas-link,
		div#wrap div#footer div#footer-credits a#hogmanay-link {
			display: block;
			outline: none;
			background: #80002e url('/images/visitors/footer-logos.gif') 0% 50% no-repeat;
			text-indent: -9999px;
		}

		div#wrap div#footer div#footer-credits a {
			color: #fff;
			font-weight: bold;
		}
		div#wrap div#footer div#footer-credits a#brand-link {
			float:left;
			width: 90px;
			height: 50px;
		}
		div#wrap div#footer div#footer-credits a#edinburgh-council-link {
			background-position:-96px 0;
			float:left;
			height:40px;
			margin-left:28px;
			width:160px;
		}
		
		div#wrap div#footer div#footer-credits a#christmas-link {
			background-position:-259px -11px;
			float:left;
			height:31px;
			margin:10px 0 0 23px;
			width:128px;
		}
		
		div#wrap div#footer div#footer-credits a#hogmanay-link {
			background-position:-402px -11px;
			float:left;
			height:32px;
			margin:10px 0 0 35px;
			width:132px;
		}

		div#wrap div#footer div#footer-credits div#footer-credits-left {
			float:left;
			width:100%;
			margin:0 0 5px;
		}
		div#wrap div#footer div#footer-credits div#footer-credits-right {
			color: #fff;
			font-size: 0.9em;
			margin:0 0 30px;
		}


/**************
 Forms 
***************/

form#find-event label {
	font-weight: bold;
}

form#find-event input#keywords, 
form#find-event select#time,
form#find-event select#category_id,
form#find-event select#venue_id,
form#find-event input#start-date,
form#find-event input#end-date,
form#newsletter-signup input#email-address{
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
	width: 155px;
	color: #363a42;
	margin: 4px 0px;
}
form#find-event input#start-date,
form#find-event input#end-date {
	width: 145px;
	float: left;
}
form#newsletter-signup input#email-address {
	color: #80002e;
	margin-bottom: 6px;
}


form#find-event select#time,
form#find-event select#category_id,
form#find-event select#venue_id {
	width: 166px;
}

form#find-event select#time option {
	padding: 1px 3px;
}

form#find-event a#advanced-search-button {
	display: block;
	text-indent: -9999px;
	width: 167px;
	height: 26px;
	margin: 10px 0;
	line-height: 0.01em;
	background: transparent url('/images/home/advanced-search-button.gif') 0 0 no-repeat;
}
form#find-event a:hover#advanced-search-button {
	background-position: 0 -26px;
}
form#find-event a:focus#advanced-search-button {
	outline: none;
	background-position: 0 -26px;
}




form#newsletter-signup span#signup.yui-button button,
form#newsletter-signup span#unsubscribe.yui-button button,
form#find-event span#child-friendly.yui-button button,
form#find-event span#free.yui-button button,
form#find-event span#search.yui-button button {
	border: none;
	text-indent: -9999px;
}
form#newsletter-signup span#unsubscribe.yui-button button,
form#find-event span#child-friendly.yui-button button,
form#find-event span#free.yui-button button {
	display: block;
}
form#find-event span#search.yui-button button  {
	width: 59px;
	height: 22px;
}
form#find-event span#search.yui-button {
	width: 59px;
	height: 22px;
	display: block;
	background: transparent url('/images/home/search-button.gif') 0 0 no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	float:right;
	cursor: pointer;
}
form#find-event span#search.yui-button-hover,
form#find-event span#search.yui-button-focus {
	background-position: 0 -22px;
}
form#find-event span#search.yui-button-hover {
	cursor: pointer;
}
form#find-event input:focus {
	outline: none;
	background-position: 0 -22px;
}


/*child-friendly*/
form#find-event label#child-friendly-label,
form#find-event label#free-label  {
	float: left;
	width: 8em;
}
form#find-event span#child-friendly {
	margin: 2px 0 0 2px;
	display: block !important;/* IE */
	display: inline;
	width: 13px;
	height: 13px;
	float:left !important;/* IE */
	float: none;
}

form#find-event span#child-friendly.yui-button button {
	width: 13px;
	height: 13px;
	background: #fff url('/images/home/checkbox.gif') 0 0 no-repeat;
}

form#find-event span#child-friendly.yui-button-checked button {
	background-position: -13px 0;
}
form#find-event span#child-friendly.yui-button-hover button,
form#find-event span#child-friendly.yui-button-focus button {
	background-position: 0 -13px;
}

/* Classes are in this order so that IE6 looks vaguely right */
form#find-event span.yui-button-hover.yui-button-checked#child-friendly button,
form#find-event span.yui-button-focus.yui-button-checked#child-friendly button{
	background-position: -13px -13px;
}




form#find-event span#free {
	margin: 2px 0 0 2px;
	display: block !important;/* IE */
	display: inline;
	width: 13px;
	height: 13px;
	float:left !important;/* IE */
	float: none;
}

form#find-event span#free.yui-button button {
	width: 13px;
	height: 13px;
	background: #fff url('/images/home/checkbox.gif') 0 0 no-repeat;
}

form#find-event span#free.yui-button-checked button {
	background-position: -13px 0;
}
form#find-event span#free.yui-button-hover button,
form#find-event span#free.yui-button-focus button {
	background-position: 0 -13px;
}

/* Classes are in this order so that IE6 looks vaguely right */
form#find-event span.yui-button-hover.yui-button-checked#free button,
form#find-event span.yui-button-focus.yui-button-checked#free button{
	background-position: -13px -13px;
}

/*sign up*/
form#newsletter-signup span#signup.yui-button button {
	width: 59px;
	height: 22px;
}
form#newsletter-signup span#signup.yui-button {
	width: 59px;
	height: 22px;
	display: block;
	background: transparent url('/images/home/submit-button.gif') 0 0 no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	float:right;
	cursor: pointer;
}
form#newsletter-signup span#signup.yui-button-hover,
form#newsletter-signup span#signup.yui-button-focus {
	background-position: 0 -22px;
}
form#newsletter-signup span#signup.yui-button-hover {
	cursor: pointer;
}


/*unsubscribe*/
form#newsletter-signup label#unsubscribe-label {
	float: left;
}
form#newsletter-signup span#unsubscribe {
	margin: 2px 0 0 2px;
	display: block !important;/* IE */
	display: inline;
	width: 13px;
	height: 13px;
	float:left !important;/* IE */
	float: none;
}

form#newsletter-signup span#unsubscribe.yui-button button {
	width: 13px;
	height: 13px;
	background: #fff url('/images/home/checkbox.gif') 0 0 no-repeat;
}

form#newsletter-signup span#unsubscribe.yui-button-checked button {
	background-position: -13px 0;
}
form#newsletter-signup span#unsubscribe.yui-button-hover button,
form#newsletter-signup span#unsubscribe.yui-button-focus button {
	background-position: 0 -13px;
}

/* Classes are in this order so that IE6 looks vaguely right */
form#newsletter-signup span.yui-button-hover.yui-button-checked#unsubscribe button,
form#newsletter-signup span.yui-button-focus.yui-button-checked#unsubscribe button {
	background-position: -13px -13px;
}

/*
Latest News Box
*/
div.box-content a.news-link {
	background: transparent url('/images/home/news-icon-grey.gif') left top no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	width: 159px;
	font-size: 0.8em;
	
}
a#latest-news-header {
	color: #fff;
	text-decoration: none;
}
a:hover#latest-news-header {
	text-decoration: underline;
}
div.box-content a:hover.news-link {
	background: transparent url('/images/home/news-icon-orange.gif') left top no-repeat;
	text-decoration: underline;
}
.news-separator {
	display: block;
	height: 1px;
	margin: 10px 0;
	line-height: 1px;
	width: 100%;
	clear:both;
	text-indent: -9999px;
	background: transparent url('/images/home/horizontal-1px-dotted-white-line.gif') 0 50% repeat-x;
}

div#newspaper-image {
	width: 209px;
	height: 66px;
	background: #544646 url('/images/home/newspaper.jpg') left top no-repeat;
	border-bottom: 1px solid #fff;
}
div#newspaper-image a {
	display: block;
	width: 209px;
	height: 66px;
}
/*
calendar
*/

div#startDate, 
div#endDate {
	font-size: 0.9em;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

	#startDate div.calheader,
	#endDate div.calheader {
		color: #000;
	}
	div#startDate-calendar-picker,
	div#endDate-calendar-picker {
		position: relative;
		width: 16px;
		height: 16px;
		background: transparent url('/images/home/calendar-icon.gif') 0px 0px no-repeat;
		float: right;
		margin-top: 10px;
	}

	div#startDate-calendar-picker {
		z-index: 20;
	}
	div#endDate-calendar-picker {
		z-index: 10;
	}
		div#startDate-calendar-picker a#startPicker-link,
		div#endDate-calendar-picker a#endPicker-link {
			width: 16px;
			height: 16px;
			background: transparent url("/images/home/calendar-icon.gif") 0px 0px no-repeat;
			display: block;
		}
		div#startDate-calendar-picker a:hover#startPicker-link,
		div#endDate-calendar-picker a:hover#endPicker-link {
			width: 16px;
			height: 16px;
			background: transparent url('/images/home/calendar-icon.gif') -16px 0px no-repeat;
			display: block;
		}

/*
STYLUS GENERICUS
*/

.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.imageLeft {
	float:left;
	margin: 0 10px 10px 0;
}
.imageRight{
	float:right;
	margin: 0 0 10px 10px;
}
.hidden {
	text-indent: -9999px;
	text-align: left;
	width: 1px;
	height: 1px;
	line-height: 0.1em;
	display: block;
	position: absolute;
	top: -9999px;
	overflow:hidden; 
}
.smaller {
	font-size: 0.8em;
}
.even-smaller {
	font-size: 0.7em;
}
.noborder {
	border: none;
}
.white-highlight {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.halfbr {
	line-height: 0.5em;
}

/*
button box
*/

div.button-box-content-left {
	background: transparent url('/images/global/trans-button-tl.gif') 0 0 no-repeat;
}
div.button-box-content-right {
	background: transparent url('/images/global/trans-button-tr.gif') 100% 0 no-repeat;
	padding-top: 2px;
}
div.button-box-footer-left {
	background: transparent url('/images/global/trans-button-bl.gif') 0 100% no-repeat;
	padding-left: 5px;
	clear:both;
	/*border: 1px solid blue;*/
}
div.button-box-footer-right {
	background: transparent url('/images/global/trans-button-br.gif') 100% 100% no-repeat;
	padding-bottom: 2px;
	padding-right: 5px;
}
.button-box-culture,
.button-box-theatre,
.button-box-festivals,
.button-box-lectures,
.button-box-music,
.button-box-sport {
	color:#fff;
	display:block;
	font-weight:bold;
	text-align:center;
	width: 9em;
	margin: 4px 0px;
}
.button-box-culture {
	background-color:#ee5e15;
}

.button-box-theatre {
	background-color:#546c0c;
}

.button-box-festivals {
	background-color:#842c83;
}

.button-box-lectures {
	background-color:#3b58a6;
}

.button-box-music {
	background-color:#a41a34;
}

.button-box-sport {
	background-color:#5e8d7b;
}

#event-listing-text ul {
	padding:0;
	margin:0}
	
#event-listing-text ul li {
	list-style:disc;
	padding:0 0 0 10px;
	margin:0 0 0 15px}
	
a#questionnaire_button {
	display:block;
	width:209px;
	height:43px;
	padding:0;
	margin:0;
	text-indent:-99999px;
	background-image:url('/images/global/questionnaire_button.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	}
	
a#questionnaire_button:hover {
	background-position:0 -43px;
	}
	
/* VENUE SUBMISSION */

body#planners-standard-page div#content div.box-content-698px-venue {
	color: #333;	
}

body#planners-standard-page div#content div.box-content-698px-venue h2,
body#planners-standard-page div#content div.box-content-698px-venue h3,
body#planners-standard-page div#content div.box-content-698px-venue p
{
	color: #333; 
	display: block; 
	float: left; 
	width: 615px;
}



body#planners-standard-page div#content div.box-content-698px-venue h2,
body#planners-standard-page div#content div.box-content-698px-venue h3 {
	margin: 35px 0 5px 15px; 
	font-size: 1.25em;
}

body#planners-standard-page div#content div.box-content-698px-venue h2 {
	font-weight: bold;
	font-size: 145%;	
	/*margin-bottom: 30px;*/
}
div.box-content-698px-venue p {
	margin: 0 0 0 15px;	
}

div.box-content-698px-venue .check_group,
div.box-content-698px-venue .text_group {
	float: left;	
}

/*div.box-content-698px-venue .check_group label.check_single,
div.box-content-698px-venue .check_group label.check_double,
div.box-content-698px-venue label.text_label {
	float: left;
	margin: 0 5px 10px 30px;
	display: block;
	border-bottom: 1px solid grey;
}*/

div.box-content-698px-venue .check_group span,
div.box-content-698px-venue .text_group span {
	border-bottom: 1px solid #c5c5c5; 
	display: block; 
	float: left; 
	margin: 0 5px 15px 15px;
}
div.box-content-698px-venue .check_group label.check_single,
div.box-content-698px-venue .check_group label.check_double,
div.box-content-698px-venue .check_group label.number_single,
div.box-content-698px-venue .check_group label.number_double,
div.box-content-698px-venue label.text_label {
	float: left;
	margin: 0 0 1px 0;
	display: block;
}


div.box-content-698px-venue .check_group label.number_single{
	width: 144px;
}
div.box-content-698px-venue .check_group label.check_single {
	width: 174px;
}
div.box-content-698px-venue .check_group label.number_double{
	width: 347px;
}
div.box-content-698px-venue .check_group label.check_double {
	width: 381px;
}

div.box-content-698px-venue .check_group input.number_single,
div.box-content-698px-venue .check_group input.number_double,
div.box-content-698px-venue .check_group input.check_single,
div.box-content-698px-venue .check_group input.check_double {
	float: left;
	display: block;
	margin: 3px 0 0 0;
}

div.box-content-698px-venue .check_group input.number_single,
div.box-content-698px-venue .check_group input.number_double {
	margin: 0px;
	width: 32px;	
	padding: 4px;
	margin-top: -8px;
}

div.box-content-698px-venue label.text_label {
	width: 377px;
	margin-top: 8px;
}

div.box-content-698px-venue input.input_text {
	padding: 4px;
	width: 217px;
}

div.box-content-698px-venue span.textarea_span {
	width: 610px;
	border-bottom: none;	
}

div.box-content-698px-venue textarea {
	margin: 0 0 15px 15px; 
	width: 610px; 
	height: 70px;
}

div.box-content-698px-venue h3 {
	margin: 35px 0 5px 15px;
}

body#planners-standard-page div#content div.box-content-698px-venue h3.room_header {
	margin-top: 10px; 
	font-size: 160%;
}

div.box-content-698px-venue hr {
	border: 0px none; 
	float: left; 
	width: 610px; 
	margin-left: 15px; 
	margin-top: 30px; 
	background-color: #333; 
	height: 2px;	
}

div.box-content-698px-venue .save {
	padding: 15px 10px; 
	width: 595px;
	float: left; 
	margin: 20px 15px; 
	background-color: #fff; 
	border: 1px solid grey;
}

body#planners-standard-page div#content div.box-content-698px-venue .save p {
	float: left; 
	width: 470px; 
	margin: 0px
}

body#planners-standard-page div#content div.box-content-698px-venue .save p.success {
	color: green;	
}

body#planners-standard-page div#content div.box-content-698px-venue .save p.error {
	color: red;	
}

body#planners-standard-page div#content div.box-content-698px-venue .save input {
	float: left;
}

br.clearer {
	clear: both;
}

#save_progress_btn,
#start_next_btn,
#conf_btn,
#live_btn, 
#venue_submit_btn {
	display: block;
	height: 22px;
	text-indent: -99999px;
	border: none;
	font-size: 0px;
	line-height: 0px;
}
#save_progress_btn {
	width: 97px;
	background: transparent url('/images/vst/save_progress.gif') top left no-repeat;
}
#save_progress_btn:hover {
	background-position: 0px -22px;
}

#start_next_btn {
	width: 129px;
	background: transparent url('/images/vst/start_next_section.gif') top left no-repeat;
}
#start_next_btn:hover {
	background-position: 0px -22px;
}
body#planners-standard-page div#content div.box-content-698px-venue #next_section_paragraph {
	width: 440px;
	margin: 3px 10px;
}


#conf_btn {
	width: 217px;
	background: transparent url('/images/vst/add_conference_rooms.gif') top left no-repeat;
}
#conf_btn:hover {
	background-position: 0px -22px;
}
#live_btn {
	width: 253px;
	background: transparent url('/images/vst/add_live_room.gif') top left no-repeat;
}
#live_btn:hover {
	background-position: 0px -22px;
}
#venue_submit_btn {
	width: 128px;
	background: transparent url('/images/vst/submit_application.gif') top left no-repeat;
}
#venue_submit_btn:hover {
	background-position: 0px -22px;
}

a.pdf-link {
	background: transparent url('/images/global/pdf-icon.gif') 106% 50% no-repeat;
	font-weight:800;
	padding:0 15px 0 0;
	}
