

/* 	LAYOUT */

#outerContainer {
	padding: 0;
	width: 760px;
	margin: auto;
	background: white;
/* 	border: 1px solid gray; */
/* 	border-left: 3px solid #eee; */
/* 	border-right: 3px solid #eee; */
	
}

#main {
	margin: 0;
	width: 510px;
	float: left;
	padding-left: 0;
	padding-right: 20px;
/* 	background-color: #eee; */
}


#rightbar {
	margin: 0;
	padding: 0;
	float: right;
	width: 210px;
}
#footer {
	clear: both;
/* 	text-align: center; */
	border-top: 3px solid #ce0031;
	margin-top: 100px;
	padding-top: 6px;
	}

#footer div {
	text-align: center;
	}	

#footer ul a {
	color: gray;
	}

#footer .floatright {
	float: right;
	}

#header {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;

/* 	background: gray; */
	}
#header a {
	text-decoration: none;
	}
	
#topBanner {
	width: 100%;
	margin: 0;
	padding: 2px;
	float: right;
	background: #eee;
	border-bottom: 1px dotted #ddd;
	font-size: 85%;
	}
	
#topBanner div.topBannerLeft {
	float: left;
	}
	
#topBanner div.topBannerRight {
	float: right;
	}
	
#logo a {
	margin: 0;
	font-size: 3.6em;
/* 	font-weight: bold; */
	color: #ce0031;
	}
#logo span {
	font-size: 70%;
	}
#navBar {
	background: #ce0031;
/* 	border: 1px solid #ddd; */
	height: 20px;
	margin: 0;
	padding: 0;
	}

ul#navBar {
	padding-left: 50px;
	list-style-type: none;
	}
	
ul#navBar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}
	
ul#navBar a {
	display: block;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
/* 	border: 1px solid gray; */
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
/* 	background: yellow; */
	}

#navBar a:hover {
	background: #e10;
	text-decoration: underline;
/* 	border: 1px solid gray; */
/* 	color: black; */
	}
/* 	================================== */

body {
/* 	margin: 10px; */
	padding: 0;
	margin: 0;
	background: #fff;
	}

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 80%;
	}
	
img {
	border: none;
	}
a {
/* 	text-decoration: none; */
}

hr {
	color: #ddd;
	background-color: #ddd;
	border: none;
	height: 2px;
	}

h1 {
	float: right;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.8em;
	}

h2, h3, h4 {
	color: #ce0031;
	font-weight: bold;
	margin: 0 0 0.2em 0;
/* 	background: yellow; */
	}
/*
h3,h4 {
	margin: 8px 0 0 0;
	}
*/	
th {
	font-weight: normal;
	text-align: right;
	}
	
/* required field marker (red asterisk) */
.rf {
	color: red;
	vertical-align: super;
	margin-right: 3px;
	}

	
	
.itemsTableLooking {
	float: left;
	border: 1px solid #888;
	margin: 10px 10px 10px 0;
	width:240px;
	}
	
.itemsTableOffering {
	border: 1px solid #888;
	margin: 0;
	}
	
.itemsTableLooking th, .itemsTableOffering th {
	padding-right: 3px;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	}
	
.itemsTableLooking th.header {
	color: #ce0031;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	font-style: normal;
	border-bottom: 1px solid #888;
	}

/* this is used in the price range and availability */
.detailString {
	margin: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	}

.detailString p {
	margin: 2px 0 0 0;
	}
.detailString ul {
	margin-top: 0.1em;
	margin-bottom: 0;
	}
.detailString li {
	font-size: 0.8em;
	font-weight: normal;
	}

.detailString span {
	display: block;
	float: left;
	width: 120px;
	font-style: italic;
	}


	
.roomDetailOuter {
/* 	width: 100%; */
	margin: 0 10px 0 10px;
	border: 1px solid #888;
/* 	background: #ddd; */
	margin-bottom: 6px;
	}
	
