body {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}


div.itemLayer, div.itemLayerNoBG {
	position:absolute;
	background-repeat:no-repeat;
	background-position: bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
}


div.itemLayer {
	background-image: url('../img/shadow.png');
}

div.itemLayerNoBG {
	background-image:none;
}

#contentLayer {
	position:absolute;
	left:0px;
	top:0px;
}

#metaContent {
	position:absolute;
	left:100px;
	top:0px;
	display:none;
}

#projectDetailsLayer #properties,#projectDetailsLayer #description {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;	
	position:absolute;
	
}

#projectDetailsLayer #properties {
	left:0px;
	width:170px;
	top:0px;
}

#projectDetailsLayer #description {
	position:absolute;
	left:175px;
	width:470px;
	top:0px;

}

div.scalehandle {
	position:absolute;
	width:16px;
	height:16px;
}

#projectDetailsLayer {
	position:absolute;
	left:108px;
	top:7px;
	width:500px;
}

#indexLayer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

div.itemLayer img {
	background-color: #fff;
	border: 0px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 0px;
	position: relative;
}
/*
#projectDetails {
	position:absolute;
	left:20px;
	top:50px;
	width:400px;
	height:400px;
}*/

#defaultInfo {
	cursor:pointer;
	position:absolute;
	left:12px;
	top:38px;
	width:120px;
	
	padding:0px;
	display:inline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}


 .normal {
	text-decoration:underline;
}

 .active {
	text-decoration:line-through;
}



#rasterLayer {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:1000px;
	background-image:url(../img/raster1.gif);

	visibility:hidden;
}

#indexLayer, #projectLayer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%
}

#indexLayer {
	z-index:30;
}

#projectLayer {
	z-index:40;
}

