.filterDropdown {
	font-weight: normal; 
	font-size: 0.8em;
}

.menuSection {
	margin-top: 5px;
	margin-bottom: 7px;
	display: inline-block;
	opacity: 0.7;
}

#extMenu a {
	text-decoration: none;
	font-weight: normal;
	color: navy;	
	font-size: 0.8em;
}

.readonly {
	background-color: #e0e0e0;
}

.rowTitle a:link
{
	text-decoration: none;
	color: black;
}
.rowTitle a:visited
{
	text-decoration: none;
	color: black;
}
.rowTitle a:hover
{
	text-decoration: none;
	color: navy;
}

.recBody {
	
}

#dbfElem_Nav {
	opacity: 0.7;
}

#dbfElem_GotoList  a {
	text-decoration: none;
}

#dbfElem_EditCommands  a {
	text-decoration: none;
}

#dbfElem_WhatNext {
	margin-top: 10px;
}
.fieldLabel {
	font-size: 0.98em; 
	font-weight :bold; 
	text-decoration:none; 
}

.fieldLabel td {
	padding-top: 6px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	color: #404040;
	font-size: 0.9em;
	vertical-align: top;
}

.fieldValue {
	font-size: 1.1em; 
	font-weight:normal; 
	vertical-align: middle;
}

.editField {
	font-size: 1.1em; 
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

.editField .fileField {
	border: 0px solid gray;
}

.editField:hover {
	border: 1px solid orange;
}
.menu:link
{
	color: rgb(0,0,0); 
}
.menu:visited
{
	color: rgb(0,0,0); 
} 
.menu:active 
{
	color: rgb(0,0,0); 
}
.menu:hover
{
	color: rgb(255,255,255); 
}


.ToolText {
	position:relative; 
} 

.ToolTextHover {
	cursor: default;
	position:relative;
} 
.ToolText span{ display: none; height: 0px; overflow:hidden;
                 } 

.ToolTextHover span{ 
  display:block; 
  position:absolute; 
  border:1px solid orange; 
  top:25px; 
  left:10px; 
  width:200px;
  padding: 3px;
  background-color:lightyellow; 
  color:darkblue; 
  box-shadow: 5px 5px 2px #d0d0d0;
  padding: 7px;
  text-align: left; 
  z-index: 1000;
	font-weight:normal;
	color: Black;
	border-radius: 3px;

}

.reportLine {
	vertical-align:top; font-size: x-small; letter-spacing:-0.2px; font-weight: normal; background-color: #DAE0EF; color:darkblue;
}
.hangingListDiv {
		padding-left:10px;
	}
.hangingListSpan {
		text-indent:-20px;
	}

      .CodeMirror-line-numbers {
        width: 2.2em; 
        color: #aaa; 
        background-color: #eee; 
        text-align: right; 
        padding-right: .3em; 
        font-size: 10pt; 
        font-family: monospace; 
        padding-top: .4em; 
     
	}
	
	table, button, input, textarea, select, isindex, datagrid {
	    font: inherit;
	}
	
.footerText {
	display: block;
	font-size: 0.9em;
	padding-bottom: 10px;
}
