HTML {
  overflow-y: scroll;
  max-width: 1044px;
  margin: 0px auto;
  padding: 0px;
  border-left: 0px solid #0066ff;
  border-right: 0px solid #0066ff;
}

.overlayBG {
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.overlayContent {
  position: fixed;
  color: #7f7f7f;
  z-index: 101;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}

.popup {
  display: true;
  position: absolute;
  top: 15%;
  border: 2px grey double;
  border-radius: 20px;
  width: 70%;
  height: 80%;
  background-color: white;
  z-index: 1001;
  overflow: auto;
}

IMG {
  border: 0px solid #0071bc;
}

BODY {
  background-color: #ffffff;
  font-family: Arial, Verdana, Saysettha OT;
  color: #0066ff;
  font-size: 11pt;
  text-align: justify;
  line-height: 20px;
}
H1, H2, H3, H4 {
  font-family: Arial, Verdana, Saysettha OT;
  color: #0066ff;
  font-weight: bold;
}
H1 {
  font-size: 26pt;
}
H2 {
  font-size: 20pt;
}
H3 {
  font-size: 16pt;
}
H4 {
  font-size: 12pt;
}

.lao {
  font-family: Saysettha OT;
  line-height: 24px;
}
BODY.lao, TH.lao, TD.lao, P.lao {
  font-size: 1.1em;
}

A, A:link, A:hover, A:visited, A:active {
  font-family: Arial, Verdana, Saysettha OT;
  color: #20487D;
  font-size: 11pt;
}
A:hover {
  text-decoration: underline;
}

TABLE, TH, TD {
  border: 0px solid #0066ff;
  border-collapse: collapse;
  spacing: 0px;
  padding: 0px 0px;
}
TH, TD, P {
  font-family: Arial, Verdana, Saysettha OT;
  color: #0066ff;
  font-size: 11pt;
  line-height: 20px;
}
TH {
  padding: 0px 8px;
  color: #cc0000;
  text-align: center;
}

.paragraph {
  text-align: justify;
  text-indent: 30px;
}
.right {
  text-align: right;
}

.menubar, A.menubar, A.menubar:visited, A.menubar:hover {
  background-color: #00b0e0;
  color: #ffffff;
  font-size: 11pt;
  font-weight: none;
  text-decoration: none;
  padding: 4px 14px;
  margin: 5px;
  border-radius: 8px;
}
.menubarLao, A.menubarLao, A.menubarLao:visited, A.menubarLao:hover {
  background-color: #00b0e0;
  color: #ffffff;
  font-family: Saysettha OT;
  font-size: 10.5pt;
  font-weight: none;
  text-decoration: none;
  padding: 1px 18px;
  margin: 5px;
  border-radius: 8px;
}
.menubar:hover, .menubarLao:hover {
  background-color: #0070c0;
}

.promo-image {
  border: 2px solid #0070c0;
  border-radius: 18px;
  max-width: 450px;
  width: expression( .width > 10 ? "100px" : "auto" );		// for IE only
  max-height: 270px;
}
.activity-image {
  border: 2px solid #f2f2f2;
  border-radius: 15px;
  max-width: 340px;
}

SELECT, INPUT {
  vertical-align: top;
  margin: 0px 5px;
}

TEXTAREA {
  resize: none;
}

#header-row {
  position: fixed;
  float: left;
}

#tab {
  width: 175px;
  position: fixed;
  top: 73px;
  left: 20px;
}

.mandatory {
  background-color: pink;
}

.topbar {
  background-color: #eeeeee;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
}

.navbar {
  border: 1px solid #0000bb;
  border-radius: 7px;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 8px;
}

.titlebar {
  background-color: #0000ff;
  vertical-align: middle;
  font-size: 16pt;
  color: #ffffff;
  margin-top: 80px;
  padding: 10px 50px;
}

.mainForm {
  margin: 60px 20px 0px 200px;
}

.popup_list {
  position: absolute;
  border: 3px solid black;
  background-color: #eeeeee;
  top: 50%;
  left: 50%;
  width: 400px;  /* adjust as per your needs */
  height: 400px;   /* adjust as per your needs */
  margin-left: -200px;   /* negative half of width above */
  margin-top: -200px;   /* negative half of height above */
}
.cancel_popup_list {
  display: relative;
  cursor: pointer;
  margin: 0;
  float: right;
  width: 2em;
  padding: 0 0 5px 0;
  background-color: #707070;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: white;
  border-radius: 3px;
  z-index: 100000000000000000;
}

.label {
  padding: 0px 5px 0px 15px;
  vertical-align: top;
}

.format {
  color: #0000bb;
  font-style: italic;
  font-size: 8pt;
}

.datepicker, .timepicker {
  width: 8em;
  text-align: center;
}

#update {
  background-color: transparent;
  min-height:450px;
  margin-top: 0px;
  margin-left: 35px;
  padding: 1px;
  line-height: 20px;
}

SPAN.media {
  color: #0000ff;
  font-size: 8pt;
}
SPAN.media:hover {
  cursor: pointer;
  color: #ff0000;
}
SPAN.nomedia {
  color: #686868;
  font-size: 8pt;
}
