#relative {
	position: relative;
}


.rightColBkgrnd {
	background-image: url(interface/right_col_bkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.tableborder1 {
	border: 1px solid #999999;
}

.listleading {
	line-height: 140%;
}


.noticeBlock {
	padding: 2px;
	border-width: 1px 0px 1px 0px;
	border-style: solid ;
	border-color: #cccccc;
	background-color: #eee;
}

.leftAlign {
	float: left;
	padding: 0 20px 0 0px;
}

.guestHousesBkgrnd {
	background-color: #D7E1CC;
	background-image: url(interface/left_bkgrnd_panel.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.bkgrndColor {
	background-color: #D7E1CC !important;
}


/* public calendar, make cells transparent */

/*
td.NoColorBkgrnd {
	background-color: transparent !important ;
}
*/

.HouseCalendarTitle {
	font-size: 14px;
	font-family: georgia, serif;
	font-weight: normal;
	text-align: right;
}


/* reservation calendar */


.Calendar {
	border: 1px solid #fff;
	padding: 3px;
}

.Calendar th {
	padding: 5px;
	background-color: #eee;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	border: 1px solid #ddd;
}

.Calendar td {
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;   /*some cells have color turned off by other css  */
	height: 30px; /* needed for div tags inside the table cells */	
}

.CalendarNextPrev a:link {  color: #990033; text-decoration: none; }   
.CalendarNextPrev a:visited {  color: #990033; text-decoration: none; }
.CalendarNextPrev a:hover {  color: #990033; background-color: #fff; text-decoration: underline; }



.prevLink {
	white-space: nowrap;
	text-align: right;
	font-weight: normal !important;
}

.nextLink {
	white-space: nowrap !important;
	text-align: left;
	font-weight: normal !important;
}




/* div tag in each table cell */
.dateCell {
	height: 100%;
/* no width because it breaks display  */
}

/* div tag in appropriate table cell */
.dateCellBooked {
	background-color: #dadac4;  /* tan  */
	height: 100%;
}

/* div tag in appropriate table cell */
.dateCellTransition {
	background-color: #c1c19c;  /* darker tan */
	height: 100%;
}



/* div tag in appropriate table cell */
.dateCellFree {
	background-color: #fff;
	height: 100%;
}

/* div tag in appropriate table cell */
.dateCellPending {
	background-color: #DBC4C5;  /* DBC4C5 reddish */
	height: 100%;
}

/* div tag in appropriate table cell */
.dateCellBlocked {
	background-color: #999;
	height: 100%;
}

/* div tag in appropriate table cell */
.dateCellCleaning {
	background-color: #dac1a5;
	height: 100%;
}

/* div tag in appropriate table cell */
.dateCellSelected {
	background-color: #b7dcf2;
	height: 100%;
}


.colorLegend td {
	height: 25px; width: 25px;
	border: 1px solid #666;
}

#popup {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #fff;
/*
	background-image: url(interface/70-percent-white-transp.png);
*/
	background-repeat: repeat;
	background-position: left top;
}

#popup td {
	padding: 5px;
	font-size: 10px;
	color: #333;
	font-family: verdana, sans-serif;
}

.DatesPicked {
	border-width: 1px 0px 1px 0px;
	padding: 2px;
	border-style: solid ;
	border-color: #cccccc;
	background-color: #eee;
}


/* reservation screen */

.Reservation {
	border-width: 1px;
	border-style: solid;
	border-color: #a9d3f8;
	border-collapse: collapse;
	background-color: #e6f2fe;
}
.Reservation th {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #eee;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.Reservation td {
	padding: 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #ddd;
	background-color: transparent;
	height: 30px; /* for div tags inside the table cells */	
}

.Customer {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
	background-color: #F3F9FF;
}
.Customer th {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #eee;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.Customer td {
	padding: 5px;
	border: 0;
	height: 30px; /* for div tags inside the table cells */	
}

.guesthouseBorders {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-collapse: collapse;
}

.guesthouseBorders th {
	padding: 4px;
	background-color: #eee;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	border: 1px dotted #ddd;
}

.guesthouseBorders th: a {
	font-weight: normal;
	font-style: normal;
}

.guesthouseBorders td {
	padding: 4px ;
	background-color: transparent;
	border: 1px dotted #a9d3f8;
}

#guesthouseText {
	margin: 0px 30px 0px 0px;
}

#housePhotoGrid img {
	margin: 5px 5px 0px 0px;
	border: 1px solid #fff;
	float: left;
	display: inline;
}

.deleteRes {
	color: #666;
}


.SystemResponse {
	color: #990033;
	font-weight: bold;
}

.colSort {
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}


/*  Joe @ iBec Creative added these styles for the new Guest House Packages page
    November 20, 2009
    joe@ibeccreative.com  */
div.tall {
    width:188px;
    margin:0 1px 0 4px;
    float:left;}
    div.tall p {
        font-family:Verdana,Arial,sans-serif;
        font-size:11px;
        line-height:15px;
        color:#000000;
        margin:0px 0 10px 0;
        padding:0 6px; }
    div.tall img.pricing { margin:0 0 5px 0; }
h1 {
    padding:10px 7px; }
div.tall h2 { padding:0px 5px; }


