/* TABLE EDITOR */
#table_controll { width:100%; height:100%; }
.edittable { border-width: 0px 1px 1px 0px; font-size: 1em; margin: 0px; width:100%; border-color: rgb(153, 153, 153); border-style:solid; border-spacing: 0px 0px; border-collapse: separate; }
.edittable th, .edittable td { outline:0; border-color: rgb(153, 153, 153); border-style: solid; border-width: 1px 0px 0px 1px; color: rgb(51, 51, 51); font-size: 1em; min-width: 2em; padding: 0px; text-align: left; vertical-align: top; }
.edittable div { min-height: 1.8em; padding: 0px; position: relative; }
.edittable div div { padding: 2px 4px 3px; position: static; }
.edittable th { background-color: rgb(238, 238, 238); font-weight: normal; }
.edittable tr { border-color: inherit; display:display: table-row; vertical-align: inherit; border-style:solid; }
.edittable thead { border-color: inherit; display: table-header-group; vertical-align: middle; }
.edittable thead th { background-color: rgb(221, 221, 221); }
.edittable th.active_cell, .edittable td.active_cell { background-color:#FFFFCC !important; }

.edittable textarea {
	background-color: #FFFFCC;
	border: none;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;
	outline:0;
	overflow: hidden;
	padding:0;
	position:absolute;
}
/* TABLE EDITOR (END) */
