/*
DamMaps CSS
20061225
*/
*{
	padding:0px;
	margin:0px;
	font-size:small;
}
body{
	overflow:hidden;
	padding:0px;
	margin:0px;
	border-top:5px solid #900000;
}

sup {
	font-size:xx-small;
}
div#head{
	background-color:#EEEEEE;
	height:35px;
	border-bottom:1px solid #000000;
}
div#head form{
  display:inline;
}

div#head form input{
  margin-top:3px;
  vertical-align:middle;
}

div#head form label{
  margin-top:3px;
  vertical-align:middle;
}

div#head form input#serchvalue{
	width:200px;
}

div#head form select{
  margin-top:3px;
  vertical-align:middle;
}

div#head form select#enablelevel{
}

div#menubar {
	float :right;
	width : 270px;
	height: 500px;
	background-color:#EEEEEE;
}
div#link-body {
	background-color:#FFFFFF;
	height:100px;
	padding-left:2px;
}

div#weather-link {
	background-color:#FFFFFF;
	height:20px;
	padding-left:2px;
}

div#weather-body {
	background-color:#FFFFFF;
	height:95px;
	padding-left:2px;
}
div#weather-body table{
	margin-left:auto;
	margin-right:auto;
	
}

div#weather-body td{
	margin-left:2px;
}

div#weather-body tr.weatherimage {
	height:32px;

}

div#zoommap {
	width:270px;
	height:150px;
}
div#mainmap {
	margin-right:270px;
	height:500px;
}
div#controlarea {
	position:absolute;
	left:0px;
	top:40px;
	width :600px;
}

div.controlList{
	height:225px;
	background-color:#DDDDDD;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

div.selectorBox{
	overflow:auto;
	height:200px;
	border:1px inset #000000;
	background-color:#FFFFFF;
}	
div.selectorBox table{
	width:100%;
	border-width:0px 0px 0px 0px;
}

div.damlistbox{
	overflow:auto;
	height:200px;
	border:1px inset #000000;
	background-color:#FFFFFF;
}	

div.damlistbox table{
	width:100%;
	border-width:0px 0px 0px 0px;
}


div.menubartitle{
	height:20px;
	background:url(image/menuback.gif) no-repeat left bottom;
	padding-left:18px;
	font-weight:bold;
}

div#iconcontrol select#iconselector{
	width:50%;
}


div#daminfotable {
	width:400px;
}
div#daminfotable table{
	width:100%;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
}
div#daminfotable td.tabletitle{
	width:20%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#777777;
	border-bottom:1px dotted #000000;
}
div#daminfotable td.tablevalue{
	width:30%;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
}


