font {
	font-size: 14px;
}
#_leftMenu li{cursor: pointer;
	height:20px; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
	list-style-position: inside;
	margin-left: -30px;
}
#_all {
	width: 98%; 
	height: auto; 
	border: 1px solid #ccc; 
	position: relative;
	float: left;
}

#__left {
	width: 14%; 
	height: auto; 
	/*border: 1px solid red;*/
	position: relative;
	float: left;
}
#__right{
	width:84%;  border: 1px solid #ccc; position: relative; float: left;
}
.tab_content{ 
	width: 100%;  /*border:1px solid red;*/ position: relative; 
}

.i-table {	
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
	width: 98%;
}
.i-table th {
    text-align: center;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff;
}
.i-table td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff;	
}  
.i-table input{
	width: 95%;
	border:none;
}
 textarea {
	border:none;
	overflow-x:hidden;
	overflow-y:hidden;
}

.input_noborder{
	border:none;
}
.input_underline{
	border:none;
	border-bottom: 1px solid black;
}
	