.empty { 
}


/* main styles */

BODY { 
    background-color: 0xffffff; 
    margin-left: 0em; 
    margin-top: 0em; 
    margin-right: 0em; 
    margin-bottom: 0em; 
}

BODY, P, UL, LI, TR, TD {
    font-family: 'Verdana', 'Arial', sans-serif; 
    font-size: 8pt; 
    line-height: 1.5;
}

OBJECT, LABEL, LEGEND, INPUT, TEXTAREA, SELECT, BUTTON {
    font-family: 'Tahoma', 'MS Sans Serif', sans-serif; 
    font-size: 8pt; 
    color: windowtext; 
}

DIV, SPAN { 
	background-color: transparent; 
}

H1
{
	font-family: 'Verdana', 'Arial', sans-serif; 
	font-size: 18pt;
	margin-bottom: 4pt;
    margin-left: 8pt; 
}


H2
{
	font-family: 'Verdana', 'Arial', sans-serif; 
	font-size: 10pt;
	margin-top: 12pt;
	margin-bottom: 0pt;
    margin-left: 8pt; 
}

P {
	margin-top: 2pt;
    margin-left: 8pt; 
    margin-right: 8pt; 
	margin-bottom: 6pt;
}

HR {
    margin-left: 8pt; 
}

.headerB {
    font-family: 'Verdana', 'Arial', sans-serif; 
    font-size: 14pt; 
    text-indent: 1em; 
    color: window; 
}

/* help styles */

.helpTitle, .helpTitleSub1, .helpTitleSub2, .helpTitleSub3 {
    font-family: 'Verdana', 'Arial', sans-serif; 
    font-size: 12pt; 
    font-weight: bold; 
}

.helpTitleSub1 {
    font-size: 9pt;
    margin-bottom: -1.5em;
}

.helpTitleSub2 {
    font-size: 8pt; 
    margin-bottom: -1.5em; 
}

.helpTitleSub3 {
	font-size: 8pt;
	font-weight: bold;
	color: dimgray;
	margin-bottom: -1.5em;
	margin-left: 25pt;
}

.indent {
	margin-left: 25pt;
	font-family: 'Verdana', 'Arial', sans-serif; 
    font-size: 8pt; 
    color: windowtext;
}

.property {
    font-weight: bold; 
}

#BPLink {
    text-decoration: underline; 
    color: blue; 
    cursor: hand; 
}


/* other styles */

.scrolling { 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
}

.scrolling2 {
    width: 100%; 
    height: 90%; 
    overflow: auto; 
}

.controlClient { 
    width: 100%; 
    height: 92%; 
}

.padded { 
    padding-top: 0em; 
    padding-left: 2em; 
    padding-right: 2em; 
    padding-bottom: 2em; 
}

.propertyHeader {
    background-color: #0F3063; 
    height: 25px; 
}
    
.propertyName { 
    font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
    font-size: 8pt;
	font-weight: bold; 
	color: white; 
    cursor: default; 
}

.propertyClass { 
    font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
    font-size: 8pt;
	font-weight: normal; 
	color: white; 
    cursor: default; 
}

.propertyIcon { 
    text-align: right; 
    margin-right: 10px; 
}

.infoTitle {
    font-weight: bolder; 
}

.infoDivider {
    height: 1px; 
    color: #0F3063; 
}

.infoContent {
    font-family: 'Tahoma', 'MS Sans Serif', sans-serif; 
    font-size: 8pt; 
    margin-top: 1em; 
    margin-left: 1em;
    margin-right: 1em;  
    margin-bottom: 1em; 
}

.hlink {
	text-decoration: underline;
    color: #0F3063; 
	cursor: hand; 
}

.headingCool {
    font-weight: bold; 
    color: windowtext; 
    cursor: default; 
}

.IStyle {
    color: white; 
    background-color: #0F3063; 
    font-weight: bold;
}

.IStyle P {
    font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
    font-size: 8pt;
}

.stdbutton {
    width: 7em;
}

CODE
{
	font: 80% "Courier New", Courier, mono;
    font-size: 10pt;
}

div.color
{
	background-color: rgb(255,255,204);
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border: solid;
	border-width: thin;
	width: 100%;
}

OL
{
	margin-top: 2pt;
	margin-bottom: 10pt;
}

UL
{
	margin-top: 2pt;
	margin-bottom: 10pt;
}

table.gridtable {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 8pt;
}

<!--
You will not be able to see this text -->
table.gridtable th {
    border: 1px solid black;
}

table.gridtable td {
    border: 1px solid black;
}

.leftbar { background-image:  url("images/leftbarbackground.gif"); background-repeat: no-repeat; background-position: left top; padding-left: 10px; padding-top: 5px; }

.leftmenu { border-top-style: solid; border-top-color: black; border-top-width: 1px; }

.boldmenu    { color: #4498CC; font-weight: bold; text-decoration: none }

a.menu    { color: #4498CC; font-weight: normal; text-decoration: none }

a.boldmenu:visited { font-weight: bold; text-decoration: none }

a.boldmenu:active  { text-decoration: underline; font-weight: bold; color: #003090; }

a.boldmenu:hover   { text-decoration: underline; font-weight: bold; color: #003090; }
