/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



/* - - - - - - - - - - - - - - - - - - - - -

Title : Stay with Style web site
Author : Brent Dayman
URL : 

Description : Template CSS

Created : 20070804 13:58pm
Modified : 

Colours
l brown:	#E6E3E2 
ml brown:	#C9C4C2
mid brown:	#80736E
maroon:		#703120
text grey:	#121212

- - - - - - - - - - - - - - - - - - - - - */


/* ----- IDS ----- */

#container{
	background:#FFFFFF;
	margin: 0 auto;
	padding: 0;
	margin-top: 0;
}


.test td { border: 1px solid red; }


#header { height:60px; }

#content { background: url(/images/template_images/background_content_home.gif) no-repeat; }	

#container{
	background:#FFF url(../images/template_images/background_dingbat.gif) no-repeat bottom left;
}

#search{
	background-color: #C9C4C2;
	width:363px;
	padding: 12px 0px 10px 21px;
	margin: 0;
	font-size: 155%;
}

#submitSearch{
	position: relative;
	bottom: 0;
}


#searchDetail2ndImages, #inside2ndImages { margin: 10px 0 0 0;}

.whiteGap{
	background-color: #FFFFFF;
}

#dateSelect {
	width:283px;
	background-color:#E6E3E2;
	text-align:center;
}
#dateCal { 
	font-size: 69%;
	border:2px solid #FFF;
	border-width:2px 0 0 0;
}

#sidePanel {
	background-color:#C9C4C2;
	width:164px; 	/* width (184) - padding (2*10) = 164 */ 
	margin:0; padding:10px;
}
	
#navigation{ height:60px; }

	
#footer{ 
	height: 24px;
	padding-top: 0;
	padding-bottom: 2px;
	background-color:#C9C4C2;
}

#footerNav { font-size:69%; }

/* ----- CLASSES ----- */

.hide{ display:none;}


.col1-2, .col2-2, .col1-3, .col2-3, .col3-3 { float:left;}
.col1-2, .col1-3, .col2-3 {margin: 0 5px 0 0; padding:0;}

.col3-3{
	padding: 0;
	margin: 0;
}

.dateCal-Thu, .dateCal-Fri, .dateCal-Sat, .dateCal-Sun, .dateCal-Mon {
	width:20%;
	padding:0 0 0 6px;
	color:#80736E;
	border:2px solid #FFF;
	border-width:0 2px 2px 0; 
	text-align:left;
}

.dateCal-Mon { border-width:0 0 2px 0; }

.calendar { 
	display:inline;
	float:none;
	background: transparent url(/images/template_images/search-calendar.gif) bottom no-repeat;
	width:16px; height:20px;
	margin: 0 3px; padding:0 0 0 16px;
}

.booked { /* used by the calendar to show booked*/
	background-color: #C9C4C2;	
}

.searchResults {
	background-color:#E6E3E2;
	font-size: 69%;
}

.smallFont{
	font-size: 69%;
	text-align: center;
}


.stars-1, .stars-2, .stars-3, .stars-4, .stars-5,
.stars-1-brown, .stars-2-brown, .stars-3-brown, .stars-4-brown, .stars-5-brown {
	display:block;
	margin:0; padding:0 0 0.8em 0;
	width: 55px ; height: 10px;	
	text-indent: -5000px;
}

.stars-1-brown, .stars-2-brown, .stars-3-brown, .stars-4-brown, .stars-5-brown {
	padding:0;
}

.stars-1 { background: transparent url(/images/template_images/stars/star-1.gif) no-repeat 0 2px;}
.stars-2 { background: transparent url(/images/template_images/stars/star-2.gif) no-repeat 0 2px;}
.stars-3 { background: transparent url(/images/template_images/stars/star-3.gif) no-repeat 0 2px;}
.stars-4 { background: transparent url(/images/template_images/stars/star-4.gif) no-repeat 0 2px;}
.stars-5 { background: transparent url(/images/template_images/stars/star-5.gif) no-repeat 0 2px;}

