/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #eaebe8;
	background-image:url("/modules/root/templates/template1/images/background.gif");
	background-position:center top;
	background-repeat:repeat;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
form {
	margin: 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #6666CC;
}
h1 {
	color:#6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}
h2 {
	color:#6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}
h2 a,
h2 a:visited,
h2 a:link {
	color: #6666CC;
}
h2.style2 {
	background-color:#9999FF;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11pt;
	margin-bottom:5px;
	outline:0 none;
	padding:6px 8px 6px 10px;
	text-decoration:none;
}
h2.style2  a,
h2.style2  a:visited,
h2.style2  a:link {
	color:#FFFFFF;
}
h3 {
	color:#6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}
h4 {
	color:#6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
p.error {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #385f14;
}
em {
	color: #6666CC;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #6666CC;
}
a:link {
	font-weight: normal;
	color: #6666CC;
}
a:visited {
	font-weight: normal;
	color: #6666CC;
}
a:hover {
	font-weight: normal;
	color: #CC99FF;
}
input.button {
	background-color: #6666CC;
	color: #FFFFFF;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #6666CC;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input.smallButton {
	background-color: #6666CC;
	color: #FFFFFF;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #6666CC;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
a.javascriptLink {
	cursor: pointer;
}
div.backButton {
	text-align: left;
	margin-bottom: 15px;
}
div.backButton a {
	cursor: pointer;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	position: relative;
	overflow: hidden;
	width:950px;
}

/*==================
	HEADER
===================*/
#headerBoxLv1 {
	height:100px;
	padding: 0px;
	margin: 0px;
}
#headerBoxLv2 {
	margin: 0px;
	padding: 25px 10px 10px 10px;
}
#headerBoxLv2 #siteSearchBox {
	text-align: right;
	padding: 10px 0px 5px 0px;
}
#headerBoxLv2 #productSearchBox {
	text-align: right;
	padding: 0px 0px 0px 0px;
}

/*======================
	LOGO
======================*/
#logo {
	float:left;
	margin:0px;
	text-align:right;
	width:170px;
}