.roomDetailHeader {
/* 	width: 100%; */
	padding: 3px;
	background: #eee;
	font-weight: bold;
	font-size: 1.1em;
	}
	
/* forms, see this link  */
/* http://www.alistapart.com/articles/practicalcss/ */

/* overwrite left column of form length for various fields */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 3px;
  }

div.row span.formw {
  float: left;
/*   width: 200px; */
  text-align: left;
  }

/* home page */

	
#listingForm p, #browseBox p {
	margin: 0.5em;
	}
	
#listingForm h3, #browseBox h3 {
	font-size: 130%;
	margin-bottom: 0.2em;
	margin-left: 4px;
/* 	color: white; */
	}
#listingForm p{
	margin: 0.4em;
	}
	
#listingForm p.center{
	text-align: center;
	font-weight: bold;
	margin: 0;
	}
	
#listingForm input.go {
	width: 280px;
	font-weight: bold;
	}
	
#listingForm, #browseBox {
	margin: 20px 0 30px 20px;
	height: 200px;
/* 	border: 1px solid black; */
	}
	
#listingForm {
	float: left;
	width: 300px;
	margin-left: 60px;
/* 	height: 180px; */
	background: #ffc;
	}
	
#browseBox {
	float: left;
	width: 300px;
/* 	height: 180px; */
	background: #eee;
	}
/*
#browseBox ul {
	list-style-type: disc;
	background: yellow;
	margin: 8px;
	padding: 8px;
	}
*/	
#addphoto .label {
	width: 60px;
	}

input .disabled {
	background-color: #fff;
	}
	
#rightbar ul{
/* 	margin-right: 10px; */
	padding: 8px;
	margin:  8px;
	}
	
#rightbar div {
	margin: 5px;
	padding: 5px;
	}
	
#rightbarSignup {
	background: #ffc;
	border: 2px solid #f90;
	}
	
#shortlist {
/* 	border: 2px solid #ce0031; */
	
	background: #ccf;
	}

/*   tabs */

ul#tabs {
	list-style-type: none;
	padding-bottom: 24px;
	padding-left: 40px;
	border-bottom: 1px solid black;
	margin: 0 0 20px 0;
}

ul#tabs li {
	float: left;
	height: 21px;
	width: 90px;
	background-color: #eee;
/* 	top right bottom left */
	margin: 2px 2px 0 2px;
	border: 1px solid black;
	text-align: center;
}

ul#tabs li.here {
/* 	margin-top: 0px; */
	
	background-color: white;
/* 	border-top: 2px solid black; */
/* 	border-left: 2px solid black; */
/* 	border-right: 2px solid black; */
	border-bottom: 1px solid #fff;
	}

	
ul.inlineLinks {
	margin: 10px 0 10px 0;
	padding:0;
/* 	border: 1px solid black; */
	}
ul.inlineLinks li {
	font-size: 70%;
	display: inline;
	padding: 0 2px 0 3px;
	border-left: 1px solid gray;
	}

ul.inlineLinks li.first{
	border-left: none;
	}

#citylist {
	width: 90%;
	margin: auto;
	padding: 0;
/* 	background: yellow; */
	text-align: center;
	}
	
#citylist li{
	display: inline;
	font-size: 70%;
	color: gray;
	padding: 0 3px 0 3px;
/* 	border-left: 1px solid gray; */
	}
	
/* prev/next links  */
.navbarOuter {
	width: 100%;
	margin-bottom: -0.8em;
/* 	background: yellow; */
	}
.prevLink div{
/* 	width: 33%; */
	width: 30px;
	text-align: center;
	float: left;
	margin-right: 3px;
	}
.navShowing {
/* 	width: 100% */
	float: left;
/* 	margin-right: -200px; */
	text-align: center;
	font-size: 80%;
	width: 240px;
	}
.nextLink div{
/* 	width: 33% */
	width: 30px;
	text-align: center;
	float: right;
	margin-left: 3px;
	}

