/* CSS by www.jamidea.com */

BODY { scrollbar-3dlight-color:#333333;
           scrollbar-arrow-color:#333333;
           scrollbar-base-color:#333333;
           scrollbar-track-color:#333333;
           scrollbar-darkshadow-color:#333333;
           scrollbar-face-color:#666666;
           scrollbar-highlight-color:#333333;
           scrollbar-shadow-color:#333333; 
		   }

/* ใช้กับข้อความ */
.san12 { font-family: "MS Sans Serif", "Tahoma"; font-size:12px; }
.san14{ font-family: "MS Sans Serif", "Tahoma"; font-size:14px; }
.san16 { font-family: "MS Sans Serif", "Tahoma"; font-size:16px; }
.ta10 { font-family: "Tahoma", "MS Sans Serif"; font-size:10px; }
.ta11 { font-family: "Tahoma", "MS Sans Serif"; font-size:11px; }
.ta13 { font-family: "Tahoma", "MS Sans Serif"; font-size:13px; }
.ta16 { font-family: "Tahoma", "MS Sans Serif"; font-size:16px; }
.big1 { font-family: "Tahoma", "MS Sans Serif"; font-size:22px; }

/*  ใช้กับ link ต่างๆ */

.b-1 a:active { color:#000000; text-decoration: none; }
.b-1 a:visited { color:#000000; text-decoration: none; }
.b-1 a:hover { color:#0B79DB; text-decoration: none; }
.b-1 a:link { color:#000000; text-decoration: none; }

.b-2 a:active { color:#000000; text-decoration: none; }
.b-2 a:visited { color:#000000; text-decoration: none; }
.b-2 a:hover { color:#FF912B; text-decoration: none; }
.b-2 a:link { color:#000000; text-decoration: none; }

/* ขาว - ขาวขีดล่าง */
.w-1 a:active { color:#FFFFFF; text-decoration: none; }
.w-1 a:visited { color:#FFFFFF; text-decoration: none; }
.w-1 a:hover { color:#FFFFFF; text-decoration: underline; }
.w-1 a:link { color:#FFFFFF; text-decoration: none; }

/* ขาว - ส้ม */
.w-2 a:active { color:#FFFFFF; text-decoration: none; }
.w-2 a:visited { color:#FFFFFF; text-decoration: none; }
.w-2 a:hover { color:#FF912B; text-decoration: none; }
.w-2 a:link { color:#FFFFFF; text-decoration: none; }

/* เทา - ขาวขีดล่าง */
.w-3 a:active { color:#999999; text-decoration: none; }
.w-3 a:visited { color:#999999; text-decoration: none; }
.w-3 a:hover { color:#FFFFFF; text-decoration: underline; }
.w-3 a:link { color:#999999; text-decoration: none; }

/* link มีเส้นใต้ สีม่วง->ม่วงอ่อน */
.c01 a:active { color:#FF0000; text-decoration: none; }
.c01 a:visited { color:#FF0000; text-decoration: none; }
.c01 a:hover { color:#FF6600; text-decoration: underline; }
.c01 a:link { color:#FF0000; text-decoration: none; }

/* link มีเส้นใต้ สีเทาอ่อน->ขาว */
.c02 a:active { color:#CC3399; text-decoration: none; }
.c02 a:visited { color:#CCCCCC; text-decoration: none; }
.c02 a:hover { color:#FFFFFF; text-decoration: underline; }
.c02 a:link { color:#CCCCCC; text-decoration: none; }

/* link มีเส้นใต้ */
.c03 a:active { text-decoration: none; }
.c03 a:visited { text-decoration: none; }
.c03 a:hover { text-decoration: underline; }
.c03 a:link { text-decoration: none; }

/* link มีเส้นใต้ ถ้าคลิกแล้ว สีจาง */
.c04 a:active { color:#CC9999; text-decoration: none; }
.c04 a:visited { color:#999999; text-decoration: none; }
.c04 a:hover { color:#CC66CC; text-decoration: underline; }
.c04 a:link { color:#CC3399; text-decoration: none; }

/* link ฟ้า - ส้ม */
.c05 a:active { color:#0B79DB; text-decoration: none; }
.c05 a:visited { color:#0B79DB; text-decoration: none; }
.c05 a:hover { color:#FF6500; text-decoration: underline; }
.c05 a:link { color:#0B79DB; text-decoration: none; }

/* link ส้ม - ส้มอ่อน */
.c06 a:active { color:#FF6600; text-decoration: none; }
.c06 a:visited { color:#FF6600; text-decoration: none; }
.c06 a:hover { color:#FF9900; text-decoration: none; }
.c06 a:link { color:#FF6600; text-decoration: none; }

/* link มีเส้นใต้ สีเหลืองเทา */
.c07 a:active { color:#CCCC99; text-decoration: none; }
.c07 a:visited { color:#CCCC99; text-decoration: none; }
.c07 a:hover { color:#CCCC99; text-decoration: underline; }
.c07 a:link { color:#CCCC99; text-decoration: none; }

.des a:active { color:#000000; text-decoration: none; }
.des a:visited { color:#000000; text-decoration: none; }
.des a:hover { color:#000000; text-decoration: none; border-width:1px; border-style:dashed;}
.des a:link { color:#000000; text-decoration: none; }

/* ใช้กับ รูปภาพ */
.img01 { filter: XRay; }
img.border1p { border: 1px solid #000000; }
img.border1 {  border: 1px solid #FF0000; }
img.border2p {  border: 4px solid #000000; }
img.border2 {  border: 4px solid #333333; }
img.grayscale1 { border: 1px solid #FFFFFF; filter: Gray; }

/* ใช้กับตาราง  */
.table1p { font-size:12px; border-width:1px; border-style:solid; } 
.table_des { font-size:12px; border-width:1px; border-style:dashed; }
.tb_x_base { font-size:12px; background-repeat:repeat-x; background-position:bottom; }
.tb_x_top { font-size:12px; background-repeat:repeat-x; background-position:top; }
.tb_x_center-base { font-size:12px; background-repeat:repeat-x; background-position:center bottom; }
.tb_x_center-top { font-size:12px; background-repeat:repeat-x; background-position:center top; }
.tb_y_left { font-size:12px; background-repeat:repeat-y; background-position:left; }
.tb_y_left-top { font-size:12px; background-repeat:repeat-y; background-position:left top; }
.tb_y_right { font-size:12px; background-repeat:repeat-y; background-position:right; }
.tb_no_lb { font-size:12px; background-repeat:no-repeat ; background-position:left bottom; }
.tb_no_lt { font-size:12px; background-repeat:no-repeat ; background-position:left top; }
.tb_no_rb { font-size:12px; background-repeat:no-repeat ; background-position:right bottom; }
.tb_no_rt { font-size:12px; background-repeat:no-repeat ; background-position:right top; }
.l_top { border-top-style:solid; border-width:1px; border-color:#999999; }

/* ใช้กับ form ต่างๆ  */
.form_01 { font-family: "Tahoma", "MS Sans Serif"; font-size:11px; border-width:1px; border-style:solid; background-color:#FFFFFF; }
.form_02 { font-family: "Tahoma", "MS Sans Serif"; color:#999999; font-size:13px; border-width:1px; border-style:solid; background-color:#666666; }
.form_03 { font-family: "Tahoma", "MS Sans Serif"; font-size:16px; font: bold; }
.form_04 { font-family: "Tahoma", "MS Sans Serif"; font-size:13px; color:#FFFFFF; border-width:1px; border-style:solid; border-color:#666666; background-color:#333333; }

