* { 
	margin : 0;
	padding : 0;
}
html { 
	height: 100% 
}
body {
	height: 100%; 
	margin: 0; 
	padding: 0;
	font-size: 12px;
	font-family: sans-serif; 
	background-color:#ffffff;
	
}

div#title{
	height:35px;
	background-color:#424242;
	border-top: 4px solid #A20000;
	/*border-bottom: 1px solid #000000;*/
}

div#title_logo{
	color:#ffffff;
	width:110px;
	float:left;
	padding-left:5px;
}

div#title_logo img{
	border:0px;
	vertical-align:bottom;
}

div#control_area{
	padding-left:110px;
	margin-top:6px;
	height:34px;
}

div#map_canvas{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width:95%;
	height:600px;
}

div#dam_list_area{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-bottom:100px;
}

div#template_area{
	display:none;
}

div.di_form{
}


div.di_title{
	white-space: nowrap;
}

div.di_spec table{
	width:100%;
}

div.di_spec table td{
	padding:2px 4px;
}

div.di_link li{
	list-style-type: none;
}

td.wt_ele{
	text-align:center;
}

td.tabletitle{
	background-color:#777777;
	color:#ffffff;
	width:10%;
}

td.tablevalue{
	background-color:#eeeeee;
	width:23%;
}