.stars-1-brown { background: transparent url(/images/template_images/stars/star-1-brown.gif) no-repeat;}
.stars-2-brown { background: transparent url(/images/template_images/stars/star-2-brown.gif) no-repeat;}
.stars-3-brown { background: transparent url(/images/template_images/stars/star-3-brown.gif) no-repeat;}
.stars-4-brown { background: transparent url(/images/template_images/stars/star-4-brown.gif) no-repeat;}
.stars-5-brown { background: transparent url(/images/template_images/stars/star-5-brown.gif) no-repeat;}

/* ----- HEADINGS ----- */

/*h1*/
#content h1 {
	margin:0 20px 20px 0; padding:0;	
	color:#703120;
	font-weight:normal;
	font-size: 94px;
	line-height:1.35em;
}

#content h1 {
	margin:16px 0 13px 0; padding:0;
	font-weight: normal; 
	font-size: 113%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #80736E;
}


/*h2*/

.feature h2 {
	background-color:#C9C4C2;
	width:184px; 	/* width (184) - padding (10) = 174 */
	margin: 0; padding:10px 17px 6px 10px;
	color:#FFF;
	font-weight:normal;
	font-size: 75%;
}

* html .feature h2 { width:184px;}

#branding h2 {
	margin: 0; padding:0;
}

.searchResults h2 {
	margin:0.8em 0 0 8px; padding: 0;
	font-size:69%;
}

#search h2.subhead { 
	margin:0; padding:0;
	color:#FFF;
	font-weight:normal;
	font-size:  86%;	
}

/*h3*/
#dateSelect h3 {
	font-weight:normal;
	font-size: 75%;
	padding:2px 0;
}


#dateSelect h4{
	float:left;
	width:244px;
	padding:2px 0;
	color:#80736E;
	font-weight:normal;
	font-size: 75%;	
}

/* ----- PARAGRAPHS ----- */

/*p*/

.feature p {
	margin: 4px 10px 0 0; padding:0;
	color: #80736E;
	font-size:69%;
}

p.clearer{
	clear:both;
}

.searchResults p {
	margin:0 0 0 8px; padding: 0 0 0.8em 0 ;
	font-size:69%;
}


#footer p { 
	float:left;
	margin:0; padding:0; 
}


/* ----- LISTS ----- */


#navigation ul, ul#footerNav {
	list-style-type:none;
	margin:0; padding:0;
}

ul#footerNav { 
	float:left; 
	width:483px; height:14px;
	margin-top:4px;
}

#navigation ul { 
	width:781px;height:12px;
	margin-top:21px;
}

#navigation li, ul#footerNav li{
	display:inline;
	margin:0; padding:0;
}

#navigation li.nav-home a, #navigation li.nav-search a, #navigation li.nav-local a, #navigation li.nav-list a, 
#navigation li.nav-about a, #navigation li.nav-feedback a, #navigation li.nav-contact a {
	display:block;
	float:left;
	height:14px;
}

#navigation li.nav-home a { width:38px; background: transparent url(/images/template_images/navigation/nav_home.gif) no-repeat;}
#navigation li.nav-search a { width:157px; background: transparent url(/images/template_images/navigation/nav_search.gif) no-repeat; } 
#navigation li.nav-local a { width:72px; background: transparent url(/images/template_images/navigation/nav_local.gif) no-repeat;} 
#navigation li.nav-list a { width:107px; background: transparent url(/images/template_images/navigation/nav_list.gif) no-repeat;} 
#navigation li.nav-about a { width: 61px; background: transparent url(/images/template_images/navigation/nav_about.gif) no-repeat;}
#navigation li.nav-feedback a { width: 36px; background: transparent url(/images/template_images/navigation/nav_feedback.gif) no-repeat;} 
#navigation li.nav-contact a { width: 71px; background: transparent url(/images/template_images/navigation/nav_contact.gif) no-repeat;}

#navigation li.nav-home a, #navigation li.nav-search a, #navigation li.nav-local a, #navigation li.nav-list a, 
#navigation li.nav-about a, #navigation li.nav-feedback a { 
	border: 1px solid #80736E;
	border-width: 0 1px 0 0;
}

#navigation li.nav-home a:hover, #navigation li.nav-search a:hover, #navigation li.nav-local a:hover, #navigation li.nav-list a:hover,
#navigation li.nav-about a:hover, #navigation li.nav-feedback a:hover, #navigation li.nav-contact a:hover {
	background-position:0 -14px;
}

