.inputcla{
	font-size:12px;
	height:22px;
	margin: 0 5px;
	padding:5px;
}
table{font-size:12px;}
th {
	font-weight: normal;
	text-align: left;
	font-size:12px;
	padding:10px;
}
.tableHover tr:hover{
	background-color:#EAEAEA;
}
.tdR {
	text-align: right;
}

.tdL {
	text-align: left;
}

h5 {
	color: #333;
	margin: 5px 0px;
	font-size: 14px;
}

span.gray {
	color: #b9b9b9;
	padding-left: 2px;
}

.topBorder {
	border-top: 1px solid #ccc;
}

.openwindow {
	background: #fff;
	width: 100%;
}

.openwindow .searchDialog {
	padding: 5px 0 5px 15px;
}

.openwindow .searchDialog th,.openwindow .searchDialog td {
	width: auto;
}

.searchDialog {
	
	background-color: #fff;
	padding: 5px 0 5px 15px;
}

.searchDialog img#img_1 {
	position: absolute;
	left: 8px;
	top: 10px;
	cursor: pointer;
}

.inputs {
	text-indent: 2px;
	width: 155px;
	height: 18px;
	border: 1px solid #ccc;
}

.inputbtn {
	border: 0;
	padding: 1px 10px 0px 10px;
	width: 56px;
	height: 22px;
	color: #294F76;
	border:1px solid #ccc;
	width: 65px;
    height: 25px;
    margin-right: 20px;
}

.dataGrid {
	overflow-x: auto;
	padding: 5px;
	
}

.dataGrid_frame {
	padding: 5px;
	border: 1px solid #ccc;
}

.dataGrid table,.dataGrid_frame table {
	width: 100%;
	background: #fff;
	word-break: break-all;
	border-collapse: collapse;
}

.dataGrid .Grid th {
	height: 22px;
	cursor: pointer;
	text-align: left;
	background: #efeded;
	color: #666;
	font-weight: bold;
	padding: 2px 4px 3px 2px; 
	padding: 2px 4px 0px 2px;
	width: auto;
	border: 0;
	border-bottom:3px solid #ccc;
}

.dataGrid .Grid td {
	height: 20px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	padding: 2px 4px 3px 2px;
	padding: 2px 4px 0 2px;
	min-width:50px;
}

.dataGrid .Grid img a:hover {
	border-bottom: 1px solid #809FC9;
	border-right: 1px solid #809FC9;
}

.dataGrid a:link,.page a:link {
	color: #2c6bb9;
	text-decoration: none;
}

.dataGrid a:visited {
	color: #8e439c;
	text-decoration: none;
}

.dataGrid a:hover {
	text-decoration: underline;
}

.operation {
	text-align: right;
	padding: 5px 0 2px 0;
}
