/**
 * $Date: 2007/11/30 21:51:19 $
 * $Revision: 1.13 $
 * $Source: /home/cvs/firstand10/zunga/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 800px;
  width: 800px;
  margin: 10px auto; 
  padding: 0;
  border: 0;
  background: #eee3ef;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img 
{ 
  border: 0;
}

dt 
{ 
  font-weight : bold;  
}

#container
{
  width: 800px;
  border: 2px solid #99829b;
  background-color: #fff;
}

#header 
{ 
  font-size: 44px;
  background: #ffffff;
  color: #cfcedc;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 780px;
}

#menu 
{ 
  margin: 0; padding: 0;
  background: #99829b;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 800px;
}

div.spacer 
{ 
  clear: both;
} 

p.center { text-align: center; }

p.narrow 
{
  padding: 0;
  margin-right: 30%;
  margin-left: 30%
}

#content 
{
  padding: 5px auto;
  width: 800px;
}

#content span.green-host 
{ 
  color: green; 
}


#footer 
{
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 800px;
}

#footer table 
{    
  padding: 0.5em; margin: 0; 
  width: 100%;
  background: #99829b;
}

#footer a:link 
{ 
  color: black;
  text-decoration: underline;
}

.results 
{
  text-align: left;
}

a:link, a:visited 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: #68678a;
  background: transparent; 
}

a:hover 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: red;
  background: transparent; 
}

a:active 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: #68678a;
  background: transparent;  
}

form 
{
  margin: 2px auto; padding: 0;  
}

