.HeadBody 
{ FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; FONT-FAMILY: Verdana , Tahoma }
.HeadBodySub 
{ FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000099; FONT-FAMILY: Verdana , Tahoma }
.DetailLogin 
{ FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: _Tahoma , Verdana }
.DetailLogin2 
{ FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: _Tahoma , Verdana }
.DetailBody 
{ FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: _Tahoma , Verdana }
.Gradient 
{ PADDING-RIGHT: 2px;  PADDING-LEFT: 2px; FONT-WEIGHT: bold; FILTER: progid:DXImageTransform.Microsoft.Gradient( GradientType=1, StartColorStr=#FFFFFF, EndColorStr=#E0E0E0 ); PADDING-BOTTOM: 2px; WIDTH: 100%; COLOR: #000099; PADDING-TOP: 2px; BACKGROUND-COLOR: #ecf3fb }
.Gradient2 
{ PADDING-RIGHT: 2px;  PADDING-LEFT: 2px; FONT-WEIGHT: bold; FILTER: progid:DXImageTransform.Microsoft.Gradient( GradientType=1, StartColorStr=#E0E0E0, EndColorStr=#FFFFFF ); PADDING-BOTTOM: 2px; WIDTH: 100%; COLOR: #000099; PADDING-TOP: 2px; BACKGROUND-COLOR: #ecf3fb }
.Gradientmenu
{ PADDING-RIGHT: 2px;  PADDING-LEFT: 2px; FONT-WEIGHT: bold; FILTER: progid:DXImageTransform.Microsoft.Gradient( GradientType=1, StartColorStr=#333366, EndColorStr=#FFFFFF ); PADDING-BOTTOM: 2px; WIDTH: 100%; COLOR: #000099; PADDING-TOP: 2px; BACKGROUND-COLOR: #ecf3fb }
.HeadLogin
{ FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #000099; FONT-FAMILY: Verdana , Tahoma }
.FalseLogin 
{ FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: _Tahoma , Verdana }
.FontMenu 
{ FONT-SIZE: 9pt; COLOR: #ffffff; FONT-FAMILY: _Tahoma , Verdana }
/*Leftmenubartop*/
.LeftMenuBartop { FONT-SIZE: 8pt; COLOR: #000066; FONT-WEIGHT: bold; FONT-FAMILY: Tahoma, CordiaUPC }
.LeftMenuBar A { COLOR: #000000; TEXT-DECORATION: none }
.LeftMenuBar A:hover { COLOR: #ff9900; TEXT-DECORATION: underline }
.LeftMenuBar A:active { COLOR: #ff0000; TEXT-DECORATION: none }

/*Leftmenubar*/
.LeftMenuBar { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Tahoma, CordiaUPC }
.LeftMenuBar A { COLOR: #000000; TEXT-DECORATION: none }
.LeftMenuBar A:hover { COLOR: #ff9900; TEXT-DECORATION: underline }
.LeftMenuBar A:active { COLOR: #ff0000; TEXT-DECORATION: none }

/*TopmenubarRight*/
.TopMenuBarRight { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: _Tahoma , Verdana }
.TopMenuBarRight A { COLOR: #000099; TEXT-DECORATION: none }
.TopMenuBarRight A:hover { COLOR: #ff9900; TEXT-DECORATION: underline }
.TopMenuBarRight A:active { COLOR: #ff0000; TEXT-DECORATION: none }

.BodyLogin
{ FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #000099; FONT-FAMILY: Maitree }
.unnamed1 {
	font-family: "Maitree";
	font-size: 12px;
}
a:link {
font-family: "Tahoma", AngsanaUPC, CordiaUPC;
font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-family: "Tahoma", AngsanaUPC, CordiaUPC;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: "Tahoma", AngsanaUPC, CordiaUPC;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: "Tahoma", AngsanaUPC, CordiaUPC;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.listbox1{
width:300px;
}
.listboxdepart{
width:200px;
}
.textboxcenter{
text-align:center;
}
.BodyLogin2
{ FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #000099; FONT-FAMILY: Verdana , Tahoma;
text-align:center;}



/*กำหนดขนาด listbox */
.listbox1{
width:100px;
}
.listbox2{
width:150px;
}
.listbox3{
width:200px;
}
/*------------------------- */


/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
