.clickable
{
  cursor: pointer;
}
/* Vertical Alignment (requires "http://www.w3.org/TR/html4/loose.dtd") */
html, 
body, 
#pagetable 
{
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
#pagetable 
{
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
/* General purpose */
body
{
  background-color: white;
  font-family: Verdana, Arial;
}
img
{
  border: 0;
  font-family: Verdana, Arial;
  color: black;
  text-decoration: none;
}
div.borderless,
table.borderless
{
  padding: 0;
  border-spacing: 0 0;
}
a
{
  font-family: Verdana, Arial;
  color: black;
  text-decoration: none;
}
a:focus, td:focus, img:focus
{
  border: 0;
}
a:active, td:active, img:active
{
  border: 0;
}
a:link, td:link, img:link
{
  border: 0;
}
a:visited, td:visited, img:visited
{
  border: 0;
}
a, a:focus, a:hover, a:active, a:visited
{
  outline: none;
}
/* Index page */
#homeback
{
  background-color: white;
}
.preload
{
  height: 10px;
  visibility: hidden;
}
/* Main page */
#mainback
{
  background-color: #f8f8fa;
}
a.frameimg
{
  font-family: Verdana, Arial;
  color: black;
  text-decoration: none;
}
a.frameimg:visited
{
  color: black;
}
/* Other pages */
td.recipeborder
{
  border: 1px solid gray;
}

.zeroOpacity
{
  -moz-opacity:0;
  filter:alpha(opacity:0);		/* Warning: this is a number from 0 to 100, not like the others */
  opacity: 0;
/*  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0); */
}


