@import url("/css/table.css");
@import url("/css/text.css");
@import url("/css/nav.css");
@import url("/css/projects.css");

html, body {
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	margin:0;
	border:0;
	padding:0;
	color:#5e5e5e;
	background:#000;

}



img {
	margin:0;
	border:0;
	padding:0;
}

p {
	border:0;
	padding:0;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
}

li {	
	margin:2px 0 0 15px;
	padding:0;
	line-height:15px;
}


div#container{
	width:770px;
	margin:19px auto 0 auto;
	background:url("/images/container_background.gif") repeat-y;
}

div#top_background {
	width:760px;
	height:13px;
	background-color: rgb(0, 50, 109);
	margin-left: 5px;
}

div#bottom_background {
	width:770px;
	height:27px;
	background:url("/images/bottom_background.gif") no-repeat;
}

div#lh_container {
	width:152px;
	margin:0 0 0 5px;
	display:inline;
	/*background:#0000CC;*/
	float:left;
}

div#rh_container {
	width:608px;
	/*background:#00FF00;*/
	float:left;
}

div#nav {
	margin:19px 0 0 0;
	padding:0 0 19px 0;
}

div.content {
	padding:40px 30px;
	text-align:justify;
}

img.imgborder {
	border:1px solid #cacaca;
	padding:2px;
}

.break {
	height:1px;
	margin:19px 0;
	background:url("/images/break.gif") repeat-x;
}

.smallbreak {
	height:1px;
	margin:5px 0;
	background:url("/images/break.gif") repeat-x;
	clear: both;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

.content dl {
	margin: 0px;
	padding: 0px;
}

.content dt {
	display: block;
	padding: 0px;
	clear: left;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.content dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

div.label{
	/*display: inline;*/
	margin-bottom: 2px;
	width: 100px;
	float: left;
	text-align: right;
}
div.value{
	/*display: inline;*/
	float: left;
	width: 400px;
	text-align: right;
	margin-bottom: 2px;
}

.warning{
	background-color: #a00;
}

.warning:hover{
	background-color: #F00;
}

	
div.manage_house_entry_mini {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 1%;
	margin-bottom: 5px;
	background-color: #ffffff;
	cursor: pointer;
}

div.manage_house_entry_mini:hover {
border-width: 1px;
border-style: solid;
border-color: #000;
padding: 1%;
margin-bottom: 5px;
background-color: #eeeeff;

}

div.manage_house_entry {
border-width: 1px;
border-style: solid;
border-color: #000;
padding: 1%;
background-color: #ffffff;
height: 130px;
margin-bottom: 5px;
cursor: pointer;
}

.manage_house_entry:hover {
border-width: 1px;
border-style: solid;
border-color: #000;
padding: 1%;
background-color: #eeeeff;
height: 130px;
text-decoration: none;
}

.manage_house_entry a{
	text-decoration: none;
	color: #000;
}

.manage_house_entry a:hover{
text-decoration: none;
color: #000;
}



div.manage_house_entry div.houseimage{
background-image: url("/images/shim.gif");
background-position: bottom right;
background-repeat: no-repeat;
/*background-color: transparent;*/
border: 1px solid #000;
width: 240px;
height: 120px;
position: absolute;
margin-top: 0px;
margin-left: 5px;
overflow: hidden;
padding: 5px;
z-index: 0;
}

div.manage_house_entry div.address{
background-color: #FFF;
border: 1px solid #000;
width: 240px;
height: 120px;
	position: absolute;
	margin-top: 0px;
	margin-left: 5px;
	overflow: hidden;
	padding: 5px;
	opacity: 0.9;
	z-index: 1;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
}


div.manage_house_entry div.house_data{
	background-color: transparent;
	width: 120px;
	position: absolute;
	margin-left: 260px;
	padding: 0px;
}
div.manage_house_entry div.extra{
	margin-left: 405px;
}

div.manage_house_entry div.house_data div{
background-color: transparent;
padding: 0px;
height: 20px;
width: 100%;
}


div.manage_house_entry div.house_data div.item{
	position: absolute;
	background-color: transparent;
	padding: 0px;
	margin-left: 20px;
	height: 16px;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

div.manage_house_entry div.house_data div.image{
	position: absolute;	
	background-color: transparent;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	
}

span.editImageCell{
	postion: relative;
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	width: 100px;
	float: left;
	height: 100px;
}

div.paddingCell{
	display: table-cell;
	border: 0px solid #FFF;
	padding: 5px;
	width: 2px;
}


span.editImageCell div{
	width: 100px;
	display: block;
	text-align: center;
	height: 80px;
	vertical-align: middle;
}
span.editImageCell a:hover{
	background: #E3E4FF;

}

span.editImageCell div.textEntry{
	width: 100px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	margin-top: auto;
	height: 15px;
	border-top: 1px solid #000;
	padding-top: 3px;
}
span.editImageCell div.textEntry:hover{
	width: 100px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	margin-top: auto;
	height: 15px;
	background: #E3E4FF;
}
