 /* @override http://localhost:3000/stylesheets/css.css?1219152274 */

/* Original Style */

body {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 0.8em;
}

img{
  border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: black;
	cursor: default;
}

h2 {
	font-size: 130%;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

input[type="image"] {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #639;
}

a:hover {
	text-decoration: underline;
	color: black;
}

label {
	color: gray;
}

p {
	margin: 13px 0;
}

.inactiveField {
	color: #7e7e7e;
}

.activeField {
	color: #000000;
}


ul.links {
	list-style: none;
	clear: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	position: absolute;
}

ul.links li {
	display: inline;
}

ul.links li a {
	padding: 3px 5px;
	white-space: nowrap;
}

.container {
	text-align: left;
	width: 990px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

.popup_container {
	text-align: left;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

.user_form {
	background: #eeeeee;
	border: 1px solid gray;
	padding: 10px;
	margin-top: 20px;
}

.user_form p {
	margin-bottom: 0px;
}

.user_form .form_field label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.user_form .form_field {
	margin: 5px 0;
	overflow: hidden;
}


div#leftCol
{
	overflow: hidden;
	float: left;
}

div#rightCol
{
	margin-left: 210px;
}


div#header {
	clear: both;
	overflow: hidden;
	background: black url(/images/backgrounds/navigation.jpg);
	color: white;
	height: 110px;
}

div#header div.phone {
	margin-top: 20px;
	float: right;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: right;
	cursor: default;
}

div#header div#phone span#phone_number {
	font-size: 175%;
	white-space: nowrap;
}

div#contentHeader {
	text-align :center;
	margin-bottom: 30px;
	margin-top: 20px;
}

div#contentHeader p {
	text-align :left;
}

div#header a {
	color: white;
}

div#header a:hover {
	color: gray;
}

div#logo {
	float: left;
	clear: left;
	width: 210px;
	margin-top: 10px;
}

div#navigation {
	clear: both;
	float: none;
	overflow: hidden;
	width: 990px;
	height: 45px;
	position: relative;
}

div.pagination {
	margin: 10px 0;
	background: gray;
	color: black;
	clear: right;
	text-align: center;
}

div.pageControl p, div.pagination p {
	margin: 0;
	display: inline;
	line-height: 25px;
}

div.pagination a,
div.pageControl a {
	color: white;
}

div.pagination, div.pageControl {
	color: black;
}

div.pageControl span,
div.pageControl a {
	margin: 0 5px;
}

div#header #primary_navigation {
	float: right;
	font-size: 1.15em;
	bottom: 0px;
	right: 350px;
	text-align: center;
}

div#header #primary_navigation_admin {
/*  right: 240px; */
	text-align: center;
	float: right;
	font-size: 1.15em;
	bottom: 0px;
}

div#header #primary_navigation li,div#header #primary_navigation_admin li {
	padding: 3px 0;
	overflow: hidden;
}

div#header #primary_navigation li.current a, div#header #primary_navigation_admin li.current a {
	color: black;
}

div#header #primary_navigation li div.primary_nav_container,div#header #primary_navigation_admin li div.primary_nav_container {
	display: block;
	float: right;
}



.primary_nav_small, .primary_nav_small a {
	width: 79px;
	height: 24px;
	display: block;
	margin-right: 10px;
	vertical-align: bottom;
}

.primary_nav_small:hover {
	background: url(/images/buttons/nav_small_hover.gif) no-repeat;
	color: black
}

li.current .primary_nav_small {
	background: url(/images/buttons/nav_small.gif) no-repeat;
}

li.current .primary_nav_small:hover {
	background: url(/images/buttons/nav_small_hover.gif) no-repeat;
}

.primary_nav_medium, .primary_nav_medium a {
	width: 94px;
	height: 24px;
	display: block;
	margin-right: 10px;
}

.primary_nav_medium:hover {
	background: url(/images/buttons/nav_medium_hover.gif) no-repeat;
	color: black
}

