html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
var, li, ul, ol, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

html {
	width: 100%;
	text-align: center;
	/* background-image: url(images/bg_main.jpg); */
	/* background-repeat: repeat-x; */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #626262;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	width: 100%;
	margin: auto;
        text-align: center;
}

h1 {
        color: #fff;
	font-size: 36px;
	padding-bottom: 0px;
	line-height: 36px;
	font-weight: normal;
}

h2 {
	color: #005300;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 14px;
	font-weight: bold;
}

h3 {
	color: #005300;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 14px;
	font-weight: bold;
}

h4 {
	color: #005300;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 19px;
	font-weight: bold;
}

a { color: #005300; text-decoration: none; outline: none; }
a:link { color: #005300; text-decoration: none; outline: none; }
a:visited { color: #005300; text-decoration: none; outline: none; }
a:hover { color: #34618a; text-decoration: underline; }
a:active { color: #34618a ; text-decoration: underline; }

h1 a { color: #005300; text-decoration: none; outline: none; }
h1 a:link { color: #005300; text-decoration: none; outline: none; }
h1 a:visited { color: #005300; text-decoration: none; outline: none; }
h1 a:hover { color: #34618a; }
h1 a:active { color: #34618a; }

h2 a { color: #626262; text-decoration: none; outline: none; }
h2 a:link { color: #626262; text-decoration: none; outline: none; }
h2 a:visited { color: #626262; text-decoration: none; outline: none; }
h2 a:hover { color: #409bd8; }
h2 a:active { color: #005300; }

h3 a { color: #626262; text-decoration: none; outline: none; }
h3 a:link { color: #626262; text-decoration: none; outline: none; }
h3 a:visited { color: #626262; text-decoration: none; outline: none; }
h3 a:hover { color: #409bd8; }
h3 a:active { color: #005300; }

/* ----------------------------------------------------------------*/
.navigation { 
  background: #FFFFFF; 
  text-align: center; 
  padding-top: 0.1em; 
  width: auto; 
}

.navigation ul { 
  text-align: center; 
  margin: 0; 
}

.navigation li { 
  margin: 0; 
}

.navlist { 
  padding: 0.1em; 
  padding-top: 0.1em; 
  margin-left: 0; font: 1.0em Verdana, sans-serif; 
}

.navlist li { 
  list-style: none; 
  margin: 0; 
  display: inline;
}

.navlist li a { 
  padding-top: 0.1em; 
  padding-bottom: 0.1em; 
  border: 2px solid #005300; 
  border-bottom-color: #005300; 
  background: #005300; 
  text-decoration: none; 
  font-weight: bold;
}

.navlist li .inactive { 
  padding-top: 0.1em; 
  padding-bottom: 0.1em; 
  border: 2px solid #808080; 
  border-bottom-color: #808080; 
  background: #C0C0C0; 
  text-decoration: none; 
  font-weight: bold;
}

.navlist li a:link { 
  color: #FFFFFF; 
}

.navlist li a:visited { 
  color: #FFFFFF; 
}

.navlist li a:hover { 
  color: #FFFFFF; 
  background: #005300; 
  border-color: #3D94FF;
}

.navlist li a#current { 
  background: white; 
  border-bottom: 2px solid white; 
}

.navlist li .inactive { 
  width: 104px; 
  text-align: center;
  margin-bottom: 2px; 
  margin-right: 0px; 
  display: block; 
  float: left;
}

.navlist li a { 
  width: 104px; 
  text-align: center;
  margin-bottom: 2px; 
  margin-right: 0px; 
  display: block; 
  float: left;
}

/* ----------------------------------------------------------------*/

#container {
  margin: 0px 0px 0px 0px;
  text-align: left;
  overflow: hidden;
  padding: 5px;
  min-height: 400px;
  min-width: 900px;
}

#search_bar {
  clear: both;
  text-align: left;
  vertical-align: middle;
  background: #005c00;
  width: auto;
  height: 32px;
  color: #FFFFFF;
  padding: 0px 3px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font: 1.0em Arial, Helvetica, sans-serif;
}

#search_form {
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: 32px;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 0px 0px;
  font-weight: bold;
  font: 12px Arial, Helvetica, sans-serif;
}

#head_banner {
  clear: both; 
  text-align: left;
  vertical-align: middle;
  background: #FFFFFF;
  overflow: hidden;
  width: auto;
  height: 170px;
  color: #000000;
  padding: 0px 3px 0px 3px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font: 1.0em Arial, Helvetica, sans-serif;
  z-index: 1;
}

#footer_bottom {
  clear: both;
  text-align: left;
  vertical-align: middle;
  background: #728272;
  width: auto;
  height: 16px;
  color: #ffffff;
  padding: 0px 3px 0px 3px;
  margin: 2px 0px 10px 0px;
  font-weight: bold;
  font: 1.0em Arial, Helvetica, sans-serif;
}

#banner_tile {
  background-image: url(images/marshtile2.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
  clear: none;
  width: 100%;
  height: 170px;
  padding: 0px;
  margin: 0px;
  position: relative;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

#logo_box {
  background-image: url(images/reallogosm.png);
  background-repeat: no-repeat;
  clear: none;
  width: 156px;
  height: 170px;
  position: relative;
  top: 0px;
  left: 3px;
  z-index: 2;
}

#header_content {
  clear: none;
  text-align: right;
  font: 1.0em Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #005c00;
  width: 500px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

#header_content a:link { color: #20326B;}
#header_content a:visited { color: #2963D9;}
#header_content a:hover { color: #FFA500;}

#content_left {
  float: left;
  border: none;
  text-align: center;
  overflow: auto;
  padding: 0px;
  margin: 0 0 0 0;
  width: 120px;
  min-height: 420px; 
  height: 100%;
  margin-bottom: 2px; 
  margin-left: auto;
  margin-right: auto;
}

#content_center {
  float: none;
  border: 1px solid #008C00;
  text-align: center;
  overflow: hidden;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 100%;
  min-height: 400px;
  width: auto;
  min-width: 420px;
}

#content_center_table {
  float: none;
  border: none;
  overflow: hidden;
  padding: 2px;
  margin: 0 0 3px 0;
  height: auto;
  width: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#content_center_table .content_center_scroll {
  float: none;
  border: 0px;
  text-align: center;
  overflow: auto;
  padding: 2px;
  width: auto;
  height: auto;
  min-height: 50px; 
  max-height: 520px; 
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content_center_table .content_center_box {
  float: none;
  border: 1px solid #008C00;
  text-align: center;
  overflow: auto;
  padding: 2px;
  width: auto;
  min-height: 50px; 
  height: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content_center_table .content_center_lefttext {
  float: none;
  border: 0px;
  text-align: left;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_center_table .content_center_lefttextbox {
  float: none;
  border: 1px solid #008C00;
  text-align: left;
  overflow: hidden;
  padding: 2px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_center_table .content_center_centertext {
  float: none;
  border: 0px;
  text-align: center;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_center_table .content_center_lefttext2 {
  float: none;
  border: 0px;
  text-align: left;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_center_table .content_center_thumbtable {
  float: none;
  border: 0;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_main_table {
  float: none;
  border: none;
  overflow: hidden;
  padding: 2px;
  margin: 0 0 3px 0;
  height: auto;
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#content_main_table .content_main_scroll {
  float: none;
  border: 0px;
  text-align: center;
  overflow: auto;
  padding: 2px;
  width: auto;
  height: auto;
  min-height: 50px; 
  max-height: 520px; 
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content_main_table .content_main_box {
  float: none;
  border: 1px solid #008C00;
  text-align: center;
  overflow: auto;
  padding: 2px;
  width: auto;
  min-height: 50px; 
  height: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content_main_table .content_main_lefttext {
  float: none;
  border: 0px;
  text-align: left;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_main_table .content_main_lefttextbox {
  float: none;
  border: 1px solid #008C00;
  text-align: left;
  overflow: hidden;
  padding: 2px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_main_table .content_main_centertext {
  float: none;
  border: 0px;
  text-align: center;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_main_table .content_main_lefttext2 {
  float: none;
  border: 0px;
  text-align: left;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  width: auto;
  min-height: 0px; 
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#content_right {
  float: right;
  border: none;
  text-align: center;
  overflow: auto;
  padding: 0px;
  width: 300px;
  height: 100%;
  min-height: 420px;
  margin-top: 0px; 
  margin-bottom: 3px; 
  margin-left: auto;
  margin-right: auto;
}

#content_left .content_left_box {
  float: none;
  border: 1px solid #3D94FF;
  text-align: left;
  overflow: auto;
  padding: 3px;
  width: 110px;
  min-height: 10px; 
  height: auto;
  margin: 3px 0px 0px 0px;
}

#content_right .content_right_box {
  float: none;
  border: 1px solid #3D94FF;
  text-align: left;
  overflow: auto;
  padding: 3px;
  width: 290px;
  height: auto;
  min-height: 50px;
  margin: 3px 0px 0px 0px;
}

#content_left .content_left_center_box {
  float: none;
  border: 1px solid #3D94FF;
  text-align: center;
  overflow: auto;
  padding: 3px;
  width: 110px;
  min-height: 50px; 
  height: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content_right .content_right_center_box {
  float: none;
  border: 1px solid #3D94FF;
  text-align: center;
  overflow: auto;
  padding: 3px;
  width: 290px;
  height: auto;
  min-height: 10px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.sensordata {
  width: 150px; 
  background-color: #F5DEB3; 
  padding: 3px;
  border: 3px solid #FFFFFF; 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin-left: auto; 
  margin-right: auto; 
}

#maindoc .greenlogin { 
  table-layout: fixed; 
  margin-left: auto; 
  margin-right: 5px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
  padding: 0.0em; 
  padding-top: 0.0em; 
  background: #005300; 
  border-width: 0px; 
  width: 200px; 
  height: auto;
}

#maindoc .whitelogin { 
  table-layout: fixed; 
  margin-left: auto; 
  margin-right: auto; 
  background: #FFFFFF; 
  border-width: 0px; 
  width: 100%; 
  height: 250px;
}

#maindoc .loginbox { 
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  vertical-align: top;
} 

#maindoc .logindata { 
  padding: 0.1em; 
  padding-top: 0.1em; 
  margin-left: 0; 
  font: .65em Verdana, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
  text-align: left; 
  vertical-align: top; 
  background: #FFFFFF; 
  color: #005300;
}

#maindoc .loginhead { 
  padding: 0.1em; 
  padding-top: 0.1em; 
  margin-left: 0; 
  font: .80em Verdana, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
  text-align: center; 
  background: #005300; 
  color: #FFFFFF;
}

audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
