<STYLE>
<!-- Netscape does NOT accept underscore -->
<!---

A {
	TEXT-DECORATION : none;
}

BODY
 {
	BACKGROUND-COLOR: #9CBACE;
	FONT-FAMILY : arial,verdana,helvetica;
	FONT-SIZE : 8pt;
	margin-left : 20px;
	margin-top:20px;
}

.loginError
{
        font-family: arial,verdana,helvetica;
        font-size : 12px;
        font-weight: bold;
        color: #ffff33;
}

.passwordBox{
	color: white;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color :#006699;
	border : white  thin outset;
}

input.button
{
	background-color: #63A7C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	cursor:hand;
}

input.redButt
{
	width:190;
	cursor:hand;
	background-color:#003366;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:white;
}


input.applyButton {
	width:80;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:white;
	background-color:#3366ff;
	cursor:hand;
}

input.largebutton
{
	background-color: #9CBACE;
	border-color: #9CBACE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	width: 150;
}

input.buttonBar
{
	background-color: #9CBACE;
	border-color: #9CBACE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	width:100%
}


.line3Dlite
{
	background-color :#CEDFE7;
}

.line3Ddark
{
	background-color : #999999;
}

.tabData
{
	margin-left : 10px;
	margin-top : 10px;
	margin-right:10px;
	margin-bottom:10px;
}

.toolBar
{
	BACKGROUND-COLOR: #003366;
	border : 1px inset;
}

.toolBarPopup
{
	BACKGROUND-COLOR: #006699;
	border : 1px inset;
}

.toolBarText {
	color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 14px;
	font-weight : bold;
}

.centered {
	text-align: center;
}

.ruleTable {
	BACKGROUND-COLOR: #003366;
	border :1px inset;
	margin-left: auto;
	margin-right: auto;
}

.listControl
{
	BACKGROUND-COLOR: #003366;
	border :1px inset;
}

.listObjTreeView
{
	BACKGROUND-COLOR: #003366;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 0px;
	border-bottom: 0px;
}

.listControlPopup
{
	BACKGROUND-COLOR: #006699;
	border :1px inset;
}

.listLabel {
	color: White;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : bold;
	background-color : #003366;
}

.listLabelPopup{
	color: White;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : bold;
	background-color : #006699;
}

.listItem
{
	background-color:white ;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : normal;
}

.listItemModified
{
	background-color:white ;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : normal;
}

.listItemContrast
{
	background-color: #EFF6FD;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : normal;
}

.listItemBold
{
	background-color: white;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : bold;
}

.listItemBoldContrast
{
	background-color: #EFF6FD;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : bold;
}

.listItemGrey
{
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Gray;
	font-size : 12px;
	font-weight : normal;
}

.listItemCustomService
{
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.listItemContrastCustomService
{
	background-color: #EFF6FD;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.listItemCustom
{
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.listItemCustomContrast
{
	background-color: #EFF6FD;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.listItemSelected
{
	background-color:white;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.listItemDropped
{
	background-color:white ;
	FONT-FAMILY : arial,verdana,helvetica;
	color: red;
	font-size : 12px;
	font-weight : normal;
}

.listItemAdd
{
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Green;
	font-size : 12px;
	font-weight : normal;
}

.listItemAllow {
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Green;
	font-size : 12px;
	font-weight : normal;
}

.listItemDeny {
	background-color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Red;
	font-size : 12px;
	font-weight : normal;
}

.label {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelPassword{
	color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelBold {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : bold;
}

 .diagBar
 {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color: #d0f0f0;
	border : thin inset;
}

.tableHeader {
	color:white;
	background-color : #003366;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : bold;
}

.tableLink {
	color:white;
	text-decoration : none;
}

.tableLineContrast {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color :white ;
	height : 20px;
}

.tableLine {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color : #EFF6FD;
	height : 20px;
}

.tableLineContrastDisabled {
	color: Gray;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color :white ;
	height : 20px;
}

.tableLineDisabled {
	color: Gray;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color : #EFF6FD;
	height : 20px;
}

.tableKey {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : bold;
	background-color : #FFFFFF;
	height : 20px;
}

.allowRule {
	color: #009900;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.denyRule{
	color:red;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.logAlertLine {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color: Yellow;
}

.nolineLabel {
	text-decoration: none;
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.nolineLabelBold {
	text-decoration: none;
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : bold;
}

.labelHeading{
	color: Blue;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelFolder {
	color: White;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 14px;
	font-weight : bold;
}

.readonly {
	background-color :#9CBACE;
}

.field
{
	BACKGROUND-COLOR : silver;
	FONT-FAMILY : verdana,arial,helvetica;
	FONT-SIZE : 8pt;
}

.contentList
{
	BACKGROUND-COLOR: White;
	FONT-FAMILY : verdana,arial,helvetica;
	FONT-SIZE : 8pt;
}

.groupLabel
{
	color:#003366;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 14px;
	font-weight : bold;
}

.labelModified
{
	color:#003366;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : bold;
}


.labelCustom
{
	background-color: transparent;
	FONT-FAMILY : arial,verdana,helvetica;
	color: Blue;
	font-size : 12px;
	font-weight : normal;
}

.groupUnderline
{
	background-color:  #003366;
}

.warning
{
	color: Red;
}

.labelWarning {
	color: red;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelWarningBold {
	color:red;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : bold;
}

.statusFont
{
	FONT-FAMILY : arial,verdana,helvetica;
	color: Black;
	font-size : 12px;
	font-weight : normal;
}

.statusTable{
	border-left:solid #0A246A 1px;
	border-right:solid #0A246A 1px;
	border-bottom:solid #0A246A 1px;
}

.objItemSpacing{
	margin-left: 4px;
}

img.imgActive{
	cursor:hand;
	cursor:pointer;
}

img.imgGray{
	cursor:default;
}
--->
</STYLE>

