
#xmenubar {
	width: 600px;
   margin-bottom: 10px; 
	margin-top:10px;
   background-color: #ffef04;
	padding: 5px;
	border: 2px solid #000000;
}
#xmenubar form {
  margin: 0px;
  padding: 0px;
}
#xmenubar table {
   /*margin: 0px; /* */
   /*padding: 0px; /**/
	/*border: 1px solid red; /**/
}


#xmenubar label {
   font-weight: bold;
	font-size: 12px;
	color: blue;
}
#qstat_build {
   margin-top: 10px;
	width: 600px;
}
#qstat_build table {
   background-color: #FFFFFF;
	border-collapse: collapse;
	border: none;
}
#qstat_build table td {
  padding: 0px;
}
#qstat_build table caption {
  font-size:18px; 
  font-weight:bold;
}
#qstat_tbl {
  margin-top: 30px;
}
#qstat_tbl table {
  border-collapse: collapse;
  border: thin solid #000000;
  
}
#qstat_tbl tr {
  border-bottom: thin solid #000000;
}
#qstat_tbl th {
  text-align: left;
  border-bottom: thin solid #000000;
}
#qstat_tbl td {
  text-align: center;
  border-left: thin solid #000000;
  border-bottom: thin solid #000000;
}

#qstat_nav {
  margin-top: 20px;
  padding-bottom: 10px;
}

#div_dur {
	width: 670px; /* */
	text-align:center;
	/*margin-bottom: 20px; /**/
}
#graphtable {
	/*border: thin solid #ff0000; /**/
	border-collapse: collapse;
}
#graphtable td{
	/*padding: 0px; /**/
	vertical-align: top;
	border: thin solid #000000;
	/*margin: 0px; /**/
	/*border-collapse: collapse; /**/
}
#div_sitetable {
	width:  350px;
	height: 500px; /**/
	overflow: auto;
	/*margin: 0px; /**/
	/*border: thin solid #FF0000;/**/
}
#sitetable {
	margin:0px;
	border: thin solid #000000;
	border-collapse: collapse;
}

#sitetable th {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: 5px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sitetable td{
	text-align: left;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#gmap_container {
   margin-top: 5px; 
	margin-bottom: 5px;
}
#dur_warning {
    margin-bottom: 10px; 
	 font-weight: bold; 
	 color: #ff0000;
}
#ww_map {
   /*margin-bottom:20px; /**/
	text-align:center;
	/*border: thin dashed #00ff00;/**/
}
#div_note p {
	text-align: left;
}

#div_note .strong {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #0000FF;
}
.div_gpopup {
	text-align:left;
}