/* Tables */

table {  
  margin:20px 0 25px 0;
  width:400px;  
  line-height:1.6em;
}

.events-low {
	width: 500px;
}

th {  
  width:12em;
  text-align:left;
  padding:5px;
  vertical-align:top;  
}

td {
  padding:5px; 
}

.event th {
	background: #F1E1E2;
}

.event-low th, .events-low th {
  background-color:#E7E7E8;  
}

table td p.note {      
  line-height:1.3em;
  font-weight:bold;
}

.eventspecial {
	background: url('../images/g-xmas.gif') repeat-y;
}