li.current .primary_nav_medium {
	background: url(/images/buttons/nav_medium.gif) no-repeat;
}

li.current .primary_nav_medium:hover {
	background: url(/images/buttons/nav_medium_hover.gif) no-repeat;
}

.primary_nav_large, .primary_nav_large a {
	width: 131px;
	height: 24px;
	display: block;
	margin-right: 10px;
}

.primary_nav_large:hover {
	background: url(/images/buttons/nav_large_hover.gif) no-repeat;
	color: black
}

li.current .primary_nav_large {
	background: url(/images/buttons/nav_large.gif) no-repeat;
}

li.current .primary_nav_large:hover {
	background: url(/images/buttons/nav_large_hover.gif) no-repeat;
}


div#header #primary_navigation a,div#header #primary_navigation_admin a {
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}

div#header #primary_navigation a:hover,div#header #primary_navigation_admin a:hover {
	text-decoration: none;
	color: black;
}

div#header #secondary_navigation {
	float: right;
	text-transform: lowercase;
	right: 0px;
	bottom: 5px;
}

div#header #secondary_navigation li {
	padding: 3px 0;
}

div#content {
	margin: 0;
}

div#popup_content {
}

div.venueFinder {
	float: left;
	width :197px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

div#suggestAVenue {
	float: left;
	clear: left;
}

div#rightCol div.venueFinder {
	float: right;
	background: url(/images/backgrounds/search.jpg) repeat-x;
	height: 340px;
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 180px;
	text-align: center;
}

div#rightCol div.venueFinder h2 {
	color: black;
	font-size: 170%;
	margin-bottom: 10px;
	margin-top: 0;
}

div#rightCol div.venueFinder div.form_field {
	width: 180px;
}

div#rightCol div.venueFinder div.form_field label {
	line-height: 1.8em;
	color: black;
}

div#rightCol div.venueFinder input[type="image"] {
	margin-top: 10px;
}

div#footer {
	clear: both;
	overflow: hidden;
	margin: 2% 0 0 0;
	text-align: center;
}

div#footer div#recentlyViewed {
	padding: 15px 0;
	width: 316px;
	height: 106px;
	background: url('/images/backgrounds/recently_viewed.jpg') no-repeat;
}

div#footer div#recentlyViewed h2 {
	margin: 0 10px 10px 10px;
	color: black;
	float: left;
}

div#footer div#recentlyViewed #recent_show_all {
	float: right;
	margin-right: 20px;
}

div#footer div#recentlyViewed ul {
	clear: left;
	padding-right: 10px;
	margin-top: 0;
}

div#footer div#recentlyViewed ul li {
	margin-bottom: 7px;
}

div#footer div#footerNav {
	background: black;
	padding: 5px 0 20px 0;
	margin-top: 20px;
}

div#footer div#footerNav a {
	color: white;
}

div#footer #copyright {
	float: left;
	color: gray;
}

div#footer #datasouth {
	float: left;
	color: gray;
	margin-left: 190px;
	font-size: 80%;
}

div#footer #datasouth img {
	vertical-align: middle;
}

div#footer #footer_navigation {
	float: right;
	right: 0px;
}

/* ------------------ */
div#venue_map {
  display: none;
  width: 250px;
  height: 200px;
  float: right;
  clear: right;
  border: 1px solid #000;
}

img.ajax {
  vertical-align: bottom;
}

div#notice {
	color: red;
	margin: 0 0 20px 0;
	font-size: 120%;
}

p.note {
  border: 1px solid #fe6;
  background: #ffc;
  padding: 5px 10px;
}

div#errors {
	border: 2px solid red;
	background: #F66;
	color: black;
	padding: 10px;
	margin: 20px 0;
}

div#errors h2 {
	margin: 0;
}

div#errors ul#error_list {
	margin: 0;
}


/******************************************
*
*   Venue Search
*
*******************************************/   

