
html, body{
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

table#table-main {
	/*height:100%;*/
}

td#header {
	height: 142px;
	background: url(images/header/header-back.jpg);
	background-repeat: no-repeat;
}

.title{
	background:url(images/title_back.png);
	background-repeat:no-repeat;
}

.title_text {
font-family:tahoma; 
font-size:11px;
color:white;
font-weight:bold;
}

.title_no_back {
background:url(images/title_no_back.png);
background-repeat:no-repeat;
}

.title_no_text {
font-family:tahoma; 
font-size:11px;
color:navy;
font-weight:bold;
}

/* Menu Items */
.menu {
font-family:tahoma; 
font-size:11px;
color:navy;
cursor:pointer;
font-weight:bold;
}

.normal {
font-family:tahoma; 
font-size:11px;
color:white;
cursor:pointer;
font-weight:bold;
}

.black_normal {
font-family:tahoma; 
font-size:11px;
color:black;
cursor:pointer;
}

span.selected {
font-family:tahoma; 
font-size:11px;
color:#f3d192;
font-weight:bold;
cursor:pointer;
}

.normal:hover {
color:#000000;
cursor:pointer;
}

/* Land listing and Search Results */
.title {
font-family:tahoma; 
font-size:14px;
color:black;
font-weight:bold;
}
.listinghead {
font-family:tahoma; 
font-size:12px;
color:navy;
font-weight:bold;
}

.listingsubhead {
font-family:tahoma; 
font-size:12px;
color:#333333;
font-weight:bold;
}

.maintext {
padding-top:5px;
font-family:tahoma; 
font-size:11px;
color:black;
}

.input_text {
font-family:tahoma; 
font-size:11px;
color:black;
padding-left:5px;
}

/* Form Objects */
.print_button {
background-image:url(images/buttons/print.png);
font-family:tahoma;
font-size:11px;
cursor:pointer;
display:block;
width:72px;
height:27px;
}

.print_button:hover {
background-image:url(images/buttons/print_selected.png);
}

.print_button:active {
background-image:url(images/buttons/print_clicked.png);
}

input.def_button {
font-family:tahoma;
font-size:12px;
}

.def_input {
font-family:tahoma;
font-size:12px;
border:1px solid navy;
}

/* Right Pane */
.over_item {
padding-left:10px;
font-family:tahoma; 
font-size:11px;
color:black;
width:230px;
height:34px;
background-image:url(images/buttons/over.png);
cursor:pointer;
}
.out_item {
padding-left:10px;
font-family:tahoma; 
font-size:11px;
color:black;
width:230px;
height:34px;
background-image:url(images/buttons/out.png);
}

/* Text Outputs */
.black_text {
font-family:tahoma; 
font-size:11px;
color:black;
padding-left:10px;
}

.white_text {
font-family:tahoma; 
font-size:11px;
color:white;
}


/* Link Structures */



a:link {
font-family:tahoma; 
font-size:11px;
color:#666666;
text-decoration:none;
}

a:visited {
font-family:tahoma; 
font-size:11px;
color:#666666;
text-decoration:none;
}

a:hover {
font-family:tahoma; 
font-size:11px;
color:navy;
text-decoration:underline;
}

a:link .title_link {
font-family:tahoma; 
font-size:11px;
color: navy;
text-decoration:none;
}