/*text style CSS*/

/*text tags - classes*/

/*upgrades log text*/
.upg{font-size:1.1em;font-family:Verdana,Arial,Helvetica,Sans-serif;color:#000000; overflow:auto;}
upg{
      font-size:1.1em;
      font-family:Verdana,Arial,Helvetica,Sans-serif;
      color:#000000;
      width:auto;
      overflow:auto;
}

/*normal text*/
.ntxt{font-size:1.0em;font-family:Verdana,Arial,Helvetica,Sans-serif;color:#000000;font-style:normal;}
ntxt{font-size:1.0em;font-family:Verdana,Arial,Helvetica,Sans-serif;color:#000000;font-style:normal;}
/*blue bg bar white text*/
.wbtxt{color:#FFFFFF; background-color:#1d529b; text-shadow: 2px 2px darkblue;}
wbtxt{color:#FFFFFF; background-color:#1d529b; text-shadow: 2px 2px darkblue;}


/*topic wmblue*/
.tc{font-size:1.3em;font-family:Verdana,Arial,Helvetica,sans-serif;color:#1d529b;}
tc{font-size:1.3em; color:#1d529b; font-weight:bold;}

/*special topic -- matches hls*/
.tcs{font-size:1.2em;font-family:Verdana,Arial,Helvetica,sans-serif;color:#1d529b;}
tcs{font-size:1.2em; color:#1d529b; font-weight:bold;}
/*special little topic -- matches hll*/
.tcl{font-size:1.0em;font-family:Verdana,Arial,Helvetica,sans-serif;color:#1d529b;}
tcl{font-size:1.0em; color:#1d529b; font-weight:bold;}


/*special large highlight text color --  matches tc*/
.hlc{color:#ffb100; font-size: 1.3em;}
hlc{color:#ffb100; font-size: 1.3em; font-weight:bold;}
/*special highlight text color -- matches tcs*/
.hls{color:#ffb100; font-size: 1.2em;}
hls{color:#ffb100; font-size: 1.2em; font-weight:bold;}
/*special little highlight text color -- matches tcl*/
.hll{color:#ffb100; font-size: 1.0em;}
hll{color:#ffb100; font-size: 1.0em; font-weight:bold;}
/*special dark highlight -- support*/
hdl{color:#FF6600; font-size: 0.8em; font-weight:bold;}

/*highlight text color*/
.hl{color:#000000; font-size: 1.0em;}
hl{color:#000000; font-size: 1.0em; font-weight:bold;}
/*highlight large text color*/
.hlb{color:#000000; font-size: 1.2em;}
hlb{color:#000000; font-size: 1.2em; font-weight:bold;}



/*SSL (green)*/
ssl{color:green; font-weight:bold;}
/*light gray*/
gray{color:gray;}

/*history green*/
hgreen{background-color:green; color:white; font-weight:bold;}

/*highlight yellow*/
hyell{background-color:yellow; /*color:black;*/ font-weight:bold;}

/*warning orange*/
warno{background-color:#ffb100; color:white; font-weight:bold;}
/*warning red*/
warnr{background-color:red; color:white; font-weight:bold;}

/*dev-disabled*/
.dev{color:lightgrey; font-style: italic; font-weight: lighter;}
dev{color:lightgrey; font-style: italic; font-weight: lighter;}
dev2{color:grey; font-style: italic; font-weight: light;}

/*ticket notify*/
tnotify{color:#ffb100; font-weight: bold; text-decoration: underline dotted #1d529b;}
