body
{ 
	scrollbar-face-color: #B1BACB; /*พื้นหน้า*/
	scrollbar-track-color: #B1BACB; /*พื้นหลัง*/
	scrollbar-arrow-color: #48546B; /*ลูกศร*/
		
	scrollbar-3Dlight-color: #B1BACB; /*ขอบนอกซ้าย - บน*/
	scrollbar-highlight-color: #ffffff; /*ขอบในซ้าย - บน*/
	scrollbar-shadow-color: #B1BACB; /*ขอบในขวา - ล่าง*/
	scrollbar-darkshadow-color: #48546B; /*ขอบนอกขวา - ล่าง*/

	/*repeat, repeat-x, repeat-y, no-repeat*/ 
    	/*top, center, bottom, left, center, right*/
    	/*scroll, fixed*/ 

	background-color: # ;
	background:url('../image/bg.gif');
	background-position: top left; /*top, center, bottom, left, center, right*/
	background-repeat: repeat; /*repeat, repeat-x, repeat-y, no-repeat*/
	background-attachment: fixed;/*scroll, fixed*/

	font-family: Verdana, Tahoma, MS Sans Serif, Microsoft Sans Serif, ;
	font-style: normal;
	font-weight: normal;
	font-size: 10 px;
	color: #000000;

   	line-height: 20 px;
   	text-align: left;
}



/*- - - - - - - - - - - - - - - - - - - - header - footer - - - - - - - - - - - - - - - - - - - -*/
.header
{
	font-weight: bold;
	font-size: 15 px;
	color: #ff8800; /*ส้ม*/

   	text-align: right;
}

.subheader
{
	font-size: 10 px;
	color: #0088ff; /*ฟ้า*/

   	text-align: right;
}

.body-bg
{
	background-color: #ffffff;

    	margin-top: 0 px; /*ช่องว่างระหว่างตาราง*/
    	padding-top: 20 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
    	padding-bottom: 20 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
}

.body
{
	font-size: 11 px;

   	line-height: 22 px;
   	text-align: center;

    	margin-top: 0 px; /*ช่องว่างระหว่างตาราง*/
    	padding-top: 5 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
    	padding-bottom: 5 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
}

.subbody
{
	background-color: #ccccff; /*ม่วง*/ 

	font-weight: ;
	font-size: 11 px;
	color: #0088ff; /*ส้ม*/ /*#0088ff; /*ฟ้า*/

   	line-height: 22 px;
   	text-align: center;

    	margin:  px; /*ช่องว่างระหว่างตาราง*/
    	padding-top: 0 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
    	padding-bottom:  px
}

.title
{
	background-color: #; /*ccccff ม่วง*/
	background-image: url('../image/title-bg.gif');
	background-repeat: no-repeat; /*repeat, repeat-x, repeat-y, no-repeat*/ 
    	background-position: top left; /*top, center, bottom, left, center, right*/
    	background-attachment: scroll; /*scroll, fixed*/ 

	font-weight: bold;
	color: #ff8800; /*ff8800ส้ม*/ /*0088ffฟ้า*/
	
   	line-height: 17 px; /*title-bg.gif สูง 17 px*/
   	text-align: center;

    	margin: px; /*ช่องว่างระหว่างตาราง*/
    	padding-top: 0 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
    	padding-bottom: 0 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
    	padding-left: 0 px; /*ช่องว่าง (บน-ล่าง) ในตาราง*/
}

.footer
{
	font-size: 10 px;

   	text-align: center;
}

.script
{
	font-size: 10 px; /*มองเห็นแต่ใน <tag> แต่ไม่เห็นในเวป*/
	color: #880000; /*น้ำตาล*/
	
	position: absolute; visibility: hidden;
}
/*- - - - - - - - - - - - - - - - - - - - header - footer - - - - - - - - - - - - - - - - - - - -*/



/*- - - - - - - - - - - - - - - - - - - - table อธิบาย image - - - - - - - - - - - - - - - - - - - -*/
.image-bg-l
{
	background-color: #; 
	background-image: url('../image/image-bg-l.gif');
	background-repeat: repeat; /*repeat, repeat-x, repeat-y, no-repeat*/ 
    	background-position: top left; /*top, center, bottom, left, center, right*/
    	background-attachment: scroll; /*scroll, fixed*/ 
}

.image-bg
{
	background-color: #; 
	background-image: url('../image/image-bg.gif');
	background-repeat: repeat; /*repeat, repeat-x, repeat-y, no-repeat*/ 
    	background-position: top left; /*top, center, bottom, left, center, right*/
    	background-attachment: scroll; /*scroll, fixed*/ 
}

.image-bg-r
{
	background-color: #; 
	background-image: url('../image/image-bg-r.gif');
	background-repeat: repeat; /*repeat, repeat-x, repeat-y, no-repeat*/ 
    	background-position: top left; /*top, center, bottom, left, center, right*/
    	background-attachment: scroll; /*scroll, fixed*/ 
}