div.venueFinder div.form_field {
	margin-bottom: 5px;
}

div.venueFinder div.form_field input#search_keywords {
	font-size: 120%;
}

div.searchResult {
  float: left;
  width: 160px;
  height: 140px;
  border: 1px solid #000;
  background: #ccc none;
  margin: 10px;
  padding: 5px;
}

div.searchResult p.title {
  margin: 0 0 8px 0;
  height: 16px;
  overflow: hidden;
}

div.searchResult p.thumb {
  margin: 8px 0 0 0;
  text-align: center;
}

div.searchResult p.thumb img {
  width: 120px;
  height: 90px;
  border: 0;
}

div.searchResult p.view {
  margin: 0;
  padding: 4px 0;
  text-align: right;
}

div.searchResult p.view a {
  padding: 1px 3px;
  background: #1f1c1d url(/images/shinyBlackBackground.gif) repeat-x center left;
  color: #fff;
  border: 1px solid #000;
  border-color: #1f1c1d #1a1718 #1f1c1d #2e2b2c;
}

div#locationMap {
  height: 450px;
  width: 766px;
  border: 2px solid rgb(238, 238, 238);
}

/******************************************
*
*   Venue Listing
*
*******************************************/   

div#venueListing div#photo {
	text-align: center;
	width: 490px;
}

div#venueListing div#photo img {
	border: 2px solid #eee;
}

div#venueListing div#typeLocation {
	width: 450px;
}


div#venueListing div#actions {
	width: 480px;
	background: #eee;
	padding: 5px;
	text-align: center;
	border: 1px solid silver;
}

div#venueListing div#actions div {
	display: inline;
}


div#venueListing ul#distinctions {
	width: 450px;
	padding-left: 20px;
}

div#venueListing ul#distinctions li {
	margin: 0;
	padding: 0;
}

div#venueListing ul#distinctions li p {
  margin: 0;
  padding: 0;
  display: inline;
}

div#venueListing div#venueAddress {
	float: right;
	width: 250px;
	padding: 10px;
	background: #eee;
}

div#venueListing div#venueAddress form {
  padding: 0px;
  margin: 0px;
}


div#venueListing div#venueAddress div#venphone {
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 130%;
}

div#venueListing div#venueAddress div#venueMap div#map_map {
	width: 250px;
	height: 200px;
}

div#venueListing div#venueAddress div#venueMap div#map_map p {
	margin-top: 90px;
	text-align: center;
}

div#venueListing div#venueInfo {
	clear: right;
/*  width: 98%;*/
	margin-top: 20px;
	overflow: hidden;
}

div#venueListing div#venueInfo div#venue_rooms ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#venueListing div#venueInfo div#venue_rooms ul li {
	padding-top: 20px;
}

div#venueListing div#venueInfo div#venue_rooms table.roomData {
	width: 60%;
	border: 1px solid gray;
}

div#venueListing div#venueInfo div#venue_rooms table.roomData td.label {
	background: #eee;
	padding: 5px;
}

div#venueListing div#venueInfo div#venue_rooms table.roomData td.capacity {
	text-align: right;
	width: 100px;
	padding: 5px;
}

div#venueListing div#venueInfo div#venue_gallery ul#photos {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#venueListing div#venueInfo div#venue_gallery ul#photos li {
	display: inline;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0 0;
	padding: 20px;
	width: 300px;
	height: 332px;
	background: #eee;
}

div#venueListing div#venueInfo div#venue_gallery ul#photos li div.image {
	text-align: center;
	width: 300px;
	height: 300px;
}

div#venueListing div#venueInfo div#venue_gallery ul#photos li div.caption {
	height: 32px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}


#venue_tabs {
	list-style: none;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	width: 770px;
	float: left;
	border-bottom: 1px solid black;
}

.venueInfoSection {
	float: left;
	width: 780px;
}

#venue_tabs li {
	float: left;
	border: 1px solid black;
	border-bottom: none;
	margin: 0 0 0 2px;
	background: #eeeeee;
}

