@charset "windows-874";
/* CSS Document */
/* Coded by Pananut */
/* pananut@thaideveloper.net */
/* http://www.ThaiDeveloper.net */

/* Pages Style */
body {
			Margin: 0px;
			padding: 0px;
			background: #014B8C;
}

/* Font Style */
body, td, input {
			font-family: Tahoma, "MS Sans Serif", "MS Dialog Light";
			font-size: 10px;
}
.fEng {
			font-family: Tahoma;
			font-size: 10px;
			}
.fThai {
			font-family: "MS Sans Serif";
			font-size: 10px;
}
.fSmall_B {  font-size: 10px; color: #FFFFFF; font-weight: bold; }

/* Table Style */
.1black1 { border-left: 1px #000000 solid; border-right: 1px #000000 solid; }
.1white { border-left: 1px #ffffff solid; }
.b1g { border-bottom: 1px #CCCCCC solid; }

/* Link Style */
a {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* Input Style */
.InputEng {
	border: 1px #003399 solid; 
	font-family: tahoma;
	font-size: 9pt;
}
.InputThai {
	border: 1px #003399 solid; 
	font-family: ms sans serif;
	font-size: 8pt;
}
.iEng {
	background-image: url(ibgcolor.gif);
	border: 1px #003399 solid; 
	margin: 0px;
	cursor: hand; 
	font-family: tahoma;
	font-size: 9pt;
}

.iThai {
	background-image: url(ibgcolor.gif);
	border: 1px #003399 solid; 
	margin: 0px;
	cursor: hand; 
	font-family: MS Sans Serif;
	font-size: 8pt;
}
