body {
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6977D3;
}
.rf {  font-family: Arial; font-size: 10px; font-weight: bold; color: #660000; text-decoration: underline}
.bb {  border-color: black black #FFFFFF; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.bri {  border-color: black #FFFFFF black black; border-style: dotted; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.bbr {  border-style: dotted; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px}
.mrf {  font-family: Arial; font-size: 14px; color: #FFFFFF}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:medium;
	font-style: italic;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:small;
	font-style: italic;
}

.AA { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #000066;
	TEXT-DECORATION: none;
	}
.AA:hover { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}

.AAA { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #000066;
	TEXT-DECORATION: none;
	}
.AAA:hover { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #FFFFFF; 
	TEXT-DECORATION: underline;
}

A.AAAA { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #000000;
	TEXT-DECORATION: none;
	}
A.AAAA:hover { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #000000; 
	TEXT-DECORATION: underline;
}


A { font-family:Arial, Helvetica, sans-serif;
font-size:small;
	COLOR: #0066FF;
	TEXT-DECORATION: none;
	}
A:hover { font-family:Arial, Helvetica, sans-serif;
font-size:small;
/*	COLOR: #FF9900; */
	COLOR:#F00;
	TEXT-DECORATION: none;
}

.text {  font-family:Arial, Helvetica, sans-serif;
        font-size:small;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
/*    background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;*/
	background-color: #FFEBAE;
		cursor: default;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #FFF3CC;
		cursor: default;
}

/* marked table rows */
table tr.marked th,
table tr.marked {
    background-color: #FFFF00;
}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: #FFB94F;
}

table .value {
    text-align: right;
    white-space: nowrap;
}

/* odd items 1,3,5,7,...  For IE */ 
.odd {
    background: #E1E4F7;
}

/* even items 2,4,6,8,... */
.even {
    background: #F0F1FB;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
    background: #ADB5E7;
   /* color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;*/
}


.cursorforTd {
	cursor: hand;
	border: 1px dotted #FFFFFF;
}
.cursorBtn {
	cursor: hand;
}
