/* TRINPsite, 56.06.1-71.33.2, CSS/MNIBasic.css at TRINP = www.trinp.org */
/* Default colors for basic docs: body ffe0c0, main division of middle part
   e0e0e0, textbody background ffffff; letters 202020;
   link 202060, alink (and hover) 602020, vlink 206020.
   (Cp. nodal backgrounds: c0e0ff, 202020, 000000; letters e0e0e0;
   links 60e0e0, e060e0, e0e060.) */

 body { margin:0px }

/* @media screen  --not all browsers with CSS can handle @media definitions
   { */

 body { background:#c0c0c0; color:#202020 }

 a:link { color:#202060 } a:visited { color:#206020 }
 a:active, a:hover { color:#602020; 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, a#BOOK:link, a#BOOK:visited,
 a#CHPTR:link, a#CHPTR:visited, 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, a#BOOK:active, a#BOOK:hover,
 a#CHPTR:active, a#CHPTR:hover, a#DIV:active, a#DIV:hover 
  { visibility:visible; color:#000000; 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#MidPart, table#CenPart { visibility:visible; color:#202020;
                                border: ridge 1px }
                table#MidPart { background: transparent }
/*cancels non-CSS bgcolor needed for (non-JS display and) PDF file*/ 
                table#CenPart { background: #f0f0f0 url("") }
/* div.FrameBar { background: #abcdef }  option for the future */
 table.OptIkon { background: transparent }
 a.OptIkon:link, a.OptIkon:visited { color: #ffffc0 }
 a.OptIkon:hover, a.OptIkon:active { color: #000040 }
 div.MainDiv { background:rgb(191,223,191);  /* #c0e0c0 */
               background:rgba(191,223,191,.75); }
   /*normally only one MainDiv, but in VocAll three parts of MainDiv*/
 table#TextBody { background: #ffffff url("") }
 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 }
 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:#202020 }

 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:transparent; text-decoration:none }

 #TopPart { visibility:visible; border:none }
 table#FramSup { visibility:visible; width:600px; border:none }

 table#MidPart, table#CenPart { visibility:visible; color:black;
   background: white none; border: ridge 1px }  /*CenPart=MidPart*/
/* div.FrameBar { background: white } */
 table.OptIkon { background: white }
 div.MainDiv { background: white }
 td#Level1, td#Level2, td#Level3, td#Level4 { background:white }
 
 a#MODEL:link, a#MODEL:visited, a#MODEL:active, a#MODEL:hover,
 a#BOOK:link, a#BOOK:visited, a#BOOK:active, a#BOOK:hover,
 a#DIV:link, a#DIV:visited, a#DIV:active, a#DIV:hover,
 a#CHPTR:link, a#CHPTR:visited, a#CHPTR:active, a#CHPTR:hover
  { visibility:visible; color:black; background:white }

 table#TextBody { visibility:visible; color:black;
                  background: white none; border:none } 
 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-71 aSWW, M.Vincent van Mechelen, DNI Foundation */