           body{
				margin: 0 0;
				padding: 0;
            }

			#imgmain {
				width:100%;
				height:auto;
				background-size:cover;
			}
            #loading{
                width: 100%;
                position: absolute;
                top: 100px;
                left: 0px;
				margin-top:200px;
            }
			#container {
				margin: 0 0;
				padding: 0;
				}
            #container .pagination ul li.inactive,
            #container .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: pointer;
            }
            #container .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
            }

            #container .pagination{
                width: 600px;
                height: 25px;
            }
            #container .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #006699;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 14px;
                color: #006699;
                font-weight: bold;
                background-color: #f2f2f2;
				cursor:pointer;				
            }
            #container .pagination ul li:hover{
                color: #fff;
                background-color: #006699;
                cursor: pointer;
            }
			.go_button
			{
				background-color: #f2f2f2;
				border: 1px solid #006699;
				color: #cc0000;
				padding: 2px 6px 2px 6px;
				cursor: pointer;
				margin-top: -1px;
				border-radius: 2px;
			}
			.total
			{
	float: right;
	font-family: arial;
	color: #999;
	margin-top: 3px;
			}

TD.topics {
	BORDER-TOP: none;
	BORDER-BOTTOM: 1px solid #FFFFFF;
	BACKGROUND-COLOR:#993300;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
TD.topics A:link {FONT-WEIGHT: normal; FONT-SIZE: 11px; WIDTH: 100%; COLOR: #FFFFFF; LINE-HEIGHT: 14px; text-decoration: none; font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif}
TD.topics A:hover {COLOR: #FFFFFF; BACKGROUND-COLOR:#C7C7BC; text-decoration: none}
TD.topics A:visited {FONT-WEIGHT: normal; FONT-SIZE: 11px; WIDTH: 100%; COLOR: #FFFFFF; LINE-HEIGHT: 14px; text-decoration: none; font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif}


.FontEnglish {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFCC66;
}
a:link {color:#0000FF;}
a:active {color:#FE7474; text-decoration: underline;}
a:visited {color:#0099FF;}a:hover {  color: #009900; text-decoration: none}
.FontThai {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 14px;
	background-color: #FFCC66;

}
.SELECT {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	FONT-SIZE: 8pt;
	BACKGROUND: #EBEBEB;
	COLOR: #EA8C00;
	border: 1px solid #000000;
	font-weight: normal;
	margin: 1px;
	padding: 1px;


}
.txtfield {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #000033;
	background-color: #EAEAEA;
	font-size: 9px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;


}
.bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
.FontBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
TD.uline {
	BORDER-TOP: none;
	BORDER-BOTTOM: 1px solid #E8E8E8;
	border-right-style: none;
	border-left-style: none;
}
TD.upline {
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;

}
TD.ulineleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #F5F5F5;


}

/* DropDown */
.frmDropDown {border: 1px solid #F0F0F0;background-color:#C8EEFD;margin: 2px 0px;padding:40px;}
.InputDropDown {padding: 3px;border: #F0F0F0 1px solid;border-radius: 4px;background-color: #FFF;width: 50%;width:150px;}
.InputBox {padding: 5px;border: #F0F0F0 1px solid;border-radius: 4px;background-color: #FFF;width: 50%;width:150px;}
.row{padding-bottom:15px;}

.BTnormal {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid rgba(140,140,140,1);
	-webkit-border-radius: 3px;
	border-radius: 0px;
	color: rgba(255,255,255,0.89);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(16,107,16,1);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	text-shadow: -1px -1px 0 rgba(15,73,168,0.66);
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	width:120px;
	text-align:center;
	margin-bottom:20px;
}

.BTnormal:hover {
  color: rgba(255,255,255,0.9);
  background: rgba(1,79,1,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.BTnormal:active {
  color: rgba(140,140,140,1);
}

.BTwait {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid rgba(255,9,9,1);
	-webkit-border-radius: 3px;
	border-radius: 0px;
	color: rgba(255,255,255,0.89);
	-o-text-overflow: clip;
	text-overflow: clip;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	text-shadow: -1px -1px 0 rgba(15,73,168,0.66);
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	width: 120px;
	text-align: center;
	margin-bottom: 20px;
	background-color: rgba(255,51,51,1);
}

.BTwait:hover {
	color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	background-color: rgba(206,0,0,1);
}

.BTwait:active {
  color: rgba(140,140,140,1);
}

.BTsubmit {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 2px;
	padding: 0px 15px;
	border: 1px solid rgba(211,211,211,1);
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	color: rgba(40,40,40,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: rgba(234,234,234,1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039);
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039);
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 2em;
}

.BTsubmit:hover {
  cursor: pointer;
  border: 1px solid rgba(178,178,178,1);
  color: rgba(242,117,0,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
}

.LBnormal {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 200px;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  border: none;
  font: normal normal bold 16px/1 Tahoma, Geneva, sans-serif;
  color: rgba(100,0,0,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(0deg, rgba(110,168,65,1) 0, rgba(209,234,190,1) 50%, rgba(110,168,65,1) 100%);
  background: -moz-linear-gradient(90deg, rgba(110,168,65,1) 0, rgba(209,234,190,1) 50%, rgba(110,168,65,1) 100%);
  background: linear-gradient(90deg, rgba(110,168,65,1) 0, rgba(209,234,190,1) 50%, rgba(110,168,65,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(90,90,90,1) ;
}

.BoxGreen {
 position:absolute;
  top: 50%;
  left: 50%;
  margin-left: -450px;  
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 600px;
  padding: 50px;
  overflow: hidden;
  border: 2px solid rgba(180,180,180,1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal 16px/1 Tahoma, Geneva, sans-serif;
  color: rgba(119,183,119,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(119,183,119,1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 2px 1px 1px rgba(40,40,40,1) ;
}

.LB500 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 500px;
  margin: 10px;
  padding: 15px;
  overflow: hidden;
  border: 2px solid rgba(140,140,140,1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 20px/1 Tahoma, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(91,31,31,1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}

.Box600 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 600px;
	margin: 20px;
	padding: 20px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: normal 16px/1 Tahoma, Geneva, sans-serif;
	color: rgba(255,255,255,1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #999999;
}

.Box600b {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 600px;
	margin: 20px;
	padding: 20px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgba(255,255,255,1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #804000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
}

.Box600notice {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 600px;
	margin: 20px;
	padding: 10px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: normal 12px/1 Tahoma, Geneva, sans-serif;
	color: rgba(0,0,0,1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #999999;
}

.Box600GreenNotice {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 600px;
	margin: 20px;
	padding: 15px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgba(0,0,0,1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #66CC66;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 2;
}

.BoxAuto {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 5px;
  padding: 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal 12px/1 Tahoma, Geneva, sans-serif;
  color: rgba(0,0,0,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3) ;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}