#venue_tabs li:hover {
	background: white;
}

#venue_tabs li a {
	text-decoration: none;
	color: black;
	padding: 5px 10px;
	line-height: 25px;
}

#venue_tabs li.edit_tab_selected {
	background: black;
}

#venue_tabs li.edit_tab_selected a {
	color: white;
}

#venueListing #description
{
  width: 98%;
}



/******************************************
*
*   Browse Venues (list view)
*
*******************************************/ 

#browseVenue
{
  width: 770px;
  float: right;
}

#browseVenue #venueList
{
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}

.venueList .browseResult
{
	background-color: #e6e6e6;
	margin: 0 0 10px 0;
	overflow: hidden;
	color: gray;
  padding: 10px;
}

.venueList .browseResult div {
/*	overflow: hidden;*/
}

.venueList .browseLink:hover
{
	cursor: pointer;
}

.venueList .browseResult:hover
{
	background-color: #ccc;
}

.venueList .homePageFeatured,
.venueList .featured,
.venueGrid .homePageFeatured,
.venueGrid .featured {
  background-image: url(/images/featuredVenueTag.gif);
  background-repeat: no-repeat;
}

.venueList .homePageFeatured,
.venueList .featured {
  background-position: bottom right;
}

.venueGrid .homePageFeatured,
.venueGrid .featured {
  background-position: top center;
}

.venueList .homePageFeatured:hover,
.venueList .featured:hover,
.venueGrid .homePageFeatured:hover,
.venueGrid .featured:hover {
  background-image: url(/images/featuredVenueTagHover.gif);
}

.browseResult div.venueName {
	overflow: hidden;
	margin-top: 10px;
	max-height: 40px;
	margin: 0 20px;
}

.venueList div.venueImageContainer {
	width: 140px;
	min-height: 100px;
	float: left;
}

.venueGrid .browseResult {
  padding-top: 25px;
}

.venueGrid div.venueImageContainer {
	width: 300px;
	height: 300px;
	margin-left: 40px;
	margin-right: 40px;
}

.browseResult span.venueName
{
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 110%;
	color: black;
}

.venueList span.venueName {
	font-size: 130%;
}


.browseResult span.venueLocation
{
	margin-left: 10px;
}

.venueList .venueRegistration
{
	margin-top: 10px;	
	margin-right: 10px;
	float: right;
}

.venueList .venueDescription
{
	clear: right;
	padding-top: 10px;	
	margin: 0 20px;
}

.venueList .venueDescription p
{
	margin-top: 0px;
}

.venueList .venueDelete
{
	margin-right: 10px;
	float: right;
}

.venueList .venueCheck
{
	margin-right: 10px;
	float: right;
}

.venueLinks
{
	text-align: center;
	vertical-align: bottom;
	margin-top: 10px;
}

.venueLinks div {
	display: inline;
}

.venueList .venueImage
{
  width: 120px;
  float: left;
  margin: 10px;
}

.venueList .venueImageSpacer
{
	display: none;
}

.venueList .venueImage img
{
  width: 120px;
}

.pageControl
{
  clear: both;
  text-align: center;
}

.pageControl p {
  text-align: center;
}

.events, .venue_type
{
  width: 170px;
}

/******************************************
*
*   Browse Venues - Text styles
*
*******************************************/ 

.venueList a:hover
{
	text-decoration: none;
}

/******************************************
*
*   Browse Venues (grid view)
*
*******************************************/

.venueGrid .browseResult
{
	height: 420px;
	width: 375px;
	background-color: #e6e6e6;
	margin: 0 10px 10px 0;
	text-align: center;
	float: left;
	color: gray;
}

.venueGrid .browseResult:hover
{
	background-color: #ccc;
}

.venueGrid .browseLink:hover
{
	cursor: pointer;
}