ul#footerNav li{ color:#FFF; }
ul#footerNav li.last { padding-left:10px;}

ul#footerNav li a{
	padding: 0 10px;
	color:#FFF;
	text-decoration:none;
	border: 1px solid #FFF;
	border-width:0 1px 0 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

ul#footerNav li a:hover { text-decoration:underline;}



/* ----- BREAK ----- */

.largeDivider{
	display:block;
	height:7px; width:581px;
	margin: 0 0 20px 0; padding:0;
	background: transparent url(/images/template_images/largeDivider.gif) repeat-y;
}
.largeDivider hr { display:none;}

/* ----- LINKS ----- */

.feature a { color:#80736E; }
.feature a:hover { color:#121212; }

#branding h2 a {
	display:block;
	width:126px; 
	height:102px;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 55px;
	background: url(/images/template_images/StayWithStyleLogo.gif) no-repeat;
}

a.pageScroll-previous, a.pageScroll-next, a.pageScroll-back {
	float:left;
	width: 33%;
	font-size:  69%;
}

a.pageScroll-back { text-align:center;}
a.pageScroll-next { text-align:right;}

a.dateSelect-previous {
	float:left;
	width:15px; height:18px; 
	text-align:left; padding-left:5px;
	background:url(/images/template_images/dateSelect-previous.gif) no-repeat 4px 4px;
	
}
a.dateSelect-next {
	float:left;
	width:15px; height:18px; 
	text-align:right; 
	background:url(/images/template_images/dateSelect-next.gif) no-repeat 0 4px;
}


/* powered by Komodo CMS */
a.poweredby  {
	display:block;
	width:115px; height:9px;
	margin: 6px 15px 0 0; padding:0;
	background: url(/images/template_images/PoweredByKomodoCMS.gif) no-repeat;
}


/* ----- FORMS ----- */

/* fieldset */


#search fieldset, #sidePanel fieldset {
	display:block;
	width: 100%;
	margin:0; padding:0;
	border-width:0;
	clear: both;
}

/* legend */



#search legend, #sidePanel legend { margin:0; padding:0; }

#search legend.searchF_label, #sidePanel legend.radioF_label { 
	margin:0; padding:10px 0 5px 0;
	color: #121212;
	font-size: 64%;
}

/* label */

.searchLabel{
	font-size: 69%;
}

#search label.searchLabel, #sidePanel label.sidePanelLabel, 
#sidePanel label.sidePanelRadioLabel { 
	margin:0; padding:8px 0 0;
	display:block;
	font-size: 64%;
}

#sidePanel label.sidePanelRadioLabel { padding:0;}

#search label.checkBoxLabel {
	display:block;
	margin:0 10px 2px 0;
	padding: 0;
	color: #80736E;
	font-size: 64%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* input & select */

input.searchF_budget, select.searchF_bedroom, select.searchF_location, 
select.defaultF_2digit, select.defaultF_4digit, select.searchF_Adults, 
select.searchF_Children, select.searchF_Infants, input.sidePanelF_line  {
	font-size:69%;	
}

input.sidePanelF_line { width: 150px; }

input.checkBox { margin:0;padding:0;}

input.searchF_submit, input.sidePanelF_submit { 
	clear: left;
	margin-top: 6px;
	padding:1px 5px;
	color:#80736E;
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border:1px solid #80736E;
}


select.defaultF_2digit { width: 46px;}
select.defaultF_4digit { width: 60px;}

/* textarea */
#sidePanel textarea {
	font-size: 69%; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}	


/* ----- DEFINITIONS ----- */


dfn { font-style:normal;}
#search dfn { color:#80736E; font-size: 92%; }


/* ----- QUOTES ----- */

cite { margin:0; padding:0; }

/* ----- IMAGES ----- */

#searchDetail2ndImages img { margin: 0 0 10px 0;}
#properties img { margin: 0 0 10px 0;}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Stay with Style web site
Author : Brent Dayman
URL : 

Description : Content CSS

Created : 20070807 11:09pm
Modified :

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */


/* ----- HEADINGS ----- */

/* reset (used to normalize spacing) */
h2, h3, h4 { margin: 0; padding:0; }

