@charset "utf-8";
/* CSS ��ѡ */
body {
	margin: 0px;
	/* �ٻẺ Font ��� ��Ҵ Font �ͧ���䫵� */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	background: url(../images/gplaypattern.png);
}

.boonlon{
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;	
	
}

.login_box {
	background:#eae7e7;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	width:100%;
	height:30px;
}
a:link {text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.a_tmenu {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#a95303;
}
.a_tmenu:hover {
	color:#6e2300;
}
/* --------------------------------Header ���ҧ ----------------------------*/
.h_table {
	background: url(../images/menu_bar.png); /* �����ѧ */
	text-align: center;
	font-weight: normal;
	
	color: #FFF; /* �� font */
}
/* ------------------------------------- Layout ��ѡ ------------------------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#FFF;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 20px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
}
/* -------------------------------------------------- Top Menu Ẻ��� 1 ------------------------------------------------ */
#menu1 {
	/*�����ѧ����*/
	background: url(../images/menu_bar.png);
	/*��鹢ͺ*/
	height: 20px;
	/*margin-bottom: 5px;
	border-bottom: 1px solid #facadd;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;*/
}
#menu1 ul {
	list-style: none;
	margin: -20;
	padding: 0;
}
#menu1 > ul > li {
	position: relative;
	float: left;
	z-index: 10;
}
#menu1 > ul > li:hover {
	
	background: #0000CC;
}
#menu1 > ul > li > a {
	font-size: 16px;
	color: #FFF;
	line-height: 10px;
	text-decoration: none;
	display: block;
	padding: 15px 12px 15px 12px;
	z-index: 10px;
	position: relative;
}
/* --------------------------------------------------- box ----------------------------------------------- */
.box {
	margin-bottom: 5px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	/*��Ҵ�ͧ��鹢ͺ����բͧ��鹢ͺ*/
	border: 1px solid #8e111a; 
	/*�մ�ҹ���ͧ box*/
	background: url(../images/menu_bar.png) repeat-x; 
	padding: 8px 10px 7px 10px;
	/*��Ҵ����ѡ��*/
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF; /*�յ���ѡ��*/
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	/*�բͧ��ͺ ���� ��� ��ҧ*/
	border-left: 1px solid #8e111a;
	border-right: 1px solid #8e111a;
	border-bottom: 1px solid #8e111a;
	padding: 10px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	/*�ա�ͺ ��ҹ��*/
	border-top: 1px solid #8e111a; 
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}body table tr td table tr td strong u {
	color: #F00;
}