/*==============================
	CONTACT AND LINKS
==============================*/
#contactAndLinksBox {
	float:right;
	height:75px;
	margin: 0px;
	text-align:right;
	width:740px;
}
#contactAndLinksBox p {
	padding: 0px;
	margin: 0px;
}
#contactAndLinksBox p.telephoneNumber {
	line-height: 12px;
}
#contactAndLinksBox p.toplinks {
	color:#C7CAC2;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:14px;
	padding:10px 0px 0px 0px;
	margin: 0px;
}
#contactAndLinksBox p.toplinks a,
#contactAndLinksBox p.toplinks a:link,
#contactAndLinksBox p.toplinks a:visited {
	font-weight: bold;
}
/*===================
	CONTENT
=====================*/
#contentBoxLv1 {
	background-image: url('/modules/root/templates/template1/images/content_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float:right;
	margin:0px;
	width:760px;
	padding: 10px 0px 0px 0px;
}
/*===================
	LEFT COLUMN
=====================*/
#leftColumnBoxLv1 {
	float:left;
	width:180px;
}
#leftColumnBoxLv2 {
	padding-left: 10px;
}
/*=====================
	FOOTER
======================*/
#footerBoxLv1 {
	clear: both;
	padding: 10px;
}
#footerBoxLv1 #cmsPageActions {
	text-align: right;
}
/*======================
	COPYRIGHT
=========================*/
#copyright {
	color:#BBBBBB;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
}
/*============================
	WYSIWYG AREA
=============================*/
div.wysiwygArea {
	margin: 0px 0px 10px 0px;
}
div.wysiwygArea p, div.wysiwygArea h1, div.wysiwygArea h2, div.wysiwygArea h3, div.wysiwygArea h4, div.wysiwygArea ul {
	margin: 0px;
}
div.wysiwygArea ul {
	margin:0;
	padding:0;
}
div.wysiwygArea ul li {
	list-style-image:url("/modules/root/templates/template1/images/purple_bullet.gif");
	list-style-position:outside;
	margin:0 0 0 15px;
	padding:0;
	line-height: 18px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
.highlightedArea1Lv1 {
	background-color: #E8E8F7;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
form.inputArea div.highlightedArea1Lv1 {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
table.formLayout {
}
table.formLayout th.leftHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-weight: normal;
	vertical-align: center;
}
table.formLayout td {
	padding: 5px;
	font-weight: normal;
	vertical-align: center;
}
table.formLayout p {
	line-height: 14px;
}
/*=======================
	FOOTER MENU
=========================*/
#footerMenu {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-align: left;
}
#footerMenu li {
}
#footerMenu li.on {
}
#footerMenu li.on a,
#footerMenu li.on a:link,
#footerMenu li.on a:visited {
	color: #666666;
}
#footerMenu a, 
#footerMenu a:link, 
#footerMenu a:visited {
	color: #BBBBBB;
	font-size: 10px;
	font-weight: normal;
}
#footerMenu a:hover {
	color: #666666;
}
/*========================
	MENU STYLE 1
==========================*/
h2.menu_header_style1 {
	background-color:#6666CC;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11pt;
	outline:0 none;
	padding:6px 8px 6px 10px;
	margin: 0px;
	text-decoration:none;
}
ul.menu_style1 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.menu_style1 li {
	padding: 0px;
	margin: 0px;
}
ul.menu_style1 li a,
ul.menu_style1 li a:link,
ul.menu_style1 li a:visited {
	display: block;
	border-bottom:1px dashed #6666CC;
	outline:0 none;
	padding:6px 8px 6px 10px;
	text-decoration:none;
	font-weight: bold;
	color: #6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11pt;
}
ul.menu_style1 li a:hover {
	background-color:#EFEFFA;
	color: #6666CC;
}
ul.menu_style1 li.on {

}
ul.menu_style1 li.on a,
ul.menu_style1 li.on a:link,
ul.menu_style1 li.on a:visited {
	background-color:#EFEFFA;
	color: #6666CC;
}
/*=======================
	MENU Lv1
=========================*/
#menuLv1Box {

}
#menuLv1 {
	background-color: #B0AFB2;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	list-style: none;
}
#menuLv1 li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
#menuLv1 li.on {
}
#menuLv1 li.on a {
	color: #5e5e5e;
}
#menuLv1 a {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
/*=============================
	MENU Lv2
=========================*/
#menuLv2Box {
	width: 150px;
	text-align: right;
}
#menuLv2Header {
	font-size: 14px;
	text-transform: capitalize;
}
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 17px;
}
#menuLv2 li {
	line-height: 18px;
}
#menuLv2 li.on {
}
#menuLv2 li.on a {
}
#menuLv2 a {
	color: #7E7E7E;
	font-weight: normal;
	font-size: 13px;
}

/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv1 {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
ul.moduleMenuLv1 li {
	padding: 0px;
	display: inline;
}
ul.moduleMenuLv1  a {
}
ul.moduleMenuLv1  span {
}
ul.moduleMenuLv1  span.on {

}
ul.moduleMenuLv1  span.off {

}

/*=======================
	Breadcrumbs
=========================*/
ul.breadcrumbs {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0px;
}
ul.breadcrumbs a {
}
ul.breadcrumbs span {
}
ul.breadcrumbs span.on {

}
ul.breadcrumbs span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 0px;
}
table.dataTable th {
	background-color: #6666cc;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 10px 2px 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:13pt;
}
table.dataTable th.leftHeader {
	text-align: left;
}
table.dataTable th.topHeader {
	text-align: left;
	border-bottom: 4px solid #FFFFFF;
}
table.dataTable td {
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	border-bottom: 1px dashed #6666cc;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:13pt;
}
table.dataTable tr.even td {
	background-color: #ffffff;
}
table.dataTable tr.odd td {
	background-color: #efeffa;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	vertical-align: top;
	border-bottom-width: 0px;
}

table.dataTable tr.even td.emptyCell, 
table.dataTable tr.odd td.emptyCell {
	background-color: transparent;
}
/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #e6e6e6;
	background-color: #dedede;
	color: #656B67;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
div.pager a.current, div.pager span.current {
	border-width: 0px;
	background-color: transparent;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}


