body {
	padding: 0;
	margin: 0;
	font-family: Tahoma,sans-serif;
	color: white;
}

#horizon {
	background-color:transparent;
	display:block;
	height:1px;
	left:0px;
	overflow:visible;
	position:absolute;
	text-align:center;
	top:50%;
	width:100%;
}

#content {
	position:absolute;
  height: 467px;
  width: 795px;
	top:-234px;
	margin-left:-398px;
	left:50%;
}

div.background {
	background-image: url("images/tree.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.background.tulips {
  background-image: url("images/tulips.jpg");
}

div.background.lavender {
  background-image: url("images/lavender.jpg");
}

div.back {
  background-image: url("images/back.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div#contentHeader {
	height: 50px;
}
div#contentFooter {
	height: 50px;
}

thead.contentHeader {
	height: 38px;
}
.contentHeader tr.upper {
	height: 16px;
}
th.columnLeft {
	width: 47px;
}
th.columnMenu {
	width: 206px;
}
th.columnSeparator {
	width: 2px;
}
th.columnDetails {
	width: 485px;
}
tr.contentRowSeparator {
	height: 2px;
}
tr.contentMain {
	height: 100px;
}
div.fullWidth {
	clear: both;
	width: 100%;
} 

table {
  border-style: none;
  border-collapse: collapse;
}

table.navigation {
	font-size: 12px;
	width: 100%;
}

tr.menuRowAddress {
	clear: both;
	height: 100px;
}
tr.menuRowAddressDetail {
  height: 16px;
  text-align: right;
}
tr.menuRowAddressDetail img {
  border: 0;
}
tr.menuRowAddressEnd {
	clear: both;
	height: 10px;
}
tr.menuRowSeparator {
	height: 50px;
}
tr.menuRowSmallSeparator {
	height: 2px;
}
tr.menuRowTopSeparator {
	height: 10px;
}
td.addressDetails {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.addressDetails p {
	line-height: 14px;
}
td.border {
  width: 20px;
}
tr.borderh {
	height: 10px;
}

td.pageDetails {
	width: 460px;
}
div.title {
	clear: both;
	height: 20px;
	text-align: left;
	font-weight: bold;
}
tr.menuRow {
	height: 15px;
	font-size: 12px;
	text-align: right;
}
tr.menuRow.selected {
  background-color: #7b7fbf;
}
.menuRow td {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.menuRow a {
	text-decoration: none;
	color: white;
}

.menuRow img {
	border: 0;
}
.hover td.border {
  background-image: url("images/selected.png");
  background-repeat: no-repeat;
  background-position: 8px 3px;
}

.selected td.border {
  background-image: url("images/selected.png");
  background-repeat: no-repeat;
  background-position: 8px 3px;
}

div.text {
  clear: both;
  height: 264px;
  width: 444px;
  overflow: hidden;
}
div.scrollableText {
  height: 95%;
  width: 98%;
  float: left;
  clear: none;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
}
div.arrowUp {
  clear: both;
  height: 3%;
  width: 6px;
  background-image: url("images/arrowup.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}                             
div.arrowDown {
  clear: both;
  height: 3%;
  width: 6px;
  margin-top: 2px;
  background-image: url("images/arrowdown.png");
  background-repeat: no-repeat;
  background-position: -1px 0;
}
div.scrollbar {
  width: 6px;
  height: 95%;
  float: right;
}
#scrollbar{
  background-color: gray;
	clear: both;
	height: 95%;
  margin-left:2px;
  width:2px;	
}
#scrollControl {
 width: 4px;
 margin-left: -1px;
 height: 40px;
 background-color: white;
 cursor: move;
 color: black;
 border-top: solid 1px;
 border-right: solid 1px;
 border-bottom: solid 1px;
}