/* CSS Document */

div.eventWrapper
{
margin: 2px;
}

table.event
{
border: 1px solid #999999;
width: 100%;
margin-top: 5px;
border-collapse: collapse;
}

table.event th, table.event .headers
{
font-size: 1.5em;
background-color: #505E3D;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

tr.dates
{
text-align: center;
font-size: 0.8em;
border: 1px solid #999999;
border-width: 0px 0px 1px 0px;
}

span.heading
{
font-weight: bold;
}

tr.desc td
{
padding: 2px 4px;
}

#phpContent a
{
color: #653A29;
text-decoration: none;
}

#phpContent a:hover
{
text-decoration: underline;
}

a.totop
{
font-size: 0.8em;
margin-left: 5px;
}

.descImage
{
float: left;
margin: 4px;
margin-right: 8px;
}

div.bottomOptions
{
width: 100%;
}

div.edit
{
text-align: right;
position: relative;
right: 5px;
top: -1em;
height: 0px;
}