﻿html
{
	height: 100%;
	overflow: hidden;
	font-family: Tahoma;
}

body
{
	height: 100%;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div.btn_innertb
{
	position: absolute;
	top: 1px;
    left: 2px;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
}
        
div.btn_innerlr
{
	position: absolute;
	top: 2px;
    left: 1px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}
            
div.btn_outertb
{
	position: absolute;
	top: 0px;
    left: 4px;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
}
        
div.btn_outerlr
{
	position: absolute;
	top: 4px;
    left: 0px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}

div.btn_fill
{
	position: absolute;
	height: 1px;
}

div.btn_text
{
	position: absolute;
	background-color: transparent;
    cursor: default;
    top: 1px;
    left: 1px;
}

div.tab_innert
{
	position: absolute;
	top: 1px;
    left: 5px;
    height: 2px;
    border-top: solid 1px Gray;
}
        
div.tab_innerlr
{
	position: absolute;
	top: 2px;
    left: 4px;
    height: 2px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}

div.tab_innerb
{
	position: absolute;
	bottom: 2px;
    left: 2px;
    height: 2px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}
            
div.tab_outert
{
	position: absolute;
	top: 0px;
    left: 7px;
    height: 1px;
    background-color: Gray;
}
        
div.tab_outerlr
{
	position: absolute;
	top: 4px;
    left: 3px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}

div.tab_outerb
{
	position: absolute;
	bottom: 0px;
    left: 0px;
    height: 1px;
    border-left: solid 2px Gray;
    border-right: solid 2px Gray;
    border-bottom: solid 1px Gray;
}

div.tab_fill
{
	position: absolute;
	height: 1px;
}

div.tab_text
{
	position: absolute;
	background-color: transparent;
    cursor: default;
    top: 1px;
    left: 1px;
}

div.grpbxleft
{
	position: absolute;
	left:0px;
	top: 8px;
	bottom: 2px;
	width: 1px;
	background-color: Silver;
}

div.grpbxright
{
	position: absolute;
	right:0px;
	top: 8px;
	bottom: 2px;
	width: 1px;
	background-color: Silver;
}

div.grpbxtop
{
	position: absolute;
	left: 82px;
	right: 2px;
	top: 6px;
	height: 1px;
	background-color: Silver;
}

div.grpbxbottom
{
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 0px;
	height: 1px;
	background-color: Silver;
}

div.grpbxtopleft
{
	position: absolute;
	left: 1px;
	top: 7px;
	width: 1px;
	height: 1px;
	border-left: solid 1px Silver;
	border-top: solid 1px Silver;
}

div.grpbxtopright
{
	position: absolute;
	right: 1px;
	top: 7px;
	width: 1px;
	height: 1px;
	border-right: solid 1px Silver;
	border-top: solid 1px Silver;
}

div.grpbxbottomleft
{
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 1px;
	height: 1px;
	border-left: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

div.grpbxbottomright
{
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 1px;
	height: 1px;
	border-right: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

div.grpbxlabel
{
	position: absolute;
	left: 6px;
	top: 0px;
	height: 13px;
	width: 73px;
	font-size: 8pt;
}

div.grpbxbody
{
	position: absolute;
	left: 3px;
	right: 3px;
	top: 13px;
	bottom: 3px;
}

div.tabcontrolbottom
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 1px;
	width: 33px;
	background-color: Gray;
}

div.tab73
{
	position: static;
	height: 21px;
	width: 73px;
	float: left;
}

div.tab73left 
{
	position: absolute;
	left: 0px;
	top: 4px;
	height: 17px;
	width: 1px;
	background-color: Gray;
}

div.tab73right 
{
	position: absolute;
	right: 1px;
	top: 4px;
	height: 17px;
	width: 1px;
	background-color: Gray;
}

div.tab73top
{
	position: absolute;
	left: 1px;
	top: 3px;
	height: 1px;
	width: 70px;
	background-color: Gray;
}

div.tab73bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 73px;
	background-color: Gray;
}

div.tab73text
{
	position: absolute;
	left: 1px;
	top: 4px;
	height: 16px;
	width: 70px;
	text-align:center;
	font-size: 10pt;
	cursor: default;
}

div.tab73text:hover
{
	border-top: solid 2px Orange;
	top: 2px;
}

div.tab73fill 
{
	position: relative;
	left: 1px;
	top: 1px;
	height: 1px;
	width: 70px;
}

#Header
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 64px;
	width: 100%;
	cursor: default;
}

