body {
	margin: 0;
	padding: 0 0 20px;
	font-family: verdana, arial, sans-serif;

	
		/* font-size: 75%; */
		font-size: 75%;
	

	background: #e2e2e2;
}

p {
	margin: 1ex 0 2ex;
}


a {
	color: #05d;
}
a:visited {
	color: #438;
}

h1 {
	margin: 1ex 0 1.5ex;
	font-size: 180%;
	font-weight: normal;
	color: #555;
	font-family: helvetica, arial, sans-serif;

	font-size: 190%;
	color: #e20;
}

h2 {
	margin: 2ex 0 0.5ex;
	font-size: 150%;
	font-weight: normal;
	color: #a11;
	font-family: helvetica, arial, sans-serif;

	position: relative;
}

h3 {
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	margin: 1em 0 0.5em;

	color: #000;
	font-size: 150%;
	text-transform: none;

	/* ensures that headers don't disappear when near floats
	   (on event/venue index) - afflicts ie5/6 
	*/
	position: relative;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	margin: 2ex 0 0.5ex;
	color: #000;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	margin: 2ex 0 1ex;
	color: #000;
}




img {
	border: none;
}


hr {
	margin: 4ex 0;
	height: 1px;
}


input, select, button, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 95%;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

/* Structural element, present for screen readers */
.hidden {
	display: none !important;
}

a:hover {
	color: #000 !important;
}

blockquote {
	margin: 0.5em 1em 1em;
	border: 1px solid #d8d0d0;
	background: #e8e8e8;
	padding: 1em;
}

ul {
	margin-left: 0;
	padding-left: 3ex;
}

ul.spaced {
	margin: 2ex;
}

ul.spaced li {
	margin-bottom: 2ex !important;
}

ul.spaced ul li {
	margin-bottom: 0ex;
}

ul.nav {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul.nav li {
	list-style: none;
	display: inline;
}

#footer ul.nav li {
	padding: 0 1ex;
	border-right: 1px solid #888;
}

ul.floated {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.floated li {
	width: 16em;
	float: left;
}

ul.narrow li {
	width: 1.5em;
}


table {
	border-collapse: collapse;
	margin-bottom: 2ex;
}

td, th {
	vertical-align: top;
	padding: 5px;
}

td {
	/* this rule only seen by ie5/6 */
	border: 1px solid #ccc;
}

tr>td {
	/* this rule seen by all others */
	border: 1px dotted #ccc;
}

table.borderless td {
	border: none;
}

table.outerspace {
	border: 1px solid #aaa;
	margin: 16px;
}



th {
	font-weight: bold;
	font-size: 95%;
	text-align: left;
}

td.submit {
	text-align: right;
}

th.header {
	padding-bottom: 2ex;
}


td.data_field_label {
	font-weight: bold;
	text-align: right;
	font-size: 90%;
	width: 40%;
	padding: 5px;
}

td.data_field {
	padding: 5px;
}

td.data_image {
	text-align: center;
	padding: 12px 0;
	border: none;
}

td.data_image .polaroid {
	float: none;
	background: #fff;
	padding: 0;
	margin: auto;
}

	

td.data_label, td.data_field_label {
	border-right: none;
}

td.data_input, td.data_field {
	border-left: none;
}

td.data_field_double {
	padding: 5px 10px;
}


td.tabbox_next {
	background: #d8d8d8;
	text-align: right;
	padding: 8px;
	width: 670px;
}



td.data_input {
	white-space: nowrap;
}

td.data_input * {
	vertical-align: middle;
}

tr.stripe td {
	background-color: #e8e8e8;
}
div.stripe {
	background-color: #e8e8e8;
}

.search_list td {
	font-size: 90%;
}


#ad_top {
	margin: 20px auto 10px;
	text-align: center;
}

#ad_top #banner_left {
	margin-right: 25px;
}

#top_button {
	position: absolute;
	left: 1px;
	top: 1px;
}