.venueGrid .venueImageContainer
{
	margin: 20px;
	clear: both;
	float: none;
	width: 335px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.venueGrid .venueImage
{
}

.venueGrid .venueImage img
{
  width: 300px;
}

.venueGrid .venueDescription
{
	display: none;
}

#browse #venue_type
{
	width: 170px;
}

/******************************************
*
*   Browse Venues - Text styles (grid view)
*
*******************************************/ 

.venueGrid a:hover
{
	text-decoration: none;
}

#browseVenue
{
	text-align: center;
}

#browseVenue p
{
  	text-align: left;
	line-height: 25px;
}

#browseVenue .venueDescription p {
	text-align: left;
	line-height: 15px;
	font-size: 12px;
}

#browseVenue span.cloud
{
	margin: 25px 10px 25px 10px;
}

#browseVenue #eventCloud
{
	margin: 20px 20px 40px 20px;
}

#browseVenue #venueCloud
{
	margin: 20px 20px 40px 20px;
}

#browseVenue p span.cloud_0
{
	font-size: 0.8em;
}

#browseVenue p span.cloud_1
{
	font-size: 0.9em;
}

#browseVenue p span.cloud_2
{
	font-size: 1em;
}

#browseVenue p span.cloud_3
{
	font-size: 1.2em;
}

#browseVenue p span.cloud_4
{
	font-size: 1.4em;
}

#browseVenue p span.cloud_5
{
	font-size: 1.6em;
}

#browseVenue p span.cloud_6
{
	font-size: 1.8em;
}

#browseVenue #browseControls
{
	float: right;
	display: block;
	margin-right: 10px;
}


/******************************************
*
*   Search/Browse Box 
*
*******************************************/ 

.venueFinder #search, .venueFinder #browse
{
	padding: 10px;
	background: #eee;
}

.venueFinder #search h1
{
	margin-top: 10px;
}

.venueFinder #browse h2
{
	color: black;
	font-size: 140%;
	margin-top: 0;
}

.venueFinder #browse div#events
{
	padding-top: 5px;
}

.venueFinder #browse p
{
	text-align: center;
}

.venueFinder #browse span a
{
	padding: 5px 5px 5px 5px;
}

.venueFinder #browse p.title
{
  text-align: center;
  font-size: 14px;
}

.venueFinder #browse p span.cloud_0
{
	font-size: 0.8em;
}

.venueFinder #browse p span.cloud_1
{
	font-size: 0.9em;
}

.venueFinder #browse p span.cloud_2
{
	font-size: 1em;
}

.venueFinder #browse p span.cloud_3
{
	font-size: 1.2em;
}

.venueFinder #browse p span.cloud_4
{
	font-size: 1.4em;
}

.venueFinder #browse p span.cloud_5
{
	font-size: 1.6em;
}

.venueFinder #browse p span.cloud_6
{
	font-size: 1.8em;
}

.hidden {
	display : none;
}

/* Search form */

div.venueFinder form p {
  margin: 0;
  padding: 0;
}

div.venueFinder form p.small {
  font-size: 0.8em;
}

input.searchButton {
  background: transparent url(/images/buttons/search.gif) no-repeat;
  border: 0;
  padding: 0;
  width: 57px;
  height: 20px;
  color: transparent;
}


/******************************************
*
*   Home page
*
*******************************************/

div#welcomeMessage {
	clear: right;
	padding-top: 10px;
}

div#welcomeMessage h1 {
	margin-bottom: 10px;
	margin-top: 0px;
}

div#latestVenues {
	overflow: hidden;
}

div#latestVenues h2 {
	margin-bottom: 10px;
}

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

div#latestVenues ul li {
	display: inline;
	position: relative;
	float: left;
	width: 370px;
	height: 92px;
	overflow: hidden;
	padding: 10px;
}

div#latestVenues ul li:hover {
	background: #eee;
	cursor: pointer;
}

div#latestVenues ul li div.venueImage {
	width: 124px;
	height: 94px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

