@charset "UTF-8";

.t {
  font-family: "MS Sans Serif";
  font-size: 10px;
}
.t-link {
  font-family: "MS Sans Serif";
  font-size: 10px;
  color: #996600;
  text-decoration: underline;
}
.t-link a:hover {
  font-family: "MS Sans Serif";
  font-size: 10px;
  color: #663333;
  text-decoration: none;
}
.t-link-black {
  font-family: "MS Sans Serif";
  font-size: 10px;
  color: #333333;
  text-decoration: underline;
}
.t-link-black a:hover {
  font-family: "MS Sans Serif";
  font-size: 10px;
  color: #ff3300;
  text-decoration: underline;
}

/*
ส่วนที่นีเพิ่มเข้ามา
*/

html,
body {
  padding: 0px;
  height: auto;
  background: url(images/bg/bg33-d.gif) #fcfcfd repeat-x;
  /*background-color: #CCC;*/
  font-family: "MS Sans Serif";
  font-size: 8px;
}

.clear {
  clear: both;
}

/* form				{ width: 406px; margin: 170px auto 0; }	*/

fieldset {
  border: solid;
  width: 800px;
  margin: auto;
}

legend {
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #36c;
}

.button {
  cursor: pointer;
  background: url(images/button-bg.png) repeat-x top center;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  padding: 5px;
  color: black;
  font-weight: bold;
  -webkit-border-radius: 5px;
  font-size: 13px;
  width: 70px;
}
.button:hover {
  background: white;
  color: black;
}

/* Menu */
#nicemenu {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  border-bottom: dotted 1px #e5e5e5;
  text-align: left;
  margin-bottom: 10px;
}

nav-container {
  background: url("images/nav_bg.jpg") repeat-x 0 0;
}
.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
} /* this make our menu fixed top */

.nav {
  height: 42px;
  display: block;
}

.table_top {
  border-color: #ff6600;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}

.table_content {
  /*   background : url(images/bg/index.jpg);  */
  background: #fff;
}

.table_margin {
  margin-top: 80px;
}

.text2 {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #069;
}

.textWhiteBold {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.text_hd {
  color: #ffffff;
  font-family: "MS Sans Serif";
  font-size: 14px;
  background: #990000;
}

.text_hd2 {
  font-family: "MS Sans Serif";
  font-size: 14px;
  background: #ffc1c1;
}

.text_grey {
  font-family: "MS Sans Serif";
  font-size: 14px;
  background: #efefef;
}

.text_14 {
  font-family: "MS Sans Serif";
  font-size: 14px;
}

.text_16 {
  font-family: "MS Sans Serif";
  font-size: 20px;
}

.modal {
  display: block;
  font-size: 1.5rem;
  position: fixed;
  width: 40%;
  height: auto;
  top: 20rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border: 1px solid #990000;
  background-color: #ffe1e1;
}

.modal-header {
  text-align: center;
  color: #fcfcfc;
  background-color: #990000;
  padding: 5px;
}

.modal-body {
  padding: 2rem;
}

.modal-select {
  width: 100%;
}

.modal-buttons {
  text-align: center;
}

.modal-buttons input,
.modal-buttons button {
  margin: 0 1rem;
}
