@charset "utf-8";
/* ============================
# Cascading Style Sheets Document
# ============================ */

html {
	margin: 0px; /* top, right, bottom, left */
	padding: 0px; /* top, right, bottom, left */
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "tahoma";
	font-size : 12px;
	color: #333333;
	background-color:#ffffff;

	
	scrollbar-base-color: #f2f2f2;
	scrollbar-track-color: #f9fafa;
	scrollbar-face-color: #F1F1F1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #C8C8CA;
	scrollbar-arrow-color: #999999;
	background:url(http://www.cadthaisoft.com/images/body/bg2010.gif) repeat-x  ;
	/*background:url(http://www.cadthaisoft.com/images/father-day_bg.png) repeat-x  ;
	background-attachment:fixed;*/

/*	background-color: #CCCCCC;
*/}

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;
}
img, div { /* Automatic activation of transparency for PNGs in the page. */
	behavior: url(stylesheets/iepngfix.htc);
} /* IE5.5+ PNG Alpha Fix v1.0RC5 */
img, div, a, input ,table { behavior: url(stylesheets/iepngfix.htc) }
img, #header { behavior: url(stylesheets/iepngfix.htc); }
table {
	border-collapse: collapse;
}
#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: #FFFFCC;
}
.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: #C7F2C8;
}
.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 */
}
.fieldset-default {
	margin: 0px auto;
	padding: 2px 10px 10px 10px;
	border: 1px solid #333333;
}
.legend-default {
	padding: 2px 5px;
	font-size: 18px;
	font-family: Georgia, Tahoma, Verdana, sans-serif;
	color: #333333;
}
.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 */
}
.bg{
	background:url(http://www.cadthaisoft.com/images/body/bg2010.gif) repeat-x  ;
	background-attachment:fixed;
	}
.bg_content{
	background:url(http://www.cadthaisoft.com/images/body/bg_content2010.gif) repeat-x  ;
	background-attachment:fixed;
	}