body {
	font-family: Bitstream Vera Sans, Verdana, Helvetica, Arial, sans-serif;
	background: #ffffcc;
	color: #000000;
	font-size: 85%;
	margin: 1.5em;
	margin-top: 1em;
	padding: 0px;
}

div.main
{
 margin-left: 13em;
}

/*----- Menu -----*/
div.menu {
 position: absolute;
 top: 4em;
 left: 0;
 text-align: center;
}

div.menu ul {
 list-style-type: none;
 margin: 1em;
 padding: 0px;
 text-align: center;
}
div.menu li 
{
 padding: 0px;
 margin-top: 0.25em;
 margin-bottom: 0.25em;
}

div.menu ul li a,
div.menu ul li a:link,
div.menu ul li a:active,
div.menu ul li a:visited
{
 display: block;
 text-align: center;
 text-decoration: none;
 font-size: 125%;
 font-weight: bold;
 color: #000099;
 background: #ffffcc;
 padding: 0.2em;
 width: 10em;
}

div.menu ul li a:hover
{
  color: #000000;
  background: #ffff00;
}

input,
select,
option,
textarea
{
	font-family: Bitstream Vera Sans, Verdana, Helvetica, Arial, sans-serif;
}

hr
{
	color: #667700;
	background: #667700;
	text-align: left;
	border-style: none;
}
hr.full {
	height: 0.25em;
}
hr.full_thin { height: 0.125em; }
hr.thin { height: 0.125em; }

table.full {
	width: 100%;
	margin: 0;
	border: none;
	padding: 0
}
table.full td {
	margin: 0px;
	border: none;
	padding: 0px;
}
.c {
	text-align: left;
	padding: 0px;
}
.p {text-align: right}
.y {font-size: 120%; text-align: center; font-weight: bold}

a.zlink,
a:link,
a:visited,
a:active
{
	color: #0000cc;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000000;
	background: #ffff00;
	text-decoration: none;
}

.sc, .sc a:link, .sc a:visited, .sc a:active {
	text-decoration: none;
	color: #bb3388;
}

h1 {
	margin-bottom: 0.1em;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.links {
	float: left;
	margin-top: 0.1em;
}

p.creator {
 clear: both;
 margin-top: 2em;
 padding-bottom: 10em;
 font-style: italic;
 float: right;
 font-size: 90%;
}

table.info td
{
  padding: 0.25em 1em 0.25em 0.25em;  /* t r b l */
}

table.cols th
{
  text-align: center;
  vertical-align: bottom;
  color: #ffffff;
  background: #80911D;
  padding: 0.25em 1em 0.25em 1em;  /* t r b l */
}

table.cols td
{
  padding: 0.2em;
}
table.cols tr.light { background: #FFFFD6; }
table.cols tr.dark { background: #F7F7C6; }

table.info td.rowtitle
{
  color: #667700;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding: 0.25em 0.25em 0.25em 0em;  /* t r b l */
}

table.info td.light
{
  background-color: #EBF2C2;
}

form table.info td.rowtitle
{
  padding-left: 1em;
  color: #ffffff;
  background: #667700;
}

img
{
  border: 0px;
}

img.icon {
 position: relative;
 top: 2px;
 margin-right: 0.2em;
}

/*----- Calendar -----*/
table.month {
  display: block;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  background: white;
  border-collapse: collapse;
  border: 1px solid #80911d;
}

table.month th {
 color: #ffffff;
 background: #80911D;
 border-right: 1px solid #80911d;
 font-weight: normal;
}

table.month td {
 border: 1px solid #ffffff;
 text-align: center;
 width: 2.5em;
}

table.month td.e a,
table.month td.t a {
 display: block;
 font-weight: bold;
 background: #E7F2A7;
 border: 1px solid #80911D;
 width: 2.5em;
 margin: -1px;
}

table.month td.e a:hover {
 background: #ffff00;
}

table.month td.p {
 color: #cccccc;
}

table.month td.w {
 background: #f0f0f0;
}

table.month td.t,
table.month td.t a {
 background: #ff8093;
}


div.date { position: relative; width: 100%; /* for IE */}
div.date * { font-size: 100%; padding: 0;}
div.date hr
{
	color: #667700;
	background: #667700;
	border-style: none;
	height: 0.125em;
}
hr.thinnest { height: 0.125em; margin: 0; padding: 0; }
div.date h3 { margin: 0; position: absolute; left: 0; width: 20%;  font-weight: normal; }
div.date h4 { margin: 0; }
div.date p { margin: 0; }
div.date div.event { margin-left: 10em; }
div.date div.event div.details { float: left; width: 65%; text-align: left;  }
div.date div.event div.groups { float: right; width: 35%; text-align: right;  }
p.group { color: #999900; }
p.promoter,
p.promoter a { font-style: italic; color: #990099; }

div.right { float: right; margin-left: 1em; background: #ffffcc;}