#main {
	background: #f6f8f8;

	
		width: 771px;
		background-image: url(/images/structure/main_sides.gif);
		background-repeat: repeat-y;
		background-position: top left;
		margin: 10px auto;
	
}







/*****************************************
* Dark grey toolbar.
******************************************/

#toolbar {
	padding: 12px 12px 1px;
	margin: 0;
	text-align: center;
	color: #fff;
	background: #808080;

	
		background: transparent url(/images/structure/main_top.gif) no-repeat top left;
	
}

#toolbar ul{
	padding: 0;
	margin: 0;
}

#toolbar li {
	
		float: left;
	
}
#toolbar li a {
	padding: 4px 0;

	
		float: left;
		width: 186px;
	

	/* Text menu */
	font-family: helvetica, arial, sans-serif;
	font-size: 120%;
	text-transform: lowercase;
	text-decoration: none;
	color: #f2f2f2 !important;
	background: #666 url(/images/gradients/grey_darkgrey.gif) repeat-x top left;
}
#toolbar li a:hover {
	background: #505050;
}

#toolbar li a#access_normal {
	
}

#toolbar li a#access_large {
	
}






/*****************************************
* top div, encapsulates
*  - logo
*  - main navigation menu
*    (events/venues/..)
******************************************/

#top {
	background: #ffffff url(/images/misc/splash.gif) no-repeat 1px 1px;;
	background: #ffffff;

	/* else ie7 places a dark bar below the toolbar */
	padding: 1px 1px 0;


	
		margin: 0 12px;
	

	border-bottom: 1px solid #888;

	position: relative;
}

#logo {
	/*
	padding: 40px 0 0;
	*/
	padding: 20px 20px 18px;
	margin: auto;
	padding: 20px 0;
	text-align: center;

/* Needed when search section activated (??)_
	position: relative;
	left: 70px;
*/

}

#logo_text {
	display: none;
}
#logo_text a {
	text-decoration: none;
}

#search {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0px;
	text-align: right;
}

#search * {
	margin: 2px 0px 4px 4px;
	font-size: 95%;

	/* added floating to properly align button text text inputs in IE6/7;
	   adds some extra RHS margin */

	/*
	clear: both;
	float: right;
	*/
	float: none !important;
}

#search input, #search select {
	background: #e8eaea;
}

#nav_main {
	/*
	float: left;
	margin-top: -4px;
	*/
}


/*****************************************
* Centred variable-width floated UL:
* http://pmob.co.uk/pob/centred-float.htm
******************************************/

#nav_main {
	float: left;
	position: relative;
	text-align: left;
	left: 50%;
}
#nav_main ul {
	position: relative;
	left: -50%;

	padding: 0;
	margin: 0px auto;
}

#nav_main li {
	float: left;
	margin: 0 4px;
	padding: 0;
	position: relative;
}

#nav_main li a {
	float: left;
	display: block;
	padding: 5px 16px 1px;
	margin: 0;
	position: relative;
	top: 1px;
	z-index: 5;
	border-bottom: 1px solid #888;
	border: 1px solid #888;

	/* Used for text links */

	font-family: verdana,  sans-serif;
	font-size: 110%;
	text-decoration: none;
	color: #222 !important;
	padding: 4px 16px 5px;

	font-family: helvetica, arial,  sans-serif;
	font-size: 110%;
	text-transform: lowercase;
	padding-top: 7px;
}

#nav_main li a.active {
	background: #f0f6f6 !important;
	border-bottom: 1px solid #f0f6f6 !important;
}

#nav_main .dark li a.active {
	background: #e8eaea !important;
	border-bottom: 1px solid #e8eaea !important;
}

#mm_events a {
	background-position: top left;
	background-repeat: no-repeat;
}
#mm_venues a { background: url(/images/nav/shadow/venues.gif) #7BE9FD; }
#mm_venues a:hover { background-color: #AFFFFF; }
#mm_events a { background: url(/images/nav/shadow/events.gif) #CBF732; }
#mm_events a:hover { background-color: #e1FF7C; }
#mm_forums a { background: url(/images/nav/shadow/forums.gif) #FFEF38; }
#mm_forums a:hover { background-color: #FFFD80; }
#mm_sitemap a { background: url(/images/nav/shadow/sitemap.gif) #FFA146; }
#mm_sitemap a:hover { background-color: #FFC171; }
#mm_about a { background: url(/images/nav/shadow/about.gif)  #f54; }
#mm_about a:hover { background-color: #f76; }

