TEXTAREA, BODY, A, SPAN, DIV, TD, TH
{
	font-family			: "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size			: 14px;
}

BODY, A, SPAN, DIV, TD, TH
{
	color				: #000066;
}

A:active, A:visited
{
	color						: Blue;
}

BODY
{
	margin-top					: 0px;
	margin-left					: 0px;
	margin-right				: 0px;
	margin-bottom				: 0px;
	background-color			: #ffffff;
}

@media print
{
	BODY, BODY *
	{
		overflow : visible !important;
	}
}

.AUnit
{
	width			: 20px;
}

.ACol1
{
	width			: 5px;
}

.ACol2
{
	width			: 145px;
}

.ACol3
{
	width			: 100%;
}

TD.ACol3 .AINPUT, TD.ACol3 .ADropDownList, TD.ACol3 .AReadOnly
{
	width			: 230px;
}

DIV, BODY
{
	scrollbar-arrow-color		: #000000;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-highlight-color	: #000080;
	scrollbar-face-color		: #FFFFFF;
	scrollbar-shadow-color		: #000080;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-track-color		: #C0C0C0;
}

DIV.AContext DIV
{
	font: menu;
	background-color: inactivecaptiontext;
}
.ATitle, .apptitle, .title, .menutext, A.menutext:visited, A.menutext:link, A.menutext:hover
{
	font-weight					: bold;
	padding						: 0px 0px 4px 0px;
	text-decoration				: none;
}

.apptitle, .title
{
	padding						: 6px 0px 2px 0px;
}

.AButton
{
	margin-left					: 2px;
	padding-left				: 2px;
	padding-right				: 2px;
}

.ATable TR
{
	/* margin		: 20px; */
}
.ATextBox, .AInput, .ACheckBox, .ADropDownList, .ARadioButton, .AReadonly, .AInputNoBorder
{
	padding-right				: 5px;
	padding-bottom				: 2px;
	margin-left					: 0px;
	margin-right				: 0px;
	min-height					: 18px;
}

TEXTAREA
{
	border						: #000066 1px solid;
}

.ATextBox, .AInput, .ADropDownList, .AReadonly, .AListBox
{
	padding-left				: 2px; 
	border						: #000066 1px solid;
	width						: 99%;
	overflow					: hidden;
}

.AReadonly
{
	color						: #3366CC;
}

TABLE.APositioningTable, TABLE.APositioningSubTable
{
	width: 100%;
}

TABLE.APositioningTable TD
{
	vertical-align	: top;
}

TABLE.APositioningSubTable
{
	table-layout:fixed;
}

TD.ABannerLeft, TD.ABannerRight, TD.ABannerMiddle, TD.ABanner
{
	background-color			: #CCCCCC;
	border-color				: #000066;
	border-width				: 1px;
	border-style				: none;
	border-bottom-style			: solid;
	border-top-style			: solid;
	padding						: 3px;
	vertical-align				: middle;
}

TD.ABannerLeft, TD.ABanner
{
	border-left-style			: solid;
}

TD.ABannerRight, TD.ABanner
{
	border-right-style			: solid;
}

.TABPANELSELECTED
{
	display : block;
}

.TABPANEL
{
	display :	none;
}

.TABHEADER, .TABHEADERSELECTED
{
	text-transform: uppercase;
	padding-right:		10px;
	padding-left:		4px;
	padding-top:		2px;

	margin-right	: 0px;
	border-top		: 0px solid #FFFFFF;
	border-left		: 0px solid #FFFFFF;
	border-right	: 1px solid #FFFFFF;
	border-bottom	: 0px solid #E7F0F4;
	height			: 18;
	font-size		: 11px;
	font-weight		: bold;
}

.TABHEADER
{
	cursor			:	hand;
	color:				#72BFDD;
	background-color:	#0076A3;
}

.TABHEADERSELECTED
{
	cursor			: default;
	color:				#FFFFFF;
	background-color:	#72BFDD;
}

.AMenuLvl2
{
	text-align		: left;
}

SPAN.AMenuLvl1 A, SPAN.AMenuLvl1 A:active, SPAN.AMenuLvl1 A:visited
{
	color: #000066;
}

.AContentPreview
{
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	width: 100%;
	border-bottom: 2px inset;
	height: 450px;
}

#pnlTabHeader
{
	height		: auto;
	vertical-align	: top;
}

.AWIZARDHDRSELECTED, .AWIZARDHDRNOTSELECTED
{
	font-size	: 9pt;
	height		: 48px;

	border-left:thin outset white;
	border-right:thin outset white;
	border-top:thin outset white;
	border-bottom: white thin outset;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-left: 3px;
	margin		:2px 2px 0px 0px;
	text-align	: center;
	vertical-align	: middle;
}

