/* TRINPsite, 56.06.1-63.29.1, CSS/MNIBasic.css at TRINP = www.trinp.org */

/* @media screen  --not all browsers with CSS can handle @media definitions
   { */

 body { color:#001000 }
 a:link { color:#0000ff } a:visited { color:#400880 }
 /* Do not use 'background:#fffff0', because of effects in Netscape */ 
 a:active, a:hover { color:#ff0000; background:white }
 a.PicLink:link, a.PicLink:visited { color:#800080; background:transparent }
 a.PicLink:active, a.PicLink:hover { color:#ff0000; background:transparent }
 a.FrameLink:link, a.FrameLink:visited
  { color:#800080; background:transparent }
 a.FrameLink:active, a.FrameLink:hover { color:#ff0000; background:white }

 td#MODEL, td#BOOK, td#CHPTR, td#DIV { background:#e0e0e0 }
 /* keep for reading link labels with Netscape */
 #MNI {  }
 a#ModeLink:link, a#BookLink:link { color:#0000ff; background:#ffc000 }
 a#ModeLink:visited, a#BookLink:visited { color:#400880; background:#ffc000 }
 a#ModeLink:active, a#BookLink:active { color:#ff0000; background:white }
 a#ModeLink:hover, a#BookLink:hover { color:#ff0000; background:white }
 /* 'ModeLink', 'BookLink' and three (td)# to be phased out as from 56.45.4 */
 /* these new definitions instead of the ones above: */
 td#Level1 { background:#c0c0c0 }
 td#Level2 { background:#808080 }
 td#Level3 { background:#404040 }
 td#Level4 { background:#000000 }

 a#MODEL:link, a#MODEL:visited
  { visibility:visible; color:#fffff0; font-size:medium; font-weight:bold;
    text-decoration:underline }
 a#BOOK:link, a#BOOK:visited
  { visibility:visible; color:#fffff0; font-size:medium; font-weight:bold;
    text-decoration:underline }
 a#CHPTR:link, a#CHPTR:visited
  { visibility:visible; color:#fffff0; font-size:medium; font-weight:bold;
    text-decoration:underline }
 a#DIV, a#DIV:link, a#DIV:visited
  { visibility:visible; color:#fffff0; font-size:medium; font-weight:bold;
    text-decoration:underline }
 a#MODEL:active, a#MODEL:hover
  { visibility:visible; color:#ff0000; font-size:medium; font-weight:bold;
    text-decoration:underline; background:white }
 a#BOOK:active, a#BOOK:hover
  { visibility:visible; color:#ff0000; font-size:medium; font-weight:bold;
    text-decoration:underline; background:white }
 a#CHPTR:active, a#CHPTR:hover
  { visibility:visible; color:#ff0000; font-size:medium; font-weight:bold;
    text-decoration:underline; background:white }
 a#DIV:active, a#DIV:hover
  { visibility:visible; color:#ff0000; font-size:medium; font-weight:bold;
    text-decoration:underline; background:white }
 
 a#Copyright { color:black; background:transparent;
               font-size:10px; font-style:normal }

 #TopPart { visibility:visible; border:none }
 table#FramSup { visibility:visible; width:600px; border: none }

 table#CenPart { visibility:visible; width:600px;
                 background: #fffff0 url("../Graf/Bkgr/8.gif");
                 padding:0px; border-spacing:0px; border: ridge 2px }
 /* For Netscape this relative URL only works with HTML (see above) */
 table#CentrTop, table#ModCoBot { visibility:visible; border: none }
 table#TextBody { border: none }
 table#CentrBot, table#ModCoTop { visibility:visible; border: none }
/* ModCoBot and ModCoTop to be phased out as from 56.37.2 */

 table#FramSub { visibility:visible; width:600px; border: none }
 #BotPart { visibility:visible; border:none }

 td.FrameCell { color:#800080; font-size:small;
  padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px }
 /* Do not use 'background:transparent': yields black with Netscape */
 strong.FrameFont { font-size:12px }

 td#TextCell {  }

 p, .P { font-family:"Times New Roman"; font-size:medium; font-weight:normal;
         text-align: left }
 /* 'background:#fffff0' will yield white (!) background in Netscape */
 p, .P, a.Spell:link, a.Spell:visited, a.Spell:active, a.Spell:hover
  { color:#001000 }

 hr.PrP { color:#004040 }
 .PrPNumber { font-weight:bold }
 .PrPTitle, .PrPText { color:#002000; font-family:"Verdana";
                       font-size:small; font-weight:bold; text-align:left }
 p.PrPNote { text-align:right }

 b { font-weight:bold }
 strong { font-weight:normal } /*used for non-resizable font*/

 .NonCSS { }

/* } */

@media print
{
 body { background: white url("") fixed;
        color:black; margin-top:0px; margin-left:0px }
 a:link, a:visited, a:active, a:hover
  { color:black; background:white; text-decoration:none }

 #TopPart { visibility:visible; border:none }
 table#FramSup { visibility:visible; width:600px; border:none }

 table#CenPart { visibility:visible; color:black; background: white url("");
                 width:600px; border: ridge 1px }

 td#Level1, td#Level2, td#Level3, td#Level4 { background:white } 
 a#MODEL, a#BOOK, a#DIV, a#CHPTR
  { visibility:visible; color:black; background:white }
 
 table#TextBody { color:black; background: white url("") }

 table#FramSub { visibility:visible; width:600px; border:none }
 #BotPart { visibility:visible; border:none }

 p, .P, a.Spell:link, a.Spell:visited, a.Spell:active, a.Spell:hover
  { color:black }
}

/* Copyright 56-63 aSWW, M.Vincent van Mechelen, DNI Foundation */