html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
   background-color: #44A1CC;
   scrollbar-base-color: #44A1CC;
   scrollbar-arrow-color: #FFCC66;
   scrollbar-face-color: #44A1CC;
   scrollbar-highlight-color: Navy;
   overflow: hidden;
}

#container {
   position: relative;
   min-height: 100%;
}

#header {
   padding-left: 5px;
	height: 105px;
}

#headerText1 {
	margin: 3px;
	color: Black;
	font-family: Arial Black;
	font-size: 12pt;
	font-weight: bold;
}
#headerText2 {
	margin: 3px;
	color: Black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#devider {
	height: 15px;
	background-image: url("/image/waterPipeHorizontal.png");
	background-repeat: repeat-x;
}

#menuContainer {
   position: absolute;
   left: 0;
   top: 0;
   width: 190px;
	height: 100%;
	padding-left: 5px;
	padding-top: 120px;
	overflow: hidden;
}

#menu {
	position: relative;
	width: 190px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#contentContainer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

   position: absolute;
   left: 0;
   top: 0;
	width: 100%;
	height: 100%;
	padding-left: 200px;
	padding-top: 120px;
	overflow: hidden;
}

#content {
	position: relative;
   width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
}


a,
.menuText a,
.menuText a:visited,
.menuText a:hover				{ font-family: Arial; font-weight: normal; font-size: 11pt; color: #000099; margin: 2px; }
a:hover,
.menuTextHover a,
.menuTextHover a:visited,
.menuTextHover a:hover		{ font-family: Arial; font-weight: bold; font-size: 11pt; color: #000099; margin: 2px; }
a:visited,
.menuTextSelected a,
.menuTextSelected a:visited,
.menuTextSelected a:hover	{ font-family: Arial; font-weight: bold; font-size: 11pt; color: #FFCC66; margin: 2px; }

h1									{ font-family: Arial Rounded MT Bold; font-size: 14pt; color: Navy; letter-spacing: 1pt; }
h2									{ font-family: Times New Roman; font-weight: bold; font-size: 12pt; color: Navy; }
h3									{ font-family: Arial; font-weight: bold; font-size: 10pt; color: Navy; letter-spacing: 1pt; }
p, td, li						{ font-family: Times New Roman; font-weight: normal; font-size: 12pt; color: Black; }
th									{ color: #FFCC00; background-color: #000000; font-family:Times New Roman; font-size:12pt; text-align:left; vertical-align:top; font-weight:bold }
table								{ width: 100%; border-style: none; }
table td, table tr, table th	{ border-style: none; }
_table							{ font-family: Times New Roman; font-weight: normal; font-size: 14pt; color: #ffffff; }
img								{ border: 0; }


.aspTableCaption	{ color: #FFCC00; background-color: #000000; font-family:Times New Roman; font-size:12pt; text-align:left; vertical-align:top; font-weight:bold }
.aspTableCaption1	{ font-family: Arial; font-size: 12pt; letter-spacing: 1pt; font-weight: bold }
_.aspTableText		{ font-size: 11pt; font-family: Times New Roman }
_.aspTableTextSmall	{ font-size: 9pt; font-family: Times New Roman }
.aspFormEdit		{ width: 320px; color: Black; background-color: White }