/*h1*/

/* All H1 tags are created by the CMS and therefore in the template CSS */


/*h2*/
h2.heading-Sub_02 {
	margin: 0 0 0.8em 0;
	font-size:88%;
	font-weight:normal;
}

h2.heading-Side_02 {
	margin:9px 0px 15px 0;
	font-size: 130%;
	font-weight:normal;
	color:#FFF;
	display: block;
}

/*h3*/
h3.heading-Sub_03 {
	margin: 0 0 0.8em 0;
	font-size:75%;
} 

h3.heading-Side_03 {
	margin: 0 0 0.8em 0;
	font-size:69%;
	color:#80736E;
}


/*h4*/
h4.heading-Sub_04 {
	font-size:75%;
}

h4.heading-Side_04 {
	margin: 0;
	font-size:69%;
	color:#80736E;
}

/*h5*/
h5.heading-Side_05 {
	font-size:69%;
}

/* ----- PARAGRAPHS ----- */

/*p*/

p.body-text, p.side-text, p.small-text {
	margin: 0 0 0.8em 0; padding:0;
	font-size:75%;
}

p.side-text, p.small-text { font-size: 11px;}

/* ----- QUOTES ----- */

/*blockquote*/

#content blockquote {
	margin: 0 0 0.8em 0; padding:0;
	font-size:12px;
}

/* ----- LISTS ----- */

ul.body-text {
	margin:0 0 0.8em 0; padding:0;
	list-style-type:none;
	font-size:75%;
}

ul.body-text li {
	margin:0; padding:0 0 0 10px;
	background: transparent url(/images/template_images/bullet_point.gif) no-repeat;
	font-size:75%;
	line-height:1.2em;
}

ul.side-text {
	margin: 0 0 0.8em 0; padding:0;
	list-style-type:none;
	font-size:69%;
}

ul.side-text li {
	margin:0; padding:0 0 0 10px;
	background: transparent url(/images/template_images/bullet_point.gif) no-repeat;
	font-size:69%;
	line-height:1.2em;
}

/* ------- Sub NAV -------*/
#secondaryNav{
	background: #C9C4C2;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 182px;
	min-height: 468px;
	padding-top: 10px;
	margin: 0;
}


.secondaryNavBackend{
	padding-left: 0;
}

.secondaryNavBackend li{
	border-top: 1px solid #FFF;
	margin-bottom: 3px;
	line-height: 69%;
	padding-left: 0px;
	padding-top: 4px;
	list-style-type: none;
}

.secondaryNavBackend li a{
	font-size: 69%;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 10px;
}


/* IE */
* html #secondaryNav{
	height: 468px;

}

.secondaryNav ul, .applicationNav{
	margin-top: -10px;
}


.secondaryNav ul, .applicationNav ul{
	padding: 0;
	margin-left: 0;
	list-style-type: none;
	padding-top: 10px;
}




.secondaryNav li, .applicationNav li{
	border-top: 1px solid #FFF;
	margin-bottom: 3px;
	line-height: 69%;
	padding: 4px;
	padding-left: 0px;
	padding-top: 4px;
}


.secondaryNav li a, .applicationNav li a{
	font-size: 69%;
	text-decoration: none;
	color: #FFFFFF;
}

.secondaryNav li a:hover, .applicationNav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}

/* ------ Secondary Nav -----*/
.breadcrumbs {
	background: url(/images/template_images/background_breadcrumb.gif) repeat-y;
	color: #80736E;
	font-size: 63%;
	padding: 5px;
}


.breadcrumbs a {
	margin:0;
	color: #80736E;
	text-decoration: none;
	padding-right: 3px;
}

.breadcrumbs a:hover{
	color: #222222;
	
}

