/*VPScraper stylesheet */

body { Font: Normal 100% Verdana; margin:0px; color:black;}
div#extract { Font: Normal 90% Verdana; margin:10px;}

img#mum-pic            {height:84px; width:128px;}

/* table */
table#utils            {border:solid 1px gray; background:rgb(247,241,229)/*rgb(234,241,231)*/;}
table#utils td         {padding-bottom:30px;}
table#utils td.c1      {width:10%; text-align:center;}
table#utils td.c2      {width:28%; padding-left:15px;}
table#utils td.c3      {width:10%; text-align:center;}
table#utils td.c4      {width:22%;}
table#utils td.c5      {width:10%;}
table#utils td.c6      {width:10%;}
table#utils td.c7      {width:10%;}

div#divHead            {background:rgb(247,241,229);}
div#divHead table      {font-size: 200%;}
div.divTitle           {margin-left:20px;}
div.version            {font-size:40%; margin-top:20px;}
span#verText           {white-space:pre;}

div.qdVersion          {color:red; font-size:90%;}

div.content            {margin-left:20px;margin-top:10px; width:900px;}


a:hover                {background-color:rgb(202,232,255);}
a                      {text-decoration:none;}
a:visited              {text-decoration:none; color:rgb(163,73,164);}


/*body,html              {height:100%;}* /

div#divRgt             {border-left:1px solid rgb(151,208,255);/* height:100%* /}
.button                {background:rgb(234,241,231);}
.textfld               {Font: Bold 80% Times;}
.instruct              {Font: Normal 60% Verdana;}
.hide                  {display:none;}
.atTop                 {vertical-align:top;}
.pale                  {color:rgb(202,232,255);}
.light                 {color:rgb(151,208,255);}
.darker                {color:rgb(00,88,159);}
.warn                  {color:red;}
.full-width            {width:100%;}
.fix-col               {width:30%;}
.action-col            {min-width:160px;}
.sz-90                 {font-size:90%;}
.sz-70                 {font-size:70%;}

div.contact            {margin-bottom:10px;margin-top:0px;}
div.contact p.addr     {margin-bottom:0px;margin-top:0px; font-size:70%;}
div.contact p.adr1     {margin-bottom:0px;margin-top:0px; font-size:90%;}
div.contact:hover      {background-color:rgb(202,232,255);}
div.contact a          {text-decoration:none;}
div.contact a:visited  {text-decoration:none;color:rgb(163,73,164);}
div.left               {margin-left:5px}
div#contacts div.active{border-style: solid;border-width:1px;border-color:rgb(00,88,159);}



/*div.filler             {background-color:yellow; height:100%;} * /

p.top-border           {border-top-style:solid;border-top-color:rgb(151,208,255); border-top-width:1px;margin-top:40px;}
p.headsect             {color:rgb(151,208,255);}
p.note, span.note      {color:rgb(206,206,206); font-size:80%;}
p.indent               {color:rgb(64,64,64); font-size:80%; margin-left:10px; width:500px;}

div.details            {/*height: 100px;* /}
pre.lines              {margin-bottom:0px;margin-top:0px; font-size:100%;/* color:red;* / font-family: Verdana;}


div#divBody a:hover    {background-color:rgb(202,232,255);}
div#divBody a          {text-decoration:none;}
div#divBody a:visited  {text-decoration:none; color:rgb(163,73,164);}


span.hide-show a         {font-size:70%}
span.hide-show a:visited {color:rgb(00,88,159); font-size:70%}
span.hide-show a:hover   {color:rgb(163,73,164);}

/* print form * /
p.prt-head             {font-weight:bold; font-size:120%;}
@media print {
  div.page-break       { page-break-after: always; page-break-inside: avoid;}
}
@media screen {
  div.page-break       { border-top:2px dotted red;}
}

/* Scroll-bars */

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: rgb(202,232,255);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}
