/* 
Title:  	   master stylesheet
Updated: 	   October 10, 2006

Key Colours
-----------

Dark Orange: 		f30
Light Orange: 		f60
Dark Grey: 		333
Light Gret: 		999

*/

/* define screen styles
---------------------------------------------------------- */

@media screen {


	/* global styles
	---------------------------------------------------------- */

	* {
		margin: 0;
		padding: 0;
		}

	html {
		}

	body {
		background: #fff;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: small;
		line-height: 1.4;
		margin: 0;
		padding: 0;
		}

	body.hotsource {
		background: #f60 url(images/background_repeat.png) top left;
		height: 100%;
		}

	a {
		color: #f30;
		}

	a:visited {
		color: #f30;
		}

	a:hover {
		color: #f60;
		}

	a:active {
		color: #e00; 
		}

	a img {
		border: 0;
		}

	h1 {
		font-size: 1.6em;
		}

	h2 {	
		font-size: 1.4em;
		}

	h3 {
		font-size: 1.2em;
		}

	h4 {
		font-size: 1.2em;
		}

	h5 {
		font-size: 1.2em;
		}

	h1,
	h2,
	h3,
	h4,
	h5 {
		color: #333;
		margin: 0.2em 0;
		}

	p {
		margin: 1em 0;
		}

	form {
		margin: 0;
		padding: 0;
		}

	dl {
		margin: 1em 0;
		}

	dl dd {
		padding: 0 0 0 3em;
		}

	ul,
	ol {
		margin: 1em 0;
		padding: 0 0 0 3em;
		}

	acronym {
		border-bottom: 1px dotted;
		color: #060;
		cursor: help;
		}

	cite {}

	code {
		color: #c60;
		font-family: Courier, monospace;
		}

	dfn {
		color: #060;
		cursor: help;
		font-style: oblique;
		}

	em {
		font-style: oblique;
		}

	strong {
		font-weight: bold;
		}

	pre {
		border: 1px dashed #eee;
		font-family: Courier, monospace;
		margin: 1em 0;
		padding: 1em;
		}

	blockquote {
		background-color: #eee;
		margin: 1em 0;
		padding: 1em;
		}

	kbd {
		color: #900;
		}

	sub {}
	sup {}
	
	input,
	textarea {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: inherit;
		}

	p input {
		vertical-align: middle;
		}

	table {
		border-collapse: collapse;
		}
	
	option {
		padding: 0 3px;
		}

	input.hs_button {
		background: #900 url(images/button_background.png) top left repeat-x;
		border: solid 1px #000;
		color: #fff;
		font-weight: bold;
		margin: 0 5px;
		overflow: visible;			/* fix for IE double padding on buttons */
		padding: 3px;
		position: relative;
		text-align: center;
		width: auto;				/* fix for IE double padding on buttons */
		}

	input.hs_button:hover {
		background: #c00 url(images/button_background_hover.png) top left repeat-x;
		}

	input.hs_grey_button {
		background: #eee url(images/button_background_grey.png) top left repeat-x;
		border: solid 1px #000;
		color: #999;
		font-weight: bold;
		margin: 0 5px;
		overflow: visible;			/* fix for IE double padding on buttons */
		padding: 3px;
		position: relative;
		text-align: center;
		width: auto;				/* fix for IE double padding on buttons */
		}

	input.hs_grey_button:hover {
		background: #eee url(images/button_background_grey.png) top left repeat-x;
		color: #fff;
		}

	input.disabled {
		background: #eee url(images/button_background_disabled.png) top left repeat-x;
		border: solid 1px #666;
		color: #999;
		font-weight: bold;
		margin: 0 5px;
		overflow: visible;			/* fix for IE double padding on buttons */
		padding: 3px;
		position: relative;
		text-align: center;
		width: auto;				/* fix for IE double padding on buttons */
		}


	/* Container Styles
	---------------------------------------------------------- */

	body.hotsource #wrap {
		background: transparent url(images/background_top.png) top left repeat-x;
		width: 100%;
		padding: 0 0 100px 0;
		}

	#container {
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		width: 840px;
		}


	/* Content Column Styles
	---------------------------------------------------------- */
		
	.col_1 {
		background: #fff;
		}
		
	.col_2_left_sidebar {
		background: #fff url(images/2column_left_sidebar_bg.png) top left repeat-y;
		}
		
	.col_2_right_sidebar {
		background: #fff url(images/2column_right_sidebar_bg.png) top left repeat-y;
		}
		
	.col_3 {
		background: #fff url(images/3column_bg.png) top left repeat-y;
		}

	#content_holder {
		float: left;
		min-height: 500px;
		}
	
	#content_holder.col_1 #content {
		width: 820px;
		}
	
	#content_holder.col_2_left_sidebar #content,
	#content_holder.col_2_right_sidebar #content {
		width: 620px;
		}
	
	#content_holder.col_3 #content {
		width: 420px;
		}

	#content {
		float: left;
		overflow: hidden;
		padding: 5px 10px 0 10px;
		}

	#right_column,
	#left_column {
		float: left;
		overflow: hidden;
		padding: 15px 10px 0 10px;
		}
	
	#left_column {
		float: left;
		color: #fff;
		width: 180px;
		}
	
	#right_column {
		float: right;
		width: 180px;
		}


	/* Header Styles
	---------------------------------------------------------- */

	#header {
		background: #000;
		margin: 0;
		padding: 0;
		position: relative;
		}

	#header #logo {
		padding: 15px;
		}

	#header #logo a {
		background: transparent url(images/logo.png) top left no-repeat;
		display: block;
		height: 118px;
		overflow: hidden;
		text-indent: -9999px;
		width: 250px;
		outline: none!important;
		}
		
	#header #marquee {
		padding-left: 60px;
		position: absolute;
		top: 0;
		width: 780px;
		}
		
	#header #marquee p {
		color: #ccc;
		text-align: center;
		}
		
	#header #login {
		color: #ffcc00;
		padding: 10px 0 10px 10px;
		}
		
	#header #login a {
		color: #ffcc00;
		font-weight: bold;
		text-decoration: none;
		}
		
	#header #login a:hover {
		color: #ff9900;
		text-decoration: underline;
		}
		
	#header #banner {
		height: 120px;
		position: absolute;
		right: 10px;
		top: 50px;
		width: 468px;
		display: none;
		}
		
	#header #banner_nml{
	    width: 560px;
	    height: 100px;
	    float: right;
	    padding-top: 20px;
	}
	#header #banner_nml a{
	    width: 560px;
	    height: 100px;
	    background: url('images/banner_nml.gif') no-repeat center right;
	    overflow: inherit;
	    display: block;
	}


	/* Nav Styles
	---------------------------------------------------------- */

	#nav {
		margin: 0;
		padding: 0;
		}
	
	#nav ul {
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		}

	#nav ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		}

	#nav ul li,
	#nav ul li a {
		background-color: transparent;
		background-position: top left;
		background-repeat: no-repeat;
		color: #fff;
		display: block;
		height: 30px;
		overflow: hidden;
		text-indent: -9999px;
		}

	#nav ul li#menu_home,
	#nav ul li#menu_home a {
		background-image: url(images/menu_home.png);
		width: 66px;
		}

	#nav ul li#menu_home a:hover {
		background-image: url(images/menu_home_over.png);
		}

	#nav ul li#menu_news_and_reviews,
	#nav ul li#menu_news_and_reviews a {
		background-image: url(images/menu_news_and_reviews.png);
		width: 144px;
		}

	#nav ul li#menu_news_and_reviews a:hover {
		background-image: url(images/menu_news_and_reviews_over.png);
		}

	#nav ul li#menu_gig_guide,
	#nav ul li#menu_gig_guide a {
		background-image: url(images/menu_gig_guide.png);
		width: 97px;
		}

	#nav ul li#menu_gig_guide a:hover {
		background-image: url(images/menu_gig_guide_over.png);
		}

	#nav ul li#menu_tours,
	#nav ul li#menu_tours a {
		background-image: url(images/menu_tours.png);
		width: 74px;
		}

	#nav ul li#menu_tours a:hover {
		background-image: url(images/menu_tours_over.png);
		}

	#nav ul li#menu_festivals,
	#nav ul li#menu_festivals a {
		background-image: url(images/menu_festivals.png);
		width: 103px;
		}

	#nav ul li#menu_festivals a:hover {
		background-image: url(images/menu_festivals_over.png);
		}

	#nav ul li#menu_directory,
	#nav ul li#menu_directory a {
		background-image: url(images/menu_musos_and_venues.png);
		width: 142px;
		}

	#nav ul li#menu_directory a:hover {
		background-image: url(images/menu_musos_and_venues_over.png);
		}

	#nav ul li#menu_services,
	#nav ul li#menu_services a {
		background-image: url(images/menu_services.png);
		width: 97px;
		}

	#nav ul li#menu_services a:hover {
		background-image: url(images/menu_services_over.png);
		}

	#nav ul li#menu_contribute,
	#nav ul li#menu_contribute a {
		background-image: url(images/menu_contribute.png);
		width: 117px;
		}

	#nav ul li#menu_contribute a:hover {
		background-image: url(images/menu_contribute_over.png);
		}


	/* Media Gallery Styles
	---------------------------------------------------------- */

	#media_gallery {
		clear: both;
		background: #333;
		color: #fff;
		margin: 0 -10px;
		padding: 10px;
		width: 620px;
		}
		
	#media_gallery h1,
	#media_gallery h2,
	#media_gallery h3,
	#media_gallery h4,
	#media_gallery h5 {
		color: #fff;
		}

	#media_gallery h2 {
		background: transparent url(images/media_gallery_dark_grey.png) top left no-repeat;
		clear: both;
		text-indent: -9999px;
		overflow: hidden;
		height: 28px;
		width: 180px;
		}
		
	#media_gallery div.left {
		float: left;
		padding: 0 10px 0 10px;
		width: 255px;
		}
	#media_gallery div.center {
		padding: 0 10px 0 10px;
		width: 325px;
		margin: auto;
		}	
	#media_gallery div.right {
		margin-left: 275px;
		padding: 0 0 0 10px;
		}
	
	#media_gallery #image_gallery,
	#media_gallery div.no_images {
		background: #000;
		height: 80px;
		position: relative;
		width: 325px;
		margin: 0;
		}
	
	#media_gallery div.no_images {
		background: #000 url(images/no_images.png) top left no-repeat;
		height: 80px;
		width: 325px;
		}
	
	#media_gallery #image_gallery_row_1 {
		color: #fff;
		height: 80px;
		width: 325px;
		text-align: center;
		}

	#media_gallery #image_gallery_row_2 {
		color: #fff;
		height: 80px;
		left: 0;
		position: absolute;
		top: 0;
		width: 325px;
		text-align: center;
		}
	
	#media_gallery #image_gallery table {
		width: 325px;
		height: 65px;
		}

	#media_gallery #image_gallery table td {
		border: 0;
		padding: 5px;
		}

	#media_gallery #image_gallery a {
		color: #fff;
		text-decoration: none;
		}
	
	#media_gallery div.no_video {
		background: #000 url(images/no_video.png) top left no-repeat;
		height: 210px;
		width: 255px;
		}

	#media_gallery #audio_player,
	#media_gallery div.no_audio {
		margin-top: 14px;
		}
	
	#media_gallery div.no_audio {
		background: #000 url(images/no_audio.png) top left no-repeat;
		height: 89px;
		width: 325px;
		}
	
	#media_gallery a.link_youtube_video_button,
	#media_gallery a.upload_images_button,
	#media_gallery a.upload_audio_button {
		color: #fff;
		display: block;
		height: 24px;
		margin: 3px auto;
		overflow: hidden;
		text-align: center;
		text-indent: -9999px;
		width: 150px;
		}
	
	#media_gallery a.link_youtube_video_button {
		background: transparent url(images/link_youtube_video.png) top left no-repeat;
		}
	
	#media_gallery a.link_youtube_video_button:hover {
		background: transparent url(images/link_youtube_video_hover.png) top left no-repeat;
		}

	#media_gallery a.upload_images_button {
		background: transparent url(images/upload_images.png) top left no-repeat;
		}

	#media_gallery a.upload_images_button:hover {
		background: transparent url(images/upload_images_hover.png) top left no-repeat;
		}

	#media_gallery a.upload_audio_button {
		background: transparent url(images/upload_audio.png) top left no-repeat;
		}

	#media_gallery a.upload_audio_button:hover {
		background: transparent url(images/upload_audio_hover.png) top left no-repeat;
		}


	/*
	---------------------------------------------------------- */

	#footer {
		background: #000;
		clear: both;
		color: #fff;
		width: 820px;
		padding: 10px;
		text-align: center;
		}
		
	#footer span {
		display: none;
		}

	#footer a {
		background: url(images/bullet-black.gif) 0.5em 0.3em no-repeat;
		color: #fff;
		font-size: x-small;
		font-weight: bold;
		padding: 0.5em 1em 0.5em 1.5em;
		text-decoration: none;
		}

	#footer a:hover {
		color: #ff0;
		}


	/*
	---------------------------------------------------------- */

	#copyright {
		clear: both;
		color: #fff;
		font-size: x-small;
		font-weight: bold;
		padding: 5px 10px;
		text-align: right;
		width: 820px;
		}
		
	#copyright div {
		float: left;
		}

	#copyright a {
		color: #fff;
		font-size: x-small;
		font-weight: bold;
		}

	#copyright a:hover {
		color: #ff0;
		}


	/* form styles
	---------------------------------------------------------- */

	div.form {
		margin: 0 auto;
		padding: 10px 0;
		}

	div.form span.hspremium {
		background-color: #fea;
		}

	div.form span.dynamic_error {
		float: left;
		clear: right;
		}

	#content_holder.col_1 div.form{
		width: 740px;
		}
	
	#content_holder.col_2_left_sidebar div.form,
	#content_holder.col_2_right_sidebar div.form {
		width: 600px;
		}
	
	#content_holder.col_3 div.form {
		width: 400px;
		}
	
	#modal_window div.form,
	#modal_window div#success_message,
	#modal_window div#help_message,
	#modal_window div.contact_info {
		margin: 0 auto;
		padding: 10px 0;
		width: 640px;
		}

	div.form div.row {
		clear: both;
		margin: 5px 0;
		padding: 5px;
		zoom: 1;
		}

	div.form div.title {
		text-align: center;
		clear: both;
		border-bottom: 2px solid #333;
		}

	div.form div.row div.label {
		background-color: #f4f4f4;
		float: left;
		padding: 5px;
		position: relative;
		text-align: right;
		width: 150px;
		}
		
	div.form div.row div.premium {
		background-color: #fea;
		}

	div.form div.row div.required {
		font-weight: bold;
		}

	div.form div.row div.formfield,
	div.form div.row div.formdata {
		margin-left: 170px;
		padding: 3px 0;
		}

	div.form div.row div.widefield {
		clear: both;
		padding: 5px;
		zoom: 1;
		}
		
	div.form div.row div.widefield textarea,
	div.form div.row div.formfield textarea {
		height: 8em;
		width: 30em;
		}
		
	div.form div.row div.formfield img,
	div.form div.row div.formfield table td input {
		margin-right: 5px;
		}

	div.form div.row div.formfield table td {
		border: none;
		padding: 2px;
		}

	div.form div.tooltip {
		color: #999;
		}

	div.form div.row table.genrelist td {
		padding: 2px 5px;
		}

	div.form div.row table.genrelist td {
		padding: 2px 5px;
		}

	div.form div.row table.genrelist input {
		margin-right: 5px;
		}
	
	div.form div.buttons {
		border-top: 1px solid #000;
		clear: both;
		margin: 5px 0;
		padding: 5px 0;
		width: 100%;
		float: left;
		}

	div.form div.buttons input {
		float: right;
		}

	div.form div.jamm_gig {
		background: #c7d9ef url(images/jamm_gig.png) bottom right no-repeat;
		border: 1px solid #2e629f;
		}

	div.form div.jamm_gig div.label {
		background-color: #2e629f;
		color: #fff;
		}

	div.form div.jamm_gig div.tooltip {
		color: #2e629f;
		}

	/* Left Column Styles
	---------------------------------------------------------- */

	#left_column ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		}

	#left_column ul li {
		padding: 3px 0 3px 15px;
		}

	#left_column ul li{
		background: url(images/bullet-dkgrey.gif) 2px 2px no-repeat;
		}

	#left_column a {
		color: #fff;
		}

	#left_column div.row {
		margin: 5px 0;
		padding: 0;
		}

	#left_column div.buttons {
		clear: both;
		padding: 5px 0;
		float: left;
		width: 180px;
		text-align: center;
		}

	#left_column div.buttons input {
		float: none;
		}

	#left_column div.row div.label,
	#left_column div.row div.field {
		padding: 0 3px;
		}

	#left_column div.row div.field input,
	#left_column div.row div.field select {
		width: 160px;
		}

	#left_column #article_search_criteria,
	#left_column #site_search_criteria,
	#left_column #latest_articles,
	#left_column #article_categories,
	#left_column #gig_search_criteria,
	#left_column #band_search_criteria,
	#left_column #external_rss_feed,
	#left_column #artist_search_criteria,
	#left_column #venue_search_criteria {
		clear: both;
		margin: 0 0 20px 0;
		}

	#left_column #article_search_criteria h2,
	#left_column #site_search_criteria h2,
	#left_column #latest_articles h2,
	#left_column #external_rss_feed h2,
	#left_column #article_categories h2,
	#left_column #gig_search_criteria h1,
	#left_column #gig_search_criteria h2,
	#left_column #band_search_criteria h1,
	#left_column #band_search_criteria h2,
	#left_column h1.muso_singer_search,
	#left_column h2.musician_placement_service,
	#left_column h2.home_base,
	#left_column #venue_search_criteria h1,
	#left_column #venue_search_criteria h2,
	#left_column #listing_search_criteria h2,
	#left_column #location h2,
	#left_column #listing_search_criteria h1 {
		border-bottom: 2px solid #ccc;
		clear: both;
		text-indent: -9999px;
		overflow: hidden;
		height: 28px;
		margin: 0 0 10px 0;
		width: 180px;
		}

	#left_column h2.location{
	    background: transparent url(images/location.png) top left no-repeat;
	}
	
	#left_column #external_rss_feed h2 {
		background: transparent url(images/international_feeds_dark_grey.png) top left no-repeat;
		}

	#left_column #external_rss_feed ul li {
		padding: 3px 0 3px 15px;
		background: url(images/bullet-dkgrey.gif) 2px 2px no-repeat;
		}
		
	#left_column #external_rss_feed ul li a {
		color: #fff;
		}

	#left_column #article_search_criteria h2 {
		background: transparent url(images/article_search_dark_grey.png) top left no-repeat;
		}

	#left_column #site_search_criteria h2 {
		background: transparent url(images/site_search_dark_grey.png) top left no-repeat;
		}

	#left_column #latest_articles h2 {
		background: transparent url(images/latest_articles_dark_grey.png) top left no-repeat;
		}

	#left_column #article_categories h2 {
		background: transparent url(images/article_categories_dark_grey.png) top left no-repeat;
		}

	#left_column #gig_search_criteria h1 {
		background: transparent url(images/gig_search_dark_grey.png) top left no-repeat;
		}

	#left_column #gig_search_criteria h2 {
		background: transparent url(images/location_dark_grey.png) top left no-repeat;
		margin: 10px 0 0 0;
		}

	#left_column #band_search_criteria h1 {
		background: transparent url(images/band_search_dark_grey.png) top left no-repeat;
		}
	#left_column #listing_search_criteria h1 {
		background: transparent url(images/listing_search_dark_grey.png) top left no-repeat;
		}

	#left_column h1.muso_singer_search {
		background: transparent url(images/muso_singer_search_dark_grey.png) top left no-repeat;
		}

	#left_column h2.musician_placement_service {
		background: transparent url(images/musician_placement_service_dark_grey.png) top left no-repeat;
		}

	#left_column h2.home_base {
		background: transparent url(images/home_base_dark_grey.png) top left no-repeat;
		}

	#left_column #venue_search_criteria h1 {
		background: transparent url(images/venue_search_dark_grey.png) top left no-repeat;
		}

	#left_column #venue_search_criteria h2 {
		background: transparent url(images/location_dark_grey.png) top left no-repeat;
		}
	
	#left_column div.more {
		text-align: right;
		}

	div.searchtype {
		clear: both;
		padding: 5px 0;
		float: left;
		width: 180px;
		}

	div.searchtype .search_bands,
	div.searchtype .search_artists,
	div.searchtype .search_venues {
		color: #fff;
		display: block;
		height: 22px;
		overflow: hidden;
		text-indent: -9999px;
		float: left;
		margin: 0 3px 0 0;
		}

	div.searchtype span.search_bands {
		background: #000 url(images/band_search_tab_active.png) top left no-repeat;
		width: 43px;
		}

	div.searchtype a.search_bands {
		background: #000 url(images/band_search_tab.png) top left no-repeat;
		width: 43px;
		}

	div.searchtype a.search_bands:hover {
		background: #000 url(images/band_search_tab_hover.png) top left no-repeat;
		}

	div.searchtype span.search_artists {
		background: #000 url(images/artist_search_tab_active.png) top left no-repeat;
		width: 84px;
		}

	div.searchtype a.search_artists {
		background: #000 url(images/artist_search_tab.png) top left no-repeat;
		width: 84px;
		}

	div.searchtype a.search_artists:hover {
		background: #000 url(images/artist_search_tab_hover.png) top left no-repeat;
		width: 84px;
		}

	div.searchtype span.search_venues {
		background: #000 url(images/venue_search_tab_active.png) top left no-repeat;
		width: 43px;
		}

	div.searchtype a.search_venues {
		background: #000 url(images/venue_search_tab.png) top left no-repeat;
		width: 43px;
		}

	div.searchtype a.search_venues:hover {
		background: #000 url(images/venue_search_tab_hover.png) top left no-repeat;
		width: 43px;
		}


	/* Right Column Styles
	---------------------------------------------------------- */

	#right_column ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 15px;
		}

	#right_column a {
		color: #000;
		}

	#right_column #featured_gig,
	#right_column #sponsored_links,
	#right_column #home_page_message {
		text-align: left;
		clear: both;
		margin: 0 0 20px 0;
		}

	#right_column #flashcontent,
	#right_column #video_player {
		clear: both;
		margin: 0 0 10px 0;
		}

	#right_column h2.featured_video,
	#right_column #featured_gig h2,
	#right_column #sponsored_links h2 {
		border-bottom: 2px solid #333;
		clear: both;
		height: 28px;
		margin: 0 0 10px 0;
		overflow: hidden;
		text-align: left;
		text-indent: -9999px;
		width: 180px;
		}

	#right_column #home_page_message {
		background: #000 url(images/home_page_message_top.png) top left no-repeat;
		margin: 5px 0 10px 0;
		}

	#right_column #home_page_message .inner1 {
		background: transparent url(images/home_page_message_bottom.png) bottom left no-repeat;
		min-height: 40px;
		padding: 10px;
		}

	#right_column h2.featured_video {
		background: transparent url(images/featured_video_light_grey.png) top left no-repeat;
		}

	#right_column #musician_placement {
		background: #f30 url(images/musician_placement_top.png) top left no-repeat;
		margin: 5px 0 10px 0;
		}

	#right_column #musician_placement .inner1 {
		background: transparent url(images/musician_placement_bottom.png) bottom left no-repeat;
		color: #fff;
		min-height: 40px;
		padding: 10px;
		}

	#right_column #musician_placement h2 {
		background: transparent url(images/musician_placement_title.gif) top left no-repeat;
		clear: both;
		text-indent: -9999px;
		overflow: hidden;
		height: 24px;
		margin: 0 0 10px 0;
		width: 160px;
		}

	#right_column #musician_placement p {
		font-size: x-small;
		}

	#right_column #gig_tunnel {
		background: #000 url(images/gig_tunnel_top.png) top left no-repeat;
		margin: 5px 0 10px 0;
		}

	#right_column #gig_tunnel .inner1 {
		background: transparent url(images/gig_tunnel_bottom.png) bottom left no-repeat;
		color: #fff;
		min-height: 40px;
		padding: 10px;
		}

	#right_column #gig_tunnel h2 {
		background: transparent url(images/gig_tunnel_title.gif) top left no-repeat;
		clear: both;
		text-indent: -9999px;
		overflow: hidden;
		height: 24px;
		margin: 0 0 10px 0;
		width: 160px;
		}

	#right_column #gig_tunnel p {
		font-size: x-small;
		}

	#right_column #gig_tunnel textarea {
		width: 160px;
		height: 12em;
		border: 0;
		font-size: x-small;
		}

	#right_column #home_page_message p {
		color: #fc0;
		margin: 0;
		text-align: right;
		padding: 0 0 0 24px;
		}

	#right_column #home_page_message a {
		color: #fea;
		}
	
	#right_column #featured_gig {
		text-align: center;
		}

	#right_column #featured_gig h2 {
		background: transparent url(images/featured_gig_light_grey.png) top left no-repeat;
		}
	
	#right_column #featured_gig h3 {
		font-size: 1em;
		}
	
	#right_column #featured_gig h3 a {
		color: #f30;
		}
	
	#right_column #featured_gig h3 a:hover {
		color: #f60;
		}
	
	#right_column #featured_gig p {
		color: #666;
		font-size: x-small;
		margin: 0;
		}

	#right_column #sponsored_links {
		text-align: right;
		}

	#right_column #sponsored_links h2 {
		background: transparent url(images/sponsored_links_light_grey.png) top left no-repeat;
		}

	#right_column #sponsored_links dl dt {
		font-weight: bold;
		}

	#right_column #sponsored_links dl dd {
		color: #666;
		margin: 0 0 10px 0;
		}


	/* Gig Search Results
	---------------------------------------------------------- */

	div.gig_search_results {
		
		}

	div.sort_options {
		color: #999;
		padding: 5px;
		text-align: right;
		}

	div.sort_options a.active {
		font-weight: bold;
		text-decoration: none;
		}

	div.ignored_keywords {
		border: 1px solid #f30;
		background: #fff url(images/error_icon.gif) 2px 2px no-repeat;
		margin: 10px 0 0 0;
		}

	div.ignored_keywords p {
		margin: 0px;
		padding: 5px 5px 5px 40px;
		}

	div.noresults {
		
		}

	div.search_results {
		clear: both;
		margin: 5px 0;
		}

	div.search_results h2 {
		font-size: medium;
		}

	div.search_results div.result {
		border-bottom: 1px solid #ccc;
		min-height: 80px;
		padding: 5px;
		}

	div.search_results div.premium {
		background: transparent url(images/premium_listing_bg.png) top left no-repeat;
		padding: 5px 5px 5px 15px;
		}

	div.search_results div.disabled {
		background: transparent url(images/disabled_listing_bg.png) top left no-repeat;
		padding: 5px 5px 5px 15px;
		}

	div.search_results div.result div.datestamp {
		font-size: smaller;
		color: #666;
		}

	div.search_results div.result img {
		float: right;
		margin: 0 5px;
		}

	div.search_paging {
		clear: both;
		border: 1px solid #ccc;
		font-size: x-small;
		margin: 5px 0;
		}

	div.search_paging div.page {
		text-align: center;
		}

	div.search_paging div.browse {
		text-align: right;
		}

	.col_1 div.search_paging {
		padding: 5px;
		width: 810px;
		}
		
	.col_1 div.search_paging div.matches {
		float: left;
		width: 305px;
		}

	.col_1 div.search_paging div.page {
		float: left;
		width: 200px;
		}

	.col_1 div.search_paging div.browse {
		text-align: right;
		}
		
	.col_2_left_sidebar div.search_paging  {
		padding: 5px;
		width: 610px;
		}
		
	.col_2_left_sidebar div.search_paging div.matches {
		float: left;
		width: 205px;
		}

	.col_2_left_sidebar div.search_paging div.page {
		float: left;
		width: 200px;
		}

	.col_2_left_sidebar div.search_paging div.browse {
		text-align: right;
		}
		
	.col_3 div.search_paging {
		padding: 5px;
		width: 410px;
		}
		
	.col_3 div.search_paging div.matches {
		float: left;
		width: 155px;
		}

	.col_3 div.search_paging div.page {
		float: left;
		width: 100px;
		}

	.col_3 div.search_paging div.browse {
		text-align: right;
		}


	/* RSS Feed Button
	---------------------------------------------------------- */


	div.rssfeed {
		margin: 0 0 10px 0;
		text-align: center;
		}

	div.rssfeed a.rss_button {
		background: transparent url(images/rss_feed_button.gif) top left no-repeat;
		color: #fff;
		display: block;
		height: 24px;
		margin: 0 auto 5px auto;
		overflow: hidden;
		text-indent: -9999px;
		width: 100px;
		}

	div.rssfeed a.rss_button:hover {
		background: transparent url(images/rss_feed_button_hover.gif) top left no-repeat;
		}


	/* Article Styles
	---------------------------------------------------------- */

	div.article_summary {
		clear: both;
		padding: 5px 0 0 0;
		}

	div.article_summary h1 {
		font-size: 1.2em;
		}

	div.admin_functions {
		background-color: #f30;
		clear: both;
		color: #fff;
		font-size: 0.8em;
		font-weight: bold;
		padding: 3px;
		text-align: right;
		}

	div.admin_functions a,
	div.admin_functions a:link,
	div.admin_functions a:visited {
		color: #fff;
		text-decoration: none;
		}

	div.admin_functions a:hover {
		text-decoration: underline;
		}

	span.datestamp {
		color: #aaa;
		font-size: smaller;
		}

	div.titleimage {
		background: #ddd;
		float: left;
		margin: 0 10px 5px 0;
		padding: 3px;
		text-align: center;
		width: 120px;
		}

	div.titleimage span {
		display: block;
		color: #333;
		padding: 2px;
		font-size: smaller;
		}
	
	#article {
		
		}

	#article div.article_body {
		
		}

	#article div.article_body div.advert {
		background-color: #fafafa;
		clear: both;
		margin: 10px 0;
		padding: 15px 0;
		text-align: center;
		}

	#article div.article_body div.advert a {
		color: #aaa;
		display: block;
		font-size: x-small;
		text-align: center;
		}

	#article div.article_body div.leftimage {
		float: left;
		padding: 5px;
		position: relative;
		}

	#article div.article_body div.centerimage {
		text-align: center;
		padding: 5px 0;
		position: relative;
		}

	#article div.article_body div.rightimage {
		float: right;
		padding: 5px;
		position: relative;
		}

	#article div.article_body div.leftimage span,
	#article div.article_body div.centerimage span,
	#article div.article_body div.rightimage span {
		color: #666;
		display: block;
		text-align: center;
		}

	#article div.article_footer {
		border-top: 1px solid #ccc;
		margin: 15px 0;
		padding: 5px 0;
		text-align: center;
		}


	/* Fanbase Styles
	---------------------------------------------------------- */


 	div.fanbase {
 		background-color: #fea;
 		clear: both;
 		float: left;
 		padding: 5px;
 		margin: -5px -10px 0 -10px;
 		}
 
	.col_2_right_sidebar div.fanbase  {
		width: 640px;
		}
		
	.col_3 div.fanbase {
		width: 440px;
		}

 	div.fanbase div {
 		padding: 0 10px;
 		float: left;
 		line-height: 24px;
 		}

 	div.fanbase a.add_fan_button {
 		background: #fea url(images/add_fan.png) top left no-repeat;
 		color: #000;
 		float: left;
 		height: 24px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}

 	div.fanbase a.add_fan_button:hover {
 		background: #fea url(images/add_fan_hover.png) top left no-repeat;
 		}
 	div.fanbase a.nml_table{
 	    background: #fea url(images/nml_table.png) top left no-repeat;
 		color: #000;
 		float: left;
 		height: 24px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		margin-left: 15px;
 	}
 	div.fanbase a.nml_table:hover{
 	    background: #fea url(images/nml_table_hover.png) top left no-repeat;
 	}
 	div.fanbase a.nml_vote{
 	    background: #fea url(images/nml_vote.png) top left no-repeat;
 		color: #000;
 		float: left;
 		height: 24px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 150px;
 		margin-left: 15px;
 	}
 	div.fanbase a.nml_vote:hover{
 	    background: #fea url(images/nml_vote_hover.png) top left no-repeat;
 	}

	/* viewvenue.aspx
	---------------------------------------------------------- */
	
	#join_venue a.add_fan_button {
 		background: #fea url(images/venue_add_fan.png) top left no-repeat;
 		color: #000;
 		float: left;
 		height: 24px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}	
	#join_venue a.add_fan_button:hover {
 		background: #fea url(images/venue_add_fan_hover.png) top left no-repeat;
 		}
	
	#contact_members {
 		background: transparent url(images/venue_contact_fans.png) top left no-repeat;
 		height: 54px;
 		margin: 0 auto 1em auto;
 		width: 130px;
 		}

	#contact_members a {
 		background: transparent url(images/venue_contact_fans.png) top left no-repeat;
 		color: #fff;
 		display: block;
 		height: 54px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}
	
	#contact_members a:hover {
 		background: transparent url(images/venue_contact_fans_over.png) top left no-repeat;
 		color: #fff;
 		height: 54px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}
		
	/* ---------------------------------------------------------- */
		
 	div.fanbase a.add_gig_reminder_button {
 		background: #fea url(images/add_gig_reminder.png) top left no-repeat;
 		color: #000;
 		float: left;
 		height: 24px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 150px;
 		}

 	div.fanbase a.add_gig_reminder_button:hover {
 		background: #fea url(images/add_gig_reminder_hover.png) top left no-repeat;
 		}

	#contact_fans {
 		background: transparent url(images/contact_fans.png) top left no-repeat;
 		height: 54px;
 		margin: 0 auto 1em auto;
 		width: 130px;
 		}

	#contact_fans a {
 		background: transparent url(images/contact_fans.png) top left no-repeat;
 		color: #fff;
 		display: block;
 		height: 54px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}

	#contact_fans a:hover {
 		background: transparent url(images/contact_fans_over.png) top left no-repeat;
 		color: #fff;
 		height: 54px;
 		overflow: hidden;
 		text-indent: -9999px;
 		width: 130px;
 		}
		

	/* Edit Links Styles
	---------------------------------------------------------- */


 	div.edit_links {
 		background-color: #eee;
 		clear: both;
 		padding: 5px;
 		margin: -5px -10px 10px -10px;
 		text-align: right;
 		}

 	div.edit_links a {
 		color: #666;
 		font-weight: bold;
 		text-decoration: none;
 		}

 	div.edit_links a:hover {
 		color: #333;
 		}
 

	/* Artist/Band Profile Page Styles
	---------------------------------------------------------- */

	div.artist_details {
		clear: both;
		float: left;
		width: 620px;
		}

	div.artist_details ul {
		list-style-type: none;
		padding: 0;
		}

	div.artist_details dl dt {
		font-weight: bold;
		margin-top: 10px;
		}
	
	div.weblinks {
		clear: left;
		float: left;
		padding: 10px 0;
		position: relative;
		}
	
	div.weblinks div.primary_website,
	div.weblinks div.other_website {
		float: left;
		width: 150px;
		}
	
	div.weblinks div.primary_website a,
	div.weblinks div.other_website a {
		display: block;
		height: 24px;
		overflow: hidden;
		text-indent: -9999px;
		width: 130px;
		}
	
	div.weblinks div.primary_website a {
		background: transparent url(images/primary_website.png) top left no-repeat;
		}
	
	div.weblinks div.primary_website a:hover {
		background: transparent url(images/primary_website_hover.png) top left no-repeat;
		}
	
	div.weblinks div.primary_website a.disabled,
	div.weblinks div.primary_website a.disabled:hover {
		background: transparent url(images/primary_website_disabled.png) top left no-repeat;
		}

	div.weblinks div.other_website a {
		background: transparent url(images/other_website.png) top left no-repeat;
		}

	div.weblinks div.other_website a:hover {
		background: transparent url(images/other_website_hover.png) top left no-repeat;
		}
	
	div.weblinks div.other_website a.disabled,
	div.weblinks div.other_website a.disabled:hover {
		background: transparent url(images/other_website_disabled.png) top left no-repeat;
		}

	#detailed_info {
		clear: both;
		background: #666;
		color: #fff;
		float: left;
		margin: 0 -10px;
		padding: 10px;
		position: relative;
		width: 620px;
		}

	#detailed_info a.show_hide_details {
		background: #666 url(images/show_hide_details.png) top left no-repeat;
		display: block;
		float: right;
		height: 24px;
		overflow: hidden;
		text-indent: -9999px;
		width: 130px;
		}
	
	#detailed_info a.show_hide_details:hover {
		background: #666 url(images/show_hide_details_hover.png) top left no-repeat;
		}

	#detailed_info h2 {
		background: transparent url(images/detailed_info_medium_grey.png) top left no-repeat;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		height: 28px;
		margin: 0 0 10px 0;
		width: 180px;
		}
	
	#detailed_info_content {
		clear: both;
		}
 	
 	a.primary_image {
 		float: right;
 		margin: 0 0 10px 0;
 		}

	/* Gig Details Styles
	---------------------------------------------------------- */

 	div.gig_details {
 		clear: left;
 		float: left;
 		width: 420px;
 		}
 
 	div.gig_details div.gig_images {
 		clear: right;
 		float: right;
 		text-align: center;
 		width: 160px;
 		}
 
 	div.gig_details div.gig_images span {
 		color: #999;
 		display: block;
 		font-size: x-small;
 		margin: 0 0 10px 0;
 		}

	div.gig_details ul {
		list-style-type: none;
		padding: 0;
		}

	div.gig_details dl dt {
		font-weight: bold;
		margin-top: 10px;
		}


	/* Venue Details Styles
	---------------------------------------------------------- */

 	div.venue_details {
 		clear: left;
 		float: left;
 		width: 620px;
 		}

	div.venue_details ul {
		list-style-type: none;
		padding: 0;
		}

	div.venue_details dl dt {
		font-weight: bold;
		margin-top: 10px;
		}


	/* Tour Page Styles
	---------------------------------------------------------- */


	#tours {
		padding: 1em 0;
		}

	#tours h1 {
		background: transparent url(images/tours.png) top left no-repeat;
		height: 32px;
		overflow: hidden;
		text-indent: -9999px;
		width: 360px;
		}

	#tours ul.tour_muso_list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#tours ul.tour_muso_list li {
		clear: left;
		padding: 5px 0;
		}

	#tours ul.tour_muso_list li a.muso_name {
		background: #ccc url(images/tour_item_background.png) top left repeat-x;
		border: 1px solid #333;
		color: #333;
		display: block;
		font-weight: bold;
		padding: 3px;
		}

	#tours ul.tour_muso_list li a.muso_name:hover {
		background-color: #f60;
		background-image: none;
		color: #fff;
		}

	#tours dl.tour_gig_list {
		background: #fff url(images/tour_gig_background.png) top left repeat-x;
		clear: both;
		margin: 0;
		padding: 5px;
		}

	#tours dl.tour_gig_list dt,
	#tours dl.tour_gig_list dd {
		margin: 0 0 5px 0;
		padding: 0 5px;
		}

	#tours dl.tour_gig_list dt.gig_date {
		color: #aaa;
		float: left;
		width: 80px;
		}

	#tours dl.tour_gig_list dd.gig_venue {
		float: left;
		width: 190px;
		}

	#tours dl.tour_gig_list dd.gig_support_acts {
		}

	#tours dl.tour_gig_list dd.gig_link {
		float: right;
		text-align: right;
		width: 70px;
		}

	#tours dl.tour_gig_list dd.gig_link a {
		color: #000;
		}
    
    
    /* National Music League
	---------------------------------------------------------- */
	#nml{
	    padding: 0;
	    font-size: 11px;
	}
	#nml h1{
	    background: transparent url(images/nml_header.jpg) top left no-repeat;
		height: 100px;
		overflow: hidden;
		text-indent: -9999px;
		width: 620px;
		margin: 0;
	}
	#nml h3{
	    clear: both;
	    width: 620px;
	    height: 55px;
	    overflow: hidden;
	    text-indent: -9999px;
	}
	#nml h3.what{
	    background: transparent url('images/title_nml_what.jpg') no-repeat top left;
	}
	#nml h3.steps{
	    background: transparent url('images/title_nml_steps.jpg') no-repeat top left;
	}
	#nml h3.vote{
	    background: transparent url('images/title_nml_vote.jpg') no-repeat top left;
	}
	#nml h3.points{
	    background: transparent url('images/title_nml_score_points.jpg') no-repeat top left;
	}
	#nml h3.gigs{
	    background: transparent url('images/title_nml_gigs.jpg') no-repeat top left;
	}
	#nml h3.unregistered_gigs{
	    background: transparent url('images/title_nml_unregistered_gigs.jpg') no-repeat top left;
	}
	#nml h3.table{
	    background: transparent url('images/title_nml_table.jpg') no-repeat top left;
	}
	#nml h3.booking_form{
	    background: transparent url('images/title_nml_booking_form.jpg') no-repeat top left;
	}
	#nml h3.register_form{
	    background: transparent url('images/title_nml_register_form.jpg') no-repeat top left;
	}
	#nml h3.contact_form{
	    background: transparent url('images/title_nml_contact_form.jpg') no-repeat top left;
	}
	#nml h3.prizes{
	    background: transparent url('images/title_nml_prizes.jpg') no-repeat top left;
	    height: 30px;
	}
	#nml h3.online_ticket{
	    background: transparent url('images/title_online_ticket.jpg') no-repeat top left;
	}
	#nml table{
	    clear: both;
	    width: 100%;
	    border: #000 solid 1px;
	}
	#nml tr th{
	    height: 30px;
	    line-height: 30px;
	    font-weight: bold;
	    color: #fff;
	    background: url('images/nml_th_bg.jpg');
	    padding: 0 5px;
	}
	#nml tr td{
	    padding: 5px;
	    font-size: 11px;
	}
	
	#nml .points_table tr{
	    border-bottom: #aaa solid 1px;
	}
	#nml .row:hover{
	    background: #eee;
	}
	#nml .alternate{
	    background: #f5f5f5;
	}
	
	#nml .gig_info{
	    height: 70px;
	    padding: 5px;
	    border-top: #aaa solid 1px;
	}
	#nml .gig_info:last-child{
	    border-bottom: #aaa solid 1px;
	}
	#nml .gig_info:hover{
	    background: url('images/nml_gig_info_bg.jpg') repeat-x;
	}
	#nml .gig_info{
	    clear: both;
	}
	#nml .gig_images{
	    width: 70px;
	    height: 70px;
	    float: left;
	}
	#nml .gig_text{
	    width: 530px;
	    float: left;
	}
	#nml .agreement{
	    clear: both;
	    height: 200px;
	    overflow: scroll;
	    overflow-x: hidden;
	    padding: 10px;
	    margin: 10px;
	    border: #aaa solid 1px;
	    background: #f5f5f5;
	    font-size: 11px;
	}
	#nml .form_container{
	    padding: 10px;
	}
	#nml fieldset{
	    padding: 5px;
	}
	#nml fieldset legend{
	    font-weight: bold;
	    font-size: 13px;
	}
	#submenu li a{
	    padding: 5px 10px;
	    display: block;
	    background: #000;
	    color: #fff;
	    text-decoration: none;
	}
	#submenu li a:hover{
	    background: #444;
	}
	.form_container .required{
	    clear: both;
	    padding: 5px;
	}
	.form_container .required label{
	    display: block;
	    font-weight: bold;
	    padding: 0 5px;
	}
	.form_container .required span{
	    display: block;
	    background: #f5f5f5;
	    padding: 5px;
	}
	.form_container .required span .inputText{
	    width: 98%;
	    font-size: 11px;
	    padding: 2px;
	}
	
	.form_container .required .dynamic_error{
	    display: block;
	    background: transparent;
	    font-weight: bold;
	}
	.form_container .required .calendarDatePickerButton{
	    display: inline;
	    line-height: 22px;
	    vertical-align: middle;
	}
	
	.prizes{
	    width: 620px;
	    height: 120px;
	    padding: 15px 0 0;
	}
	.prizes a{
	    width: 620px;
	    height: 120px;
	    display: block;
	    text-indent: -9999px;
	    background: url('images/prize_box.jpg') no-repeat;
	}
	
	.genre_container_all{
	    min-height: 300px;
	    border: #ddd solid 1px;
	    margin: 10px auto 10px;
	    padding: 10px;
	    background: url('images/genre_container_bg.jpg') repeat-x bottom;
	}
	/*.genre_container_all ol{
	    padding-left: 20px;
	    margin: 0;
	}
	.genre_container_all ol li{
	    padding: 5px;
	    clear: both;
	    height: 25px;
	    line-height: 25px;
	}
	.genre_container_all ol li:hover{
	    background: #eee;
	}
	.genre_container_all a{
	    float: left;
	}
	.genre_container_all .artist_point{
	    float: right;
	    padding-right: 20px;
	}*/
	.genre_container_all ol li .artist_point{
	    float: right;
	}
	.genre_container_all ol li{
	    padding: 5px;
	}
	.genre_container_all ol li:hover{
	    background: #eee;
	}
	
	
	
	.genre_container{
	    width: 44%;
	    float: left;
	    min-height: 300px;
	    border: #ddd solid 1px;
	    margin: 0 10px 10px 0;
	    padding: 10px;
	    background: url('images/genre_container_bg.jpg') repeat-x bottom;
	}
	.title_genre{
	    font-size: 15px;
	    font-weight: bold;
	    display: block;
	}
	/*.genre_container ol{
	    padding-left: 20px;
	}
	.genre_container ol li{
	    padding: 5px;
	    clear: both;
	    height: 15px;
	}
	.genre_container ol li:hover{
	    background: #eee;
	}
	.genre_container ol li a{
	    clear: both;
	    width: 210px;
	    display: block;
	    float: left;
	}
	.genre_container ol li .artist_point{
	    width: 30px;
	    display: block;
	    float: left;
	    text-align: right;
	}*/
	
	.genre_container ol li .artist_point{
	    float: right;
	}
	.genre_container ol li{
	    padding: 5px;
	}
	.genre_container ol li:hover{
	    background: #eee;
	}
	
	
	.genre_container .genre_more{
	    display: block;
	    text-align: right;
	    padding: 5px 0;
	}
	
	.align_center{
	    text-align: center;
	}

	/* Festival List Styles
	---------------------------------------------------------- */


	#festivals {
		padding: 1em 0;
		}

	#festivals h1 {
		background: transparent url(images/festivals.png) top left no-repeat;
		height: 32px;
		overflow: hidden;
		text-indent: -9999px;
		width: 360px;
		}

	#festivals ul.festival_list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#festivals ul.festival_list li {
		clear: both;
		float: left;
		width: 100%;
		}

	#festivals ul.festival_list li.inactive {
		background-color: #eee;
		}

	#festivals ul.festival_list li div {
		padding: 10px;
		}

	#festivals ul.festival_list a.festival_link {
		background: #ccc url(images/tour_item_background.png) top left repeat-x;
		border: 1px solid #333;
		color: #333;
		display: block;
		font-weight: bold;
		padding: 3px;
		}

	#festivals ul.festival_list a.festival_link:hover {
		background-color: #f60;
		background-image: none;
		color: #fff;
		}

	#festivals ul.festival_list li img {
		float: left;
		padding: 10px 10px 10px 0;
		}

	#festivals ul.festival_list li dl {
		 margin-left: 130px;
		}

	#festivals ul.festival_list dd.location,
	#festivals ul.festival_list dd.date {
		color: #666;
		}


	/* Festival Details Styles
	---------------------------------------------------------- */


	#festival_details {
		padding: 1em 0;
		}

	#festival_details div.festival_gig_list h2 {
		background: transparent url(images/festival_gig_schedule.png) top left no-repeat;
		height: 32px;
		overflow: hidden;
		text-indent: -9999px;
		width: 360px;
		}

	#festival_details dd.location,
	#festival_details dd.date {
		color: #666;
		}

	#festival_details a.official_website_button {
		background: transparent url(images/official_website_button.png) top left no-repeat;
		display: block;
		height: 24px;
		overflow: hidden;
		text-indent: -9999px;
		width: 130px;
		}
	
	#festival_details a.official_website_button:hover {
		background: transparent url(images/official_website_button_hover.png) top left no-repeat;
		}

	#festival_details div.festival_description {
		padding: 1.5em 0 1em 0;
		}

	#festival_details ul.festival_date_list {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		}

	#festival_details div.festival_date {
		background: #ccc url(images/tour_item_background.png) top left repeat-x;
		border: 1px solid #333;
		color: #666;
		padding: 3px;
		}

	#festival_details div.festival_date a {
		float: right;
		}

	#festival_details ul.festival_date_list dt {
		font-weight: bold;
		}


	/* Ticket Styles
	---------------------------------------------------------- */


	a.buy_tickets {
		background: #fff url(images/buy_tickets_horizontal.png) top left no-repeat;
		float: right;
		height: 36px;
		margin: 10px 0 0 10px;
		overflow: hidden;
		text-indent: -9999px;
		width: 115px;
		}

	div.search_results a.buy_tickets {
		background: #fff url(images/buy_tickets_vertical.png) top left no-repeat;
		height: 90px;
		margin: 0 0 0 0;
		width: 60px;
		}


	/* Account Home Styles
	---------------------------------------------------------- */


	#account_home {
		float: left;
		width: 820px;
		}

	#account_home div.left {
		background: #fff;
		float: left;
		padding: 10px;
		width: 389px;
		border-right: 2px solid #eee;
		}

	#account_home div.right {
		background: #fff;
		float: left;
		padding: 10px;
		width: 389px;
		}

	#account_home div.my_account_details,
	#account_home div.my_hotsource_alerts,
	#account_home div.admin_tools,
	#account_home div.my_hotsource_settings,
	#account_home div.my_hotsource_directory_listings,
	#account_home div.fan_of,
	#account_home div.my_hotsource_articles,
	#account_home div.my_hotsource_ads,
	#account_home div.my_tickets,
	#account_home div.my_listings {
		clear: both;
		padding: 0 0 10px 0;
		position: relative;
		}

	#account_home div.my_account_details dl {
		margin: 0;
		padding: 0;
		}

	#account_home div.my_account_details dt {
		background: #ccc;
		clear: both;
		float: left;
		margin: 2px 0;
		padding: 5px;
		width: 109px;
		}

	#account_home div.my_account_details dd {
		float: left;
		margin: 2px 0;
		padding: 5px !important;
		width: 260px;
		}

	#account_home div.edit_menu {
		background: #fff url(images/edit_menu_bar_background.png) center left no-repeat;
		height: 12px;
		margin: 0 0 10px 0;
		position: relative;
		text-align: right;
		width: 389px;
		z-index: 100;
		font-size: x-small;
		}

	#account_home div.edit_menu div a {
		color: #000;
		float: left;
		clear: both;
		padding: 3px;
		width: 134px;
		text-decoration: none;
		}

	#account_home div.edit_menu div a:hover {
		background-color: #f60;
		color: #fff;
		}

	#account_home div h1,
	#account_home div h2 {
		background-color: #fff;
		background-position: center center;
		background-repeat: no-repeat;
		height: 32px;
		overflow: hidden;
		text-indent: -9999px;
		width: 360px;
		}

	#account_home div.my_account_details h1 {
		background-image: url(images/my_account_details.png);
		}

	#account_home div.my_hotsource_alerts h2 {
		background-image: url(images/my_hotsource_alerts.png);
		}

	#account_home div.my_hotsource_settings h2 {
		background-image: url(images/my_hotsource_settings.png);
		}

	#account_home div.admin_tools h2 {
		background-image: url(images/admin_tools.png);
		}

	#account_home div.my_hotsource_directory_listings h2 {
		background-image: url(images/my_hotsource_directory_listings.png);
		}

	#account_home div.fan_of h2 {
		background-image: url(images/fan_of.png);
		}

	#account_home div.my_hotsource_articles h2 {
		background-image: url(images/my_hotsource_articles.png);
		}

	#account_home div.my_hotsource_ads h2 {
		background-image: url(images/my_hotsource_ads.png);
		}

	#account_home div.my_tickets h2 {
		background-image: url(images/my_gig_and_festival_tickets.png);
		}
	#account_home div.my_listings h2 {
		background-image: url(images/my_listings.png);
		}

	#my_account_details_menu,
	#my_hotsource_alerts_menu,
	#my_hotsource_settings_menu,
	#my_hotsource_directory_listings_menu,
	#fan_of_menu,
	#my_hotsource_articles_menu,
	#my_hotsource_ads_menu,
	#my_tickets_menu{
		position: absolute;
		top: 10px;
		right: 0px;
		background: #eee;
		border: 1px solid #999;
		color: #fff;
		text-align: left;
		width: 140px;
		text-align: center;
		}

	div.tabstrip_panel {
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
		padding: 5px 5px 0 5px;
		}

	div.tabstrip_panel p {
		margin: 0;
		}

	div.tabstrip_panel p span {
		color: #999;
		}

	div.my_hotsource_alerts dl {
		margin: 0 0 10px 0;
		}

	div.my_hotsource_alerts dt {
		margin: 10px 0 0 0;
		}

	div.my_hotsource_alerts dt.unread {
		font-weight: bold;
		}

	div.my_hotsource_alerts dd {
		font-size: x-small;
		margin: 0;
		padding: 0;
		}

	div.my_hotsource_alerts dl dd.date {
		color: #aaa;
		}


	/* Directory Addition Buttons
	---------------------------------------------------------- */


	#search_first {
		background: #c00 url(images/search_first_top.png) top left no-repeat;
		clear: left;
		float: left;
		width: 240px;
		}

	#search_first a {
		background: transparent url(images/search_first_bottom.png) bottom left no-repeat;
		display: block;
		color: #fff;
		padding: 45px 10px 15px 10px;
		text-decoration: none;
		width: 220px;
		}
		
	#create_it {
		background: #c00 url(images/create_it_top.png) top left no-repeat;
		float: left;
		margin: 0 0 0 30px;
		width: 240px;
		}

	#create_it a {
		background: transparent url(images/create_it_bottom.png) bottom left no-repeat;
		display: block;
		color: #fff;
		padding: 45px 10px 15px 10px;
		text-decoration: none;
		width: 220px;
		}


	/* Panel Styles
	---------------------------------------------------------- */


	a.more_gigs {
		color: #f30 !important;
		display: block;
		font-size: x-small;
		text-align: right;
		}
	
	a.more_gigs:hover {
		color: #f60 !important;
		}

	dl.panel_list {
		margin: 0;
		font-size: x-small;
		}

	dl.panel_list a {
		color: #f30 !important;
		}

	dl.panel_list dl dd a:hover {
		color: #f60 !important;
		}

	dl.panel_list dt,
	dl.panel_list dd {
		margin: 0;
		padding: 0;
		}

	dl.panel_list dt {
		font-weight: bold;
		}

	dl.panel_list dd {
		margin: 0 0 10px 0;
		}


	/* Gridview Styles
	---------------------------------------------------------- */


	table.sms_gridview {
		width: 100%;
		margin: 1em 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		}

	table.sms_gridview tr {
		margin: 0;
		padding: 0;
		}

	table.sms_gridview tr.gridview_row {
		background: #f9f9f9;
		}

	table.sms_gridview tr.gridview_alternate_row {
		background: #f3f3f3;
		}

	table.sms_gridview tr.gridview_row:hover,
	table.sms_gridview tr.gridview_alternate_row:hover {
		background: #e6e6e6;
		}

	table.sms_gridview tr td {
		margin: 0;
		padding: 0.3em;
		text-align: center;
		}

	table.sms_gridview tr.gridview_header th {
		margin: 0;
		padding: 0.2em;
		background: #ccc;
		color: #666;
		text-align: center;
		white-space: nowrap;
		}

	table.sms_gridview tr.gridview_header th a {
		color: #666;
		font-weight: bold;
		}

	table.sms_gridview tr.gridview_header th a:hover {
		color: #333;
		font-weight: bold;
		}

	table.sms_gridview td.icon_column {
		text-align: right;
		}

	table.sms_gridview td.delete_column {
		width: 3em;
		text-align: right;
		}
	
	div.sms_gridview_footer_buttons {
		margin: 1em 0 0 0;
		}
	
	div.sms_gridview_footer_buttons input {
		font-size: 0.8em !important;
		float: right;
		}
	
	div.paging {
		margin: 0;
		padding: 0.5em 0;
		text-align: right;
		}

	div.paging a {
		font-weight: bold;
		}

	div.paging a.first {
		padding: 0 0 0.3em 2.5em;
		background: transparent url(images/paging_first.gif) center left no-repeat;
		}

	div.paging a.prev {
		padding: 0 0 0.3em 2.2em;
		background: transparent url(images/paging_prev.gif) center left no-repeat;
		}

	div.paging a.next {
		padding: 0 2.2em 0.3em 0;
		background: transparent url(images/paging_next.gif) center right no-repeat;
		}

	div.paging a.last {
		padding: 0 2.5em 0.3em 0;
		background: transparent url(images/paging_last.gif) center right no-repeat;
		}


	/* Site Search
	---------------------------------------------------------- */

	#site_search_results h2.bands,
	#site_search_results h2.musos_singers,
	#site_search_results h2.venues,
	#site_search_results h2.articles,
	#site_search_results h2.gigs {
		border-bottom: 1px solid #999;
		clear: both;
		height: 32px;
		margin: 20px 0 10px 0;
		overflow: hidden;
		text-indent: -9999px;
		}

	#site_search_results h2.bands {
		background: transparent url(images/title_bands.png) top left no-repeat;
		}

	#site_search_results h2.musos_singers {
		background: transparent url(images/title_musos_singers.png) top left no-repeat;
		}

	#site_search_results h2.venues {
		background: transparent url(images/title_venues.png) top left no-repeat;
		}

	#site_search_results h2.articles {
		background: transparent url(images/title_articles.png) top left no-repeat;
		}

	#site_search_results h2.gigs {
		background: transparent url(images/title_gigs.png) top left no-repeat;
		}

	#site_search_results a.more_results {
		clear: both;
		float: right;
		}

	#site_search_results p {
		text-align: center;
		}
	
	.row{
	    clear: both;
	}
	.row label{
	    /*font-weight: bold;*/
	    float: left;
	    width: 170px;
	    padding: 5px 30px 5px 0;
	    text-align: right;
	}
	.row>span{
	    float: left;
	    width: 350px;
	    padding: 5px 0;
	}
	.row span.calendarDatePickerButton{
	    width: auto;
	    padding: 0;
	    display: inline;
	}	
	.row span .inputText, .row span select{
	    width: 80%;
	}
	
	.row .label label{
	    text-align: left;
	}
	.clear{
	    clear: both;
	}
	
	/* Gridview
	---------------------------------------------------------- */
	.gridview_search{
	    width: 100%;
	    padding: 5px;
	    background: #FFC0B3;
	    border: solid 1px #f60;
	    margin-bottom: 20px;
	}
	.gridview_data{
	    width: 100%;
	    background: #FFC0B3;
	    border: solid 1px #f60;
	    padding: 5px;
	}
	.gridview_data .gridview{
	    border: solid 1px #FFC0B3;
	    margin: 1px;
	    width: 100%;
	}
	.gridview th{
	    background: url('images/gridview_bg.png') repeat-x;
	    height: 30px;
	    padding: 0 5px;
	}
	.gridview th a, .gridview th{
	    color: #fff;
	}
	.gridview td{
	    padding: 0 5px;
	    height: 25px;
	}
	.gridview_alternate_row{
	    background: #FFD3CA;
	}
	
	/* Category
	---------------------------------------------------------- */
	.classified_category{
	    background: url('images/category_bg.png') repeat-x top;
	    padding: 5px;
	    margin: 0 auto 15px;
	    border: 1px solid #eee;
	}
	.classified_category a{
	    color: #000;
	    text-decoration: none;
	    font-size: 11px;
	}
	.classified_category a:hover{
	    text-decoration: underline;
	}
	.category_header{
	    display: block;
	    font-weight: bold;
	    color: #f60;
	    font-size: 14px;
	    border-bottom: 1px solid #eee;
	}
	.listing_results_container{
	    background: #fff url('images/category_bg.png') repeat-x top;
	    padding: 5px;
	    margin: 0 auto 15px;
	    border: 1px solid #eee;
	}
	.featured{
	    background: #fff url('images/listing_bg.png') repeat-x top;
	}
	.featured h4{
	    background: url('images/featured.png') no-repeat right;
	}
	.listing_more{
	    display: block;
	    text-align: right;
	}
	
	/* Listing
	---------------------------------------------------------- */
	.listing_logo{
	    float: left;
	    padding: 0 15px 10px 0;
	}
	.listing_address, .listing_links{
	    display: block;
	    font-size: 11px;
	}
	.listing_details{
	    float: left;
	}
	.listing_description, .listing_contact_details{
	    clear: both;
	}
	.listing_description{
	    padding: 0 0 15px;
	}
	
	.buttons{
	    clear: both;
	    text-align: right;
	    padding: 10px 0;
	}
	.listing_add .buttons{
	    padding: 10px;
	}
	.listing_add .row label{
	    font-weight: bold;
	}
	span.medium{
	    width: 200px;
	}
	.form .row .formfield .inputText{
	    width: 60%;
	}
	
	.tip{
	    clear: both;
	}
	.listing_alert{
	    border: #eee solid 1px;
	    padding: 5px;
	    margin: 10px auto 0;
	}
	
	.admin_tools dt{
	    font-weight: bold;
	}
	.genrelist label{
	    float: none;
	    display: inline;
	    padding: none;
	}
	
	#booking_slots .slots:hover{
	    background: #eee;
	}
	
	#booking_slots .booked{
	    color: Green;
	}
	#booking_slots .unavailable{
	    color: White;
	    background-color: Red;
	}
	.talentlist label{
	    float: none;
	    display: inline;
	    padding: 0 0 0 15px;
	}
	.browse_week{
	    display: block;
	    padding: 5px;
	    background: #eff;
	    text-align: center;
	    margin-bottom: 10px;
	}
}

/* define print styles
---------------------------------------------------------- */

@media print {

	/* print styles
	---------------------------------------------------------- */

	body {
		font-family: Verdana, sans-serif;
		font-size: 12pt;
		}

	#marquee,
	#login,
	#banner,
	#nav,
	#footer {
		display: none;
		}

	div {
		float: none !important;
		}

	}
