/* VPL Patch Index page style sheet  */
/* specifically for patch index pages */
/* ver0: March 10, 2009              */
/* 2010 Aug 20 consolidate styles      */ 


body {
   background:white url('bsabak.gif') repeat fixed;
   color:black; }


/* begin table description */
 table {
   background:#FFFFFF none;
   color:#000000;
   border:2px solid #0000ff;
   font-family:'Times New Roman',Ariel,sans-serif;
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   width:640px; }
/* end table description */


/* begin td description */
 td {
    background:#FFFFFF;
    color:#000000;
    border-top:   0px;
    border-left:  1px solid gray;
    border-bottom:1px solid gray;
    border-right: 1px solid gray;
    margin:auto;
    padding:2px;
    text-align:center;
    width:104px; }   
    
 .tdBanner {
    border-top:   0px;
    border-left:  0px;
    border-right: 0px;
    border-bottom:1px solid gray;
    text-align:left; }
    
 .row0 {
    border-left:0px;
    border-right:0px;    
    border-top:0px;
    border-bottom:1px solid gray;
    padding:15px; }

        
/* begin thdescription */   
 th {
    background:#FFFFFF none;
    color:black;
    border-top:   1px solid gray;
    border-right: 1px solid gray;
    border-bottom:0px;
    border-left:  1px solid gray;
    margin:0px;
    padding:2px;
    width:104px; }

 .thGray { 
   background:#C0C0C0 none;
   color:blue;
   border:0px;
   padding-top:6px;
   padding-bottom:6px; }

/* begin paragraph description  */
p {
   background:#FFFFFF none;
   color:black;
   font-family:'Times New Roman',Ariel,sans-serif;
   margin-left:20px;
   margin-right:20px;
   text-align:left; }

 .center {
   text-align:center; }
/* end paragraph description  */


/* begin special text description */
h1 {
   background:#FFFFFF none;
   color:red;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:160%;
   font-weight:bold;
   text-align:center; }
   
#title01 {
   background:#FFFFFF none;
   color:blue;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }
/* end special text description */


/* begin image description */
img {
  border:0px;
  margin:0px; }
/* end image description */


/* begin link description */
a:link     {background:white; color:blue;  text-decoration:underline;}
a:visited  {background:white; color:blue;  text-decoration:underline;}
a:hover    {background:white; color:green; text-decoration:none;     }
a:active   {background:white; color:red;   text-decoration:underline;}

a.aGray:link     {background:#C0C0C0; color:blue;  text-decoration:underline;}
a.aGray:visited  {background:#C0C0C0; color:blue;  text-decoration:underline;}
a.aGray:hover    {background:#C0C0C0; color:green; text-decoration:none;     }
a.aGray:active   {background:#C0C0C0; color:red;   text-decoration:underline;}
/* end link description */
/* end of file */

