@charset "utf-8";
/* ================================
# Cascading Style Sheets Document
# ================================
# Title : global.css
# Author : Mr. Anuluck Nantajan
# Email : anuluck@minddezign.com
# URL : www.minddezign.com
# Description : Design for web structure
# Created : 2008-08-01
# Last modified : 2008-08-22
# Copyright : MindDezign 2008.
# ================================ */

/* ######### CSS Structure: Default หลัก ######### */
html {
	margin: 0px; /* top, right, bottom, left */
	padding: 0px; /* top, right, bottom, left */
}
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: #FF6600;
	cursor: pointer;
}
a:visited {
	color: #999999;
	cursor: pointer;
}
a:active {
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #000000;
	cursor: pointer;
}
#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;
}
/* ######### CSS Structure: Split page ######### */
#wrapper-split-page {
	margin: 10px 0px;
	text-align: left;
}
#wrapper-split-page .split-page {
}
#wrapper-split-page .split-page a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
#wrapper-split-page .split-page a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
#wrapper-split-page .split-page a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#wrapper-split-page .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;
}
#wrapper-split-page .split-page-select {
	color: #000000;
}
#wrapper-split-page .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;
}
#wrapper-split-page .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;
}
#wrapper-split-page .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;
}
/* ######### CSS Structure: Time processing ######### */
#wrapper-time-processing {
	color: #333333;
}
/* ######### CSS Structure: File exists ######### */
#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;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.7em; /* 0.7em = 11px */
	color: #333333;
	line-height: 1.5em;
	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: Form default ######### */
.default-fieldset {
	margin: 0px auto;
	padding: 2px 10px 10px 10px;
	border: 1px solid #DFDFDF;
}
.default-legend {
	padding: 2px 5px;
	font-family: Georgia, Tahoma, Verdana, sans-serif large;
	color: #DFDFDF;
}
.default-label {
	color: #DFDFDF;
}
.default-radio {
	vertical-align : middle;
	cursor: pointer;
}
.default-checkbox {
	vertical-align : middle;
	cursor: pointer;
}
.default-input {
	border: 1px solid #DFDFDF;
	padding: 3px;
	height: 15px;
	vertical-align : middle;
	color: #000000;
	cursor: pointer;
}
.default-file {
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	padding: 3px;
	color: #000000;
	cursor: pointer;
}
.default-textarea {
	border: 1px solid #DFDFDF;
	padding: 3px;
	height: 15px;
	vertical-align : middle;
	color: #000000;
	cursor: pointer;
}
.default-select {
	border: 1px solid #DFDFDF;
	padding: 3px;
	height: 21px;
	vertical-align : middle;
	color: #000000;
	cursor: pointer;
}
.default-button {
	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;
}
/* ######### CSS Structure: Table format ######### */
.default-table {
	border-collapse: separate;
}
.default-table-data {
	border-collapse: separate;
}
.default-tr-data-header {
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
}
.default-tr-alternate-detail-01 td {
	color: #000000;
	height: 22px;
	background-color: #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
.default-tr-alternate-detail-02 td {
	color: #000000;
	height: 22px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #DFDFDF;
}
/* ######### CSS Structure: Line format ######### */
.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;
}
/* ######### CSS Structure: Font format ######### */
.font-tog-warning-small {
	font-size: 80%; /* 80% Things 0.7em */
	color: #CC0000;
}
.font-tog-warning-normal {
	font-size: 100%; /* 100% Things 0.7em */
	color: #CC0000;
}
.font-tog-warning-big {
	font-size: 120%; /* 120% Things 0.7em */
	color: #CC0000;
	font-weight: bold;
}
/* ######### CSS Structure: Warning & Alert ######### */
.wrap-warning {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-warning li {
	list-style-type: square;
	position: relative;
	left: 20px;
}
/* ######### CSS Structure: Success & Unsuccessful ######### */
.wrap-success {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #33AA33;
	color: #33AA33;
	line-height: 1.5em;
	background-color: #C7F2C8;
}
.wrap-unsuccessful {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-note {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #FFD324;
	color: #000000;
	line-height: 1.5em;
	background-color: #FFF6BF;
}
/* ######### CSS Structure: Error page ######### */
.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;
}
/* ######### CSS Structure: Search & Filter ######### */
.highlight-search {
	background-color: #C6E9FC;
}