#TabControl
{
	position: absolute;
	left: 0px;
	top: 64px;
	height: 21px;
	width: 179px;
	cursor: default;
}

#QuickTab
{
	position: absolute;
	left: 0px;
	top: 85px;
	bottom: 80px;
	width: 177px;
	border-left: solid 1px Silver;
	border-right: outset 2px White;
	border-bottom: outset 2px White;
	overflow-y: scroll;
	cursor: default;
}

#ManualTab
{
	position: absolute;
	left: 0px;
	top: 85px;
	bottom: 80px;
	width: 177px;
	border-left: solid 1px Silver;
	border-right: outset 2px White;
	border-bottom: outset 2px White;
	overflow-y: scroll;
	cursor: default;
}

#Recent
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 80px;
	width: 180px;
	cursor: default;
}

#Search
{
	position: absolute;
	left: 180px;
	right: 0px;
	top: 64px;
	height: 48px;
	cursor: default;
}

#Results
{
	position: absolute;
	left: 180px;
	right: 0px;
	top: 112px;
	bottom: 80px;
	cursor: default;
}

#Results_Body
{
	overflow-y: scroll;
}

#Recent_Body
{
	overflow-y: scroll;
}

#FullText
{
	overflow: hidden;
	position: absolute;
	left: 180px;
	right: 0px;
	bottom: 23px;
	height: 57px;
	margin-left: 8px;
	cursor: default;
	font-size: 8pt;
}

#Navigation
{
	position: absolute;
	left: 180px;
	right: 0px;
	bottom: 0px;
	height: 23px;
	cursor: default;
}

#btn_previous
{
	position: absolute;
	top: 0px;
	left: 8px;
	height: 23px;
	width: 75px;
}

#btn_next
{
	position: absolute;
	top: 0px;
	left: 91px;
	height: 23px;
	width: 75px;
}

#lbl_page
{
	position: absolute;
	bottom: 0px;
	left: 174px;
	height: 23px;
	width: 75px;
	font-size: 10pt;
}

#pnl_ftsearch
{
	position: absolute;
	left: 157px;
	top: 0px;
	right: 91px;
	height: 32px;
}

#cmbbx_ftproject
{
	position: absolute;
	top: 4px;
	left: 4px;
	width: 149px;
}

#txbx_ftsearch
{
	position: absolute;
	top: 4px;
	left: 0px;
	width: 100%;
}

#btn_ftsearch
{
	position: absolute;
	top: 4px;
	right: 4px;
	height: 23px;
	width: 75px;
}

#cmbbx_project
{
	position: relative;
	top: 4px;
	left: 4px;
	width: 149px;
}

.btn
{
	font-size: 11pt;
}

.tab
{
	font-size: 10pt;
}

.pvelbl
{
	position: absolute;
	left: 4px;
	width: 149px;
}

.pvetextbox
{
	position: absolute;
	left: 4px;
	width: 145px;
}

.pvedropdownlist
{
	position: absolute;
	left: 4px;
	width: 149px;
}

.pvecmbbxandor
{
	position: absolute;
	left: 4px;
	width: 70px;
}

.pvesubmit
{
	position: absolute;
	left: 78px;
	width: 75px;
	font-size: 11pt;
}

#tab_backfill
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 179px;
	background-color: Gray;
}

#tab_quick
{
	position: absolute;
	top: 0px;
	left: 2px;
}

#tab_manual
{
	position: absolute;
	top: 0px;
	left: 79px;
}

.resultitem_group
{
	position: relative;
	display: table;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
}

.resultitem_doc
{
	position: relative;
	display: table;
	font-size: 10pt;
}

.resultitem_doc:hover
{
	font-style: italic;
}

.recentItem
{
	float: left;
}

#pup
{
	position: absolute;
	background-color: InfoBackground;
	border: solid 1px Black;
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
	padding: 2px 4px 2px 4px;
	visibility: hidden;
	z-index: 1000;
}
