body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #000000;
	background: #CED6D9;
}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #008800; text-decoration: underline}

select, td{
	width: 175px
}
#container_wrapper {
}
#container {
	width: 1000px;
	margin: 0px auto;
}
#top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 1px;
	padding-left: 30px;
}
#header {
	clear: left;
	height: 250px;
	text-align: center;
}
#inner_header {
	height: 160px;
	background: url(images/java2.jpg) no-repeat center center;
	border-radius: 25px 25px 25px 25px;
}

#inner_header_main {
	height: 160px;
	background: url(images/neiu2.png) no-repeat top center;
	border-radius: 5px 5px 5px 5px;
}

#boxleft{
	clear: left;
	float: left;
	width: 216px;
	padding-top: 15px;
	background-color: #B7C1C4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 3px 3px 7px black;
	border-radius: 15px 15px 15px 15px;
	border: 2px solid black;
}
#boxright{
	float: right;
	width: 740px;
	padding-top: 15px;
	padding-right: 25px;
	background-color: #B7C1C4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 3px 3px 7px black;
	border-radius: 15px 15px 15px 15px;
	border: 2px solid black;
}

#box{
	float: center;
	width: 100%;
	background-color: #B7C1C4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 3px 3px 7px black;
	border-radius: 15px 15px 15px 15px;
	border: 2px solid black;
}


.text_area {
	padding: 10px;

}

.section_box {
	margin-top: 20px;
	padding: 10px;
	min-height: 18px;
	background-color: #B7C1C4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 1px 1px 9px black;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid black;
	padding-left: 35%;

}

.topmenu {
	padding-left: 20px;
	min-height: 18px;
	font-size: 18px;
	position: relative; 
	display: block; 
	float: left;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	background: #B7C1C4;
	color: #000000;
}

.post_title {
	padding: 10px;
	padding-left: 15px;
	background: #DDEEFF;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	border-radius: 7px 7px 7px 7px;
}

.publish_date {
	clear: both;
	margin-top: 10px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}



#left_column {
	clear: left;
	float: left;
	width: 216px;
	padding-left: 15px;
}
#right_column {
	float: right;
	width: 540px;
	padding-right: 25px;
}
#footer {
	clear: both;
	padding-top: 18px;
	height: 10px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#footer a {
	color: #666666;
}
#site_title {
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	font-size: 32px;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}
#site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 13px;
	color: #AAFFFF;
}
.spacer {
	clear: left;
	height: 2px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.subtitle {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.labels{
	font-size: 15px;
}
.page_text{
	font-size: 15px;
	font-weight: bold;
}
table{
	border: 1px solid black;
	margin: auto;
	border-collapse: collapse;
}
th{
	border-right: 1px solid black;
}
tr{ 
	min-height: 100px;
	border-bottom: 1px solid black;
}
td{
	min-width: 80px;
	border-right: 1px solid black;
}
.menu {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 195px;
}
.menu li a{
	background: #F4F4F4 url(images/button_default.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 12px;
	text-decoration: none;
	border-radius: 7px 7px 7px 7px;
}
* html .menu li a{ 
	width: 190px;
}
.menu li a:visited, .menu li a:active{
	color: #0066CC;
}
.menu li a:hover{
	background: #EEEEEE url(images/button_active.gif) no-repeat;
	color: #FF3333;
}

#map {
    height: 250px;
    width: 500px;
  }
  .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  }

  .pac-container {
    font-family: Roboto;
  }

  #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
  }

  #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }
  #target {
    width: 345px;
  }


#map_canvas {
    width: 500px;
    height: 300px;
}

#table-scroll {
  height:500px;
  overflow:auto;  
  margin-top:20px;
}

#readings {
  font-size: 13px;
  font-family:Arial;
  color: blue;
}
#dates {
  font-size: 13px;
  font-family:Arial;
  color: red;
}


.collapsiblelist{
  background-color: transparent;
  cursor: pointer;
  padding: 2px;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition:  0.4s;
  color: #0066CC;
}

.active, .collapsiblelist:hover {
  background-color: transparent; 
}

.panel {
  padding: 0 5px;
  display: none;
  background-color: #B7C1C4;
  font-family: Arial;
  color: default;
  overflow: hidden;
}
