/* --- simple code to hide the menu -- */ 
body table td a img { display:none;} 
.thumbnails table img {display:none;} 
table img {display:block;} 
.display,.display img {display:block;} 
.thumbnails table,.thumbnails table img, .display,p.small{ 
display: inline; 
body div.galleryheader table td a img {display:inline;} 
}

/*
  Lautla stylesheet
  https://www.pbase.com/lautla
*/

A:link { color : #cccc99; text-decoration: none;}
A:active { color : #ffff00; text-decoration: underline;}
A:visited { color : #999966}
A:hover { color : #ffff99; text-decoration: underline;}

.thumbnail {
  border-color: silver;
  border-width: 2px;
}

.caption {
  font-size : 10pt;
  color : #999966;
  font-style : italic;
}

.display { 
  border-color: silver;
  border-width: 2px;
}

.message_body {
  color: #d5ae83; 
  padding-bottom:   9px; 
}

.lid {
   border: 1px silver solid;
   background: #464646;
   color: silver;
   text-align: left;
   empty-cells: show;
   font-weight: normal;
   padding-left: 10px;
}

.sb {
   border: 1px black none;
   background: gray;
   color: #464646;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
}

DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  color : silver;
  background : #464646;
}

img {
   border: silver 2px solid;
}

font { 
  color: #CCCC99;
  letter-spacing: 2px;
  font-size: 10pt;
}

h1, h2 { 
  font-size:         14pt;
  font-weight:      bold; 
  text-align:       right;
  letter-spacing:     8px; 
  padding-top:       5px;
  padding-bottom:    5px; 
  margin-left:      0px;
  margin-right:       0px; 
  background-color: gray;
}

h1, h2:first-letter {
  color:      #464646;
  font-size:  22pt;
}

TEXTAREA {
  color: #999999; 
  scrollbar-base-color: gray;
  scrollbar-3dlight-color: black; 
  scrollbar-highlight-color: none;
}

HR {
  position : relative;
}

BODY { margin-top: 0px;
       top: 0px;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
