@CHARSET "UTF-8";

table.no_extra {
	border: 0px;
	border-collapse: collapse;
}

table.no_extra td {
	padding: 0px;
	/* vertical-align: top; */
}

span.node_text {
	font: 9pt Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

table.hint_table td {
	padding: 4px;
}

span.hint_caption {
	font: bold	9pt Arial, Helvetica, sans-serif;
}

span.hint_text {
	font: 8pt Arial, Helvetica, sans-serif;	
}

div.hint_box {
	background-color: #FFFFE1;
	border: 1px solid black;
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.345);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.345);
}

table.nav_tree {
	table-layout: fixed;
}

table.nav_tree tr {
	height: 30px;
	/*max-height: 22px !important;*/
}

table.nav_tree td {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	overflow: hidden;
	padding-left: 3px;
	white-space: nowrap;
}

table.dlg_data {
	width: 100%;
	border-colapse: separate;
}

table.dlg_data td {
	padding: 2px;
}

td.no_right_border {
	border-right: 0 none !important;
}

table.dlg_data tr td:first-child {
	text-align: right;
	font: 12px Tahoma,Geneva,sans-serif;
}

table.tbl_inpbox {
	border: 1px solid #9f9f9f;
	background-color: white; 
	width: 150px;
}

table.tbl_inpbox td {
	width: 100%;
}

table.tbl_inpbox input {
	display: block; 
	width: 100%; 
	border: 0 none !important;
}

div.toolbar_box {
	padding: 2px;
	background-color: #f0f0f0;
	/* border: 1px solid #a8a8a8; */
}

div.toolbar_box ul {
	cursor: pointer;
	list-style: outside none none;
	margin: 0;
	padding: 0; 
}

div.toolbar_box li {
	border: 1px solid #f0f0f0;
	float: left;
}

div.toolbar_box li:hover {
	background-color: #cbcbcb;
	border: 1px solid #888888;
	max-width: 24px;
}

div.toolbar_box li.checked {
	background-color: white;
	border-color: #888888;
}

div.toolbar_box li.checked:hover {
	background-color: #cbcbcb;
}

li.toolbar_separator {
	padding: 6px 2px;
	display: block;
}

li.toolbar_separator b {
	height: 100%;
	width: 1px;
	background-color: #a8a8a8;
	display: block;
}

div.toolbar_btn_box {
	padding: 4px; 
	line-height: 0;
}

div.toolbar_btn_box img {
	vertical-align: middle; 
	width: 16px; 
	height: 16px;
}

table.main_tbl tr > td:first-child {
	border-left: 1px solid #7F7F7F;
}

table.main_tbl tr:first-child td {
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F; 
}

table.main_tbl tr:last-child td {
	border-bottom: none !important; /* 1px solid #7F7F7F; */
}

table.main_tbl tr td:last-child {
	border-right: 1px solid #7F7F7F;
} 

table.nested_tbl td {
	border: none !important;
}

table.nav_header {
	table-layout: fixed;
}

table.nav_header span {
	vertical-align: middle;
}

table.nav_header td {
	border-right: 1px solid #ACA899;
	font: 9pt Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-left: 3px;
	overflow: hidden;
	white-space: nowrap;
}

/* #colnav {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
} */

/* table.scale_layout td {
	padding-left: 5px;
} */
