
.panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 1em;
	background-color: #FFF;
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabs li {
	position: relative;
	float: left;
}
#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;
}
#tabs a:hover {
	//background-color: #8dd8f8;
	color: #FFF;
}
#tabs a.active-tab {
	//background-color: #00adef;
	color: #FFF;
}
table {
	border-collapse: collapse;
}

td, th {
	/* padding: 0.2em; */
	border: 1px solid #000;
	font-size:0.8em;
	text-align: center;
}

#uebert {
	background-image: url(../images/bgBoarderShopListHead.gif);  height: 28px; width:800px;
}

thead {
	background-image: url(../images/bgBoarderShopListBottom.gif); border-top: 0px; height: 70px;
}

tfoot {
	background-image: url(../images/bgBoarderShopListBottom.gif);
}

tr.rowodd {
	background-image: url(../images/bgBoarderShop-Verzeichnis-hell.gif);
}

tr.roweven {
	background-image: url(../images/bgBoarderShop-Verzeichnis-dunkel.gif);
}

.sortcol {
	cursor: pointer;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-position: right center;
}

.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}


th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
