@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size: 90%;
	line-height: 140%;
}

h3 {
	margin: 0px 0px 1.5em 0px;
	padding:10px;
	border: solid 1px #999999;
	border-left: solid 15px #348B34;
	background-color: #fafafa;
	font-size: 125%;
	clear:both; 
}

#idDivContentHeader {
	margin-bottom:1em;
	height:120px;
	background-image:url(../images/logo_bg.gif);
	background-repeat:repeat-x;
}

#idDivContentBody {
	padding: 1em;
}

#inputForm {
	margin:0;
	text-align:center;
}

#inputbtn {
	border: 0px;
    width: 210px;
    height: 70px;
    background-image:url(../images/csv_cr.gif);
	background-repeat:no-repeat;
}

#idDivContentFooter {
	clear:both;
	margin-top: 1.5em;
	background-color: #40AE40;
	background-image: url(../images/footer_bg.gif);
	color: #ffffff;
	font-size: 70%;
	text-align: center;
	padding: 4px;
}

p {
	text-align: letf;
}

.city {
	display:inline;
	width:8.5em;
	float:left;
}

.iContentDR {
	border:1px solid #999999;
	border-collapse: collapse;
	width:95%;
}

.iContentDR th {
	background-color: #EDFFDB;
	padding: 3px;
	border: 1px solid #999999;
}

.iContentDR td{
	padding: 3px;
	border: 1px solid #999999;		
}
	
.dtr_tbl th{
	width:18em;
	
}

#idDivContentCity table{
	border: 0px;
}

	
#idDivContentCity td{
	border: 0px;
	width: 8.5em;
}

hr {
	margin-top:20px;
	color: #cccccc;  

}