
#container
{
  width: 90%;
/*  background-color: #666; */
  background-color: #fffff0;
  border: 1px solid white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 20px;
  text-align: center;
}


body
{
/*  background-color: #303030; */ 
  background-color: #efb353;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #c0c0c0;
/*  color: black; */
  text-align: center;
}

table
{	
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

td
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
/*  color: #c0c0c0; */  /* grey */
/*  color: #00ff00; */ /* green */
  color: #000000;
  text-align: left;
  vertical-align: top;
}

td.header-left
{
  border-bottom: 2px dashed #303030;
  text-align: left;
  padding-bottom: 2px;
  width: 80%;
}

td.header-right
{
  border-bottom: 2px dashed #303030;
  text-align: right;
  padding-bottom: 2px;
  width: 20%;
}

td.content
{
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}

td.sidebar
{
  border-left: 2px dashed #303030;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  font-size: 10px;
}

td.stats
{
  text-align: right;
  vertical-align: bottom;
  font-size: 10px;	
}

td.footer-left
{
  border-top: 2px dashed #303030;
  text-align: left;
  padding-top: 2px;
}

td.footer-right
{
  border-top: 2px dashed #303030;
  text-align: right;
  padding-top: 2px;
}

h1
{
  font-size: 24px;
  font-weight: bold;
}

h2
{
  font-size: 18px;
  font-weight: bold;
}

h3
{
  font-size: 16px;
  font-weight: bold;
}

h4
{
  font-size: 14px;
}

.description
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
/*  font-style: italic; */
  font-size: 10px;
}

.domain
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
/*  font-style: italic; */
  font-size: 10px;
}

a:link, a:visited
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
/*  color: #c0c0c0; */
  color: #000000;
  text-decoration: none;
}

a:hover, a:active
{
/*  color: #f0f0f0; */	
  color: #000000;
/*  background-color: #303030; */
  background-color: #efb353;
}

a.archivelink
{
  font-size: 10px;
}

/* styles for the calendar start */
td.linkedday, a.linkedday, th.dayofweek
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

td.notlinkedday
{
  font-size: 10px;
  text-align: center;
}

th.month
{
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

/* calendar style end */