p.side-text a, ul.side-text a { color: #121212; }


/* CUSTOM */


.swsImportTable th{
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
}

.swsSeparator{
	margin-top: 10px;
	margin-bottom: 10px;
}

.swsImportTable td{
	color: #000000;
	background-color: #f0efee;
	border: 1px solid #d6d6d6;
}

.swsImportTable td img{
	text-align: center;
}


.importSuccess{
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

/* Feedback */
.feedbackTopHeading{
	color: #80736E;
	font-size: 160%;
}

.feedbackLocationHeading{
	color: #000000;
	font-size: 135%;
	font-weight: normal;
}

.feedbackNumReviews{
	color: #000000;
	font-size: 90%;
	font-weight: normal;
}

.feedbackDivider{
	background: url(/images/template_images/largeDivider.gif) repeat-y;
	height: 8px;
	margin-top: 14px;
	margin-bottom: 20px;
}

.feedbackRating{
	text-align: right;
	color: #000000;
	font-size: 115%;
}

.feedbackHeading{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
}

.feedbackAuthor{
	font-size: 110%;
	font-style: italic;
	margin-top: 6px;
}

.feedbackBack a, .feedbackBack a:hover{	
	color: #80736E;
	text-decoration: underline;
	font-weight: normal;
	
}

.feedbackBack a:hover{
	 color: #222222;
}

.leaveFeedbackTopHeading h1{
	font-size: 130%;
	color: #FFFFFF;
	font-weight: normal;
}

#swsLeaveFeedback label{
	color: #000000;
	font-weight: normal;
	padding: 10px 0 4px 0;
	display: block;	
}



/* -----------------------*/

.propertyOwnerTable{
	border: 1px solid #80736E;
}

.viewPropertyHeading, .viewPropertyHeadingSmall {
	color: #80736E;
	font-size: 135%;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 16px 0pt 13px;
	padding: 0pt;
}

.viewPropertyHeadingSmall{
        font-size: 110%;
}

.viewPropertyPrice{
	color: #80736E;
	font-size: 100%;
	font-weight: bold;
}

.viewPropertyLink, .viewPropertyLink a {
	color: #9F968F;
	text-decoration: underline;
	
}

.viewPropertyLink a:hover{
	color: #333333;
}

#pageScroll {
	margin:15px 0pt 0pt;
	width:582px;
}

a.pageScroll-previous, a.pageScroll-next, a.pageScroll-back {
	font-size: 100%;
	width: 33%;
	color: #9F968F;
}


.swsImageBox{
	border: 1px solid #80736E;
	padding: 5px;
	width: 150px;
	height: 110px;
}

#userAjaxList{
	margin-bottom: 30px;
}

#userAjaxList td{
	border: 1px solid #80736E;
}

#userAjaxList a, a:hover{
	color: #80736E;
}

#ownerStyle{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}

.swsErrorBox, .swsErrorBoxFeedback{
	border: 1px solid #CCCCCC;
	color: #3A3A3A;
	padding: 4px;
	margin-bottom: 20px;
}

