@charset "utf-8";
/* CSS Document */

div{
border:1px #000000 solid;
border:none;
}
body{
	margin:0;padding:0;
	background: #003F77 url('images/layout/bg-body.jpg') repeat-x scroll 0%;
	background-attachment: fixed;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}


.pageWidth{		width:850px;	/* ความกว้างของ page		*/ }
.sideWidth{		width:200px;	/* ความกว้างของเมนู			*/}
.detailWidth{	width:640px; 	/* ความกว้างของ content	*/}


.input,.select,.button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.input{	width:180px;}


/* จัดการส่วน header */
#header{
	background:url(images/layout/bg-header.gif) no-repeat top left;
	height:109px; /*ความสูงของรูป header*/
}

#content{
	background-color:#FFFFFF;
	text-align:left;
	display:table;
}

#flag{
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}
#flag a:link,#flag a:visited{
	text-decoration:none;
	color:#cc3333;
}
#flag a:hover{
	text-decoration:none;
	color:#33CC00;
}

#sidebar{
	float:left;
	background:url(images/layout/bg-sidebar.jpg) no-repeat bottom;
}
#sidebar ul{
	margin:10px 10px 10px 30px;
	padding:0;
}
#sidebar li{
	list-style:none;
	display:block;
	margin:5px 30px 5px 0px;
	padding:5px 5px 5px 0px;
}
.menu a{
	width:125px;	/* ความกว้างของปุ่ม เมนู */
	height:20px;	/* ความสูงของปุ่ม เมนู */
	color:#FFFFFF;
	
	display:block;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	font-weight:bold;
}
.menu a:link, .menu a:visited{
	background-color:#22b24c; /* สีพื้นหลัง link */
}
.menu a:hover , .aview{
	background-color:#CC0000!IMPORTANT;	/* สีพื้นหลัง link เวลา mouseover */
	text-decoration:none;	
}

#detail{
	float:right;	
}

#footer{
	clear:both;
	background:url(images/layout/bg-footer.jpg) no-repeat bottom;
	height:45px;
	text-align:left;
}

#footer, #footer a:link , #footer a:visited{
	color:#FFFFFF;	/* สี link ของ footer */
}
#footer a:hover{
	color:#00CC00;	/* สี link ของ footer ตอน mouse over */
}
#footer p{
	/* font size ของ footer*/
	font-family:tahoma,;
	font-size:8pt;	
	
	margin: 0px 0px 10px 10px;
	padding:10px 0px 0px 0px;
}