.detail
{
	font-size: 11 px;
   	text-align: center;
	
   	line-height: 15 px;
}

th
{
	font-weight: normal;
	color: #0088ff; /*ส้ม*/ /*#0088ff; /*ฟ้า*/
   	line-height: 15 px;
}

i
{
	color: #7f7f7f;
}
/*- - - - - - - - - - - - - - - - - - - - table อธิบาย image - - - - - - - - - - - - - - - - - - - -*/



/*- - - - - - - - - - - - - - - - - - - - link - - - - - - - - - - - - - - - - - - - -*/
a:link		{color: #000088; text-decoration: underline; cursor: hand;}
a:hover	{color: #008800; text-decoration: underline;}
a:visited	{color: #880000; text-decoration: underline;}
a:active	{color: #880000; text-decoration: underline;}
/*- - - - - - - - - - - - - - - - - - - - link - - - - - - - - - - - - - - - - - - - -*/



/*- - - - - - - - - - - - - - - - - - - - bullet - - - - - - - - - - - - - - - - - - - -*/
ul           
{ 
	list-style-image: url('../image/ul.gif');

	color: #0088ff; /*ฟ้า*/

   	text-align: left;

    	margin-top: 5 px; /*ช่องว่างระหว่างตาราง*/
    	margin-bottom: 5 px; /*ช่องว่างระหว่างตาราง*/
}

ul ul
{ 
	list-style-image: url('../image/-No%20Use/ulul.gif');
}

ul ul ul
{ 
	list-style-image: url('../image/-No%20Use/ululul.gif');
}
/*- - - - - - - - - - - - - - - - - - - - bullet - - - - - - - - - - - - - - - - - - - -*/



/*- - - - - - - - - - Calendar Start- - - - - - - - - -*/
.main
{
	width: 158 px;
	border: 1px solid #ccccff; /*ม่วง*/
}

.month
{
	background-color: #000000;
	font: bold 11 px ;
	color: #ffffff;

	border: 2px outset #ffffff;
   	line-height: 15 px;
}

.daysofweek
{
	background-color: #7f7f7f;
	font: bold 10 px;
	color: #ffffff;

	border: 2px ridge #ffffff;
   	line-height: 11 px;
}

.days
{
	font-size: 11 px;
	color: #000000;
	background-color: #ffffcc; /*เหลือง*/

	border: 1px outset #ffffff;
   	line-height: 13 px;
}

.days #today
{
	font-size: 11 px;
	font-weight: ;
	color: #ff0000
}
/*- - - - - - - - - - Calendar End- - - - - - - - - -*/



img
{
    	margin-top:  px; /*ช่องว่างระหว่างตาราง*/ /*มีผลกับเมนู*/
    	margin-bottom:  px; /*ช่องว่างระหว่างตาราง*/
}


.image-map
{
	cursor: hand;
}


.counter
{
	font-size: 10 px;
	color: #880000; /*น้ำตาล*/

	border: 2px outset #ffffff;
}

.resolution
{
	font-size: 10 px;
	font-style: ;
	color: #7f7f7f;

   	line-height: 15 px
}




/*- - - - - - - - - - ALL STYLE - - - - - - - - - -*/

/*font-family: */

/*font-style: normal, italic*/
/*font-weight: normal, bold*/

/*font-size:*/
	
/*color: */
	
/*text-decoration: underline, line-through, overline*/
/*font-variant: small-caps*/
/*text-transform: uppercase, capitalize*/
/*visibility: hidden*/

/*letter-spacing: +- pt*/
/*vertical-align: +- */
	
/*text-align: left, right, center, justify*/

/*text-indent: */
/*margin-left: */
/*margin-right: */
/*margin-top: */
/*margin-bottom: */
	
/*word-spacing: */
/*line-height: %*/
	
/*border-style: solid, dotted, dashed, double, groove, ridge, inset, outset*/
/*border-(left, right, top, bottom)-style: */
/*border-color: */
/*border-width: */
/*padding: */
/*padding-(left, right, top, bottom): */

/*background-color: */
/*background-image: url(' ../ .gif')*/
/*background-position: top, center, bottom, left, center, right*/
/*background-repeat: repeat, repeat-x, repeat-y, no-repeat*/
/*background-attachment: scroll, fixed*/
	
/*list-style-image: url('../ .gif')*/
/*list-style-type: none, (disc, circle, square), (decimal, upper-alpha, lower-alpha, upper-roman, lower-roman)*/
	
/*float: left, right*/
/*position: absolute; left: ; top: ; width: ; height: ; z-index: */
/*position: relative; left: ; top: ; width: ; height: ; z-index: */

/*cursor: url('image/Cursor/.ani');*/
	
/*- - - - - - - - - - ALL STYLE - - - - - - - - - -*/















