@charset "utf-8";
/* ============================
# Cascading Style Sheets Document
# ============================ 
# Title : global.css
# Author : Mr. Anuluck Nantajan
# Email : anuluck@minddezign.com
# URL : www.minddezign.com
# Description : Designing for the Web
# Created : 2008-01-15
# Last modified : 2008-01-15
# Copyright : MindDezign 2008.
# ============================ */
/*img {
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}*/
html {
	margin: 0px; /* top, right, bottom, left */
	padding: 0px; /* top, right, bottom, left */
}
body {
	margin: 20px;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px; /* 0.7em = 11px */
	color: #666666;
	line-height: 1.5em;
/*	background-color: #efefea;
*/
	/*background-color: #F2F2F2;
	background:url(../images/theme/bg_postsmiles.gif) fixed;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
caption {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 1px solid #DFDFDF;
}
legend {
	margin: 0px;
	padding: 0px;
}
label {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 100%;
	vertical-align : middle;
	font-family: Tahoma, Verdana, sans-serif;
}
textarea {
	font-size: 100%;
	vertical-align : middle;
	font-family: Tahoma, Verdana, sans-serif;
}
select {
	font-size: 100%;
	vertical-align : middle;
	font-family: Tahoma, Verdana, sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}
a:link {
	color: #666666;
	cursor: pointer;
	text-decoration:none;
}
a:visited {
	color: #666666;
	cursor: pointer;
	text-decoration:none;
}
a:active {
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #FF8811;
	cursor: pointer;
	text-decoration:underline;
}
#minddezign {	
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%; /* 80% Things 0.7em */
	color: #FFFFFF;
}
.clear-style {
	clear: both;
}
.clear-all-style {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
#wrapper-file-exists {
	width: 300px;
	margin: 20px auto; /* top & bottom, right & left */
	padding: 30px 0px; /* top & bottom, right & left */
	border: 1px solid #DD7777;
	background-color: #FFCCCC;
	color: #333333;
	text-align: center;
}
#wrapper-file-exists a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
#wrapper-file-exists a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
#wrapper-file-exists a:hover {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #888888;
}
/* ######### CSS Structure standard layout ######### */
.wrap-warning {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #F7F2A8;
}
.wrap-warning li {
	list-style-type: square;
	position: relative;
	left: 20px;
}
.wrap-success {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #33AA33;
	color: #33AA33;
	line-height: 1.5em;
	background-color: #CAFFCA;
}
.wrap-unsuccessful {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-access-denied {
	margin: 10px;
	padding: 20px 10px;
	border: 1px solid #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-access-denied a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.wrap-access-denied a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.wrap-access-denied a:hover {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #888888;
}
.wrap-error-page {
	margin: 10px;
	padding: 20px 10px;
	border: 1px solid #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-error-page a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.wrap-error-page a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.wrap-error-page a:hover {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #888888;
}
div#wrapper-split-page {
	margin: 10px 20px 10px 20px;
	text-align: right;
}
span.split-page {
	color: none;
}
span.split-page a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
span.split-page a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
span.split-page a:hover {
	color: #F2F2F2;
	text-decoration: none;
	border-bottom: 1px dashed #F2F2F2;
}
span.split-page-present {
	padding: 0px 5px;
	margin: 0px 1px;
	border: 1px solid #999999;
	background-color: #999999;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #FFFFFF;
}
span.split-page-select {
	color: #000000;
}
span.split-page-select a:link {
	padding: 0px 5px;
	margin: 0px 1px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
span.split-page-select a:visited {
	padding: 0px 5px;
	margin: 0px 1px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
span.split-page-select a:hover {
	padding: 0px 5px;
	margin: 0px 1px;
	border: 1px solid #999999;
	background-color: #999999;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
span.process-time {
	color: #444444;
	font-size: 80%; /* 80% Things 0.7em */
}
a.link-default {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #888888;
}
a.link-default:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #888888;
}
a.link-default:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.fieldset-default {
	margin: 0px auto;
	padding: 2px 10px 10px 10px;
	border: 1px solid #DFDFDF;
}
.legend-default {
	padding: 2px 5px;
	font-size: large;
	font-family: Georgia, Tahoma, Verdana, sans-serif;
	color: #000000;
}
.label-default {
	color: #DFDFDF;
}
.radio-default {
	vertical-align : middle;
	cursor: pointer;
}
.checkbox-default {
	vertical-align : middle;
	cursor: pointer;
}
.input-default {
	border: 1px solid #DFDFDF;
	padding: 3px;
	height: 15px;
	vertical-align : middle;
	color: #000000;
	cursor: pointer;
}
.input-file-default {
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	padding: 3px;
	color: #000000;
	cursor: pointer;
}
.textarea-default {
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	padding: 3px;
	color: #000000;
}
.select-default {
	border: 1px solid #DFDFDF;
	padding: 3px;
	height: 21px;
	vertical-align : middle;
	color: #000000;
	cursor: pointer;
}
.button-default {
	border: 1px solid #999999;
	margin: 5px 0px;
	color: #333333;
	height: 22px;
	cursor: pointer;
	background-image: url(../images/theme/bg-button.png);
	background-repeat: repeat-x;
}
.table-default {
	border-collapse: separate;
}
.table-data-default {
	border-collapse: separate;
}
.tr-data-header-default {
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
}
.tr-alternate-detail-default-01 td {
	color: #000000;
	height: 22px;
	background-color: #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
.tr-alternate-detail-default-02 td {
	color: #000000;
	height: 22px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #DFDFDF;
}
.hr-line-dotted {
	width: 100%;
	height: 1px; 
	border: none;
	border-top: 1px dashed #555555;
}
.hr-line-solid {
	width: 100%;
	height: 1px; 
	border: none;
	border-top: 1px solid #555555;
}
.font-tog-warning-small {
	font-size: 80%; /* 80% Things 0.7em */
	color: #CC0000;
	font-weight: none;
}
.font-tog-warning-normal {
	font-size: 100%; /* 100% Things 0.7em */
	color: #CC0000;
	font-weight: none;
}
.font-tog-warning-big {
	font-size: 120%; /* 120% Things 0.7em */
	color: #CC0000;
	font-weight: bold;
}
.font-tog-small {
	font-size: 80%; /* 80% Things 0.7em */
}

.tbl-news-page {
	border: 1px solid  #804040;
	color: #000000;
	background-color: #FFFFFF;
}
.tbl-classifieds-page {
	border: 1px solid  #DDDDDD;
	color: #000000;
	background-color: #FFFFFF;
}
.tbl-comment-page {
	border-top: 1px solid  #DDDDDD;
	color: #000000;
	background-color: #FFFFFF;
}
.tbl_sub_web_index {
	border: 1px solid   #EFEFEF;
	color: #CC0000;
	background-color: #FFFFFF;
}
#button {
  color:red; /* สีของตัวอักษร */
  border:0px solid #666666; /* กรอบของปุ่ม */
  background-color:white; /* สีพื้นของปุ่ม */
  font:8pt Tahoma; color:#FFFFFF; /* แบบอักษร */
  padding:3px; /* ช่องว่างระหว่างกรอบกับตัวอักษร */
  background:url(../images/theme/button.gif); /* มีรูปเป็นพื้น */
  height:27px;
  width:70px;
}