@charset "utf-8";
/* ==========================================================================
   Genral
   ========================================================================== */
html,
body {
/*  overflow: hidden; */
  width: 100%;
  height: 100%;
}

input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

/* ==========================================================================
   Page
   ========================================================================== */
/*
div#head {
	position: relative;
	min-height: 48px;
	z-index: 1000;
}
div#page-current {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
*/

/* ==========================================================================
    Point Record Table
   ========================================================================== */

div#point-record-table-area {
	margin: 0 0 0 0px;
/*	max-height: 300px; */ 
	overflow-x: auto;
	overflow-y: auto;
/*	border: solid 1px #666; */
	text-align:left;
}

div#point-record-table-area label {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/* --------------------
    info-window-table
   -------------------- */
table.point-record-table {
/*	margin: 0 auto; */
	margin: 0 0 30px 20px;
/*	max-width: 300px; */
	border: none;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-collapse: separate;
/*	border-spacing: 0 10px; */
/*	background: #f5f5f5; */
}
table.point-record-table tr.point-name {
/*	background: #AFEEEE;*/	/* PaleTurquoise */
	background: #D3D3D3;	/* LightGrey */
}
table.point-record-table tr.point-record {
	background: #F5F5F5;	/* WhiteSmoke */
}
table.point-record-table td {
	width: 20px;
	white-space: nowrap;
	padding: 2px;
	margin: 0;
	min-height: 20px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}