.AWIZARDHDRNOTSELECTED
{
	cursor: hand;
	background-color: #FAFAFA;
	color:#003366;
}

.AWIZARDHDRSELECTED
{
	font-weight:bold;
	background-color:#4D7DBB;
	color:#FFFFFF;
}
.AWIZARDSTEPSELECTED
{
/*	border-top: white thin outset;
	border-left: white thin outset;
	border-right: white thin outset;
	border-bottom: white thin outset;
*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	cursor: auto;
	padding-top: 4px;
	height: 100%;
	background-color: white;
	vertical-align:top;
}
.AWIZARDSTEPNOTSELECTED
{
	display	: none;
}
.AWIZARDHDRSPACE
{
	/*border-bottom:thin inset window;*/
	padding:0px;
	background-color:white;
	display:none;
}

TEXTAREA.AInput
{
	height : 100px;
}

.ALogin TD
{
	color: #000066;
}

SELECT
{
	height			: 100px;
}

.ASubTitle, .maintextsubtitlebold
{
	font-weight		: bold;
	padding-top		: 6px;
	padding-bottom	: 2px;
}

SPAN.AStatus, .AErrorLabel, .AError
{
	color						: #FF0000;
}

TABLE.APositioningSubTable TD SPAN INPUT.AInput
{
	width						: auto;
}

TABLE.APositioningSubTable TR
{
	vertical-align				: top;
}


DIV #pnlSearch INPUT.AInput
{
	width						: auto;
}


TABLE.AGrid
{
	g-odd-background : white;
	g-odd-color		: black;
	g-even-background : white;
	g-even-color		: black;
	g-hover-background : white;
	g-hover-color : black;
	g-selected-background : white;
	g-selected-color : black;
	g-selected-background : white;
	g-selected-color : black;

}
TABLE.AGrid TD SELECT OPTION
{
	text-align  : center;
	overflow	: hidden;
	padding		: 0px 0px 1px 1px;
	font-size	: x-small;
}
TABLE.AGrid TD DIV.AEditCell
{
	display			: inline;
	vertical-align	: middle;
}

TABLE.AGrid TD IMG
{
	margin-right : 5px;
}
TABLE.AGrid TR
{
	vertical-align : middle;
}
TABLE.AGrid TH
{
	font-family		: Sans-Serif;
	font-size		: x-small;
	padding			: 2px 4px 2px 4px;
	background-color: #4D7DBB;
	vertical-align  : top;
	color			: #FFFFFF;
	overflow		: auto;
	border-style	: outset;
	border-width	: 1px;
}
TABLE.AGrid TD
{
	vertical-align : middle;
	border-style : solid;
	border-color : #EEEEEE;
	border-width : 1px;
}
TD.GRIDCB
{
	text-align : center;
}

TABLE.AGrid TD.rowfocus
{
	background-color: #4D7DBB;
	color : White;
}


TD.AHeadMenu, TD.ALeftMenu
{
	background-color: #CCCCCC;
	border			: 1px solid #000066;
}

TD.AHeadMenu
{
	text-align			: right;
	border-left-style	: none;	
	height				: 22px;
}


#scStolenObject
{
	border-top			: #000066 1px solid; 
	border-left			: #000066 1px solid; 
	position			: relative; 
	left				: 235px; 
	top					: 15px; 
	width				: 449px; 
	height				: 50px;
	border-collapse		: collapse;
}

#scStolenObjectText
{
	width				: 100%;
	behavior			: url(../Scripts/SearchBox.htc);
}

#pnlInfo
{
	width				: 100%;
	height				: 94px;
	background-color	: #FAFAFA;
	border-bottom		: #000066 1px solid; 
	border-right		: #000066 1px solid; 
	padding				: 10px 10px 10px 10px;
}

.AInfoRight
{
	vertical-align		: top;
	width				: 120px;
	overflow			: hidden;
	background-color	: #FAFAFA;
	border-bottom		: #000066 1px solid; 
	border-right		: #000066 1px solid; 
	border-left			: #000066 1px solid; 
	padding				: 2px 2px 2px 2px;
}

.AlinkMore, .AlinkMore:visited
{
	padding				: 4px 0px 12px 0px;
	height				: 22px;
}

.AlinkMore, .AlinkMore:visited, #pnlInfoObject, #pnlInfoSuspect, #pnlInfoClick
{
	color				: Red;
}

