body {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	background-color: white;
	margin: 0px;
	height: 100%;
}
/* HEADER */
div.header
{
	height: 60px;
	font-size: 10px;
	background-color : #BCC5E0;
	position: absolute;
	left: 0px;
	right: 0px;
	/* Expression statements only work in IE if the security is 
	not set to HIGH, so only use this for intranet applications.
	The * is there so that firefox ignores the statement. */
	*width: expression(document.body.clientWidth + "px");
}
div.header div.icons
{
	padding-top: 0.5em;
	width: 86.4em;
	text-align: right;
	margin-left: 1.3em;
}
div.header div.headerText
{
	position: relative;
	width: 86.4em;
	height: 2em;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 1.3em;
}
div.header div.breadcrumbLine
{
	position: relative;
	z-index: 0;
	width: 100%;
	top: 1em;
	border-top: 1px solid black;
}
div.header div.breadcrumb
{
	position: absolute;
	top: 0.4em;
	z-index: 2;
	padding-left: 0.5em;
	padding-right: 0.5em;
	left: 1em;
	background-color: #BCC5E0;
}
div.header div.user
{
	position: absolute;
	top: 0.4em;
	z-index: 1;
	padding-left: 0.5em;
	right: 0em;
	background-color: #BCC5E0;
}
div.header a.breadcrumb
{
	color: black;
	text-decoration: none;
}
div.header a.breadcrumb:hover
{
	color: black;
	text-decoration: underline;
}
div.header img
{
	border: none;
	height: 3em;
	width: 3em;
}
div.header img.help
{
	cursor: pointer;
	z-index:10000;
	position:relative;
}
/* CONTENT */
div.content
{
	padding: 1em 0em 0.5em 1.2em;
	background-color: white; 
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	/* Expression statements only work in IE if the security is 
	not set to HIGH, so only use this for intranet applications.
	The * is there so that firefox ignores the statement. */
	*height: expression((document.body.clientHeight - 78) + "px");
	*width: expression((document.body.clientWidth - 14) + "px");
	z-index: 0;
}
input, button, select, textarea
{
	font-family: Verdana;
	font-size: 12px;
}
form
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em
}
input, button, select
{
	vertical-align: middle
}
.error,div.maxLengthInfo
{
   	color: red
}
.errorBackground
{
	background-color: #FFDBBD
}
.format
{
	color: gray
}
.number
{
   text-align: right
}
a,a:visited,a:hover
{
	color: blue
}
div.base
{
	width: 72.1em
}
div.screenTitle, div.wizardTitle
{
	width: 71.8em;
	margin: 0em 0em 1em 0em;
	font-weight: bold;
	background-color: #DCDEE4
}
div.screenError
{
	width: 71.8em;
	margin: 0em 0em 1em 0em;
	background-color: #FFDBBD
}
div.screenInfo, div.searchWaitInfo
{
	width: 71.8em;
	margin: 0em 0em 1em 0em;
	border-top: 1px solid #FFDBBD;
	border-bottom: 1px solid #FFDBBD
}
div.screenButtons, div.searchStopButton
{
	margin: 0.5em 0em 0em 0em;
	text-align: right;
	width: 71.7em;
	height: 2em
}
div.screenButtonsFixed, div.searchStopButtonFixed
{
	margin: 0.5em 0em 0em 0em;
	text-align: right;
	width: 71.7em;
	height: 2em;
	position: fixed;
	bottom: 0em;
	padding-top:0.5em;
	padding-bottom: 0.5em;
	background-color: white
}
div.searchWaitInfo, div.searchStopButton, div.searchStopButtonFixed, div.maxLengthInfo
{
	display: none
}
div.wizardTitle {
	position: relative;
}
div.wizardSteps {
	position: absolute;
	top: 0em;
	right: 0em
}
div.groupTitle 
{
	background-color: #EFEFEF
}
img
{
	border: none;
	vertical-align: middle
}
img.plus-min, img.fieldHelp
{
	width: 1.5em;
	height: 1.5em
}
input.button
{
	width: 10em;
	padding: 0em;
}
button.button
{
	width: 10em;
	padding: 0em;
}
.imageButton {
	background-color: transparent; 
	border: none;
	width : 2.5em; 
	cursor: pointer;
}
table
{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	table-layout: fixed;
	border: 0em
}
table.base
{
	width: 72.1em
}
table.list
{
	border-collapse: collapse
}
table.list th, table.list td
{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
    vertical-align: top
}
table.list input {
	margin-top: -0.1em;
	margin-bottom: -0.1em
}
table.list img {
	margin-top: -0.1em;
	margin-bottom: -0.1em
}
table.screenTitle
{   
    width: 71.8em;
    font-weight: bold;
    background-color: #DCDEE4;  
    padding: 0px;
    border-collapse: collapse;
    margin: 0em 0em 1em 0em;
}
tr
{
	text-align: left
}

