/* 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; }

#topbar {
position:absolute;
border: 0px;
padding: 0px;
width: 200px;
visibility: hidden;
z-index: 100;
}

/* ใช้กับข้อความ */
.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; }

/*  ใช้กับ link ต่างๆ */
/* ขาว - ขาวขีดล่าง */
td.w-1 a:link { color:#FFFFFF; text-decoration: none; }
td.w-1 a:active { color:#FFFFFF; text-decoration: none; }
td.w-1 a:visited { color:#FFFFFF; text-decoration: none; }
td.w-1 a:hover { color:#FFFFFF; text-decoration: underline; }

/* ขาว - ส้ม */
.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 มีเส้นใต้ สีม่วง->ม่วงอ่อน */
td.c01 a:link {  color: #FF0000; text-decoration: none;  }
td.c01 a:active { color: #FF0000; text-decoration: none; }
td.c01 a:visited { color: #FF0000; text-decoration: none;  }
td.c01 a:hover { color: #FF6600; text-decoration: underline; }

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

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

/* link แดง - ส้มอ่อน */
td.c05 a:link {  color: #FF0000; text-decoration: none;  }
td.c05 a:active { color: #FF0000; text-decoration: none; }
td.c05 a:visited { color: #FF0000; text-decoration: none;  }
td.c05 a:hover { color: #FFCC00; text-decoration: underline; }

/* link ส้มอ่อน - แดง */
td.c06 a:link {  color: #FFCC00; text-decoration: none;  }
td.c06 a:active { color: #FFCC00; text-decoration: none; }
td.c06 a:visited { color: #FFCC00; text-decoration: none;  }
td.c06 a:hover { color: #FF0000; text-decoration: none; }

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

.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 #FFFFFF; }
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:#CCCCCC; 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; }
