/*** common ***/
body {
	font-size: 100%;
	font-family: Times, Times New Roman, serif;
	background: white;
	margin: 0px;
	padding: 0px;
	min-width: 950px;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
}

h1 {
	font-size: 120%;
	font-family: Gothic, sans-serif;
	margin: 14px 0px 5px 0px;
	color: #FF6633;
	border-bottom: dotted 2px #ff9933;
	width: 500px;
}

h2 {
	font-size: 105%;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 105%;
	margin: 5px 0px 5px 0px;
}

td {
	padding: 2px;
	border: 0;
	margin: 0;
}

.link {
	text-decoration: underline;
	color: #00f;
	cursor: pointer;
}

img.logo {
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#content {
	padding: 10px;
	min-width: 930px;
}

#footer {
	text-align: center;
	padding: 10px;
	background: #118807;
	font-size: 95%;
	color: #ffffff;
	font-family: Helvetica, Gothic;
	min-width: 930px;
}

#footer a {
	color: #fff;
}

#footer img {
	vertical-align: bottom;	
}

div.text-right {
	text-align: right;
}

div.flash_error {
	margin: 10px;
	padding: 5px 5px 5px 30px;
	background: #ffcccc url('../images/exclamation-diamond.png') no-repeat
		5px center;
	font-size: 100%;
	color: #000000;
}

div.flash_notice {
	margin: 10px;
	padding: 5px 5px 5px 30px;
	background: #ccffff url('../images/exclamation-diamond.png') no-repeat
		5px center;
	font-size: 100%;
	color: #000000;
}

div.flash_notice>span.dismiss,div.flash_error>span.dismiss {
	color: #ff0000;
	cursor: pointer;
}

ul.error_list {
	margin: 0;
	padding: 5px;
	max-width: 360px;
	background: none;
	font-size: 100%;
	font-family: gothic;
	color: #ff0000;
	list-style-image: url('/images/arrow-orange-down.gif');
}

div#query_form select {
	width: 80px;
}

div#selected_data_id,div#selected_data_name {
	display: inline;
}

#query_name {
	width: 120px;
}

td.numeric {
	text-align: right;
}

div.infoWindow {
	font-size: 80%;
}

/* log page */
table#daily_log th
{
	border-bottom: solid 1px #888;
}
table#daily_log td
{
	border-bottom: dotted 1px #ccc;
	text-align: right;
}
