/* style sheet for guestbook pages- grey look.*/

body {
  background-image: url("../images/foresttree.jpg");
  background-repeat: repeat; 
}

body, p, tr, td, ul, li {
  color: #000000; 
  font-family: Tahoma, Verdana; 
  font-size: 11px;
}

a, a:link, a:visited, a:active {
  color: #0000ff; 
  text-decoration: none; 
}

a:hover {
  color: #ff0000;
}

.header1, h1 {
  color: #ffffff; 
  background: #808080; 
  font-weight: bold; 
  font-size: 13px; 
  margin: 0px; 
  padding: 2px 2px 2px 5px; 
}

.header2, h2 {
  color: #404040; 
  background: #e0e0e0; 
  font-weight: bold; 
  font-size: 12px;
}

.intd { 
  padding: 5px 5px 15px 15px; 
}

.fbquote {
  font-family: monospace; 
  font-size: 12px; 
  font-style: italic;
}

.fbauthor {
  font-family: Tahoma, Verdana, sans-serif; 
  font-size: 9px; 
  text-align: right;
}

.dropcap {
  float: left; 
  color: #ff0000; 
  font-size: 30px; 
  line-height: 20px; 
  padding-top: 5px; 
  font-family: Times, serif, Georgia; 
  font-style: italic
} 

.bigcap {
  float: left; 
  color: #ff0000; 
  font-size: 30px; 
  font-family: Times, serif, Georgia; 
}

.text_cell {
  background: #e0f0e0; 
  padding-bottom: 10px;
}

.table_bg {
  background: "#80c080"
}

hr {
  color: #c0e0c0; 
  height: 1px;
}

#fadetable {
  margin: 20px auto;
  text-align: left;
  border: 3px outset #ccffdd;
  background: transparent url(http://www.alancordwell.co.uk/images/thomfoss.jpg) no-repeat scroll center center;
  font-size: 90%;
}

#fadebutton {
  width: 120px;
  height: 46px;
  border: 2px outset #ccffdd;
  text-align: center;
  cursor: pointer;
}

#fade0 {
  width: 130px;
  height: 250px;
  text-align: left;
  padding: 5px 20px 5px 10px;
  border: 0px none transparent;
}
#fade1 {
  width: 130px;
  height: 250px;
  text-align: right;
  padding: 5px 10px 5px 20px;
  border: 0px none transparent;
}

#infotable {
  margin: 20px auto;
  border: 3px outset #ccffdd;
}

#infocell{
  border: 2px outset #ccffdd;
  text-align: center;
  cursor: arrow;
  background: #c0e0c0;
}
