/* --- Tabs --- */
/* ---------------------------------------------- */
#swTabSpacer {
	height: 10px;
	clear: both;
}
#swTab {
	margin: 0px;
	padding: 0px;
	height: 22px;
	list-style: none;
	font-size: 13px;
	display: table;
}
#swTab li {
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
#swTab a {
	display: block;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	border: 1px solid #EBEBEB;
	border-bottom: none;
	background-color: #ffffff;
	color: #000000;
}
#swTab a:hover {
	background-color: #f5f5f5;
}
#swTab a span {}
#swTab .tabSelected a {
	background-color: #EBEBEB;
}


/* --- ContentBorder --- */
/* ---------------------------------------------- */
table.contentWrapper {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}
.tabContentBorder {}
.documentList {
	border-collapse: separate !important;
}

/* --- Tab-Content --- */
/* ---------------------------------------------- */
#swTabContent {
	padding: 15px 8px 8px 8px;
	margin: 0px;
	background-color: #EBEBEB;
}
#swTabContent li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #f2ebe4;*/ /* IE distance fix */
}

/* --- Tab-Status --- */
/* ---------------------------------------------- */
.tabContentClosed {
	display: none;
}
.tabContentOpened {
	display: block;
}

/* --- Tab-Info --- */
/* ---------------------------------------------- */
#swTab .tabInfo {

}
#swTab .tabInfo a {
	display: block;
	border: 0px;
	background: none;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}
#swTab .tabInfo a:hover {
	background-position: -2px -22px;
}
#swTab .tabInfo span {
	margin-left: 10px;
	font-weight: normal;
}
#swTab .tabInfo .newDocument {
	float: left;
	background: url("../../images/swintranet/icons/new.gif") no-repeat -2px 0px;
	padding: 5px 0px 3px 20px;
}
#swTab .tabInfo .pasteDocument {
	float: left;
	background: url("../../images/swintranet/icons/paste.gif") no-repeat -2px 0px;
	padding: 5px 0px 3px 23px;
}
#swTab .tabInfo .exportDocument {
	float: left;
	background: url("../../images/swintranet/icons/export.gif") no-repeat -2px 0px;
	padding: 5px 0px 3px 23px;
}
#swTab .tabInfo .clearClipBoard {
	float: left;
	background: url("../../images/swintranet/icons/delete.gif") no-repeat -2px 0px;
	padding: 5px 0px 3px 23px;
}
#swTab .tabInfo .commonLink {
	float: left;
	background: url("../../images/swintranet/icons/pagenav_right.gif") no-repeat -2px 0px;
	padding: 5px 0px 3px 23px;
}