.bg_venues      { background: #666 url(/images/gradients/blue_grey.gif) repeat-x top left !important; }
.bg_events      { background: #666 url(/images/gradients/green_grey.gif) repeat-x top left !important; }
.bg_forums	{ background: #666 url(/images/gradients/yellow_grey.gif) repeat-x top left !important; }
.bg_about	{ background: #666 url(/images/gradients/red_grey.gif) repeat-x top left !important; }




#nav_admin {
	border-top: 1px solid #888;
	border-bottom: 2px solid #fff;
	background: #e8eaea;
	text-align: right;
	position: relative;
	top: 0;
	left: 0;
}

#nav_admin * {
	vertical-align: bottom;
}

#nav_admin ul {
	margin: 4px 8px;
	padding: 2px 0 2px;
	bottom: 0;
	right: 0;


	/* position: absolute; */
}

#nav_admin li {
	padding: 0 4px;
	font-size: 85%;
	text-decoration: none;
}
#nav_admin li a {
	color: #f10 !important;
}
#nav_admin li a:hover {
	color: #000 !important;
}


#admin_filter {
	margin: 0 4px;
	vertical-align: bottom;
	float: left;
	position: relative;
}

#admin_filter .input {
	float: left;
	height: 30px;
	margin: 4px;
	padding-bottom: 4px;
	text-align: left;
}

#admin_filter label {
	font-size: 75%;
}


#admin_filter input.submit {
	height: auto;
}

#admin_filter select {
	width: 120px;
}

#nav_filter {
	background: #d8dada;
	text-align: center;
}

#nav_filter ul {
	clear: both;
	margin: 4px 8px;
	padding: 2px 0 2px;
}



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

#content {
	
		background: transparent url(/images/structure/main_bottom.gif) no-repeat bottom left;
	

	padding: 20px 50px 40px;
	clear: both;
}

#welcome {
	margin-bottom: 16px;
}

#left {
	float: left;
	margin-right: 40px;

	
		width: 220px;
	
}

#right {
	float: left;
	
		width: 410px;
	
}






/*****************************************
* Footer elements.
* footer div encapsulates:
*  - sponsors
*  - footer nav
******************************************/

#footer {
	text-align: center;
	margin: 20px auto 30px;
	font-size: 90%;
}

#footer p {
	margin-top: 3ex;
}

#sponsors {
	margin-bottom: 40px;
}

#sponsors img {
	vertical-align: middle;
	margin: 0 20px;
}




#tabbox_box {
	margin-top: 3ex;
        border: 1px solid #888;
        background: #f0f0f0 !important;
}

#tabbox_box table {
	border-collapse: collapse;
}


.tabbox_section {
        display: none;
	padding: 10px;
}
.tabbox_section_active {
        display: block !important;
	padding: 1em;
}



#tabbox_index {
}

#tabbox_index ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabbox_index li {
	float: left;
	border-right: 1px solid #aaa;
	background: #d8d8d8;
	padding: 0;
	margin: 0;
}

#tabbox_index a {
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	color: #000 !important;
	border-bottom: 1px solid #888;
}

#tabbox_index a:hover {
	background: #D6FF47;
	color: #000 !important;
}

#tabbox_index a.active {
	background: #f0f0f0;
	color: #f33 !important;
	color: #e10 !important;
	color: #f00800 !important;
	border-bottom: 1px solid #f0f0f0;
}






.section {
	margin-bottom: 6ex;
}

.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
}

.forum_summary {
	background: #e0e0e0;
	padding: 1ex 3ex;
	float: left;
	width: 350px;
	margin-bottom: 2ex;
}


