pre { 
  font-size : 9pt;
}
 
body {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fdfdeb;      
  color : black;  
}

table {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fdfdeb; 
}

td {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align:top;  
}

td.n {
  text-align: right;
}

img {
  vertical-align: middle;
}

A {
  font-style : normal;
  text-decoration : none;
  color : black;
}

A:hover {
  font-style : normal;
  text-decoration : underline;
}

.bold {
  font-weight : bold;
}

.LB {
  background-color : #DAF2FF;
}
.LG {
  background-color : #C3FDB8;
}
.LR {
  background-color : #FAAFBA;
}

H1 {
  font-size : 12pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.l {
  color: Gray;
  font-style : italic;
}

.d {
  font-style : italic;
  color : Red;
  font-weight : bold;
}

.c {
  color: #969696;
}

.r {
  color: red;
}

.i {
  font-style : italic;
}

.k {
  color: #000099;
  font-weight : bold;
}

.v {
  color : #006600;
}

#Legend {
  position: absolute;
}

.myblack {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  text-decoration : none;
  color: #000000;
}
.myred {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  text-decoration : none;
  color: #ff0000;
}
.mygreen {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  text-decoration : none;
  color: #008000;
}
.myblue {
  font-size : 8pt;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  text-decoration : none;
  color: #0000C0;
}
/* matches DatabaseObject colors */
.BlueObject {
  color: #0000C0;
}
.LightBlueObject {
  color: #0080FF;
}
.VioletObject {
  color: #800080;
}
.DarkGreenObject {
  color: #008000;
}
.LightGreenObject {
  color: #00C000;
}
.SalmonObject {
	color: #A0522D;
}

.masterStyle {
  background-color : #f0ffff;
  color:Black; 
}

.sybsystemprocsStyle {
  background-color : #d3d3d3;
  color:Black; 
}

.sybsystemdbStyle {
  background-color : #00ced1;
  color:Black; 
}

.tempdbStyle {
  background-color : #ffa500;
  color:Black; 
}
