/*
DamMaps CSS
20061225
*/
*{
	padding:0px;
	margin:0px;
	font-size:small;
}
body{
	padding:0px;
	margin:0px;
	border-top:5px solid #900000;
}
h3{
	font-size:medium;
}
p{
	padding-left:20px;
	padding-right:20px;
}
ul{
	padding-left:40px;
	padding-right:40px;
}	
sup {
	font-size:xx-small;
}
div#head{
	background-color:#EEEEEE;
	height:35px;
	border-bottom:1px solid #000000;
	width:100%;
}

div.daminfo{
	width:98%;
	padding:3px;
	page-break-inside:avoid;
}

div.damspec{
}

div.ditailmap{
	width:100%;
	height:210px;
}

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

