
#backgroundLeft {
	display: none;
}

#backgroundSearchBox {
	display: none;
}




IMG.screen {
	display: none;
}


#logo {
        width: 150px;
        height: 77px;
        margin-left: 2px;
        background: url("../images/logoHandheld.png") no-repeat;
}


#searchBox {
	display: none;
}
#searchBoxEdge {
	display: none;
}






#sideBar {
	width: 3cm;
	float: left;
	font-size: small;
	margin-right: 5mm;
/* 	display: none; */
}

#sideBar ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 4px;
	padding-left: 4px;
}




#content {
	width: auto;
	color: #000000;
}

#contentHeader {
	display: none;
}
#contentHeaderHome {
	display: none;
}
#contentHeaderCornerLeft {
	display: none;
}
#contentHeaderCornerRight {
	display: none;
}
#weeksRemaining {
	display: none;
}
#newsItems {
	display: none;
}

#contentHeaderIntro {
	display: none;
}

#contentDocument {
}



#header {
  height: 90px;
  padding: 0;
}



IMG.left {
	float: left;
	margin: 5px 20px 5px 0;
}
IMG.right {
	float: right;
	margin: 5px 0 5px 20px;
}
IMG.center {
	display: block;
	margin: 20px auto 0 auto;
}
IMG.centerBorder {
	display: block;
	margin: 20px auto 0 auto;
	clear: both;
	border: 1px solid #000000;
}



table {
	border: 1px solid #000000;
	width: 100%;
	border-spacing: 0;
}
th {
	background-color: #406171;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	border: 0;
	padding: 3px;
}
th.apartmentPrice {
	width: 8em;
}
th.apartmentCompare {
	width: 8em;
}
tr {
}
tr.even {
	background-color: #eee;
}
td {
	border: 0;
	border-left: 1px solid #bbb;
	padding: 3px;
}
td.booked {
	color: #aaa;
	font-weight: bold;
	text-align: center;
	text-decoration: line-through;
}
td.available {
	font-weight: bold;
	text-align: center;
	color: #00cc00;
}
td.comparison {
	text-align: center;
}
td.link {
	width: 8em;
}

.yes {
	color: #00cc00;
	font-weight: bold;
}




h1 {
  font-size: 130%;
  color: #000000;
  margin: 10px 0 15px 0;
  font-weight: bold;
  text-align: left;
}
h2 {
  font-size: 120%;
  color: #10394e;
  margin: 2em 0 0 0;
  font-weight: bold;
  text-align: left;
}
h3 {
  font-size: 100%;
  color: #10394e;
  margin: 0 0 0 0;
  text-align: left;
}

p {
  /*font-size: 10pt;*/
}
.center {
	text-align: center;
}

a {
  color: #00f;
  text-decoration: underline;
}

img {
  border: 0;
}



.query {
	width: 150px;
	height: 20px;
}
.search {
	width: 70px;
	height: 20px;
}