#pnlInfoObject, #pnlInfoSuspect, #pnlWelcome, #pnlAdver1, #pnlAdver2, #pnlInfoClick
{
	text-align	: center;
	padding		: 10px 2px 10px 2px;
	width		: 100%;
}

#pnlButtons, #pnlInputs, #pnlStatus, #pnlGrid
{
	width			: 100%;
}


#pnlButtons
{
	vertical-align	: bottom;
}

div #service
{
	height	: 0px;
	display	: none;
}
.Navbar
{
	padding	: 3px 3px 3px 8px;
	background-color:	#4D7DBB;
	color  :White;
}

#pnlNavigator #NavSearchText
{
 margin-top : 5px;
 margin-left : 2px;
 width : 155px;
 height : 25px;
}
#pnlNavigator #tbSearch
{
 width : 154px;
 height: 22px;
}
#FirstPage, #PrevPage, #NextPage, #LastPage
{
 margin-top : 0px;
}
#pnlNavigator #NavSearch
{
 height : 25px;
 border : solid 0px #000066;
 background: #000066;
 color : white;
}
.ASubMenuPanel
{
	position		: absolute; 
	top				: 101px;
	display			: none;
	background-color: #FFFFFF;
	border			: #000066 1px solid;
	padding			: 2px;
	text-align		: left;
	z-index			: 100
}

#pnlNavigator
{
	display			: inline;
	font-weight		: bold;
	font-size		: 12px;
	vertical-align	: top;
	height			: 100%;
	float			: left;
	margin-top		: 3px;
}
#pnlRowCounter
{
	display			: inline;
	float			: right;
	margin-top		: 3px;
}

#pnlNavigator IMG
{
	cursor		: hand;
	display		: inline;
	float		: left;
	margin		: 0px -3px 0px -3px;
}

#lblPageCounter
{
	float		: left;
}

#lblRowCounter
{
	float		: right;
	color		: #FFFFFF;
}

#pnlSearch SPAN
{
	padding-bottom	: 4px;
}

#pnlToolbar
{
	vertical-align	: top;
	clear			: right;
}
#pnlSearch
{
	vertical-align	: top;
	float			: left;
	display			: inline;
}
#pnlSearch #SEARCH
{
	width				: 104px;
	height				: 18px;
	margin-left			: 0px;
	border-right		: solid 1px #153C63;
	border-top			: solid 1px #ECF9FF;
	border-left			: solid 1px #ECF9FF;
	border-bottom		: solid 1px #153C63;
	background-color	: #CADAE9;
	color				: #153C63;
	height				: 20px;
	font-weight			: bold;
	cursor				: hand;	
}
#SearchText
{
	display		: inline;
	margin-right: 3px;
	margin-top	: 1px;
}
#sb
{
	display		: inline;
}
#pnlSearch IMG.AToolbarIcon, #pnlSearch IMG.AToolbarIconHover
{
	display		: inline;
	float		: left;
	cursor		: hand;
}
#SearchText, #sbText
{
	height		: 20px;
	border		: inset 1px #153C63;	
}

#tdsbText #sbText
{
	width		: 100%;
}
#tdsbText
{
	width		: 298px;
	padding		: 0px 0px 0px 0px;
}
#tdsbButton
{
	width			: 108px;
	text-align		: left;
	padding-left	: 4px;
}
.Navbar #tdsbButton
{
	width			: 110px;
	padding-left	: 4px;
	padding-right	: 2px;
}

TABLE.AMultiSelect TD.ATitle
{
	height			: 20px;
	text-align		: left;
}

TABLE.AMultiSelect .AButton
{
	margin			: 1px 0px 1px 0px;
}

TABLE.AMultiSelect TD
{
	vertical-align	: middle;
	text-align		: center;
}

TABLE.AMultiSelect TABLE
{
	border			: solid 1px #669ACC;
}

TABLE.AMultiSelect TABLE TD
{
	border-bottom	: solid 1px silver;
}

TABLE.AMultiSelect TABLE TH
{
	background-color: #669ACC;
	color			: #FFFFFF;
	height			: 20px;
	padding-top		: 2px;
}

TABLE.AMultiSelect TABLE TD
{
	text-align		: left;
}

TABLE.AMultiSelect TABLE SELECT
{
	width			: 100%;
}

TABLE.AMultiSelect TABLE .SELECTED TD
{
	background-color : #CADAE9;
}

.maintextbold, .maintextind
{
	font-weight		: bold;
}

.title
{
	background-color: #669ACC;
	color			: #FFFFFF;
	height			: 20px;
	padding-top		: 2px;
}

SPAN.title
{
	width			: 100%;
	height			: 100%;
}