﻿#activities .list li
{
    margin-bottom: 5px;
}

#activities .activity
{
    border: solid 1px #D1C58B;
    padding: 0 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #F3EFE9;
}

#activities div.showhide
{
    margin-bottom: 5px;
    padding: 5px;
    font-size: 0.9em;
}
#activities div.showhide p.showhidelink
{
    color: #195C9F;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#activities div.showhide p:hover.showhidelink
{
    color: #00AAAA;
}
#activities .details p,
#activities .details li
{
    padding-top: 10px;
}

#activities .imageonleft
{
    float: left;
    margin: 10px;
}
#activities .imageonright
{
    float: right;
    margin: 10px;
}

