* {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none,
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-size-adjust: none;
}

body,div,table,tr,td{
	font-size:11px;
	font-family:Arial;	
	margin:0px;
	padding:0px;
	border:0px;
}
textarea{
	resize: none;
}
input.input{
	font-size:12px;
	font-family:Arial;	
	height:18px;
	line-height:18px;	
	width:120px;
}
input{
	font-size:12px;
	font-family:Arial;	
	height:18px;
	line-height:18px;	
	width:120px;	
}
input.btn{
	height:25px;
	color:black;
	font-weight: bold;	
}
select{
	width:120px;
	height:23px;
	font-size:12px;	
}
.itemTitle{
	font-size:12px;
	font-weight:bold;
	color:black;
}
.title {font-size: 11px; color: black; font-weight: bold;}
.frameLink{cursor: pointer;}
.navPoint { COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt }
a:link {font-size:12px; text-decoration:none; color:#000000;}
a:visited {font-size:12px; text-decoration:none; color:#000000;}
a:hover {font-size:12px; text-decoration:none; color:#FF0000;}

a.v1:link {font-size:12px; text-decoration:none; color:#03515d;}
a.v1:visited {font-size:12px; text-decoration:none; color:#03515d;}

div.errorContainer{
	background-color: silver;
	width:450px;
	position:absolute;
	top:200px;
	left:100px;
	z-index: 9000;
}
div.errorContainer #warn_close{
	height: 20px;
	margin-right:2px;
	background-color: #D90000;
	position: relative;
}
div.errorContainer #warn_close span.title{
	width:80px;
	height:18px;
	position: absolute;
	left:5px;
	top:5px;
	background:none;
	font-size: 12px;
	font-weight:bold;
	color: white;
}
div.errorContainer #warn_close span.close{
	width:11px;
	height:11px;
	position: absolute;
	right:5px;
	top:5px;
	background: url("../images/sys/win_close.gif") no-repeat right top;
	cursor: pointer;
}
div.errorContainer #warn_info{
	background-color: #6895B7;
	border: 1px solid #D90000;	
	border-bottom:0px;
	margin-right:2px;
	opacity: 1; 
	filter: alpha(opacity=100); 		
}
div.errorContainer #c_warn_info{
	background-color: #6895B7;
	border: 1px solid #D90000;	
	border-top:0px;
	margin-right:2px;
	margin-bottom:2px;
	opacity: 1; 
	filter: alpha(opacity=100); 			
}
div.errorContainer label{
	color:red;
	display:block;
	height:20px;
	margin-right:5px;
	margin-bottom:2px;	
	font-weight:bold;
	margin:4px;
	padding-left:15px;
	background: url("../images/sys/iconWarning.gif") no-repeat;
}

/**
 * for data picker
 */
td.ui-datepicker-week-end{
}
div.block{
	padding:5px;	
	text-align:center;
}
div.newline{
	clear: both;
	margin-top: 10px;	
}
div.single_line {
     height: 25px; 
     margin-top: 5px;
     clear: both;
 }
 div.single_line label {
     float: left;
     width: 75px;
     margin-left: 10px;
     font-size: 12px;
 }
 div.single_line input {
     float: left;
     width: 120px;
     margin-left: 5px;
     font-size: 12px;
 }
 div.single_line select {
     float: left;
     width: 125px;
     margin-left: 5px;
     font-size: 12px;
 }
 div.single_line textarea {
	float:left;
	clear:both;
	margin-left:5px;
	margin-top:5px;
	width:99%
}
div.free_single_line{
     height: 18px; 
     margin-top: 5px;
     clear: both;
     text-align:left;
     padding-left:5px;	
}
div.l{
	clear:both;
	width: 100%;
	height: 1px;
	margin-top:3px;
	margin-bottom:3px;
	background-color: #1D5987;
}
div.blankL{
	clear:both;
	width: 100%;
	height: 5px;
	margin-top:3px;
	margin-bottom:3px;
}
.disabled {
	background-color: silver;
	color:#0a2ddb;
}
.click{
	cursor: pointer;	
}
.content{
	width:99%;
	padding:5px;	
}
.content .left{
	width:28%;
	height:100%;	
	float:left;
}
.content .right{
	width:68%;
	height:100%;	
	float:right;
}
.errorList{
 border:1px solid red !important;
}
#common_banner{
	text-align:left;
	height:32px;
	width:990px;
}
#page_banner{
	padding-left:2px;
	padding-right:25px;
	font-weight:bold;
	font-size:14px;	
	text-decoration: underline;
	float:left;
}
#rfid_btn_bar{
	float:left;
	width:200px;
	text-align:center;
}
#normal_btn_bar{
	float:left;
	width:250px;
	text-align:left;
}
#specified_btn_bar{
	float:right;
	width:300px;
	text-align: right;
}
.numAlign{
	text-align: right;	
}
.dateAlign{
	text-align: right;	
}
.strAlign{
	text-align:left;	
}
.itemInput{
	width:90%;	
}
.redHL{
	background-color: red;	
}

input.cal{
	background-color: yellow
}
select.cal{
	background-color: yellow
}
textarea.cal {
	background-color: yellow
}