@charset "utf-8";
body {
	width:1324px;		
	font-size: 14px; 
	color: #993300;  
              background: #F2F3F4;
	font-family: Tahoma;
	margin: 0px auto;
	padding: 0px;	
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #0099cc; text-decoration: none}
a:active {color: #8000FF; text-decoration: none}

a.b:link {color: #000000; text-decoration: none}
a.b:visited {color: #000000; text-decoration: none}
a.b:hover {color: #990000; text-decoration: underline}
a.b:active {color: #ff9900; text-decoration: underline}

a.p:link {color: #8000FF; text-decoration: none}
a.p:visited {color: #888888; text-decoration: none}
a.p:hover {color: red; text-decoration: underline}
a.p:active {color: red; text-decoration: underline}

a.w:link {
	color: #FFF;
	text-decoration: none
}
a.w:visited {
	color: #FFF;
	text-decoration: none
}
a.w:hover {
	color: #6FF;
	text-decoration: underline;
}
a.w:active {
	color: #6FF;
	text-decoration: underline
}

a.y:link {color:#cc0000; text-decoration: none}
a.y:visited {color:#FF8000; text-decoration: none}
a.y:hover {color: #ff6600; text-decoration: none}
a.y:active {color: #FF33FF; text-decoration: underline}

.h1{ 		
	font-size: 18pt; 
	font-weight: bold;
	font-style: none;
	color: #BB3D00;
	letter-spacing: -1;
	margin-top: 10pt;
	margin-bottom: 5pt;
	line-height: 100%; 
	font-family: freesiaupc;
	text-align:center;
	}
        
.h2{ 		
	font-size: 16pt; 
	font-weight: bold;
	font-style: none;
	color: #00C;
	letter-spacing: -1;
	margin-top: 5pt;
	margin-bottom: 3pt;
	line-height: 100%; 
	font-family: freesiaupc;
	text-align:center;
	}
        
.h4{ 		
	font-size: 14pt; 
	font-weight: bold;
	font-style: none;
	color: #00C;
	letter-spacing: -1;
	margin-top:5pt;
	margin-bottom: 3pt;
	line-height: 100%; 
	font-family: freesiaupc;
	text-align:center;
	}
	
pre , span{
	font-size: 14px; 
	color: #993300;
	font-family: Tahoma;
	margin: 0px auto;
	padding: 0px;	
}
		
header {
	background: #E5E8E8;	
	height:100px;
}

#logo ,#person {
	float:left;
	width:85px;
	height:98px;
	margin: 2px 5px 2px 2px;	
}

#comname{
	font-size:36px;
	font-weight:bold;	
	color:#00C;
	padding: 18px 0px 13px 0px;
}

#addr{
	font-size:16px;
	color:#909;
}	

#person{
	float:right;	
}

header > section:first-child{
	float:left;
	width:900px;
	padding-right: 5px;

}

nav{
	margin: 1px 0px 1px 0px;
	background: skyblue;
	padding-right: 2px;
	padding-left:0px;
	padding-top:1px;
}


/***********nav*****************************/
#nav-menu ul, #nav-menu_teacher ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li, #nav-menu_teacher li
{
margin: 0 0.05em;
} 

#nav-menu li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	background-image: url(../img_bg/css-nav.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav-menu_teacher li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	background-image: url(../img_bg/css-nav.gif);
	background-repeat: repeat-x;
	background-position: left bottom;              
}
/*******************************************/

aside{
	float:left;
	width: 200px;
	margin: 1px 0px 0px 0px;		
}

/***********aside*****************************/

.data_left{
	width: 199px;
	border-width:1px 1px 1px 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;	
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 100%;
}

.list_menu0{
	background-image: url(../img_bg/bg_title_grey.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 27px;
	color:#FFF;
	padding:5px 0 0 5px;
}

.list_menu0_ul{	
	margin:0;
	padding:10px;
	list-style-type:none;

}

.list_menu0_li{
	margin:3px;
	background-image: url(../img/icon-mainmenu.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.list_menu1{
	background-image: url(../img_bg/bg_title_grey.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 27px;
	color:#FFF;
    padding:5px 0 0 5px;
}

.list_menu1_li{
	margin:3px;
	background-image:url(../img/icon-report1.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.list_menu2_li{
	margin:3px;
	background-image:url(../img/icon-report2.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.list_menu_cal_li{
	margin:3px;
	background-image:url(../img/icon-cal.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.list_menu_data_li{
	margin:3px;
	background-image:url(../img/icon-data.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.list_menu_close_li{
	margin:3px;
	background-image:url(../img/icon-close.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.list_menu_admin_li{
	margin:3px;
	background-image:url(../img/icon-admin.gif);
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/****************************************/

article{
	float:right;
	width: 1122px;
	margin: 1px 0px 0px 0px;
}

footer{
	float: right;
	height: 50px;
	width: 1316px;
	margin-top: 1px;
	background: #E5E8E8;
	padding: 4px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color: #333;
}

input  {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Tahoma";
	COLOR: #000000; height:18px;
	margin-bottom:2px;	
	BORDER-RIGHT: #cecece 1px solid;
	BORDER-TOP: #cecece 1px solid;	
	BORDER-LEFT: #cecece 1px solid;
	BORDER-BOTTOM: #cecece 1px solid;
}

select {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Tahoma";
	COLOR: #000000; height:22px;
	margin-bottom:2px;	
	BORDER-RIGHT: #cecece 1px solid;
	BORDER-TOP: #cecece 1px solid;	
	BORDER-LEFT: #cecece 1px solid;
	BORDER-BOTTOM: #cecece 1px solid;
}

textarea {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Tahoma";
	COLOR: #000000; 
	height:70px;
	margin-bottom:2px;
	BORDER-RIGHT: #cecece 1px solid;
	BORDER-TOP: #cecece 1px solid;	
	BORDER-LEFT: #cecece 1px solid;
	BORDER-BOTTOM: #cecece 1px solid;
}

/* จัดฟอร์ม */
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}

fieldset li{
	clear:both;
	list-style:none;
	padding-bottom:10px;
}

fieldset input{
float:left;
}

fieldset label{
	width:140px;
	float:left;
}
/* ************** */

.buttonGrey {
	BORDER-RIGHT: #7B7B7B 1px solid;
	BORDER-TOP: #D5D5D5 1px solid;
	FONT-SIZE: 14px;
	BACKGROUND: #F7F7F6;
	 BORDER-LEFT: #D4D4D4 1px solid;
	 CURSOR: hand;
	 COLOR: #000000;
	 BORDER-BOTTOM:
	 #7C7C7C 1px solid;
	 FONT-FAMILY: "Tahoma";
	 HEIGHT: 23px;
	 TEXT-DECORATION: none;
	 margin: 0px 2px 0px 2px;	 
}

.btSearch {
	BORDER-RIGHT: #7B7B7B 1px solid;
	BORDER-TOP: #D5D5D5 1px solid;
	FONT-SIZE: 14px;
	BACKGROUND: #F7F7F6;
	 BORDER-LEFT: #D4D4D4 1px solid;
	 CURSOR: hand;
	 COLOR: #000000;
	 BORDER-BOTTOM: #7C7C7C 1px solid;
	 FONT-FAMILY: "Tahoma";
	 HEIGHT: 22px;
	 TEXT-DECORATION: none;
	 margin: 0px 2px 0px 2px;	 
}

.buttonRed {
	BORDER-RIGHT: #7B7B7B 1px solid; BORDER-TOP: #D5D5D5 1px solid; FONT-SIZE: 11px; BACKGROUND: #8C0101; BORDER-LEFT: #D4D4D4 1px solid; CURSOR: hand; COLOR: #FFFFFF; BORDER-BOTTOM: #7C7C7C 1px solid; FONT-FAMILY: "Tahoma"; HEIGHT: 19px; TEXT-DECORATION: none
}

/*จัดตาราง*/

.title_bar{
	background-image: url(../img_bg/bg_title_grey.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	color:#FFF
}

.rowcenter_bar{
	text-align: center;
}

.rowleft_bar{
	text-align: left;
	padding-left: 3px;
	
}

.rowright_bar{
	text-align: right;
	padding-right: 3px;
}
/*************************/

table,td {	
        font-size: 11pt; 
        line-height: 135%; 
        color: #000000;
        font-family: Tahoma;
}