body{
	margin: 3px;
}

iframe.contentFrame
{
	width:100%;
	height:94%;
	position:absolute;
	z-index: 100;
}

div.borderTop{
	border-bottom: 1px solid #85B0C7;
	line-height: 1px;
	z-index:-10;
	margin-top: -1px;
}

.selectedTab, .tab, .searchTab, .searchTabSelected{
	cursor:pointer;
	font-size: 9pt;
	width:  82px;
	height: 19px;
	text-align: center;
	background-repeat: no-repeat;
	color: #1F3E51;
	padding-top: 3px;
	position:relative; 
	z-index:100;
	border: none;
	background-color:Transparent;
}

.tab{
	background-image: url("netisutils/images/tab.gif");
}

.selectedTab{
	background-image: url("netisutils/images/selectedTab.gif");
}

.searchTab{
	background-image: url("netisutils/images/searchTab.gif");
}

.searchTabSelected{
	background-image: url("netisutils/images/searchTabSelected.gif");
}