.table_kit body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

.table_kit pre {
	padding: 1em;
	background-color: #F2F2F2;
}
.table_kit code {
	font-size: 1.2em;
	background-color: #F2F2F2;
}

.table_kit #content {
	margin: 3em;
}

.table_kit #content p {
	width: 45em;
}
.table_kit #mainmenu {
	margin: 1em 0 0 0;
}
.table_kit .panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 1em;
	background-color: #FFF;
	margin: 0;
}
.table_kit .panel.active-tab-body {
	display: block;
}
.table_kit #tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
.table_kit #tabs li {
	position: relative;
	float: left;
}
.table_kit #tabs a {
	float: left;
	padding: 5px 8px;
	margin-right: 6px;
	border: 1px solid #00adef;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	color: #000;
}
.table_kit #tabs a:hover {
	background-color: #8dd8f8;
	color: #FFF;
}
.table_kit #tabs a.active-tab {
	background-color: #00adef;
	color: #FFF;
}
.table_kit table {
	border-collapse: collapse;
	table-layout: fixed;
}

.table_kit td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
	font-size:12px;
	/*white-space: nowrap;
	overflow: hidden;*/
}

/*th {
   white-space: pre;
}*/

.table_kit thead, tfoot {
	background-color: #DDD;
}

.table_kit tr.rowodd {
	background-color: #FFF;
}

.table_kit tr.roweven {
	background-color: #F2F2F2;
}

.table_kit .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.table_kit .sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/up.gif);
}
.table_kit .sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/down.gif);
}
.table_kit .nosort {
	cursor: default;
}

.table_kit .urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.table_kit .urg1 {
	background-color: #FFFACD;
}
.table_kit .urg2 {
	background-color: #FFD700;
}
.table_kit .urg3 {
	background-color: #FFA500;
}
.table_kit .urg4 {
	background-color: #E13E00;
}
.table_kit .urg5 {
	background-color: Red;
}

.table_kit th.resize-handle-active {
	cursor: e-resize;
}

.table_kit div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

.table_kit .rt {
text-align:right;
}
.table_kit .ct {
text-align:center;
}
.table_kit #b_cat {
width:40px;
}
.table_kit #b_reg {
width:40px;
}
.table_kit #b_adrs {
width:100px;
}
.table_kit #b_oss {
width:100px;
}
.table_kit #b_space {
width:40px;
}
.table_kit #b_yachin {
width:80px;
}
