html{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-family: "ËÎÌå", "Arial";
	overflow: auto;
}	
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	border:0;
}
form {
	display:inline;
}
textarea {
	overflow:auto;	
	font-size: 12px;
	border: #7e95bf 1px solid;
}
table {
	text-align: center;
	align: center;
}
table td {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
table td textarea {
	width: 95%;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
input { 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 18px;
	color: #333333;
	behavior: url("skins/tx_blue/WEB-MODULE/Common/htc/input.htc");
}
button, input.button, input.cmdbutton {
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
	border: #7e95bf 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#d7dfe6);
	cursor: hand;
	color: black;
	padding-top: 2px;
	behavior: none;
}
input.cmdbutton {
	width: 80px;
}
textarea {
	border: 1px solid #839A7C;
	height: 60px;
	font-size: 12px;
}
select {
	border: 1px solid #839A7C;
	font-size: 9pt;
	font-size: 12px;
}
label {
	cursor: pointer;
}
.ne_wf_hide {
	display: none;
}
.ne_wf_show {
	display: block;
}
.ne_wf_inputR{
	text-align: right;
}
.ne_wf_inputC{
	text-align: center;
}
.ne_wf_readonly {
	background: #ededed;
}
.ne_wf_necessary {
	background: #ffffed;
}
.ne_wf_error {
	background: #ffeded;
}
.ne_wf_readonlyR {
	background: #ededed;
	text-align: right;
}
.ne_wf_necessaryR {
	background: #ffffed;
	text-align: right;
}
.ne_wf_necessary_text {
	color: #f66;
}
.ne_wf_more_text {
	color: #f99;
}
.ne_wf_top_text{
	color: #f66;
}

div.command, div.commandbar {
	margin: 8px 0px 4px 0xp;
	padding-right: 10px; 
	text-align: right;
	width: 100%;
}
div.command input, div.command button{
	margin: 0px 8px 0px 8px;
}
div.commandbar input, div.commandbar button{
	margin: 0px 8px 0px 8px;
	width: 80px;
}
span.filesView {
	padding: 0px;
	margin: 0px;
	border: none;
}
span.filesView a, span.filesView a:link, span.filesView a:active, span.filesView a:visited, span.filesView a:hover{
	background: url("../image/file.png") transparent left no-repeat;
	padding-left: 18px;
}
