* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
}
body {
	height: 100%;
	min-height: 100%;
	min-width: 900px;
	position: relative;
}
html {
	min-height: 100%;
	overflow-y: scroll;
}
body.cnormal {
	color: #000;
	background-color: #EBEEF2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D9DEE2), to(#EBEEF2));
	background-image: -webkit-linear-gradient(top, #D9DEE2, #EBEEF2);
	background-image: -moz-linear-gradient(top, #D9DEE2, #EBEEF2);
	background-image: -ms-linear-gradient(top, #D9DEE2, #EBEEF2);
	background-image: -o-linear-gradient(top, #D9DEE2, #EBEEF2);
	background-image: linear-gradient(top, #D9DEE2, #EBEEF2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9DEE2, endColorstr=#EBEEF2);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9DEE2, endColorstr=#EBEEF2)";
}
body.cyellow {
	background-color: #000;
}
body.cwhite {
	background-color: #000;
}
body.cwhite * {
	color: #FFF;
}
body.cyellow * {
	color: #FF0;
}
form, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
	zoom: 1;
}
keygen, meter, progress {
	display: inline-block;
}
fieldset, abbr[title], acronym[title] {
	border: none;
}
.setup_frm > fieldset > legend,.setup_frm > div > div > fieldset > legend {
	width: 100%;
	*margin-left: -7px;
}
html > body .setup_frm fieldset fieldset {
	position: relative;
	padding: 0;
	overflow: hidden;
}
html > body .setup_frm fieldset fieldset > legend {
	position: absolute;
	top: 5px;
	left: 20px;
	height: 2em;
}
.setup_frm fieldset fieldset > p {
	margin-left: 205px;
}
img {
	border: none;
	vertical-align: middle;
}
form img#img_default_icon {
	margin-left: 205px;
}
u {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
section dl {
	padding: 20px;
}
section dt {
	font-weight: bold;
}
.topic {
	font-weight: bold;
}
.hidden {
	display: none !important;
}
body.cnormal a,
body.cnormal a > u {
	color: #06C;
}
a:hover {
	text-decoration: underline;
}
input[type=text], input[type=password], input[type=file], textarea, select {
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input, select, textarea {
	padding: 3px;
	vertical-align: middle;
}
body.cwhite input,
body.cwhite select,
body.cwhite textarea,
body.cyellow input,
body.cyellow select,
body.cyellow textarea {
	background-color: #222;
}
body input:focus,
body select:focus,
body textarea:focus,
body .button:focus {
	background-color: #000;
	border-color: #E8C291 !important;
	-moz-box-shadow: 0 0 0 1px #E8C291 inset;
	-webkit-box-shadow: 0 0 0 1px #E8C291 inset;
	box-shadow: 0 0 0 1px #E8C291 inset;
}
body input[type=checkbox]:focus, body input[type=radio]:focus {
	padding: 0;
	border-style: solid !important;
}
body.cnormal input:focus,
body.cnormal select:focus,
body.cnormal textarea:focus,
body.cnormal .button:focus {
	background-color: #FFD;
}
body.cwhite table, body.cyellow table {
	border-collapse: collapse;
}
body.cnormal table {
	border-spacing: 1px;
	border-collapse: separate;
}
.ban {
	background-image: url(img/ban.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
tr .left {
	text-align: left !important;
}
tr .right {
	text-align: right !important;
}
tr .center {
	text-align: center !important;
}
.hidden {
	display: none;
}
strong {
	font-weight: bold;
}
body.cwhite em, body.cyellow em {
	font-style: italic;
}
.visited, .date, .post, .reply, .comment,.remark {
	font-size: 90%;
}
td.visited, td.date, td.post, td.reply, td.noactivate {
	text-align: center !important;
}
body.cnormal em {
	color: #F00;
}
body.cnormal .comment {
	color: #006600;
}
body.cnormal span.remark {
	color: red;
}
body.cnormal .visited {
	color: #F3C;
}
body.cnormal .post {
	color: #F0F;
}
body.cnormal .reply {
	color: #F66;
}
body.cnormal .date {
	color: #666;
}
body.cnormal .noactivate {
	color: #F00;
}
td.menu {
	text-align: center;
	width: 16px;
}
td.menu1 {
	text-align: center;
	width: 100px;
}

tr.highlight td,
tr.highlight th {
	background-color: #222;
}
body.cnormal tr.highlight td,
body.cnormal tr.highlight th {
	background-color: #FFCC99;
}
div#wait {
	background: #FFF url(img/wait.gif) 10px 50% no-repeat;
	border: 5px solid #060;
	position: absolute;
	z-index: 9999;
	height: 52px;
	width: 52px;
	display: none;
}
#save_wait {
	background: #FFF url(img/loading.gif) 0 50% no-repeat;
	padding-left: 21px;
	margin-left: 5px;
	visibility: hidden;
}
body.cnormal #save_wait {
	color: #F00;
}
#save_complete {
	color: #F00;
	background-image: url(img/valid.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-left: 5px;
	padding-left: 20px;
	display: none;
}
div#scroller {
	position: fixed;
	width: 15px;
	height: 64px;
	background: transparent url(img/scroll_arrow.png) 0 50% no-repeat;
	top: 50%;
	margin-top: -32px;
	right: 0;
	z-index: 2;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	opacity: .40;]
}
div#scroller:hover,
div#scroller:active {
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
	width: 38px;
}
div#scroller > a {
	display: inline-block;
	zoom: 1;
	width: 100%;
	height: 50%;
	text-decoration: none;
}
header {
	line-height: 3em;
	height: 3em;
	overflow: hidden;
	color: #CCC;
	width: 100%;
	border-bottom: 1px solid #000000;
	background-color: #2C2C2C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#222222));
	background-image: -webkit-linear-gradient(top, #2C2C2C, #222222);
	background-image: -moz-linear-gradient(top, #2C2C2C, #222222);
	background-image: -ms-linear-gradient(top, #2C2C2C, #222222);
	background-image: -o-linear-gradient(top, #2C2C2C, #222222);
	background-image: linear-gradient(top, #2C2C2C, #222222);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#222222);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#222222)";
}
body.cnormal header *, body.cnormal header a {
	color: #CCC;
}
body.cyellow header *, body.cyellow header a {
	color: #FF0;
}
body.cwhite header *, body.cwhite header a {
	color: #FFF;
}
header a {
	display: inline-block;
	zoom: 1;
}
header div.sec_1 {
	margin-left: 20px;
	width: 33%;
}
#change_display {
	height: 3em;
	line-height: 3em;
}
#change_display a:hover {
	text-decoration: none;
}
#change_display > a {
	border-radius: 5px;
	background-color: #000;
	outline: none;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 0.5em 5px 0 0;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#change_display > span, #change_display > a {
	display: inline-block;
	zoom: 1;
	float: left;
	margin-right: 5px;
}
#change_display > a.label {
	background-color: transparent;
	width: auto;
}
#change_display > a:not(.label):hover, #change_display > a:not(.label):focus {
	-moz-box-shadow: inset 0 0 6px #E8C291, inset 0 -3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 6px #E8C291, inset 0 -3px 6px rgba(0,0,0,.5);
	box-shadow: inset 0 0 6px #E8C291, inset 0 -3px 6px rgba(0,0,0,.5);
}
#change_display > a > span {
	font-weight: bold;
	color: #FFF;
	font-family: Arial;
}
#change_display > a.small > span {
	font-size: 80%;
}
#change_display > a.large > span {
	font-size: 120%;
}
#change_display > a.cwhite > span {
	color: #FFF;
}
body #change_display > a.cnormal {
	background-color: #FFF;
	color: #000;
}
#change_display > a.cnormal > span {
	color: #000;
	font-size: 120%;
}
#change_display > a.cyellow > span {
	color: #FF0;
	font-size: 120%;
}
#change_display > a.cwhite > span {
	font-size: 120%;
}
header div.sec_3 {
	margin-right: 20px;
	float: right;
}
header div.sec_3 > a.username {
	margin-left: 5px;
	padding-left: 20px;
	background: url(img/username.png) 0 50% no-repeat;
}
header abbr {
	font-family: 'Pompiere', Tahoma;
	font-size: 2em;
	display: inline-block;
	zoom: 1;
}
body.cnormal header abbr {
	text-shadow: #000000 0px -1px 1px;
}
header > div {
	display: inline-block;
	zoom: 1;
	float: left;
}
nav#topmenu {
	z-index: 2;
	position: relative;
	width: 100%;
	background-color: #888888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background-image: -webkit-linear-gradient(top, #888888, #666666);
	background-image: -moz-linear-gradient(top, #888888, #666666);
	background-image: -ms-linear-gradient(top, #888888, #666666);
	background-image: -o-linear-gradient(top, #888888, #666666);
	background-image: linear-gradient(top, #888888, #666666);
	border-bottom: 1px solid #444;
	border-top: 1px solid #AAA;
	opacity: .9;
}
body.cnormal nav#topmenu {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
nav#topmenu > ul {
	margin-left: 20px;
}
nav#topmenu > dl {
	position: absolute;
	top: 0;
	right: 10px;
	width: 64px;
	height: 100%;
}
nav#topmenu dl > dd {
	float: left;
	width: 32px;
	height: 100%;
}
a#logout, a#preview {
	display: inline-block;
	zoom: 1;
	background-repeat: no-repeat;
	width: 32px;
	height: 100%;
	text-decoration: none;
}
a#logout {
	background-image: url(img/logout.png);
	background-position: -40px 50%;
}
a#logout:hover, a#logout:focus {
	background-image: url(img/logout.png);
	background-position: 5px 50%;
}
a#preview {
	background-image: url(img/preview.png);
	background-position: -40px 50%;
}
a#preview:hover, a#preview:focus {
	background-image: url(img/preview.png);
	background-position: 5px 50%;
}
footer {
	width: 100%;
	background-color: #2C2C2C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#222222));
	background-image: -webkit-linear-gradient(top, #2C2C2C, #222222);
	background-image: -moz-linear-gradient(top, #2C2C2C, #222222);
	background-image: -ms-linear-gradient(top, #2C2C2C, #222222);
	background-image: -o-linear-gradient(top, #2C2C2C, #222222);
	background-image: linear-gradient(top, #2C2C2C, #222222);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#222222);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#222222)";
}
body.cnormal footer * {
	color: #CCC !important;
}
body.cyellow footer * {
	color: #FF0;
}
body.cwhite footer * {
	color: #FFF;
}
footer p {
	margin: 0 20px;
	height: 2em;
	line-height: 2em;
}
footer p.languages {
	position: absolute;
	right: 0;
	top: 0;
}
footer p.languages a {
	display: inline-block;
	zoom: 1;
	width: 16px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
}
article {
	padding: 0 20px;
}
article > h1 {
	margin: 20px 0;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 37px;
	font-size: 2.5em;
}
article > h1,
article > h1 > a {
	font-style: italic;
	font-family: Georgia, Tahoma;
}
body.cnormal h1 * {
	color: #000;
}
body.cnormal .error,
body.cnormal .message,
body.cnormal .warning {
	background-repeat: no-repeat;
	text-shadow: 2px 2px 0px #DDDDDD;
}
.error,
.message,
.warning {
	background-color: #000;
}
article .error,
article .message,
article .warning {
	display: block;
	padding: 20px 20px 20px 50px;
	background-position: 20px 19px;
	background-repeat: no-repeat;
	margin: 20px;
	border-style: solid;
	border-width: 1px;
}
.error {
	background-image: url(img/error.png);
}
.message {
	background-image: url(img/message.png);
}
.warning {
	background-image: url(img/warning.png);
}
body.cnormal .error {
	border-color: #990000;
	color: #990000;
	background-color: #FCFCFC;
	filter:progid:DXImageTransform.Microsoft.Chroma(Color=#FCFCFC)
	progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#DDDDDD);
}
body.cnormal .message {
	border-color: #1165A5;
	color: #1165A5;
	background-color: #E2F1FC;
	filter:progid:DXImageTransform.Microsoft.Chroma(Color=#E2F1FC)
	progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#DDDDDD);
}
body.cnormal .warning {
	border-color: #B76B0E;
	color: #B76B0E;
	background-color: #FDEDDB;
	filter:progid:DXImageTransform.Microsoft.Chroma(Color=#FDEDDB)
	progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#DDDDDD);
}
a.button:hover {
	text-decoration: none;
}
html > body .button {
	color: #FFF !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	font-weight: 700;
	font-size: 120%;
	padding-left: 10px;
	padding-right: 10px;
}
html > body a.button,
html > body span.button {
	display: inline-block;
	padding: 2px 10px;
}
body.cnormal .button {
	border-color: #F47A20;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background-color: #FAA51A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
	background-image: -webkit-linear-gradient(top, #FAA51A, #F47A20);
	background-image: -moz-linear-gradient(top, #FAA51A, #F47A20);
	background-image: -ms-linear-gradient(top, #FAA51A, #F47A20);
	background-image: -o-linear-gradient(top, #FAA51A, #F47A20);
	background-image: linear-gradient(top, #FAA51A, #F47A20);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAA51A, endColorstr=#F47A20);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAA51A, endColorstr=#F47A20)";
}
body.cnormal .button:hover {
	background-color: #F47A20;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F47A20), to(#FAA51A));
	background-image: -webkit-linear-gradient(top, #F47A20, #FAA51A);
	background-image: -moz-linear-gradient(top, #F47A20, #FAA51A);
	background-image: -ms-linear-gradient(top, #F47A20, #FAA51A);
	background-image: -o-linear-gradient(top, #F47A20, #FAA51A);
	background-image: linear-gradient(top, #F47A20, #FAA51A);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F47A20, endColorstr=#FAA51A);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#F47A20, endColorstr=#FAA51A)";
}
body.cwhite .button, body.cyellow .button {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-color: #5C9425;
	background-color: #729F32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC857), to(#5C9425));
	background-image: -webkit-linear-gradient(top, #8FC857, #5C9425);
	background-image: -moz-linear-gradient(top, #8FC857, #5C9425);
	background-image: -ms-linear-gradient(top, #8FC857, #5C9425);
	background-image: -o-linear-gradient(top, #8FC857, #5C9425);
	background-image: linear-gradient(top, #8FC857, #5C9425);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8FC857, endColorstr=#5C9425);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#8FC857, endColorstr=#5C9425)";
}
body.cwhite .button:hover, body.cyellow .button:hover {
	background-color: #5C9425;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5C9425), to(#8FC857));
	background-image: -webkit-linear-gradient(top, #5C9425, #8FC857);
	background-image: -moz-linear-gradient(top, #5C9425, #8FC857);
	background-image: -ms-linear-gradient(top, #5C9425, #8FC857);
	background-image: -o-linear-gradient(top, #5C9425, #8FC857);
	background-image: linear-gradient(top, #5C9425, #8FC857);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5C9425, endColorstr=#8FC857);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#5C9425, endColorstr=#8FC857)";
}
.button:active {
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.login {
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px #C8C8C8;
	-webkit-box-shadow: 0 0 2px #C8C8C8;
	box-shadow: 0 0 2px #C8C8C8;
	padding: 5px;
	width: 452px;
	display: table;
	margin: 50px auto;
}
body.cnormal .login {
	background-color: #FCFCFC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FFF, #EEE);
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -ms-linear-gradient(top, #FFF, #EEE);
	background-image: -o-linear-gradient(top, #FFF, #EEE);
	background-image: linear-gradient(top, #FFF, #EEE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#EEE);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#EEE)";
}
.login form {
	-moz-box-shadow: 0 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 0 1px #FFF;
	box-shadow: 0 0 0 1px #FFF;
	border: 1px dashed #CCC;
	display: block;
	padding: 25px;
}
.login h1 {
	font-family: 'Pompiere', 'Century Gothic', 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	height: 1.3em;
	letter-spacing: 4px;
	zoom: 1;
	overflow: hidden;
	white-space: nowrap;
}
body.cnormal .login h1 {
	color: #666;
	background-color: #FCFCFC;
	text-shadow: 2px 2px 0px #DDDDDD;
	filter:progid:DXImageTransform.Microsoft.Chroma(Color=#FCFCFC)
	progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#DDDDDD);
}
.login .error, .login .message, .login .warning {
	background-position: 98% 50%;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	padding: 5px 35px 5px 10px;
	display: block;
	clear: both;
	margin-top: 5px;
}
.login fieldset {
	width: 400px;
	position: relative;
	padding-top: 25px;
}
div.language {
	text-align: center;
}
div.language a {
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
	margin-left: 5px;
}
#inputs input {
	font-size: 1.2em;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 30px;
	margin: 2px 0 10px 0;
	width: 353px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}
#inputs #username {
	background-image: url(img/username.png);
}
#inputs #password {
	background-image: url(img/password.png);
}
.login #actions input {
	margin-right: 5px;
	vertical-align: middle;
}
.login #actions a {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2em;
}
.login #actions .button {
	height: 2em;
	padding: 0 10px;
}
article:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
article > section, article > table section{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-moz-box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #333;
}
body.cnormal article > section,body.cnormal article > table section,table section {
	background-color: #FFF;
}
section.col_1 {
	width: 39%;
	display: inline-block;
	zoom: 1;
	float: left;
}
section.col_2 {
	width: 59%;
	display: inline-block;
	zoom: 1;
	float: right;
}

.setup_frm fieldset fieldset,
form p {
	padding: 5px 20px;
	line-height: 2em;
}
.setup_frm p.comment,
form p.comment {
	line-height: 1.2em;
	padding-top: 0;
	overflow: hidden;
}
.setup_frm label,
fieldset fieldset > legend {
	float: left;
	line-height: 1.8em;
	margin-right: 5px;
	width: 200px;
}
#write_frm label {
	float: left;
	line-height: 1.8em;
	margin-right: 5px;
	width: 150px;
}
.setup_frm fieldset fieldset label,
label.inline {
	width: auto !important;
	float: none !important;
}
.setup_frm p, 
.setup_frm fieldset fieldset,
#write_frm p {
	clear: both;
	overflow: auto;
	line-height: normal;
}
.setup_frm p.comment {
	padding-left: 225px;
	padding-bottom: 0;
}
#write_frm p.comment {
	padding-left: 175px;
	padding-bottom: 0;
}
.setup_frm p.usericon {
	padding-left: 225px;
}
.setup_frm p.section {
	border-bottom: 1px solid #999;
	padding-bottom: 5px !important;
}
body.cnormal .setup_frm p.section {
	border-bottom: 1px solid #EEE;
}
.submit {
	padding: 20px 20px 15px 20px;
}
.setup_frm fieldset.submit {
	padding: 20px 20px 15px 225px;
}
.bottom {
	padding: 5px;
}
section > div.header {
	position: relative;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 7px 0 9px 20px;
	z-index: 1;
}
section > div.blue {
	background-color: #0A81D0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0A81D0), to(#0F518E));
	background-image: -webkit-linear-gradient(top, #0A81D0, #0F518E);
	background-image: -moz-linear-gradient(top, #0A81D0, #0F518E);
	background-image: -ms-linear-gradient(top, #0A81D0, #0F518E);
	background-image: -o-linear-gradient(top, #0A81D0, #0F518E);
	background-image: linear-gradient(top, #0A81D0, #0F518E);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A81D0, endColorstr=#0F518E);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A81D0, endColorstr=#0F518E)";
	border-top: 1px solid #69C4FF;
	-moz-box-shadow: 0 -1px #0A81D0;
	-webkit-box-shadow: 0 -1px #0A81D0;
	box-shadow: 0 -1px #0A81D0;
}
section > div.gray {
	background-color: #656565;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#3D3D3D));
	background-image: -webkit-linear-gradient(top, #656565, #3D3D3D);
	background-image: -moz-linear-gradient(top, #656565, #3D3D3D);
	background-image: -ms-linear-gradient(top, #656565, #3D3D3D);
	background-image: -o-linear-gradient(top, #656565, #3D3D3D);
	background-image: linear-gradient(top, #656565, #3D3D3D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#656565, endColorstr=#3D3D3D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#656565, endColorstr=#3D3D3D)";
	border-top: 1px solid #999999;
	-moz-box-shadow: 0 -1px #444444;
	-webkit-box-shadow: 0 -1px #444444;
	box-shadow: 0 -1px #444444;
}
div.blue > h2, div.blue > h3, div.blue > h4,
div.gray > h2, div.gray > h3, div.gray > h4 {
	font-size: 1.5em !important;
	position: relative;
	display: inline;
}
div.blue > h2 > a, div.gray > h2 > a,
div.blue > h2, div.blue > h3, div.blue > h4,
div.gray > h2, div.gray > h3, div.gray > h4 {
	color: #FFF;
}
div.blue > h2, div.blue > h2 > a, div.blue > h3, div.blue > h4 {
	text-shadow: 0 1px 0 #003D68;
}
div.gray > h2, div.gray > h2 > a, div.gray > h3, div.gray > h4 {
	text-shadow: 0 1px 0 #151515;
}
body.cyellow div.blue > h2,
body.cyellow div.blue > h2 > a,
body.cyellow div.blue > h3,
body.cyellow div.blue > h4,
body.cyellow div.gray > h2,
body.cyellow div.gray > h2 > a,
body.cyellow div.gray > h3,
body.cyellow div.gray > h4 {
	color: #FF0;
}
div.header > ul.tab {
	position: absolute;
	bottom: 0;
	right: 9px;
}
ul.tab > li {
	list-style-type: none;
	display: inline;
}
ul.tab > li > a {
	background-color: #489CD4;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	float: left;
	margin: 0 0 0 5px;
	padding: 8px 13px 6px;
	text-decoration: none;
}
ul.tab > li > a:hover {
	color: #0F518E;
	background-color: #FFFFFF;
}
ul.tab > li > a.select {
	color: #0F518E;
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #DBDBDB, #EDEDED);
	background-image: -moz-linear-gradient(top, #DBDBDB, #EDEDED);
	background-image: -ms-linear-gradient(top, #DBDBDB, #EDEDED);
	background-image: -o-linear-gradient(top, #DBDBDB, #EDEDED);
	background-image: linear-gradient(top, #DBDBDB, #EDEDED);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB, endColorstr=#EDEDED);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB, endColorstr=#EDEDED)";
}
section > h3 {
	color: #FFF;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 5px 20px;
}
body.cnormal .setup_frm > div > div > fieldset > legend,
body.cnormal p.subtitle, 
body.cnormal .setup_frm > fieldset > legend, 
body.cnormal caption {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -moz-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -ms-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -o-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: linear-gradient(top, #EDEDED, #DEDEDE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE)";
}
body.cnormal .setup_frm > div > div > fieldset > legend,
body.cnormal p.subtitle, 
body.cnormal .setup_frm > fieldset > legend {
	border-bottom: 1px solid #BBB;
}
body.cwhite p.subtitle,
body.cwhite caption,
body.cyellow p.subtitle,
body.cyellow caption {
	background-color: #000;
	border-top: 1px solid #999;
}
body.cnormal table.tbl_list caption {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #999;
}
body.cyellow .setup_frm > fieldset > legend,
body.cwhite .setup_frm > fieldset > legend {
	border-bottom: 1px solid #999;
	background-color: #000;
}
body.cyellow p.subtitle,
body.cyellow caption {
	background-color: #000;
}
body.cwhite p.subtitle,
body.cyellow p.subtitle {
	border-bottom: 1px solid #999;
}
body caption {
	text-align: left;
	padding: 5px 20px;
}
table.tbl_list tr > :first-child,table.tbl_list2 tr > :first-child {
	padding-left: 10px;
}
table.tbl_list tr > :last-child,table.tbl_list2 tr > :last-child {
	padding-right: 10px;
}
p.subtitle {
	padding: 5px 20px;
}
.setup_frm > fieldset > legend > span {
	padding: 6px 20px;
	display: inline-block;
	zoom: 1;
}
div#admin_template h3 {
	padding: 10px 20px 5px 20px;
	font-weight: bold;
	font-size: 1.5em;
}
div#admin_template td {
	vertical-align: top;
	padding: 20px;
}
div#admin_template p.name {
	font-size: 1.3em;
	font-weight: bold;
}
body.cnormal div#admin_template p.name {
	color: #000;
}
div#admin_template p {
	margin: 5px 0;
}
body.cnormal div#admin_template p {
	color: #666;
}
div#admin_template p.screenshot {
	background-position: left top;
	background-repeat: no-repeat;
	height: 180px;
	width: 100%;
}
div#admin_template p.folder span {
	font-family: Consolas, Courier, monospace;
	padding: 1px 3px;
	background-color: #000;
}
body.cnormal div#admin_template p.folder span {
	background-color: #EEE;
}
div#admin_template table#template {
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	width: 100%;
}
#template td {
	border-color: #999;
	border-width: 1px;
	border-style: none none solid solid;
}
body.cnormal #template td {
	border-color: #DDD;
}
#template td.first {
	border-style: none none solid none;
}
.splitpage {
	text-align: center;
}
body.cnormal p.splitpage,
body.cnormal tr.splitpage td {
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -moz-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -ms-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -o-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: linear-gradient(top, #D6D6D6, #FFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D6D6D6, endColorstr=#FFFFFF);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D6D6D6, endColorstr=#FFFFFF)";
}
body.cyellow p.splitpage,
body.cwhite p.splitpage {
	background-color: #000;
	border-top: 1px solid #999;
}
body .splitpage a {
	background-color: #333;
	border-radius: 5px 5px 5px 5px;
	margin: 4px 5px;
	font-weight: normal;
	padding: 5px 10px;
	display: inline-block;
	zoom: 1;
}
body.cnormal tr.splitpage > td.splitpage > a {
	color: #333;
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -o-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: linear-gradient(top, #FFFFFF, #EBEBEB);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EBEBEB);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EBEBEB)";
}
.splitpage strong {
	padding: 9px 10px;
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1;
}
body.cnormal .splitpage strong {
	color: #333333;
}
.splitpage strong:after {
	border-color: #999;
	font-size: 1px;
	border-width: 6px;
	content: "";
	position: absolute;
	z-index: 2;
	border-style: solid solid none solid;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 0;
	left: 50%;
	margin-left: -6px;
}
table tr.splitpage td {
	padding: 0 5px;
}
table tr.splitpage td.splitpage {
	text-align: center;
}
body.cwhite tr.splitpage td,
body.cyellow tr.splitpage td {
	border-bottom: 1px solid #999;
	background-color: #000;
}
ul#dashboard {
	margin: 20px;
	display: block;
}
ul#dashboard > li {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
}
ul#dashboard > li > h3 {
	font-size: 150%;
}
ul#dashboard > li ul {
	padding-left: 40px;
}
ul#dashboard > li {
	list-style-type: none;
}
article > h1.home, ul#dashboard > li.home {
	background-image: url(img/home.png);
}
article > h1.settings, ul#dashboard > li.settings {
	background-image: url(img/settings.png);
}
article > h1.menus, ul#dashboard > li.menus {
	background-image: url(img/menus.png);
}
article > h1.modules, ul#dashboard > li.modules {
	background-image: url(img/modules.png);
}
article > h1.widgets, ul#dashboard > li.widgets {
	background-image: url(img/widgets.png);
}
article > h1.users, ul#dashboard > li.users {
	background-image: url(img/users.png);
}
article > h1.property, ul#dashboard > li.property {
	background-image: url(img/property.png);
}

article > h1.email, ul#dashboard > li.email {
	background-image: url(img/email.png);
}
article > h1.tools, ul#dashboard > li.tools {
	background-image: url(img/tools.png);
}
article > h1.database, ul#dashboard > li.database {
	background-image: url(img/database.png);
}
article > h1.help, ul#dashboard > li.help {
	background-image: url(img/help32.png);
}
table.table_nav {
	width: 100%;
}
table.summary {
	width: 100%;
	border-top: 1px solid #999;
}

table.cal {
	width: 100%;
	
}
table.cal td.top{
vertical-align:top;
text-align:center;
}
table.tbl_list,table.tbl_list2 {
	width: 100%;
}
table.pay_sum {
	width: 100%;
	border-top:solid 1px #222;	
	border-bottom:solid 2px #222;
	margin-bottom:10px;
}
th[scope=row] {
	text-align: left;
}
table.summary tr.bg2 td,
table.summary tr.bg2 th[scope=row] {
	background-color: #F5F5F5;
}
body.cwhite table.summary tr.bg2 td,
body.cwhite table.summary tr.bg2 th[scope=row],
body.cyellow table.summary tr.bg2 td,
body.cyellow table.summary tr.bg2 th[scope=row] {
	background-color: #222;
}
table.summary th,
table.summary td,
table.summary caption {
	padding: 5px 20px;
}
.summary .data {
	text-align: right;
}
table.tbl_list thead th {
	padding: 5px;
	font-weight: bold;
	border-right: 1px solid #BBB;
	/*white-space: nowrap;*/
}
table.tbl_list thead th:last-child {
	border-right: none;
}
table.tbl_list tbody td,
table.tbl_list tbody th {
	padding: 5px;
	border-bottom: 1px solid #EEE;
/*	white-space: nowrap;*/
}
table.pay_sum td.right{
text-align:right;
padding-right:5px;
width:150px;
}
table.pay_sum td.left{
width:200px;
}
table.pay_sum td{
padding:5px;

}
table.tbl_list2 thead th {
	padding: 5px;
	font-weight: bold;
	border-right: 0px solid #BBB;
	white-space: nowrap;
}
table.tbl_list2 thead th:last-child {
	border-right: none;
}
table.tbl_list2 tbody td,
table.tbl_list2 tbody th {
	padding: 5px;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
}
.tbl_list .set_code {
	padding: 5px;
	width: 130px;
	text-align: left;
}

.tbl_list .p_code {
	padding: 5px;
	width: 200px;
	text-align: left;
}
.tbl_list .b_code{
padding: 5px;
width: 10px;
text-align: left;
}

.tbl_list .hotel {
	padding:  5px;
	width: 100px;
	text-align: left;
}
.tbl_list .total_guest {
	padding:  5px;
	width: 50px;
	text-align: center;
}
.tbl_list .datein_thai {
	padding:  5px;
	width: 60px;
	text-align: center;
}
.tbl_list .datein {
	padding:  5px;
	width: 100px;
	text-align: center;
}
.tbl_list .invoice_number {
	padding:  5px;
	width: 150px;
	text-align: center;
}
.tbl_list .amount_right {
	padding:  5px;
	width: 120px;
	text-align: right;
}
.tbl_list .amount {
	padding:  5px;
	width: 150px;
	text-align: center;
}
.tbl_list .product_code {
	padding:  5px;
	width: 150px;
	text-align: left;
}
.tbl_list .cnt {
	padding:  5px;
	width: 50px;
	text-align: center;
}
.tbl_list .show_calendar {
	padding: 0 0 0 5px;
	width: 300px;
	text-align: center;
}
.tbl_list .available {
	padding: 0 0 0 5px;
	width: 200px;
	text-align: left;
	color: #222;
}
.tbl_list .p_price {
	padding: 0 5px 0 0;
	width: 150px;
	text-align: right;
}
.tbl_list .sold {
	padding: 0 0 0 5px;
	width: 200px;
	text-align: left;
	color: green;
}

.tbl_list .check-column {
	padding: 0;
	width: 22px;
	text-align: center;
	
}
.tbl_list td.add_product{
padding: 10px 0 1px 0;
text-align:right;
}
.tbl_list a {
	font-weight: bold;
	min-height: 16px;
}
p.table_nav {
	margin: 20px;
}
form.table_nav, div.table_nav {
	margin: 20px 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	clear: both;
	line-height: 1.7em;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
table.table_nav td {
	padding: 20px;
}
.table_nav fieldset {
	float: left;
	margin: 0 5px;
}
.table_nav label {
	margin-right: 5px;
}
body.cnormal table.tbl_list th[scope=col].center{
text-align: center;
}
table.tbl_list thead th,
table.summary th[scope=col],
table.tbl_list th[scope=col] {
	font-size: 100%;
	text-align: left;
	border-bottom: 1px solid #BBB;
	background-color: #000;
}
body.cnormal table.tbl_list thead th,
body.cnormal table.summary th[scope=col],
body.cnormal table.tbl_list th[scope=col] {
	font-weight: normal;
	color: #666;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -moz-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -ms-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -o-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: linear-gradient(top, #EDEDED, #DEDEDE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE)";
}
body.cwhite table.tbl_list thead th,
body.cwhite table.tbl_list th.check-column,
body.cwhite table.summary th[scope=col],
body.cwhite table.tbl_list th[scope=col] {
	border-top: 1px solid #BBB;
}
body.cyellow table.tbl_list thead th,
body.cyellow table.tbl_list th.check-column,
body.cyellow table.summary th[scope=col],
body.cyellow table.tbl_list th[scope=col] {
	border-top: 1px solid #BBB;
}
table.summary tfoot td,
table.tbl_list tfoot td,
table.tbl_list tfoot th {
	text-align: right;
	border-top: 1px solid #BBB;
}
table.tbl_list tfoot.left td{
text-align: center;
}

table.tbl_list2 thead th,
table.tbl_list2 th[scope=col] {
	font-size: 100%;
	text-align: right;
	border-bottom: 1px solid #BBB;
	background-color: #000;
}
body.cnormal table.tbl_list2 thead th,
body.cnormal table.tbl_list2 th[scope=col] {
	font-weight: normal;
	color: #fff;
	
	background-color: #191970;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#191970), to(#191970));
	background-image: -webkit-linear-gradient(top, #191970, #191970);
	background-image: -moz-linear-gradient(top, #191970, #191970);
	background-image: -ms-linear-gradient(top, #191970, #191970);
	background-image: -o-linear-gradient(top, #191970, #191970);
	background-image: linear-gradient(top, #191970, #191970);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#191970, endColorstr=#191970);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#191970, endColorstr=#191970)";
}
body.cwhite table.tbl_list2 thead th,
body.cwhite table.tbl_list2 th.check-column,
body.cwhite table.tbl_list2 th[scope=col] {
	border-top: 1px solid #BBB;
}
body.cyellow table.tbl_list2 thead th,
body.cyellow table.tbl_list2 th.check-column,
body.cyellow table.tbl_list2 th[scope=col] {
	border-top: 1px solid #BBB;
}
table.tbl_list2 td{
text-align:right;
}
.summary > p {
	padding-left: 20px;
	padding-right: 20px;
}
.summary > p.bottom {
	text-align: right;
}
a.next {
	background: url(img/next.png) 0 50% no-repeat;
	padding-left: 23px;
	font-size: 90%;
}
#news_div a.topic {
	background: url(img/news.png) 0 50% no-repeat;
	padding-left: 23px;
}
#news_div > p {
	padding: 5px 20px;
	border-bottom: 1px dashed #DDD;
}
table.tbl_list tfoot th {
	padding-left: 5px;
	padding-right: 5px;
}
body.cnormal .summary .bottom,
body.cnormal table.summary tfoot td {
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -moz-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -ms-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: -o-linear-gradient(top, #D6D6D6, #FFFFFF);
	background-image: linear-gradient(top, #D6D6D6, #FFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D6D6D6, endColorstr=#FFFFFF);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D6D6D6, endColorstr=#FFFFFF)";
}
body.cwhite .summary .bottom,
body.cwhite table.summary tfoot td,
body.cwhite table.tbl_list tfoot td {
	color: #FFF;
}
body.cyellow .summary .bottom,
body.cyellow table.summary tfoot td,
body.cyellow table.tbl_list tfoot td {
	color: #FF0;
}
div.ggraphs {
	background-color: #000;
}
body.cnormal div.ggraphs {
	background-color: #FFF;
}
div.ggraphs canvas {
	width: 100%;
	height: 250px;
}
div.ggraphs {
	margin: 0.5em;
}
div.ggraphs span.info > span {
	visibility: hidden;
}
div.ggraphs span.info:hover > span {
	visibility: visible;
}
div.ggraphs table {
	width: 100%;
	border: 1px solid #EEE;
}
div.ggraphs thead tr > *,
div.ggraphs tr.bg2 > * {
	background-color: #EEE;
}
body.cwhite div.ggraphs table,
body.cyellow div.ggraphs table {
	border: 1px solid #222;
}
body.cwhite div.ggraphs thead tr > *,
body.cwhite div.ggraphs tr.bg2 > *,
body.cyellow div.ggraphs thead tr > *,
body.cyellow div.ggraphs tr.bg2 > * {
	background-color: #222;
}
div.ggraphs thead td {
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}
div.ggraphs th {
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
}
div.ggraphs tbody td {
	text-align: center;
	font-size: 80%;
}
.table_nav fieldset.search {
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D6D6D6;
	float: right;
}
 fieldset.search_a {
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D6D6D6;
	width: 163px;
}
fieldset.search2  {
	border: none;
	background-color: transparent;
	padding: 0 3px;
	float: right;
}
fieldset.search input[type=text] {
	border: none;
	background-color: transparent;
	padding: 0 3px;
}
fieldset.search input[type=text]:focus {
	outline: none !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}
fieldset.search input[type=image] {
	width: 1.5em;
	height: 1.5em;
	margin: 1px;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ABABAB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#8D8D8D));
	background-image: -webkit-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -moz-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -ms-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -o-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: linear-gradient(top, #C8C8C8, #8D8D8D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#8D8D8D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#8D8D8D)";
}
fieldset.search input[type=image]:hover {
	background-color: #888888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#6D6D6D));
	background-image: -webkit-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -moz-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -ms-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -o-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: linear-gradient(top, #A9A9A9, #6D6D6D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#6D6D6D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#6D6D6D)";
}
#pageview_graph {
	background-color: #333;
}
body.cnormal #pageview_graph {
	background-color: #FFF;
}
.wait {
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.invalid {
	background-color: #FFEAEA;
	background-image: url(img/invalid.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.valid {
	background-image: url(img/valid.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.required,
.required:focus {
	border-color: #F00 !important;
}
p.lastupdate {
	text-align: right;
}
p.lastupdate span.comment {
	float: left;
}
p.lastupdate > span#lastupdate {
	margin-left: 5px;
}
body.cnormal span#lastupdate {
	color: #F00;
}
.delete {
	display: block;
	background: url(img/delete.png) 50% 50% no-repeat;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
}
.confirm {
	display: block;
	background: url(img/confirm.png) 50% 50% no-repeat;
	max-width: 16px;
	max-height: 16px;
	cursor: pointer;
}
.rent_calendar {
	display: block;
	background: url(img/calendar.gif) 50% 50% no-repeat;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
}
.gallery {
	display: block;
	background: url(img/gallery.png) 50% 50% no-repeat;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
}
.edit {
	display: block;
	background: url(img/edit.png) 50% 50% no-repeat;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
}
.allsave{
display: block;
	background: url(img/icon_save_over.png) 50% 50% no-repeat;
	min-width: 50px;
	min-height: 50px;
	cursor: pointer;
}
a.allsave:hover{
text-decoration: none;
background: url(img/icon_save.png) 50% 50% no-repeat;
}
.allprint{
display: block;
	background: url(img/icon_print.png) 50% 50% no-repeat;
	min-width: 50px;
	min-height: 50px;
	cursor: pointer;
}
a.allprint:hover{
text-decoration: none;
background: url(img/icon_print_over.png) 50% 50% no-repeat;
}
.allcancel{
display: block;
	background: url(img/icon_cancel_over.png) 50% 50% no-repeat;
	min-width: 50px;
	min-height: 50px;
	cursor: pointer;
}
a.allcancel:hover{
text-decoration: none;
background: url(img/icon_cancel.png) 50% 50% no-repeat;
}
.alldel{
	display: block;
	background: url(img/icon_trash_over.png) 50% 50% no-repeat;
	min-width: 50px;
	min-height: 50px;
	cursor: pointer;
	
}
a.alldel:hover{
text-decoration: none;
background: url(img/icon_trash.png) 50% 50% no-repeat;

}
.add{
display: block;
	background: url(img/icon_add_over.png) 50% 50% no-repeat;
	min-width: 50px;
	min-height: 50px;
	cursor: pointer;
}
a.add:hover{
text-decoration: none;
background: url(img/icon_add.png) 50% 50% no-repeat;
}
.cancel_text {
	display: block;
	color:red;
	font-size:58px;
	margin-top:12px;
}
.cancel {
	display: block;
	background: url(img/cancel.png) 50% 50% no-repeat;
	min-width: 1px;
	min-height: 16px;
	cursor: pointer;
}
a.delete:hover, a.edit:hover, a.gallery:hover,a.rent_calendar:hover,a.cancel:hover {
	text-decoration: none;
}
.move a {
	background-image: url(img/move.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: move;
	display: block;
	text-decoration: none;
	min-width: 16px;
}
.move_left a {
	background-image: url(img/left.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	text-decoration: none;
	min-width: 16px;
}
.move_right a {
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	text-decoration: none;
	min-width: 16px;
}
.move a.loading,
.move_left a.loading,
.move_right a.loading {
	background-image: url(img/loading.gif);
}
optgroup:before {
	padding: 0 2px;
	font-style: italic;
	font-weight: bold;
}
optgroup > option {
	padding: 0 2px 0 20px;
}
body.cnormal optgroup {
	background-color: #EEE;
}
body.cwhite optgroup,
body.cyellow optgroup {
	background-color: #222;
}
body.cnormal optgroup > option {
	background-color: #FFF;
}
body.cwhite optgroup > option,
body.cyellow optgroup > option {
	background-color: #444;
}
p.icon {
	text-align: center;
}
div.install {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #DFDFDF;
	background-color: #F5F5F5;
	padding: 1em 2em;
	margin: 20px;
}
div.install > h3 {
	font-size: 130%;
	color: #666;
	font-weight: 700;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 10px
}
ol.install > li {
	line-height: 1.8em;
	border-bottom: 1px dashed #DDD;
	list-style-type: none
}
ol.install > li.valid {
	background: transparent url(img/valid.png) 100% 50% no-repeat;
	color: #060;
}
ol.install > li.invalid {
	background: transparent url(img/invalid.png) 100% 50% no-repeat;
	color: #F00;
}
div.install p {
	margin-top: 10px;
}
body table.status_table {
	border-width: 1px;
	border-style: solid solid none none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 0 225px;
}
body table.status_table td, body table.status_table th {
	padding: 5px 15px;
	text-align: center;
	border-style: none none solid solid;
	border-width: 1px;
	white-space: nowrap;
}
body table.status_table th {
	font-weight: bold;
}
tbody th.topic {
	text-align: left;
}
body.cnormal table.status_table {
	border-color: #CFCFD8;
}
body.cnormal table.status_table > caption {
	background-color: #CFCFD8;
	color: #FFF;
}
body.cnormal table.status_table th {
	background-color: #EEE;
	border-color: #CFCFD8;
}
body.cwhite table.status_table th {
	border-color: #FFF;
	background-color: #222;
}
body.cyellow table.status_table th {
	border-color: #FF0;
	background-color: #222;
}
body.cnormal table.status_table thead th {
	color: #777;
}
body.cnormal table.status_table th.col2 {
	background-color: #E6E6E6;
}
body.cnormal table.status_table tr.bg1 > td.col2 {
	background-color: #F5F5F5;
}
body.cnormal table.status_table tr.bg1 > td {
	background-color: #FFF;
	border-color: #CFCFD8;
}
body.cnormal table.status_table tr.bg2 > td.col2 {
	background-color: #F1EFD8;
}
body.cnormal table.status_table tr.bg2 > td {
	background-color: #F6F4E4;
	border-color: #CFCFD8;
}
body form#import_frm p.comment {
	padding-left: 20px !important;
}
#member-view {
	width: 350px;
}
#member-view p {
	padding: 3px 20px;
}
#member-view h5 {
	text-align: center;
	font-size: 120%;
}
#member-view span.label {
	float: left;
	font-weight: bold;
	width: 120px;
}
#member-view p > a.email {
	background: transparent url(img/tool-icons.png) 0 -237px no-repeat;
	padding-left: 21px;
}
#member-view img.uicon {
	border: 1px solid #6699CC;
	padding: 2px;
	position: absolute;
	right: 0;
	vertical-align: middle;
	margin-right: 10px;
}
td.empty {
	text-align: center;
	padding: 20px !important;
}
body.cnormal td.empty {
	color: #F00;
}
.postbox .bottom {
	text-align: right;
	padding: 10px 20px 5px 20px;
}
body.cnormal .postbox .data {
	background-color: #F9F9F9;
	border-bottom: 1px solid #F0F0F0;
}
body.cnormal .postbox  dd {
	background-color: #F5F5F5;
	border-bottom: 1px solid #F0F0F0;
}
body.cyellow .postbox  dd,
body.cwhite .postbox  dd {
	background-color: #222;
	border-bottom: 1px solid #999;
}
body.cyellow .postbox .data,
body.cwhite .postbox .data {
	background-color: #333;
	border-bottom: 1px solid #999;
}
table.can_list td {
	padding: 1px !important;
	font-size: 90%;
}
table#tbl_category th.topic a {
	display: block;
	line-height: 1.8em;
}
form#write_frm table.info {
	margin-left: 175px;
}
table.info {
	margin-top: 5px;
	border-spacing: 1px;
	border-collapse: separate !important;
}
body.cnormal table.info {
	background-color: #69C;
}
body.cwhite table.info {
	background-color: #FFF;
}
body.cyellow table.info {
	background-color: #FF0;
}
table.info td, table.info th {
	padding: 5px;
	text-align: left;
}
body.cnormal table.info td {
	background-color: #FFF;
}
body.cnormal table.info th {
	background-color: #DFEAF4;
}
body.cwhite table.info td,
body.cyellow table.info td {
	background-color: #333;
}
body.cwhite table.info th,
body.cyellow table.info th {
	background-color: #000;
}
body.cyellow table.info caption {
	border-color: #FF0;
}
body.cwhite table.info caption {
	border-color: #FFF;
}
body.cnormal table.info caption {
	border-color: #69C;
}
table.info caption {
	border-style: solid solid none solid;
	border-width: 1px;
	padding: 5px;
	white-space: nowrap;
}
html > body a.check {
	display: block;
	min-height: 13px;
	text-decoration: none;
	background: transparent url(img/check.png) 50% 50% no-repeat;
}
html > body a.uncheck {
	display: block;
	min-height: 13px;
	text-decoration: none;
	background: transparent url(img/uncheck.png) 50% 50% no-repeat;
}
dl.editinplace_list {
	display: block;
	padding: 0 !important;
}
dl.editinplace_list > dd {
	padding: 2px 20px;
	clear: both;
	display: block;
	background-color: #333;
	border-bottom: 1px solid #999;
}
body.cnormal dl.editinplace_list > dd {
	background-color: #F9F9F9;
	border-bottom: 1px solid #F0F0F0;
}
dl.editinplace_list span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
	padding: 4px 5px;
	min-width: 30px;
	min-height: 1.4em;
	vertical-align: middle;
}
dl.editinplace_list input.editable {
	background-color: transparent;
}
dl.editinplace_list span.check {
	background-image: url(img/check.png);
}
dl.editinplace_list span.uncheck {
	background-image: url(img/uncheck.png);
}
dl.editinplace_list span.delete {
	background-image: url(img/editinplace_delete.png);
}
dl.editinplace_list span.editinplace {
	border: 1px solid transparent;
	cursor: pointer;
	line-height: 1.7em;
	padding: 2px 15px 2px 3px;
}
dl.editinplace_list span.editinplace:hover {
	background-position: 100% 50%;
	background-image: url(img/editinplace.png);
	background-repeat: no-repeat;
	border-color: #DDD;
}
 .show_feature {
   float: left;
   width: 130px;
   color:green;
   margin-left: 5px;
   }
   #setup_frm  .btnCalendar{		
     	border:0; 
     	background-color:white;
     	width: 20px; 
		background:url(img/calendar.gif);    
     	background-position:center;
     	background-repeat:no-repeat;
     	
	}

.customer_detail legend {
line-height: 1.333em;
padding: 0.167em 0.5em 0.25em;
border: 1px solid #0A81D0;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
border-radius: 0.417em;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
text-decoration: none;
font-weight: normal;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
outline: 0;
background-color: #0A81D0;
font-size:16px;
}
.customer_detail fieldset {
border:  1px solid #999;
padding: 1em 1.667em 1.667em 1.667em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
margin-bottom: 1.667em;
margin-right: 2px;
background-color: #FFF;
height:270px;
}

.customer_detail legend {
margin-left: -0.833em;
}
.customer_detail p, .customer_detail fieldset fieldset {
clear: both;
overflow: auto;
line-height: normal;
}
.customer_detail  p {
padding: 5px 20px;
line-height: 2em;
}
.customer_detail label {
float: left;
line-height: 1.8em;
margin-right: 5px;
width: 170px;
}
.btnCalendar{		
     	border:0; 
     	background-color:white;
     	width: 20px; 
		background:url(img/calendar.gif);    
     	background-position:center;
     	background-repeat:no-repeat;
     	
	}
#member{
background:#fff;
}




.customer_detail2 legend {
line-height: 1.333em;
padding: 0.167em 0.5em 0.25em;
border: 1px solid #0A81D0;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
border-radius: 0.417em;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
text-decoration: none;
font-weight: normal;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
outline: 0;
background-color: #0A81D0;
font-size:16px;
}
.customer_detail2 fieldset {
border:  1px solid #999;
padding: 1em 1.667em 1.667em 1.667em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
margin-bottom: 1.667em;
margin-right: 2px;
background-color: #FFF;
height:130px;
}

.customer_detail2 legend {
margin-left: -0.833em;
}
.customer_detail2 p, .customer_detail2 fieldset fieldset {
clear: both;
overflow: auto;
line-height: normal;
}
.customer_detail2  p {
padding: 5px 20px;
line-height: 2em;
}
.customer_detail2 label {
float: left;
line-height: 1.8em;
margin-right: 5px;
width: 150px;
}
fieldset.unit{
border:solid #888888 1px;
width:70%;
margin-left: 5px;

}
fieldset.price{
border:solid #888888 1px;
width:28%;
margin-left: 5px;
clear: right;
}
table .tb_unit{
width:90%;
border-right:solid #0A81D0 2px;
margin-left: 15px;
margin-top: 10px;
}
.order_details legend {
line-height: 1.333em;
padding: 0.167em 0.5em 0.25em;
border: 1px solid #0A81D0;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
border-radius: 0.417em;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
text-decoration: none;
font-weight: normal;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
outline: 0;
background-color: #0A81D0;
font-size:16px;
}
.order_details fieldset {
border:  1px solid #999;
padding: 1em 1.667em 1.667em 1.667em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
margin-bottom: 1.667em;
margin-right: 2px;
background-color: #FFF;

}

.order_details legend {
margin-left: -0.833em;
}
.order_details p, .order_details fieldset fieldset {
clear: both;
overflow: auto;
line-height: normal;
}
.order_details  p {
padding: 5px 20px;
line-height: 2em;
}
.order_details label {
float: left;
line-height: 1.8em;
margin-right: 5px;
width: 150px;
}
table.chequedetail{
margin: 10px 0 0 50px;
color: green;
border:1px solid gray;
padding: 10px 0 10px 0;
}
table.chequedetail td.right{
color: #4e4e4e;
text-align: right;
padding-right: 5px;
}

#slickbox {
display: none;
background-color: #CCC;
position: absolute;
right: : 30px;
top: 151px;
width: 215px;
padding: 12px;
font-size: 11px;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
border-radius: 5px;
border-top-left-radius: 0;
z-index: 100;
}
table .tb_report{
margin:10px 0 0 20px;
}
table .tb_report td.right{
padding-right: 10px;
text-align: right;
}
.comment_cash{
color:red;
clear: both;
float: right;
font-size: 16px;
}
.back_next{
font-size: 2.5em;
}
.back_next a{
cursor: pointer;
text-decoration: none;
}
.back_next a:hover{
text-decoration: none;
color: #F47A20;
}

td  input[type=image] {
	width: 1.4em;
	height: 1.4em;
	margin: 1px;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ABABAB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#8D8D8D));
	background-image: -webkit-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -moz-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -ms-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: -o-linear-gradient(top, #C8C8C8, #8D8D8D);
	background-image: linear-gradient(top, #C8C8C8, #8D8D8D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#8D8D8D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#8D8D8D)";
}
td  input[type=image]:hover {
	background-color: #888888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#6D6D6D));
	background-image: -webkit-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -moz-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -ms-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: -o-linear-gradient(top, #A9A9A9, #6D6D6D);
	background-image: linear-gradient(top, #A9A9A9, #6D6D6D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#6D6D6D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#6D6D6D)";
}
div.modaldiv {
	background: #E5F3FF;
	border: 5px solid #B7DEFF;
	padding: 10px;
	z-Index: 9999;
	margin: 10px;
}
#btnclose {
	background: transparent url(img/closebox.png) center center no-repeat;
	width: 30px;
	height: 30px;
}
div.modaldiv form {
	background-color: #FFF;
	border: 1px dashed #B7DEFF;
	padding: 0 10px 10px 10px;
}
div.modaldiv h1 {
	line-height: 30px;
	font-size: 150%;
	font-weight: bold;
}
.box_color{
border-bottom:solid gray 1px;
}

#tabmenu { color: #fff; border-bottom: 1px solid black; margin: 12px 0px 0px 0px; padding: 0px; z-index: 1; padding-left: 10px } 
#tabmenu li { display: inline; overflow: hidden; list-style-type: none;background: ; }
 #tabmenu li a { color: #fff; background: gray; font: normal 1.2em verdana, Arial, sans-serif; border: 1px solid black; padding: 2px 5px 0px 5px; margin: 0px; text-decoration: none; cursor:hand; } 
 #tabmenu li.active a { background: #0A81D0; } 
 #tabmenu a:hover { color: #fff; background: #ADC09F; } 
 #tabmenu a:visited { color: #E8E9BE; } 
 #tabmenu a.active:hover { background: #ffffff; color: #DEDECF; } 
 #content {font: 0.9em/1.3em verdana, sans-serif; text-align: justify; background: #ffffff; padding: 20px; border: 1px solid black; border-top: none; z-index: 2; } 
 #content a { text-decoration: none; color: #E8E9BE; } 
 #content a:hover { background: #aaaaaa; } 
.scrollContent{

min-height: 100px;
height: 300px;
overflow: auto;
 }
 table.tbreduce td{
 padding: 2px;
 }
  table.tbreduce{
  margin: 10px;
  border: solid 1px #ccc;
  }
  div.show-month{
  float:left;
  width:50px;
  padding: 3px;
  }
  table.cut-list{
  border: 1px solid #ccc;
  width: 60%;
  }
  table.cut-list th{
  background: #ccc;
  padding: 3px;
  }
  table.cut-list td{
  padding: 2px;
  border-bottom: dotted 1px #ccc;
  }
    table.cut-list td.right{

  }
  
  table.salary-detail{
  padding: 10px;
  width: 100%;
  }
  table.salary-detail label{
  width: 200px;
  }
  ul.report-tree li{
  list-style: circle;
  }
  ul.report-tree{
  margin: 10px 0 0 25px;
  }
  .notice {
  width: 100%;
  }
  .notice td{
   padding: 5px;
  }
  .notice td.notice-action{
  background: #ccc;
  }
  input.total-cut{
  border:none;
  }
  table.information-detail{
  margin:10px;
  }
  table.information-detail td{
  padding: 5px;
  }
  table.information-detail caption{
  background: none;
  text-decoration: underline;
  }
  .overflow-scroll{
	/*overflow-x: scroll;*/
}
table.approve-money{
margin: 6px;
}
table.approve-money td{
padding: 3px;
text-align: left;
}
table.approve-money td.one{
padding-left: 10px;
}
table.system{
 margin: 10px 0px 0px 90px;
 border: 1px solid #BBB;
}
table.system td{
padding: 5px;
border-bottom: 1px solid #EEE;
white-space: nowrap;
}
table.system th{
font-weight: normal;
	color: #666;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
white-space: nowrap;
	padding: 3px;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -moz-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -ms-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -o-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: linear-gradient(top, #EDEDED, #DEDEDE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE)";

}
body.cnormal table.tbl_list-job{
	border-collapse: collapse;
border-spacing:0;
width: 100%;
}
body.cnormal table.tbl_list-job td{
padding: 3px 1px 3px 1px;
}
body.cnormal table.tbl_list-job th{
font-weight: normal;
	color: #666;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
white-space: nowrap;
	padding: 3px 0px 3px 0px;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -moz-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -ms-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: -o-linear-gradient(top, #EDEDED, #DEDEDE);
	background-image: linear-gradient(top, #EDEDED, #DEDEDE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#DEDEDE)";
}
body.cnormal table.tbl_list-job .left{
text-align: left;
}
.avg{
background: #6691ee;
color: #fff;
}
.hide{
visibility:hidden;
}
.input-read{
border: none !important;
color: green;
}
.search-j{
width: 99%;
border:solid 1px #999;
border-collapse: collapse !important;

}
.search-j td{
padding: 3px;
border:dotted 1px #999;

}
.div-type{
margin-left: 275px;
display: block;
}