.swsErrorBoxFeedback{
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.swsWarning{
	color: #AB1A17;
	font-weight: bold;
}

.swsFormTable td{
	padding: 4px;
}

.swsFormTable td input, .swsFormTable td textarea{
	border: 1px solid #CCC;
	border-right: 1px solid #80736E;
	border-top: 1px solid #4A4A4A;
}

.swsFormTable label{
	color: #4A4A4A;
	font-size: 110%;
/*	text-decoration: underline;*/
}

.swsFormTableSmall label{
	color: #4A4A4A;
	font-size: 110%;
}


.propertyImportTable td{

	border: 1px solid #DCD7D6;
	padding: 4px;

}

.propertyImportTable label{
	color: #4A4A4A;
	font-size: 110%;
}

.swsManagerTable td{
	padding: 4px;
	border: 1px solid #DCD7D6;
}



.swsManagerTableDiv{
	margin-left: 0px;
}



.swsManagerTableDiv td{
	padding: 4px;
	border: 1px solid #DCD7D6;

}

.swsManagerTable th{
	border: 1px solid #CCCCCC;
	padding: 4px;
	text-align: center;
	
}

.swsHeadRow{
	font-weight: bold;
	text-align: left;
}

.swsHeadRow a{
	font-weight: bold;
	color: #80736E;
}

.swsHeadRow a:hover{
	color: #000000;
}

.swsEvenRow{
	background-color: #ECEAE9;
	color: #000000;
}

.swsOddRow{
	background-color: #FFFFFF;
	color: #000000;
}


.swsSpaceItems td{
	padding: 2px;
	padding-right: 20px;
	color: #3A3A3A;
}

.swsCustomButton{
	color: #000000;
	background-color: #CCC;
	border: 1px solid #4A4A4A;
}


.mediumHeading{
	font-size: 115%;
	font-weight: bold;
	color: #3A3A3A;
}

.smallHeading{
	font-size: 100%;
	font-weight: bold;
	color: #3A3A3A;
}

.formSeparator{
	margin-top: 20px;
	height: 1px;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}


.calendarClearCell{
	margin-top: 10px;
	padding: 10px;
	clear: both;
}

.calendarButton{
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
	height: 10px;
	background-color: #CCC;
	border: 1px outset #000;
	margin-left: 10px;
	color: #000000;
}

.swsDatePicker{
	display: block;
}


.calendarDayCell{
	background-color: #ECECEC;
	text-align: center;
}

.calendarDayCell a{
	color: #323232;
}

.weekendDayCell{
	background-color: #828282;
	text-align: center;
}

.weekendDayCell a{
	color: #FFFFFF
}


/* Search */
.searchResultsHeading{
	color: #80736E;
	font-size: 165%;
	line-height: 20px;
	margin: 16px 0 13px 0;
}

.searchResults {
	background-color:#E6E3E2;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0px 10px 10px 0px;
	width:138px;
	font-size: 150%;
}


div.divider {
	clear:both;
	height:1px;
	margin:1px 0pt;
	padding:0pt;
	width:88%;
	border-top: 1px solid #BDB8B5;
	margin-left: 6px;
}

div.divider hr { 
	display:none;
}


.searchResults a{
	font-weight: bold;
	color: #80736E;
}

.searchResults a:hover{
	color: #000000;
}

.propertyIcons{
	font-size: 70%;
	text-align: center;
}

.sidebarViewHeading{
	font-weight: bold;
	font-size: 100%;
	color: #837772;
	text-decoration: none;
}

.sidebarViewHeading a{
	text-decoration: none;
}

input.searchFSA_submit{
	clear: left;
	margin-top: 6px;
	padding:1px 5px;
	color:#80736E;
	font-size: 70%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border:1px solid #80736E;
}

.viewPropertyFeatures { margin-top: 10px; }
.viewPropertyFeatures li { list-style-type: none; padding: 0; margin: 0; }
.viewPropertyFeatures ul { padding: 0; margin: 0; }

.calcRateText{
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}

/*
php cal
*/

.month{
	text-align: center;
	color: #A2928D;
	width: 286px;
}

.divMonth table{
	border-collapse: separate;
	border-spacing: 4px;
	margin-left: -4px;
}


.month td{
	padding: 6px;
	border: 1px solid #CBC7C8;
	font-size: 82%;
	text-align: left;
	color: #000000;	
}

.month td a{
	color: #000000;
	text-decoration: none;
}

.month td a:hover{
	text-decoration: underline;
}

.monthday, .saturday, .sunday, .today{
	background-color: #FFFFFF;
	color: #000000;
}


.dayname{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 105%;
	font-weight: lighter;
}

.dayNameStyle{
	display: block;
	width: 26px;
}


td.event, td.todayevent{
	color: #D3CECE;
	background-color: #BDB7B7;
}

td.clientevent, td.todayclientevent{
	color: #D3CECE;
	background-color: red;
}

.today a{
       color: #807A7B;
}

td.eventBillBook{
	color: #FFFFFF;
	background-color: #CEC6C6;
}

td.eventBillBook span.propertyPrice{
	color: #FFFFFF;
}


.availabilityTable td{
	border: 1px solid #DCD7D6;
	padding: 4px;
	font-size: 116%;
}

.availabilityTable .month{
	width: 364px;
}

.availabilityTable .divMonth td.dayname{
	font-size: 100%;
}

.availabilityTable #selScrollableMonth{
	float: left;
	clear: both;
}

.availabilityTable .datepicker{
	font-size: 100%;
}

.unavailabilityTable tr{
	border: 1px solid #DCD7D6;
}

.unavailabilityTable .swsCustomButton {
	padding: 0;
}

.unavailabilityTable td{
	padding: 4px;
}


