@CHARSET "UTF-8";
* {
	border:0;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
	font-family:sans-serif;
	font-size:11px;
	cursor:default;
	color:#202020;
	text-decoration:none;
}

.clink {
	text-decoration: underline;
	color:blue;
	cursor:pointer;
}

body {
	background:#d4dde6;
}

input.b1, input.b1NO {
	background: #f4f4f4;
	border: 1px solid #d4dce5;
	color: #4e545a;
	cursor: pointer;
	padding: 1px;
	font-weight: bold;
}
input.b1:hover {
	background: #dfdfdf;
}

/*input.b1NO {
	cursor: default;
	color: #888888 !important;
	border: 1px solid #888888 !important;
}*/
input.b1NO {
	background: #f8f8f8;
	cursor: default;
	color: #a6a8aa !important;
	border: 1px solid #e5eaef !important;
}
.NO, .NO * {color: #a6a8aa !important;}

input.i1 {
	border:1px solid #e6e6e6;
	cursor: text;
	padding: 1px;
}

.hidden,
.hidden * {
	position: absolute !important;
	left: -100px !important;
	width: 1px !important;
	overflow: hidden !important;
}

/*div.WEB {
	position: absolute;
	top:0; left:0;
	z-index: 10;
	background: #d4dde6;
	margin: 0;
	width: 100%;}
body > div.WEB {
	min-width:100%;
}*/

div.WEBcontent {
	width:1000px;
	margin: 0 auto;
	height:100%;
	min-height:100%;
}

.fbig {
	font-size: 15px;
}
.fb {
	font-weight: bold;
}

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

select {
	border: 1px solid #d5dee7;
}

.cp, .cp * {
	cursor: pointer;
}

.ct, .ct * {
	cursor: text;
}

.w100 {
	width: 100%;
}

.b, .b * {
	font-weight: bold;
}

.loadimg {
	font-size: 1px;
	width: 80px;
	height: 12px;
	background: url(./img/loading.gif) top center no-repeat;
}