tr.screenTitle
{
	font-weight: bold;
	background-color: #DCDEE4
}
tr.rowColor
{
	background-color: #EFEFEF
}
tr.listPaging
{
	text-align: right;
}
tr.columnTitles
{
	background-color: #EFDBCB
}
td.label
{
	text-align: right
}
td.icon
{
	text-align: center
}
td.groupTitle
{
	background-color: #EFEFEF
}
td.groupError 
{
	background-color: #FFDBBD
}
td.fieldbutton					/* horizontal alignment for field-button  */
{
   text-align: left
}
td.borderRight
{
	border-right: 1px solid gray
}
td.borderLeft
{
	border-left: 1px solid gray
}
td.screenTitle{
    text-align: right;
    width: 25%;
    vertical-align: top;
}
span.helpdesk
{
	font-weight: bold;
	color: blue;
	cursor: pointer;
	text-decoration: underline
}
div.clearer
{
	line-height: 0px;
	clear: left;
}
div.blockGroup
{
	overflow: visible;
	width: 72.1em;
}
div.block
{
	float: left;
	padding-bottom: 0.5em;
}
table.block
{
	border-collapse: collapse;
}
table.block .label
{
	padding-top: 0.3em;
	padding-right: 0.3em;
	text-align: right;
	vertical-align: top;
}
table.block .extraLabel
{
	vertical-align: middle;
}
table.block .content
{
	vertical-align: bottom;
}

div.list
{
	overflow: auto;
}
table.scrollBase
{
	width: 70.7em;
}
table.list .checkbox
{
	width: 2.5em;
}
table.list .icon
{
	width: 2.5em;
}
table.list tr
{
	height: 1.5em;
}
table.list div.actAsTd
{
	float: left;
	padding-right: 0.72em;
}
img.pointer
{
	cursor: pointer;
}
table.list td.quickInput
{
	padding-top: 0.3em;
	vertical-align: top;
}
.border
{	
	border: 1px;
	border-style: solid;
	border-color: black;	
}
.columnColor
{
	background-color: #EFDBCB;
	text-align: right;
	font-weight: bold;	                  
}
.buttonImageAlign
{
	padding: 0px;
	margin: 0px;
	background-color: transparent; 
	border: 0px;
	position:absolute;
	left:0pt;
	top:0pt;
}

.alignOutput
{
	line-height: 22px;
	
}
.sessionContextButton
{
	vertical-align:middle;
	width:15.0em;
}
.sessionContextAlign
{
	position:relative;
	padding-left:1.6em;
	position:relative;
	text-align:left;
}
.dataNotAvailable
{
	color: gray
}

/* MASK */
div.headerMask
{
	background-color:#000000;
	opacity:0;
	filter:alpha(opacity=0);
	top: 0px;
	width: 100%;
	height: 60px;
	left: 0px;
	z-index:9999;
	position: absolute;
	display: block;
}

/* FILE UPLOADER */
div.uploadProgressBar {
	border: 1px solid #808080;
	width: 18em;
	height: 0.5em;
	background-color: #EFEFEF;
}

div.uploadInitialProgress {
	float: left;
	width: 0em;
	height: 0.5em;
	background-color: #BCC5E0; 	
}

div.uploadButton {
	padding-top:0.1em;
	padding-right:0.5em;
	float: left;
}