.bg_home{
background-image: url('./img/bg.jpg'); /* ไฟล์ภาพพื้นหลัง */
background-color: #FFFFFF; /* สีที่ขอบล่างสุดของภาพพื้นหลัง เลือกสีให้กลมกลืนที่สุด */
background-position: TOP CENTER; /* กำหนดตำแหน่งพื้นหลังให้เริ่มต้นที่ด้านบน กึ่งกลาง */
background-repeat: repeat-x; /* กำหนดให้วางพื้นหลังซ้ำเฉพาะแนวนอน เผื่อหน้าจอบางคนกว้างกว่าเพจ */
background-attachment: fixed; /* เวลาเลื่อนเพจลงล่างแล้วพื้นหลังจะไม่เลื่อนตาม */
}

.a {
	font-family: Century;
	font-size: 10px;
	font-weight: none;
	color: #E3E8E3;
	text-decoration: none;
	border: normal
}
/*Header*/
.page_header	{
	background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
/*TopLogo*/
.top_logo		{
	width: 25%;
	text-align: center;
	border: none;
}
/*TabMenu*/
.tab_menu		{
	width: 50%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*LoginName*/
.guide1		{
	font-family: Britannic Bold;
	color: #0DB14B;
	height: 10px;
	font-weight: ;
	font-size: 15pt;/*10pt*/
	border: none;
}
/*Logout*/
.guide2		{
	font-family: TAHOMA;
	color: #5C5455;
	height: 10px;
	font-weight: bold;
	font-size: 12pt;/*10pt*/
	border: none;
	text-align: right;
}
/*Search&Date*/
.guide3		{
	font-family: Arial;
	color: #5B5858;
	font-weight: bold;
	font-size: 90%;/*10pt*/
	text-align: left;
	padding-top: 3px;
	padding-left: 1%;
	border: none;
}
/*employee name*/
.guide4		{
	color: gray;
	height: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 20;/*12pt*/
	text-align: center;
	padding-top:5px;
	border: none;
}
/*subMenuLink*/
.guide5		{
	color: #CCFFFF;
	height: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12pt;/*11pt*/
	text-align: left;
	padding-left: 1%;
	border: none;
}
/*Tab Bar*/
.tab_bar{
	background-image: url(./img/bar2.jpg);/*bar.jpg*/
	padding: 0px;
	margin: 0px;
	width:100%;
	height:47px;/*30px*/
	border: none;
}
/*Search button*/
.sbutton {
	color: #000000;
	width: 4em;
	height:20px;
	background-image: url(./img/button.jpg);
	font-weight: normal;
	border: none;
	padding-top: 1px;
}
/*Normal button*/
.button {
	color: #000000;
	padding-right: 5px;
	padding-left: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 4em;
	background-image: url(./img/button2.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 80%;/*8pt*/
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	padding-top: 1px;
}
/*subMenuHead*/
.menuD	{
	
	font-size:20px
	color: #C1C9C3;
	width: 999px;
}
/*subMenu*/
.menu		{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFF00;
	border: none;
	text-decoration:none;
}

.head{
	font-family: PSL-Asadong;
	font-size: 18pt;
	font-weight: bold;
	color: #E4091E;
	border: none;
	text-decoration:none;
}

.summary{
	font-family: PSL-Asadong;
	font-size: 18pt;
	font-weight: bold;
	color: #39BB36;
	border: none;
	text-decoration:none;
}
/*MainArea*/
.main{
	font-family: -JS Padachamai;
	font-size: 15pt;
	font-weight: bold;
	color: #969191;
	border: none;
	text-decoration:none;
}
/*MainArea-Index&CodeTable&HistoryTable*/
.main1{
	font-family: -JS Padachamai;
	font-size: 15pt;
	font-weight: bold;
	color: red;
	border: none;
	text-decoration:none;
}

.main2{
	font-family: PSL-Asadong;
	font-size: 20pt;
	font-weight: bold;
	color: #ECF411;
	border: none;
	text-decoration:none;
}
/*Update Text*/
.update{
	color:white;
	font-family:tahoma;
	font-weight: bold;
	font-size: 7pt;
}
/*Error Msg*/
.error {
	color:	#FF0000;
	white-space: normal;
	line-height: 1.5em;
	font-size: 120%;
	/*width: 95%;*/
	padding-left: 2%;
	border-top: 2px dashed #FF0000;
}
/*Error No*/
.errorNo {
	background-color: #EDECFA; /*#EEEEEE*/
	color:	#FF0000;
	white-space: normal;
	line-height: 1.5em;
	font-size: 120%;
	/*width: 80%;*/
	padding-left: 0%;
}
/*************** Line & LayOut *******************/
/*Add Line*/
.line	{
	border: 1px solid #666666;
}
/*No Line*/
.noline	{
	border: none;
}
/*Del Top Line*/
.top_line_del	{
	border-top: none;
}
/*Del Right Line*/
.r_line_del	{
	border-right: none;
}
/*Del Bottom Line*/
.bottom_line_del	{
	border-bottom: none;
}
/*Del Left Line*/
.l_line_del	{
	border-left: none;
}
/*Keep Left*/
.left		{
	text-align: left;
}
/*Keep Center*/
.center		{
	text-align: center;
}
/*Keep Right*/
.right		{
	text-align: right;
}
/*Indent*/
.indent {
	padding-left: 3%;
}

/*เพิ่มเติมจากไฟล์ html*/
td {
	font-family: Tahoma;
	font-size: 16px;
	color: #1B1F1B;
	text-decoration: none;
	border: none;
}

.a1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #40A3D8;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}

.f {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5DA1CF;
	text-decoration: none;
	border: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#817C7D;
}
.style2 {
	font-size: 12px;
	color: #5DA1CF;
	font-weight: bold;
	font-family: Tahoma;
}
.style3 {
	color: #5DA1CF;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
