.dba_tabbar{
}

.dba_tabbar .tabbar{
	height : 25px;
	background-color: #ECEFFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dba_tabbar .tabcontainer{
	height : auto;
	display: none;
}
.dba_tabbar .tabcontainer.selected{
	display: block;
}
.dba_menu .tabicon {
	height: 18px;
	width: 18px;
} 

.dba_tabbar .tabentry{
	line-height : 22px;
    min-width:50px;
	padding: 4px 8px; 
	text-align: center;
	vertical-align: middle;
}
.dba_tabbar .text{
	font-style: italic;
}
.dba_tabbar .button table{
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	cursor: pointer;
}

.dba_tabbar .tab{
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: pointer;
}


.dba_tabbar .tab.selected{
	font-weight: bold;
	border-bottom-style: none;
}




.dba_tabbar_default{
	width : 100%;
	font-family:	Tahoma;
	font-size	:11px;
	font-weight:	normal;
	font-style	:normal;
	color	:#000000;
	border: 1px solid #999999;
}

.dba_tabbar_default .tabcontainer{
	margin: 10px;
	padding: 5px;
}