div#latestVenues ul li div.venueImage img {
	border: 2px solid #eee;
}

div#latestVenues ul li div.venueDescription {
	height: 92px;
	overflow: hidden;
}


div#latestVenues ul li div.venueTitle {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 120%;
	font-weight: bold;
}

div#latestVenues ul li div.venueTitle:hover {
	text-decoration: underline;
}


/******************************************
*
*   Home page - Featured venues
*
*******************************************/

#featuredVenues
{
	width: 570px;
	height: 330px;
	float: left;
	margin-top: 10px;
}

#featuredVenues ul#focus {
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

#featuredVenues ul#focus div.overlay {
	background: transparent url(/images/backgrounds/home_featured_overlay.png) repeat top left;
	float: right;
	height: 310px;
	width: 40%;
	padding: 10px;
	overflow: hidden;
	margin-right: 20px;
}

#featuredVenues ul#focus li {
	width: 436px;
	height: 330px;
	overflow: hidden;
	color: black;
	padding: 0px;
	cursor: pointer;
}

#featuredVenues ul#focus li .venue {
	width: 430px;
	height: 324px;
	border: 3px solid #eee;
}

#featuredVenues ul#selections {
	list-style: none;
	margin: 0;
	float: right;
	padding: 0;
}

#featuredVenues ul#selections li {
	width: 134px;
	height: 165px;
	overflow: hidden;
	color: gray;
}

#featuredVenues ul#selections li:hover {
	background: #eee;
	color: black;
	cursor: pointer;
}

#featuredVenues ul#selections li div.venue {
	padding: 5px;
}

#featuredVenues ul#selections li div.venueImage {
	width: 124px;
}

#featuredVenues ul#selections li div.venueImage img {
	border: 2px solid #eee;
}

#featuredVenues ul#selections li div.venueTitle {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}

#featuredVenues ul#selections li div.venueDistinction {
	font-size: 80%;
}

#featuredVenues ul#focus li div.venueTitle {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 150%;
	margin-top: 130px;
}

#featuredVenues ul#focus li div.venueDistinction {
	font-size: 90%;
}

#featuredVenues ul#focus li .moreInfo {
	position: absolute;
	left: 500px;
	top: 300px;
}





/******************************************
*
*   User registration form
*
*******************************************/



div#reg_form .form_field {
	width: 700px;
}

div#reg_form .form_field label {
	float: left;
	width: 200px;
	margin-right: 10px;
}

div#reg_form .form_field .radio_label {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 20px;
}


div#reg_form .form_field .radio_button {
	float: left;
	width: 20px;
	margin-right: 5px;
}


/******************************************
*
*   Confirm Account form
*
*******************************************/

div#confirm_account_form .form_field label {
	float: left;
	width: 130px;
	margin-right: 10px;
}

/******************************************
*
*   Login form
*
*******************************************/

div#login_form .form_field label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

div#login_form #remember_me {
	margin-left: 110px;
}

div#login_form #remember_me label {
	float: none;
	width: auto;
	margin-right: 0;
}


/******************************************
*
*   Change password form
*
*******************************************/

div#change_password_form .form_field label {
	float: left;
	width: 150px;
	margin-right: 10px;
}

/******************************************
*
*   Edit Contact Details form
*
*******************************************/

div#edit_details_form .form_field label {
	float: left;
	width: 200px;
	margin-right: 10px;
}

/******************************************
*
*   Inbox
*
*******************************************/