/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
div.root-search h3 {
	margin: 0px;
}
div.root-search p.sample {
	margin: 0px;
}
div.root-search p.link {
	margin: 0px 0px 10px 0px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-search_products div#contentBoxLv2 {
	clear: both;
}
/*============================
	JOB OVERVIEW BOX
===============================*/
div.jobOverviewBox {
	clear: both;
	margin-bottom: 15px;
}
div.jobOverviewBox p, div.jobOverviewBox h3 {
	margin-bottom: 0px;
}
div.jobOverviewBox p {
	line-height: 16px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox p.viewDetailsLink {

}
div.jobOverviewBox div.picture {
	float: right;
}
/*============================
	JOB DETAILS BOX
===============================*/
div.jobDetailsBox {
	clear: both;
	margin-bottom: 15px;
}
div.jobDetailsBox p, div.jobDetailsBox h3 {
	margin-bottom: 0px;
}
div.jobDetailsBox p {
	line-height: 16px;
}
div.jobDetailsBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobDetailsBox p.viewDetailsLink {

}
div.jobDetailsBox div.description {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.jobDetailsBox div.picture {
	float: right;
}

/*======================================
	PRODUCT SEARCH RESULTS BOX
=========================================*/
div.root-template2 div.productSearchResultsBoxLv1 {
	padding: 0px 10px 10px 10px;
}
div.root-template2 div.productSearchResultsBoxLv1 h2.style2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox {
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.pictureBox {
	margin-bottom: 5px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.pictureBox img {
	width: 180px;
	height: 90px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox {
	background-color:#E8E8F7;
	border-bottom:1px dashed #9999FF;
	border-top:1px dashed #9999FF;
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11pt;
	outline:0 none;
	padding:10px 0 15px 10px;
	text-decoration:none;
	width:170px;
}

div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox h2 {
	line-height:24px;
	margin: 0px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox h2 a,
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox h2 a:link,
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox h2 a:visited {
	color:#6666CC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.infoBox p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height:11pt;
}
/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-template2-view_product div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
div.root-template2-view_product div#productMenuBox {
	float:right;
	text-align:left;
	width:170px;
	height:345px;
}
div.root-template2-view_product div#fadeshow1 {
	margin-bottom: 20px;
}
div.root-template2-view_product div#fadeshow1toggler {
	float: right;
	width:170px;
	clear: right;
}
div.root-template2-view_product div#productInfoBox1 {
	float:left;
	width:360px;
}
div.root-template2-view_product div#productInfoBox1 p.numBedroomsAndGuests {
	margin: 0px;
	font-weight: bold;
}
div.root-template2-view_product div#productInfoBox1 p.numBathsAndShowers {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
div.root-template2-view_product div#productInfoBox2 {
	float:right;
	margin-top:5px;
	width:360px;
}
div.root-template2-view_product div#productPricingBox {
	clear: both;
}
div.root-template2-view_product div#productPricingBox th.currencySymbol {
	text-align: right;
}
div.root-template2-view_product div#productPricingBox td.price {
	text-align: right;
}
div.root-template2-view_product div#productPricingBox p {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	padding: 0px;
	margin: 0px;
}
div.root-template2-view_product span.promotion{
	color:red;	
}

/*======================================
	VENUE SEARCH RESULTS BOX
=========================================*/
div.root-template3 div.venueSearchResultsBoxLv1 {
	padding: 10px;
}
div.root-template3 div.venueSearchResultsBoxLv1 div.createVenueBox {
	margin: 0px 0px 10px 0px;
}
/*==========================
	TODAYS PHOTOS
========================*/
#todaysPhotos {
	
}
#todaysPhotos div.image {
	
}
#todaysPhotos div.link {
	
}
#todaysPhotos div.link a,
#todaysPhotos div.link a:link,
#todaysPhotos div.link a:visited {
	background-color:#9999FF;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	outline:0 none;
	padding:6px 8px 6px 10px;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:11pt;
}
#todaysPhotos div.link a:hover {
	background-color:#6666CC;
}
/*===================
	PRICING TABLE
===================*/
table.pricingTable td.emptyCell,
table.pricingTable td.emptyCell {
	width: 5px;
	padding: 0px;
}
