.dLibCustomTab  {
	background-color : #FFFFFF;
	margin: 0px;
	padding:0px;
	width:100%;
}
.dLibCustomTab_blank {
	border-bottom : 1px solid #A8C2D7;
	background-color : transparent;
	width:5px;
}

.dLibCustomTab_tabOn {
	border-top : 1px solid #A8C2D7;
	border-left : 1px solid #A8C2D7;
	border-right : 1px solid #A8C2D7;
	padding: 4px 8px 4px 8px;
	color: #436287;
	text-align : center;
	font-weight : bold;
}
.dLibCustomTab_tabOff {
	border-bottom : 1px solid #A8C2D7;
	border-top : 1px solid #A8C2D7;
	border-left : 1px solid #A8C2D7;
	border-right : 1px solid #A8C2D7;
	background-color : #DBE9F3;
	text-align : center;
		font-weight : bold;
}
.dLibCustomTab_tabOff ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dLibCustomTab_tabOff li a:link, .dLibCustomTab_tabOff li a:visited  {
	color: #436287;
	text-decoration : none;
	display: block;
	background-color : #DBE9F3;
	padding: 4px 8px 4px 8px;
}
.dLibCustomTab_tabOff li a:hover {
	color: #436287;
	text-decoration : none;
	background-color : #E8F0F7;
	padding: 4px 8px 4px 8px;

}

.dLibCustomTab_cont {
	border-bottom : 1px solid #A8C2D7;
	border-left : 1px solid #A8C2D7;
	border-right : 1px solid #A8C2D7;
	background-color : #FFFFFF;
	padding:5px;
}