﻿/* LOCATION DETAILS SELECTORS START HERE --------------------------------------------------------- */
/* THIS IS THE LOCATION DETAILS VISIBLE BOUNDING BOX */
#locationDescriptionPanel {
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	border: 2px solid #606060;
    margin-top:25px;
    width:40%;
    clear:left;
}

#longDescription1 {
    padding:10px;
}


/* THIS IS THE HEADER FOR THE LOCATION DETAILS BOX */
#locationName {
	font-weight: bold;
	padding:10px 10px 0 10px;
}

/* THIS IS FORMATING FOR THE DISPLAYED IMAGE */
#locationImage {
	padding-top:20px;
	max-width:400px; /* WE WANT A MAX WIDTH AS ANY LARGER DOES NOT LOOK 'PRETTY' ;) */
	float:right; 
	clear:right;
}
/* LOCATION DETAILS SELECTORS END HERE ------------------------------------------------------------ */


/* OVERLAY CONTENT STARTS HERE -------------------------------------------------------------------- */
/* THIS IS FORMATING FOR THE IMAGE DISPLAYED IN THE OVERLAY POP-UP */
#locationDetailLocationImage {
	display: block;
	padding-top:25px;
}
/* OVERLAY CONTENT ENDS HERE -------------------------------------------------------------------- */

.clear {
 clear:both;
}


/* - get rid of bullets */
#selectLocations li
{
    list-style: none;
}




#startTimePanel td {
	/*font-size:11px;*/
}

