/*==============================
		Image Decolation
================================*/
img.imgR {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	float: right;
	display: block;
	clear: right;
	border: none;
}
img.imgL {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	clear: left;
	border: none;
}
img.imgC {
	padding: 0px;
	margin: 0px auto;
	display: block;
	clear: both;
	border: none;
}

/*==============================
		Text Decolation
================================*/
.txtSS {font-size:10px;}
.txtS  {font-size:12px;}
.txtM  {font-size:14px;}
.txtL  {font-size:16px;}
.txtLL {font-size:18px;}
.txtRed{color:Red;}

/*==============================
	Input Elements
================================*/
.tbEDate {
	ime-mode:disabled;
	width:30px;
}
.tbJNo {
	ime-mode:active;
	width:30px;
}
.tbENo {
	ime-mode:disabled;
	width:30px;
}
.tbJSSS {
	ime-mode:active;
	width:50px;
}
.tbESSS {
	ime-mode:disabled;
	width:50px;
}
.tbJSS {
	ime-mode:active;
	width:100px;
}
.tbESS {
	ime-mode:disabled;
	width:100px;
}
.tbJSM {
	ime-mode:active;
	width:150px;
}
.tbESM {
	ime-mode:disabled;
	width:150px;
}
.tbJS {
	ime-mode:active;
	width:200px;
}
.tbES {
	ime-mode:disabled;
	width:200px;
}
.tbJM {
	ime-mode:active;
	width:300px;
}
.tbEM {
	ime-mode:disabled;
	width:300px;
}
.tbJL {
	ime-mode:active;
	width:400px;
}
.tbEL {
	ime-mode:disabled;
	width:400px;
}
.tbJLL {
	ime-mode:active;
	width:550px;
}
.tbELL {
	ime-mode:disabled;
	width:550px;
}

/*==============================
		Trace Table
================================*/
table.trace{
	border-collapse: collapse;
	border: 1px solid #666666;
}
th.traceTitle {
	font-size:11px;
	background-color:#CCCCCC;
}
th.trace {
	padding:3px;
	text-align:left;
	font-size:11px;
	background-color:#EFEFEF;
}
td.trace{
	padding:3px;
	font-size:11px;
	background-color:#FFFFFF;
}
