/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#toppage{
	width:960px; /*950*/
}
#date{					/*189*/		/*39*/
	float:left; width:195px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:760px;  /*608,760*/ 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:800px; /*800*/
}
#content{
	width:200px; /*200*/
}
#contenttext{ /*ปรับขนาดกรอบที่ใส่ข้อความทั้งหมด*/
	float:left; width:750px;  /* 608 , 750*/
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:100px; /*360 , 100*/
}
#logo{
	float:left; width:90px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position:absolute;
	float:center;
	width:312px; /*312*/
	height:110px; /*110*/
	background-color:#F7F7F7;
	border-right:solid 1px #999999;
	left: 293px; /*293*/
	top: 42px;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:189px; margin:0px;
}
#footer{ /*830*/
	width:850px; padding-right:10px; padding-left:10px;
}

/*GRAY PANEL*/
.panel{  /*ตัวที่ติดอยู่กับ link menu*/
	padding:12px; /*12*/
	border:solid 2px #E4E4E4; /*กรอบของขอ้ความ*/
	background-color:#EEEEEE;
	margin:10px;/*10*/
	padding:10px;
	width:700px; /*640 , 550 ,700*/
	height:100px;
}

/*TEXT STYLES*/
.bodytext {
	font: 1em Tahoma, sans-serif; /*0.7*/
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px; /*36*/
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:14px; /*24*/
	font-weight:Bold;
	color:#8F14D5; /*#FF9900*/
}
.orangetitle1 {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px; /*24*/
	font-weight:Bold;
	color:#8F14D5; /*#FF9900*/
}

#linksmenu a{
	float:right; 
	width:184px; /*183*/
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}

