.dbnetedit
{
	font-family:tahoma;
	font-size:8pt;
}
img.dbnetedit
{
	border:1pt inset;
	cursor:pointer;
}
.lookupText
{
	font-family:tahoma;
	font-size:8pt;
}
textarea.dbnetedit 
{
	width:200px;
	height:40px;
	line-height:150%;
}
.focused
{
	background-color:khaki;
}
.imageButton
{
	cursor:pointer;
	margin-left:2px;
	width:16px;height:16px;
}
#messageLine
{
	border:1pt inset;
	font-family:tahoma;
	font-size:8pt;
	padding:1px;
}
#navigatorStatus
{
	font-family:tahoma;
	font-size:8pt;
	font-weight:bold;
	white-space:nowrap;
}
.dbneteditButton
{
	padding:0px;
}

.readonly 
{
	color:dimgray;
}

table.dbnetbrowse
{
	width:100%;
}
table.dbnetbrowse tr.evenRow 
{
	background-color:whitesmoke;
	cursor:pointer;
}
table.dbnetbrowse tr.oddRow 
{
	background-color:white;
	cursor:pointer;
}
table.dbnetbrowse tr.selectedRow 
{
	background-color:#336699;
	color:whitesmoke;
	cursor:default;
}
table.dbnetbrowse tr.highlight
{
	background-color:khaki;
}
table.dbnetbrowse td
{
	white-space:nowrap;
	font-family:tahoma;
	font-size:8pt;
}

div.tableContainer {
	width: 100%;		
	height: 300px; 	
	overflow-y: auto;
	}

table.dbnetbrowse {
	width: 99%;	
	border-collapse:collapse;
	}
	
table.dbnetbrowse>tbody	{  
	overflow: auto; 
	height: 280px;
	overflow-x: hidden;
	}
	
thead td	{
	font-weight: bold;
	background-color:whitesmoke;
	color: black;
	padding:3px;
	position:relative; 
	border:1pt outset;
	}
	
td.browseCell	
{
	padding:2px;
	border:1pt solid silver;
}

td.browseCell:last-child {padding-right: 20px;} 

#pageSelector
{
	font-size:8pt;
}
.dbneteditrowselectorcell
{
	text-align:center;
}
.dbnetsearch_ft_label
{
		font-weight:bold;
}
.dbnetsearch_ft_value
{
		font-weight:bold;
}
.dbnetsearch_ft_operator
{
		color:blue;
}
.dbnetsearch_ft_conjoin
{
		color:dimgray;
}