/*.availabilityTable td td { padding: 0px; border: 4px solid #FFFFFF;}*/
/*table.availabilityTable table.month { width: 240px; height: 130px; }*/
/*.availabilityTable td.dayName { padding-top: 2px; padding-bottom: 2px;}*/


.ratesTable {
	margin-top: 20px;
	width: 166px;
	color: #80736E;
}

.darkHeader{
	color: #282727;
	font-weight: bold;
	background-color: #C9C4C1;
}

.ratesTable td{
	margin-right: 10px;
	padding: 4px;
	padding-left:  10px;
	border: 3px solid #FFFFFF;
}

.rateTableCell{
	background-color: #E7E3E2;
}

.stayHeader{
	color: #000000;
}

.bookingNumber{
	width: 140px;
}

.monthpicker{
	float: left;
}

.yearpicker{
	float: left;
}

.pickerbutton{
	margin-left: 2px;
	float: left;
}

/* 
iFrame PHP cal
*/


#checkInDate, #checkOutDate{
	font-weight: bold;
	font-size: 105%;
}

#checkInCal, #checkOutCal, #availCalendar{
	overflow: hidden;
	border-width: 0;
	padding: 0;
}

.divMonth { position:relative; }

.divMonth table {
	width: 230px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
}

.divMonth a{
	color: #4A4A4A;
}

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

.divMonth td.dayname{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 90%;
}

.divMonth td.saturday, .divMonth td.sunday {
	background-color: #F6F2F1;
}


.monthnavigation, .monthname{
	background-color: #E7E3E2;
	padding: 4px;
	color: #80736E;
}

.monthnavigation a{
	font-weight: bold;
	color: #80736E;
}

.monthNavigation a:hover{
	color: #000000;
}


table.month td.monthnavigation, table.month td.monthname{
	border: 0px;
}

.propertyPrice{
	font-size: 90%;
	color: #1F1F1F;
}

.depositnum{
  font-size: 120%;
  font-weight: bold;
}

td.datepicker {
	border-width: 0;
	padding:0;
}

.swsTableFront{
	background-color: #C9C4C2;
}

.monthspacing{
	border-spacing: 0;
}

.monthScrollable td,.yearScrollable td {
	color: #000000;
	padding: 0;
	margin: 0;
}

.shiftDropdowns{
	font-size: 150%;
}

#scrollableYear{	
	width: 78px;
	left: 182px;
}

#scrollableMonth table, #scrollableYear table {
	border-collapse:collapse;
    width:100%;
}

#scrollableMonth td, #scrollableYear td {
	height: 14px;
	padding:0;
}

.monthScrollable td a, .yearScrollable td a{ 
	display: block;
	padding: 2px 0 0 3px;
	margin: 0;
	height: 14px;
}

.monthScrollable td a:hover, .yearScrollable td a:hover{
	background-color: red;
	text-decoration: none;
	background-color: #FCDCCD;
}

#selScrollableMonth, #selScrollableYear{
	font-weight: bold;
	font-size: 110%;
	display: block;
	float: left;
	background-color: #EEECE9;
	height: 22px;
	width: 122px;
	padding-left: 3px;
	border: 1px solid #CBC7C8;
	
}

#selScrollableYear{
	width: 78px;
	margin-left: 5px;
}

.scrollableMonthTitle, .scrollableYearTitle{
	display: block;
	float: left;
	width: 90px;
	padding-top: 4px;
}

.scrollableYearTitle{
	width: 28px;
}


.scrollMonthArrow, .scrollYearArrow{
	display: block;
	float: left;
	width: 20px;
	padding-top: 6px;
	padding-right: 3px;
	text-align: right;
}

.scrollYearArrow{
	width: 40px;
}

td.nomonthday{
	border-width: 0;
}

#viewCalendar .month td{
	padding: 2px;
}

#viewCalendar #selScrollableMonth{
	width: 106px;
}

#viewCalendar #selScrollableYear{
	width: 51px;
}

#viewCalendar .scrollYearArrow {
	width: 16px;
}

#viewCalendar .scrollMonthArrow {
	width: 10px;
}




/*
	End iframe cal
*/

.test td{
	border: 1px solid red;
}

.subheader {
	font-size: 113%;
	color: #80736E;
	font-weight: bold;
}