/* CSS Document */

#event_info
{
position: absolute;
top: 20px;
left: 200px;
height: 400px;
width: 600px;
border: solid 1px black;
}

.events
{
padding-left: 40px;
width: 630px;
float: left;
font: 0.75em Arial, Helvetica, sans-serif;
color: black;
}

.events img
{
border: none;
}

.events h3
{
font: 1.3em Arial, Helvetica, sans-serif;
color: #00543d;
font-weight: bold;
}

.event_header_title h3
{
font: 1.3em Arial, Helvetica, sans-serif;
color: #00543d;
font-weight: bold;
}

.event_date
{
font: 1.0em Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
}

.event_details
{
font: 1.0em Arial, Helvetica, sans-serif;
color: #333333;
}

.event_time
{
font: 1.0em Arial, Helvetica, sans-serif;
color: #333333;
}

#OpenDayEvent
{
color: #00543d;
font-weight: bold;
}

.event_holder
{
position: relative;
top: -10px;
}

.event_files
{
text-align: right;
}

.event_files a
{
font-size:0.8em;
text-decoration: underline;
color: #00543d;
}

.event_files a:hover
{
font-size:0.8em;
text-decoration: underline;
color: #333333;
}

.register a
{
position: relative;
top: 4px;
left: 5px;
}

#completed
{

background: #CBE4D9;
border: #333333 1px solid;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;

}



#eventTypeButtons a:link
{
display: block;
background: #00543d;
padding: 5px;
width: 185px;
text-decoration: none;
color: white;
border: #00543d 1px solid;
font-weight: bold;
}

#eventTypeButtons a:active
{
display: block;
background: #00543d;
padding: 5px;
width: 185px;
text-decoration: none;
color: white;
border: #00543d 1px solid;
font-weight: bold;
}

#eventTypeButtons a:hover
{
display: block;
background: white;
padding: 5px;
width: 185px;
text-decoration: none;
color: #00543d;
border: #00543d 1px solid;
font-weight: bold;
}

#eventTypeButtons a:visited
{
display: block;
background: #00543d;
padding: 5px;
width: 185px;
text-decoration: none;
color: white;
border: #00543d 1px solid;
font-weight: bold;
}

.eventSpacer
{
height: 10px;
}