/*
 * Required form field */
.req {
	font-weight: bold;
	font-size: 12px;
	color: #f10;
}

/*
 * Third-party information */
.version_artsline {
	font-weight: bold;
	font-size: 12px;
	color: #c84;
}

.version_third {
	font-weight: bold;
	font-size: 12px;
	color: #58b;
}

.highlight {
	color: #f10;
	font-style: normal;
}

.light {
	color: #888;
}

h1 em {
	color: #000;
}
h1 a {
	text-decoration: none !important;
}
.subtitle a {
	text-decoration: none !important;
}

small, .date {
	font-size: 90%;
	font-weight: normal;
	color: #666;
}
.date {
	white-space: nowrap !important;
}

.box, .message {
	border: 1px solid #aaa;
	padding: 2ex 3ex;
	background: #edf0f0;
	margin-bottom: 3ex;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0px;
}

.box *, .message * {
	position: relative;
}


.box_window {
	border: 1px solid #aaa;
	background: #edf0f0;
	margin-bottom: 3ex;

	-moz-border-radius-bottomleft: 15px;
	padding-bottom: 12px;
}

.box_window h2 {
	background: #666;
	color: white;
	padding: 4px 8px 2px;
	font-size: 120%;
	text-transform: lowercase;
	margin: 1px;
}


.box_window .box_inner {
	padding: 1ex 2ex;
}

.message {
	color: #f48;
}

#section_forums p {
	line-height: 1.5em;
}

.quotemark {
	color: #999;
	font-size: 300%;
	padding: 0 4px;
	font-family: georgia, serif;
	position: relative;
	top: 12px;
}

.more {
	display: block;
	text-align: right;
	font-size: 90%;
	color: #666;
	font-style: italic;
}

.subtitle {
	color: #666 !important;
	margin-top: -1em;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 120%;
}

.subtitle_small {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin-top: 0ex;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.outerspace {
	margin: 16px;
}

.signature {
	margin: 30px;
	font-size: 120%;
}

.icon {
	vertical-align: baseline;
	margin-right: 4px;
	
}

.center {
	text-align: center;
	padding: 8px !important;
}
.center * {
	vertical-align: middle;
}

.polaroid {
	float: left;
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0 12px 12px 0;
	font-size: 90%;
	color: #666;
	text-align: center;
}
.polaroid img {
	border: 1px solid #888;
	margin: 4px 0;
}

.polaroid_mini {
	padding: 4px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	font-size: 90%;
	text-align: center;
	color: #666;
}

.polaroid_mini .caption {
	margin: 4px 0;
}

.profile_img {
	float: left;
	padding: 8px;
	border: 1px solid #ccc;
	margin-right: 8px;
	background: #f0f0f0;
}





#map_outer {
	width: 420px;
	height: 420px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	background: #F0F6F6;
	border: none;
}

#map {
	margin: 10px;
	width: 400px;
	height: 400px;
	border: 1px solid black;
	float: right;
}

.data_field #map_outer {
	float: none;
	height: auto;
	width: auto;
}

.data_field #map {
	width: 630px;
	height: 250px;
	margin: 0;
	float: none;
}



.tabbox_header {
	text-align: left;
	padding: 4px 8px 12px;
}


.comment {
	padding: 0;
	background: #e0e0e0;
}

.comment_head {
	background: #d0d0d0;
	padding: 0.5ex 1ex;
	font-size: 120%;
}
.comment_body {
	padding: 2ex 3ex;
}
.comment_foot {
	text-align: right;
	padding: 2ex 3ex;
}

#search_results {
	border: 1px dotted #ccc;
}

.search_result {
	padding: 2ex;
	border-bottom: 1px dotted #ccc;
}

.search_result_sponsored {
	margin-bottom: 3ex;
	padding: 2ex;
	background: #e8e8e8;
}

.search_header {
	font-size: 85%;
}

.search_foot {
	margin-top: 8ex;
}

.search_flag {
	float: left;
	margin: 6px 8px 2px 2px;
}

