/* 1st version of indexaw */

/* basic elements */

#contentholder {
	margin-left:192px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #fff;
	}
#content {
	padding: 0px 5px 10px 10px;
	}
#content a:link {
color:#0000FF;
text-decoration:underline;
}
#content a:visited {
color:#0000FF;
text-decoration:underline;
}
#content a:hover {
color:#CC0000;
}
#content img {
	float: left;
	margin: 0px 10px 4px 0px;
	}
	
.job_list {
	border-spacing:0px;
	width:100%;
}
.job_list td {
	padding-left:6px;	
	padding-top:1px;
	padding-bottom:1px;
}
.job_list td:hover {
	background-color:#ccc;
}	
#popup a:link {
color:#0000FF;
text-decoration:underline;
}
#popup a span {
	display: none;
	text-decoration: none;
}
#popup a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}
#popup a:hover span {
	display: inline;
	text-decoration: none;
	border:solid 1px #666666;
	position: absolute;
	background-color:white;
	padding: 5px;
	margin-left: 5px;
	margin-top: 20px;
	overflow: hidden;
	color:#666666;
}


#text {
	margin-top:10px;
	margin-right:147px;
	}
#text_no_photo {
	margin-top:10px;
	}
#text_whole_page {
	margin-top:10px;
	margin-right:10px;
	}

#photos {
	float:right;
	width:110px;
	font-size:70%;
	padding: 15px 15px 0px 0px;
	text-align: center;
	}
#photos a:link {
color:#333333;
text-decoration: none;
}
#photos a:visited {
color:#333333;
text-decoration:none;
}
#photos a:hover {
color:#CC0000;
text-decoration:underline;
}
#forsale {
	float:right;
	margin-left:10px;
	border-left:1px dotted #cccccc;
	width:110px;
	height:750px;
	font-size:70%;
	padding: 5px 15px 5px 5px;
	text-align: center;
	}

.table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; line-height: 18px; font-style: normal}
.table_howto {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; background-color:#FFFFFF}
.table_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; background-color:#B7DBFF}


.currency {text-align:right}

.currency_blue {
	text-align:right;
	background:#CCE6FF;
	border: 1px solid #CCCCCC;
}

.currency_std {
	text-align:right;
	background:#CCC;
	border: 1px solid #CCCCCC;
}
.currency_loc {
	text-align:right;
	background:#CCC;
	border: 1px solid #CCCCCC;
	color:green;
}