a {
	font-weight: bold;
	color: #712D97;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #A6A6A6;
	text-decoration: underline;
	}
a img {
	border: 2px solid #E0DFE3;
	padding: 1px;
	}
a:hover img {
	border: 2px solid #000000;
	padding: 1px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
h1 {
	font-size: 19px;
	color: #000000;
	margin: 0px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;	
	}
	.credits {
		font-size: 11px;
		color: #999999;
		font-weight: normal !important;
		margin: 0 0 6px 0;
		}
.text_pad td{
	padding: 4px 3px;
	vertical-align:top;
	line-height: 16px;	
	}	
.heading td {
	font-size: 13px;
	background: url(assets/layout/heading_bg.gif) top repeat-x;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	padding: 0 5px;
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.heading td em {
		font-weight: bold;
		color: #ED910E;
		}
	.heading a {
		color: #000000;
		font-weight: bold;
		}
	.heading a:hover {
		color: #999999;
		text-decoration:underline;
		}		
.heading_sub td {
	color: #000000;
	background:#FFFFFF;
	font-weight: bold;
	display: block;
 	}
.wrap {
	white-space:normal !important;
	}
.nowrap {
	white-space:nowrap;
	}
	table.nowrap td { /* will effect all cells in the table if used. */
		white-space:nowrap;
		}
.nopad {
	padding: 0 !important;
	}
a img.onshow, a:hover img.onshow {
	border: none;
	padding: 0;
	}
.nopad {
	padding: 0;
	}
.alt_fore {
	color: #712D97;
	font-weight: bold;
	}
.alt_back {
	background: #FFFFFF;
	}
	.alt_back td {
		background: #F5F5F5;
		}
	.join_bottom td {
		border-top: none;
		}
	.join_top td {
		border-bottom: none;
		}

.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
.table_space {
	width: 20px;
	float: left;
	}
.table_space_sub {
	width: 20px;
	}
	
.table_unit {
	border-bottom: 0px solid #5F8026;
	background: #FFFFFF;
	}
.table_unit_results {
	background: url(assets/layout/box.gif) no-repeat;
	padding: 8px;
	}	
.pad {
	padding: 10px;
	vertical-align: top;
	}
/*.pad.vert {
	padding-left: 10px !important;
	padding-right: 0;
	}*/
.float_left { /* Float image left if not in a table */
	float: left;
	margin: 6px 10px 10px 0;
	display: inline;	
	}
.float_right {
	float: right;
	margin: 6px 10px 10px 0;
	display: inline;	
	}
	
table .float_right { /* Float image if in a table */
	float: right;
	margin-left: 7px;
	margin: 0 -3px 0 7px;
	display: inline;	
	}
	
table .float_left {
	float: left;
	margin: 0 4px 0 -3px;
	display: inline;
	}
	
/* Fix an IE problem... */
.float_left .float_left { /* If image is inside an anchor element */
	margin: 0;
	float: left;	
	}
.float_left .float_left { /* If image is inside an anchor element */
	margin: 0;
	float: right;	
	}

	
.calendar {
	margin-top: 5px;
	margin-right: 5px;
	}
/* General Form Styles */
input.required, textarea.required {
	border-left: 3px solid #712D97;
	}
select.sort {
	width: 130px !important;
	}
input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	margin: 3px;
	padding-left: 3px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	
.quicksearch-input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding-left: 3px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	}
	
input.half, select.half, textarea.half {
	width: 90px;
	}
input.checkbox, input.button, input.radio { /* Reset widths of none text, select & textarea inputs */
	width: auto !important;
	}
input.button {
	background: #712D97;
	border: none !important;
	color: #FFFFFF;
	height: 19px;
	_height: 20px; /* For IE 6 */
	padding: 0 5px;
	_padding: 0;
	display: inline;
	}
input.button.reset {
	background: #000000 !important;
	}
input.checkbox, input.radio	{
	border: none !important;
	margin-top: 5px; /* Vertically align checkboxes and radios */
	}
/* Details Forms Styles */
.details input {
	width: 154px;
	}
.booking input.email {
	width: 150px;
	}
.booking input.name, .booking input.number {
	width: 100px;
	}
.booking input.date {
	width: 100px;
	}
.comments {
	width: 326px !important;
	}
p {
	margin-bottom: 10px;
	line-height: 20px;
	}
p.required {
	float: right;
	margin: 0;
	border-left: 3px solid #712D97;
	color: #000000;
	font-size: 11px;
	margin-top: 3px;
	padding-left: 5px;
	}
img.static {
	border: 2px solid #E0DFE3;
	padding: 1px;
	}
img.noborder {
	border: none;
	padding: 0;
	}
.agent_search {
	float: left;
	width: 170px;
	text-align:center;
	}
	.agent_search img {
		display: block;
		margin: 0 auto;
		}
.bullets {
	float: left;
	}
	.bullets li {
		background: url(assets/layout/bullets.gif) 0 7px no-repeat;
		padding-left: 20px;
		line-height: 22px;
		}
	.bullets li li {
		background: url(assets/layout/bullets_2.gif) 0 7px no-repeat;
		}		
	.bullets.sitemap li {
		font-weight: bold;
		}
.zoom {
	background: url(assets/layout/zoom.gif) left no-repeat;
	padding-left: 15px;
	line-height:25px;
	}
.zoom:hover {
	background: url(assets/layout/zoom_o.gif) left no-repeat;
	}
.noitems_list {
	}
.quickpick_overflow {
	width: 232px;
	overflow:hidden;
	}
	.quickpick_wrapper {
		float: left;
		width:252px;
		}	
		.quickpick_item {
			float: left;
			margin-top: 20px;
			margin-right: 20px;
			text-align: center;
			}
.first_col { /* Sets a common first columns with forms */ 
	width: 130px !important;
	}
	
.first_col2 { /* Sets a common first columns with forms */ 
	width: 160px !important;
	}	
.summary_table {
	width: 210px !important;
	}	
.breadcrumbs {
	float: right;
	margin-top: -39px;
	}
.records {
	padding: 0;
	margin: 0;
	text-align:right;
	}
/* CLEAN UP! */
/* ---- POPUP STYLES --- */
	.image {
		height: 387px;
		_height: 400px;
		}
	.image img {
		margin: 10px auto;
		display: block;
		}
	.count {
		position:absolute;
		display: block;
		text-align:center;
		width: 100%;
		margin-top:15px;
		}
	.orange td {
		background: #ED910E;
		padding: 5px;
		}
	.green {
		background: #07640A;
		}
	.nav_wrapper {
		padding: 0 15px;		
		}
	.1callnow {
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		color: #FFFFFF;
		text-align: right;
		padding-right: 10px;
		}
	.callnow span {
		color: #000000;
		}
	.footer _sub {
	}
	
	.formtext_hi {
	background-color:#F5F5F5;
	}
	


/* ---- POPUP STYLES --- */

.progress {
	width: 1px;
	height: 8px;
	background-color:#CCCCCC;
	}

a.gallery {
  padding:1px;
  float: left;
  margin-bottom:2px;
  display: inline;
  width:200px; 
  height:150px;
}

a.gallery:hover {
  padding:1px;
  float: left;
  margin-bottom:2px;
  display: inline;
}
  
.wrap_left {
	float:left;
	margin: 0px 25px 0px 0px;
	}
	
.top_space { margin-top: 15px; }
.top_space2 { margin-top: 10px; }