.paging {
	border: 1px solid black;
	padding: 0 5px 0 5px;
	}
.pagingDisabled {
	border: 1px solid #ccc;
	padding: 0 5px 0 5px;
	color: #ccc;
	}

/* styles for property listings */

.listingAd {
/* 	border: 3px solid #ce0031; */
/* 	margin-bottom: 8px; */
/* 	border-bottom: 2px solid #ddd; */

/* 	widths must be set explicitly as IE is too stupid to work it out */
	width: 510px;
	margin: 0 0 8px 0;
	background: #eee;
/* 	padding: 1px; */
	}

.listingHeader {
	padding: 2px 0 2px 0;

	width: 510px;
	background-color: #ddd;
	}

	
.listingHeader div{
	width: 110px;
	float: right;
	}

.listingHeader h3 {
	margin: 0;
	padding: 0 2px 0 4px;
	}
.listingPhoto {
	padding-top: 8px;
	padding-left: 8px;
	width: 110px;
	float: left;
	}
.listingPhoto img{
/* 	border: 1px solid #888; */
	}
	
.listingFeatures {
	width: 391px;
	float: right;
	padding-top: 4px;
	margin: 0;
	}
.listingFeatures p{
	margin: 0 0 0.5em 0;
	}

.listingFeatures ul{
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	}
/*
.listingFeatures li{
	margin: 0;
	}
*/	
.shortlistFeatures {
	width: 371px;
	float: left;
	}
	
.shortlistCheckbox {
	width: 20px;
	float: right;
	padding-top: 6px;
	}
	
.listingText {
	padding: 0 4px 0 8px;
	margin: 0;
/* 	margin-top: -12px; */
	}


.dummy {
	clear: both;
	visibility: hidden;
	}

/* styles for photo editing page */


.photoEditList .container {
	width: 100%;
	float: right;
/* 	margin-left: -100px; */
	margin-left: -150px;
	}
.photoEditList .captionForm {
/* 	margin-left: 110px; */
	margin-left: 150px;
	}

.photoEditList .thumbnail {
/* 	padding-top: 20px; */
/* 	width: 100px; */
	width: 150px;
	float: left;
	}


/* styles for property detail */

#typeImage {
	float: left;
	margin-right: 4px;
	}

#rooms table {
	border: red solid 1px;
	}

#rooms table th{
	text-align: right;
	}

#mainphotodiv {
/* 	width: 110px; */
	float: right;
	text-align: center;
/* 	margin: auto; */
	}
#mainphotodiv p {
	margin: 0;
	}
#mainphotodiv a {
	color: gray;
	text-decoration: none;
	}
	
#mainphotodiv img  {
	border: 1px solid #888;
	}

#sendMessageFromProperty p {
	margin: 5px 0 0 0;
	}

/* styles for messages */


.quotedMessage {
	margin: 0 0 5px 15px;;
	border: dotted 1px gray;
	padding: 0 0 0 5px;
	}
.quotedMessage p.who {
	margin-top: 2px;
	font-size: 80%;
	color: gray;
	}
	
.newMessage {
	font-weight: bold;
	}
	
.oldMessage {
	font-weight: normal;
	}
	
#messagelist p{
	margin: 0.5em;
	}
	

	
/* general styles */

.error {
	border: 2px solid red;
	margin: 10px;
	padding: 5px;
	background: #ffc;
	}

.feedback {
	border: 2px solid green;
	margin: 10px;
	padding: 5px;
	background: #8cff97;
	}
	
.error, .feedback h3 {
	font-size: 1em;
/* 	color:yellow; */
	}
		
.subtle {
	font-size: 80%;
	color: gray;
	}
	
.note {
	background: #ffc;
	border: 1px solid gray;
	margin: 4px 0 4px 0;
	padding: 3px;
	font-size: 80%;
	color: gray;
	}
	
.signup {
	background: #ffc;
/* 	border: 2px solid #f90; */
	padding: 4px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