.search_index {
	font-size: 80%;
	font-weight: bold;
}

.search_name {
	font-size: 110%;
}

.search_type {
	color: #888;
	font-size: 90%;
}

.search_date {
	color: #a22;
	font-size: 90%;
	margin-bottom: 1ex;
}

.search_description {
	font-size: 90%;
}


.forum {
}

.forum table {
	width: 100%;
	border: 1px solid #888;	
        background: #f0f0f0 !important;
}

.forum th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #888;
	padding: 6px 12px;
	background: #d8d8d8;
	font-weight: normal;
}

.forum td {
	padding: 6px 12px;
}

.forum th.header {
	border-top: 1px solid #888;
	background: #e0e0e0;
}

.forum th.header h3 {
	margin-top: 1ex !important;
}


.forum td.submit {
	/* akin to tabbox_next */
	background: #d8d8d8;
}

.forum_foot {
	margin-top: 3ex;
}

.post_foot {
	font-size: 90%;
	font-weight: normal;
	color: #888;
	margin-top: 4ex;
	padding-top: 2ex;
	border-top: 1px solid #ccc;
	text-align: right;
}

.button {
	background: #d8d8d8;
	border: 1px solid #888;
	padding: 6px 12px;
	color: #000 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.button:hover {
	background: #D6FF47;
}


.col_author {
	width: 26ex;
}

.col_replies {
	width: 6ex;
}


#search_filters {
}


.filter_entry {
	height: 25px;
}

.filter_entry select {
	/* fixed width prevents wide select boxes from falling
	   onto next row */
	width: 120px;
}

.filter_section {
	display: none;
	margin: 1ex 0;
}

.filter_header {
	position: relative;
	/* fix ie5/6 disappearing content near float bug 
	   - for venue/event index */
}

.filter_section .filter_header {
	margin-left: 1em;
}

.filter_section .filter_section .filter_header {
	margin-left: 2em;
}

.filter_header {
	margin: 2px;
	clear: both;
}


.filter_footer {
	clear: both;
	margin-top: 2ex;
	text-align: right;
}

.filter_entry {
	margin: 1ex 0;
	float: left;
	font-size: 85%;
	width: 30em;
}


.filter_entry label {
	font-weight: bold;
	width: 15em;
	display: block;
	float: left;
	text-align: right;
}

.filter_entry input, .filter_entry select, .filter_entry textarea  {
	margin-left: 1em;
}


.filter_section {
}


.proof {
	display: none;
}

#section_search div {
	background: #f0f0f0 url(http://artsline.termina.com/images/structure/london-map.gif) no-repeat top left;
}

#section_search th {
	text-align: right;
}

#section_boroughs {
	background: #f0f0f0 url(http://artsline.termina.com/images/structure/london-map.gif) no-repeat top left;
}

#section_type {
	background: #f0f0f0 url(http://artsline.termina.com/images/structure/venue.gif) no-repeat bottom right;
}

#links {
	width: 100%;
}


/* FCK Editor textarea
 */

#editor textarea {
	width: 650px;
	height: 300px;
}

#editor {
	border: 1px solid #aaa;
	width: 650px;
	padding: 2px;
}


#bookmarks {
	width: 420px;
	text-align: center;
	padding: 0.5em;
	margin: 4em auto 0em;
	border: 1px solid #888;
	font-size: 90%;
}
#bookmarks ul {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
#bookmarks li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 0.5em;
}
#bookmarks li.digg { background: url("/images/bookmarks/digg.gif") no-repeat 0 0; }
#bookmarks li.delicious { background: url("/images/bookmarks/delicious.gif") no-repeat 0 0; }
#bookmarks li.facebook { background: url("/images/bookmarks/facebook.gif") no-repeat 0 0; }
#bookmarks li.stumbleupon { background: url("/images/bookmarks/stumbleupon.gif") no-repeat 0 0; }
#bookmarks li.reddit { background: url("/images/bookmarks/reddit.gif") no-repeat 0 0; }