.conversation
{
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.conversation:hover
{
	cursor: pointer;
	background: #e6e6e6;
}

.conversation_unread
{
	background: #FC6;
}

.conversation_picture
{
	float: left;
	width: 120px;
	min-height: 50px;
	overflow: hidden;
}

.conversation .conversation_header
{
	float: left;
	margin-left: 10px;
	color: gray;
}

.conversation .conversation_date
{
	float: right;
	clear: right;
	color: gray;
}

.conversation .conversation_preview
{
	float: left;
	clear: right;
	margin-left: 10px;
	overflow: hidden;
}

/******************************************
*
*   Conversations
*
*******************************************/

.conversation_message
{
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.conversation_message_original
{
	background: #cecece;
}

.conversation_message_venue
{
	background: #FC6;
}

.conversation_message_picture
{
	float: left;
	width: 120px;
	min-height: 50px;
	overflow: hidden;
}

.conversation_message .conversation_message_header
{
	float: left;
	margin-left: 10px;
	color: gray;
}

.conversation_message .conversation_message_date
{
	float: right;
	clear: right;
	color: gray;
}

.conversation_message .conversation_message_body
{
	float: left;
	clear: right;
	margin-left: 10px;
	overflow: hidden;
}

#send_reply_form #submit_container
{
	text-align: right;
}


/******************************************
*
*   Send Enquiry
*
*******************************************/

#enquiryContainer #venue_information
{
	background-color: #e6e6e6;
	margin: 0 0 10px 0;
	overflow: hidden;
	color: gray;
}

#enquiryContainer #venue_information .venueName
{
	float: left;
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
}

#enquiryContainer #venue_information .venueLocation
{
	margin-top: 20px;	
	margin-right: 20px;
	float: right;
}

#enquiryContainer #venue_information .venueDescription
{
	clear: right;
	padding-top: 20px;	
	margin-right: 20px;
	margin-bottom: 20px;
}

#enquiryContainer #venue_information .venueImage
{
  width: 120px;
  float: left;
  margin: 20px;
}

#enquiryContainer #venue_information .venueImageSpacer
{
	display: none;
}

#enquiryContainer #venue_information .venueImage img
{
  width: 120px;
}

#enquiryContainer #venue_information .venueDescription p
{
	margin-top: 0px;
}



/******************************************
*
*   Shortlists
*
*******************************************/

div#create_shortlist_submit {
	display: inline;
}

div#create_shortlist_loading {
	display: inline;
}

div.shortlist {
	overflow: hidden;
}

div.shortlist:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

div.shortlist div.shortlist_name {
	line-height: 23px;
	padding: 5px;
}

div.shortlist span.shortlist_name:hover {
	text-decoration: underline;
}

div.shortlist span.shortlist_delete {
	float: right;
	padding: 5px;
}


div.shortlist span.shortlist_size {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	line-height: 23px;
}

div#shortlistRows div#shortlist_table {
	border: 2px solid #cecece;
}

div#shortlist_actions {
	float: right;
	clear: right;
	margin-bottom: 20px;
}

div#shortlist_content {
	clear: right;
}

div#enquiry_url, div#email_url, div#enquiry_fields, div#email_fields {
	clear: right;
	border: 1px solid gray;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#enquiry_url h3, div#email_url h3, div#enquiry_fields h3, div#email_fields h3 {
	margin-top: 0px;
}

div#enquiry_url input, div#email_url input {
	float: right;
}

div#enquiry_url p, div#email_url p {
	float: left;
	margin: 0;
}

div#delete_shortlist {
	float: right;
	margin-bottom: 20px;
}

div#add_to_shortlist_form label {
	width: 150px;
}


/******************************************
*
*   Administration
*
*******************************************/

#admin_list .user_row, #edit_user .venue_row
{
	background-color: #e6e6e6;
}

#admin_list .user_row:hover, #edit_user .venue_row:hover
{
	background-color: #ccfe69;
	cursor: pointer;
}

#admin_list #search_users label {
  display: block;
  width: 120px;
  float: left;
}

#admin_list #search_users p {
  margin-top: 4px;
}


/*
 * Pick town hack for search form
 */
div.venueFinder form div.locationList {
  overflow-y: auto;
  height: 250px;
  margin: 6px;
}

div.venueFinder form div.locationList p {
  padding: 4px 0;
  border-bottom: 1px solid #999;
}

div.venueFinder form div.locationList p:last-child {
  border-bottom: none;
}

