﻿/* MVVM, 56.17.2-71.14.3, CSS/GenNodal.css for IN/MVVM = mvvm.net */
/* Default colors for nodal docs: body c0c0c0 (instead of 404040), main div
   of middle part 202020, textbody background 000000; letters e0e0e0;
   link 60e0e0, alink (and hover) e060e0, vlink e0e060 .
   (Cp. basic backgrounds: c0c0c0, e0e0e0, ffffff; letters 202020;
   links 202060, 602020, 206020.) */

 body { margin:0px }
 a#Copyright { font-size:10px; font-style:normal }

 p, .P { font-family:"Times New Roman"; font-size:medium; font-weight:normal;
         text-align:left }
 .Ps { font-size:small }

 #Info_CSS { font-size:10px }

 b { font-weight:bold }
 strong { font-weight:normal } /*used for non-resizable font*/
 small {  }
 .NonCSS {  }

/*@media screen  --not all browsers can handle @media definitions
{*/
 body { background:#c0c0c0; color:#e0e0e0 }
/* For CSS style sheets the base URI is that of the style sheet, not that of
   the source document. However, Netscape takes 'url("../Graf/Bkgr/1.gif")'
   relative to the directory in which this CSS sheet is being used and will
   not go to the right location. The whole background (inclusive of color)
   must therefore be defined by means of the HTML code, even with CSS */

 a:link { color:#60e0e0 } a:visited { color:#e0e060 }
 a:active, a:hover { color:#e060e0; background:black }
 a.PicLink:link, a.PicLink:visited { color:#00ff00; background:transparent }
 a.PicLink:active, a.PicLink:hover { color:#ffff00; background:transparent }
 a.FrameLink:link, a.FrameLink:visited { color:#800080 }
 a.FrameLink:active, a.FrameLink:hover { color:#fffff0; background:#800080 }
 a#Copyright { color:#c0c0c0; background: url("") }

 #TopPart { border:none }
 table#FramSup { width:600px; border: none }
 table#MidPart, table#CenPart { color:#e0e0e0; border: 1px solid #808080 }
                table#MidPart { background: transparent }
/*cancels non-CSS bgcolor needed for (non-JS display and) PDF file*/ 
                table#CenPart { background: #202020 url("") }
/* div.FrameBar { background: #abcdef }  option for the future */
 table.OptIkon { background: #101010 }
 a.OptIkon:link, a.OptIkon:visited { color: #101010 }
 a.OptIkon:hover, a.OptIkon:active { color: #f0f0f0 }
 div.MainDiv { background: #202020 url("") }
   /*normally only one MainDiv, but in VocAll three parts of MainDiv*/
 table#TextBody { background: #000000 url("") }

 table#FramSub { width:600px; border: none }
 #BotPart { border: none }

 td.FrameCell { color:#808080; background: url("");
  padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px }
 /* For Netscape 'background:transparent', 'none' or 'url("")' produces
    black, and padding '1px' many more pixels */
 strong.FrameFont { font-size:12px }

 h2, p, .P, a.Spell:link, a.Spell:visited, a.Spell:active, a.Spell:hover
  { color:#e0e0e0 }

 #Info_CSS { color:#000040; background-color:silver }
/*}*/

@media print
{
 body { color:black; background: white url("") fixed }
 a:link, a:visited, a:active { color:black }
 a#Copyright { color:black; background:white }

 h2, p, .P, a.Spell:link, a.Spell:visited, a.Spell:active, a.Spell:hover
  { color:black }

 table#MidPart, table#CenPart { background: white none; color:black;
                                border: 1px solid grey }
/* div.FrameBar { background: white } */
 table.OptIkon { background: white }
 div.MainDiv { background: white }
 table#TextBody { visibility:visible; color:black;
                  background: white none; border:none }

 TABLE.Doc { background: white url(""); border:none }
 #Info_CSS { color:#00ff00; background-color:#ff0000 }
}

/* Copyright 56-71 aSWW, M.Vincent van Mechelen, Amsterdam, Netherlands */