<!--
/* CLASS attributes - for overall SKIN     */
/* body : default font spec here - style cannot be over-ridden latter */
body	   { background:white;      font-family :'Microsoft Sans Serif', helvetica, helv, 'sans-serif'; }  
table      { background:#F0F0F0; border:0; width:100%; }  /* default font-size here - actually below in font section */
A          { text-decoration:none; cursor:pointer;  } /* all links without underline - cursor:hand; cursor:pointer; */
img        { border:0; }      
td         { text-align:left; }   
div        { margin:0; padding:0;}
form       { margin:0; padding:0;}
        

/* links that looks like a button */
.abutton   { background:white;       border:1px solid black; padding-left:3px; padding-right:4px; }
.linkbut   { background:lightblue;   text-align:center;   }
.submitY   ,
.submitlnk { color: #444484;  border: none;   } /* button looks like a link */
.submitY   { padding:0px;} /*extra small txt*/  

/* RSS */
.rsstitle  { text-decoration:underline;  } 
.rssdesc   { text-decoration:none;       }


/* tooltips for RSS */
/* Partial URLs are interpreted relative to the source of the style sheet, not relative to the document */
a.tooltip			 { z-index:24; position:relative; cursor:url("ss7.cur"),pointer; }
a.tooltip:hover		 { z-index:25; border-bottom:1px solid; font-weight:bold;}
a.tooltip span		 { display:none; }
a.tooltip:hover span {
  position:absolute;
  top:auto; /* good positioning as long as span text ends with 1 <br> */
  left:40px;
  border:1px solid black;
  padding:4px;
  display:block;
  width:auto; /* now width adjusts automatically to fit in available space */
  color:black;
  background-color:#FFFFE4;
  font-weight:normal;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3) /* adds a nice shadow!*/
}


/* cells styles*/
.sectionh  , 
.greyhead  , 
.greylite  , 
.greywisp  { padding:2px; text-align:left;    text-decoration:none; }
.txtblock  { padding:4px; text-align:justify; }

/* dimgray    =  696969 */
/* darkgray   =  A9A9A9 */
/* 'darkergray' =  404040 */
.sectionh  { background:gainsboro;                          } /* DCDCDC */
.greyhead  { background:gainsboro;  border:0px solid black; }
.greylite  { background:#EDEDED;    border:0px solid red;   }
.greywisp  { background:#F0F0F0;    border:0px solid green; }
.whitepage { background:white;      border:0px solid orange;}
.tanpage   { background:tan;        border:0px solid orange;}
.postclass,
.wheatpage { background:wheat;      border:0px solid orange;}
.bisquepage{ background:bisque;     border:0px solid orange;}
.bluepage  { background:lightblue;  border:0px solid orange;}
.redpage   { background:red;        border:0px solid orange;}
.greenpage { background:green;      border:0px solid orange;}

.gradient  { filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=white,endcolorstr=whitesmoke); }
.gradientR { filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=whitesmoke,endcolorstr=white); }
.title     { background:#DDDDFF;    padding:2px;  text-align:center;  }
.huge      { background:black;                    color:white; }
.grid_tr   {                        padding:2px; }
.searchB   { background:lightgrey;                text-align:center; }
.submit    { background:whitesmoke;               text-align:center;  border:1px solid black; }

.tiny      { padding:0px; }
.cmds      ,
.footer    { background:white;  color:gray;   border:white solid 1px; }


/* font-sizes here */
.tiny      { font-size:6.25pt;  }
.cmds,   
.footer, 
.grid_tr,
.submitY   { font-size:6.75pt;  } 
.searchB   { font-size:7.25pt;  }
.afrfont
.submitlnk, 
body,
table      { font-size:8.25pt;  }
.submit, 
.title,  
.big       { font-size:9.25pt;  }
.huge      { font-size:16.5pt;  }
.effigyB   { font-family:Times New Roman; font-weight:500; font-size:24pt }
.effigyS   { font-family:Times New Roman; font-weight:500; font-size:10pt }
.asplistbox ,
.asptextbox { font-size:8.25pt;  font-family :'Microsoft Sans Serif', helvetica, helv, 'sans-serif'; }
-->
