/* $Id: basic.css, v1.0 2004/03/12 16:15:00 rjbg Exp $ */
/*
Extra styles for the events page: http://dundmeth.webspace.fish.co.uk/events
*/


p#description, body table#events {
margin: 0;
padding: 0;
}

p#description {
font-size: 90%;
color: #996;
}

table#events, table#events th, table#events td {
text-align: left;
vertical-align: top;
}

table#events td {
padding: 0.15em;
}

table#events thead th {
border-bottom: 1px solid #ccc;
}

table#events thead th {
vertical-align: bottom;
}

table#events tbody td {
border-bottom: 1px solid #ccc;
}

table#events {
margin: 1em 0;
}


table#events .broughty {
background-color: #c93;
}

table#events .typetwo {
background-color: #9c6;
}

table#events .typethree {
background-color: #c33;
}

table#events .typefour {
background-color: #669;
}

table#events .typefive {
background-color: #cc0;
}

table#events .typesix {
background-color: #6cc;
}