

body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}
html body {
	font-size:10px;
	line-height:18px;
	margin:0px;
	padding:0px;
}


/* -------------------------- */

#appstartcontainer {
	margin: 2px;
	width: 300px;
	height: 416px;
	background-color:#AFC5CF;
	border: 1px solid #8599AD;
	position: relative;
	display: block; 
	
}


#searchcontainer {
	margin: 2px;
	width: 300px;
	height: 416px;
	background-color:#AFC5CF;
	border: 1px solid #8599AD;
	position: relative;
	display: none; 

}
#resultcontainer {
	margin: 2px;
	width: 300px;
	height: 416px;
	background-color:#AFC5CF;
	border: 1px solid #8599AD;
	position: relative;
	display: none; 
}
#imagecontainer {
	margin: 2px;
	width: 300px;
	height: 416px;	
	background-color:#AFC5CF;
	border: 1px solid #8599AD;
	display: none; 
}
#detailscontainer {
	margin: 2px;
	width: 300px;
	/*height: 416px;*/
	background-color:#AFC5CF;
	border: 1px solid #8599AD;
	display: none; 
}

.areaheader {
	height: 16px;
	height: 32px;
	background-color: black;
	overflow:hidden;
	background-image:url(../interface/header.gif);
	background-repeat: no-repeat;
}

.areatitle {
	color:white;
	font-weight:bold;
	float:left;
}
.areanav {
	height: 28px;
	float:right;
	margin-top: 4px;
}
.areanav img{
	height: 28px;
	margin-right: 2px;
}


/* ------------------- */
.titlecontainer{
	color:white;
	/*background-color:#ACD7C7;*/
	background-color: #66798E;	
	height:18px;
}
.title_topic {
	font-weight:bold;
}
#title_search, #title_result, #title_image, #title_details {
	font-weight:normal;
}
/* ----------------- */


#appstartcontent {
	padding:10px;
}

#searchcontent {
	padding:10px;
}
#resultcontent {
	padding:10px;
	padding-left:13px;
	overflow:hidden;
	background-color: #8CAFC1;	
}
#imagecontent {
	padding:10px;
}
#detailscontent {
	padding:10px;
}


.listitem {
	position:relative;
	border: 1px solid #073449;
	width: 130px;
	height: 130px;
	background-color: #CCCCCC;
	float: left;
	margin:2px;
}
.itemimage{
	width: 124px;
	height: 80px;
	position:absolute;
	top:2px;
	left:2px;
	border: 1px solid black;
	/*display:block;
	width: 144px;
	*/
	
}
.itemtitle{
	height: 40px;
	position:absolute;
	top:85px;
	left:2px;	
	line-height:12px;
}


#resultnav {
	position: absolute;
	bottom: 20px;
	left:0px;
	width: 100%;
	text-align: center;
}

.resultnavimage {
	width: 96px;
	height: 41px;
}


/* ///////////////////  */
#f_customsearch {
	text-align: right;
	margin-top: 0px;
}
#customsearch_country_opt, #customsearch_application_opt, #customsearch_buildingshape_opt, #customsearch_claddingmaterial_opt, #customsearch_structurematerial_opt {
	width:200px;
}

#extrasearch1_opt, #extrasearch2_opt {
	width: 110px;
}
#extrasearch1_cond, #extrasearch2_cond {
	width: 35px;
	margin: 0 4px;
}

#extrasearch1_val, #extrasearch2_val {
	width: 80px;
}
#resultlimit {
	width: 80px;
}


/* //////// */
.imgsize2 {
	width: 280px;
}

#detailsbigimagearea {
	width:280px;
	height:210px;
	background-color:#999999;
	overflow:hidden;
}

#detailsthumbsarea{
	margin-top:10px;
	width:280px;
	height:108px;
	background-color: #CCCCCC;
}

.detailsthumbimage {
	width:50px;
	height:50px;
	margin:2px;
}
.detailsthumbsnav {
}


/* -------------   */
table.projectdetailstable {
	background-color:white;
	width:100%;
}
td.projectdetailsatt {
	background-color: #91B3D9;
	width:40%;
	font-weight: bold;	
	color: rgb(50,50,50);	
}
td.projectdetailsval {
	background-color: #BDD1E8;
	width:60%;
}
td.projectdetailssec {
	background-color: #526994;
	width:60%;
	color: white;
	font-weight: bold;	
}


ul.detailspersonlist {
	margin: 0px;
	padding-left: 15px;
}
ul.detailspersonlist li{
	margin: 5px;
	line-height: 12px;
}


