.mynav { font-weight:bold;font-size:110%; }
/************************************************
 *          MenuGen Display Settings            *
 ************************************************/
td.menu { padding:0 20px 2px 30px; font-weight:bold; color:#008; }
td.menu-head { padding:0 0 10px 35px; font-weight:bold; color:#008 }
td.menu-foot { padding:10px 0 50px; font-weight:bold; color:#008 }

/************************************************
 *          FormGen Display Settings            *
 ************************************************/
.indent { margin-left: 20px; }
td.prompt {
  white-space:nowrap; text-align:right; font-weight:bold;
  vertical-align:top; padding:0 4px 0 0; color:#008;
}
td.prompt2 {
  white-space:nowrap; text-align:left; font-weight:bold;
  vertical-align:top;
}
input.small { border:1px solid #000; font:7pt Tahoma; }
.center { text-align:center; }


/************************************************
 *          ListGen Display Settings            *
 ************************************************/
.ld { width: 100%; padding:3px; }
.ld td,.ld th { white-space: nowrap; }
.ld b { font-weight:bold; color:#008; }

#list { width:100%; }
#list th { padding:2px 1em; white-space:nowrap; }
#list td { padding:2px 1em; white-space:nowrap; }
#lh { background:#753; color:#FFF; font-weight:bold; }
#lh-a { float:right; width:14px; background: url(core/images/arrowa.gif) no-repeat right; }
#lh-d { float:right; width:14px; background: url(core/images/arrowd.gif) no-repeat right; }
#lh a { color:#FF5; }

#list tr.r1 { background:#DDD; border:1px solid #DDD outset; }
#list tr.r2 { background:#BBB; border:1px solid #BBB outset; }
#list td a { text-decoration:none; }

/************************************************
 *           Default Hlink Settings             *
 ************************************************/
A:link    { text-decoration: none; color:#00D; }
A:visited { text-decoration: none; color:#00D; }
A:hover   { text-decoration: underline; color:#00D; }
A:active  { text-decoration: none; color:#00D; }

/************************************************
 *               Font Settings                  *
 ************************************************/
.c     { color:#008; }
.b     { font-weight:bold; }
.bc    { font-weight:bold; color:#008; }
.f7    { font-size:7px; }
.f8    { font-size:8px; }
.f8c   { font-size:8px; color:#008; }
.f8b   { font-size:8px; font-weight:bold; }
.f8bc  { font-size:8px; font-weight:bold; color:#008; }
.f10   { font-size:10px; }
.f10c  { font-size:10px; color:#008; }
.f10b  { font-size:10px; font-weight:bold; }
.f10bc { font-size:10px; font-weight:bold; color:#008; }
.f12   { font-size:12px; }
.f12c  { font-size:12px; color:#008; }
.f12b  { font-size:12px; font-weight:bold; }
.f12bc { font-size:12px; font-weight:bold; color:#008; }
