﻿#navigationDiv
{
	overflow: auto;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}

#contentDiv
{
	overflow: auto;
	padding: 16px;
	position: absolute;
	left: 200px;
	top: 0px;
}

#LFViewPortDiv
{
	margin: 12px;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
}

h1,h2,h3,th,td,p,li,input,button,select
{
	color: #000000;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: inherit;
	text-transform: none;
}

h1
{
	color: #003399;
	font-size: 12pt;
	font-weight: normal;
}

h2
{
	color: #006611;
	font-size: 12pt;
	font-weight: normal;
}

h3
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

table
{
	empty-cells: show;
}

th
{
	font-weight: bold;
}
th.details
{
	color: #003399;
	font-size: 12pt;
	font-weight: normal;
}

td.navigation
{
	vertical-align: baseline;
}

p
{
	text-align: justify;
}

a
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #3399FF;
	text-decoration: underline;
}

a.navigation
{
	color: #112255;
	text-decoration: none;
}
a.navigation:hover
{
	color: #0044EE;
	text-decoration: underline;
}

img
{
	vertical-align: baseline;
}

.border
{
	border: 1px solid #CCCCCC;
}
.borderLeft
{
	border-left: 1px solid #CCCCCC;
}
.borderTop
{
	border-top: 1px solid #CCCCCC;
}
.borderRight
{
	border-right: 1px solid #CCCCCC;
}
.borderBottom
{
	border-bottom: 1px solid #CCCCCC;
}

.borderDottedRight
{
	border-right: 1px dotted #CCCCCC;
}
.borderDottedBottom
{
	border-bottom: 1px dotted #CCCCCC;
}

.detailsBorder
{
	border: 1px solid #ABAFDA;
}
.detailsBorderLeft
{
	border-left: 1px solid #ABAFDA;
}
.detailsBorderTop
{
	border-top: 1px solid #ABAFDA;
}
.detailsBorderRight
{
	border-right: 1px solid #ABAFDA;
}
.detailsBorderBottom
{
	border-bottom: 1px solid #ABAFDA;
}

.form
{
	background-color: #EEEEEE;
}

.control
{
	border: 1px solid #CCCCCC;
}

.waterMark
{
	color: #CCCCCC;
	font-style: italic;
}

.remark
{
	color: #666666;
	font-style: italic;
}

.warning
{
	color: #FFCC00;
}

.error
{
	color: #FF0000;
}

input.fixed
{
	font-family: Consolas, Courier New, Courier, Monospace;
	font-size: 10pt;
}

input.readOnly
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}