body
{
    background-color: #c0c0c0;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
    font-size: 1em;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    text-decoration: none;
}
a.white
{
    color: white;
}
h1
{
    text-align: left;
    margin: 5px;
}
h2
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
h3
{
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
table#event-list
{
    padding-left: 25px;
    padding-right: 25px;
}
table.data
{
    width: 100%;
}
td.data
{
    background: #7aa;
    color: white;
    padding: 5px;
    border: 1px solid gray;
}
td.data-alt
{
    background: #aa7;
    color: white;
    padding: 5px;
    border: 1px solid gray;
}
table.group
{
    width: 100%;
}
td.group
{
    text-align: center;
    background: #7aa;
    color: white;
    padding: 5px;
    border: 1px solid gray;
    cursor: pointer;
}
td.group-alt
{
    text-align: center;
    background: #aa7;
    color: white;
    padding: 5px;
    border: 1px solid gray;
    cursor: pointer;
}
#spacer
{
    border: 1px solid red;
    height: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
}
#content
{
    padding-left: 15px;
    padding-right: 15px;
}
#main
{
    background: #eee;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    width: 750px;
    text-align: left;
    display: block;
}
#footer
{
    border-top: 1px solid black;
    text-align: right;
    font-style: italic;
    margin-top: 15px;
    padding: 5px 15px 0 15px;
    font-size: 80%;
    color: gray;
}
#top
{
    margin-left: 25%;
    margin-right: 25%;
}
.event-heading
{
    font-style: italic;
    font-size: 130%
}
.event-text
{
    font-style: italic;
    padding-left: 20px;
}
.event-credits
{
    text-align: right;
    font-style: italic;
    font-size: 80%
}
.user-heading
{
    font-style: italic;
    font-size: 150%
}
.user-notes
{
    font-style: italic;
    padding-left: 20px;
}
.topnav-top
{
    border-top: 1px solid black;
    padding: 0;
    margin: 0;
}
.topnav-bottom
{
    border-bottom: 1px solid black;
    padding: 0;
    margin: 0;
    clear: both;
}
.topnav
{
    float: left;
}
#flickr-photos
{
    padding: 10px;
    margin: 5px;
    clear: both;
}
#flickr-photos-all
{
    padding: 10px;
    margin: 5px;
    clear: both;
}
.photos-section-break
{
    clear: both;
    padding-top: 10px;
}
.photos-section
{
    float: left;
}
.event-form
{
    text-align: center;
    border: 1px solid gray;
    padding: 5px;
    margin: 5px;
    float: left;
}
.event-forms-break
{
    padding-top: 10px;
    clear: both;
}
.event-section
{
    border-bottom: 1px solid gray;
    padding: 5px;
}
.loading
{
    display: none;
}
.spinner
{
    margin-left: 50%;
    margin-right: 50%;
    display: none;
}
.pointer
{
    cursor: pointer;
}
.right-align
{
    text-align: right;
}
.right-align-italic
{
    text-align: right;
    font-style: italic;
}
.right-align-italic-small
{
    text-align: right;
    font-style: italic;
    font-size: 80%;
}
.italic-small
{
    font-style: italic;
    font-size: 85%;
}
.italic-small-red
{
    color: #f44;
    font-style: italic;
    font-size: 85%;
}
.small
{
    font-size: 85%;
}
#flash
{
    background-color: #fff;
    padding: 10px;
    color: gray;
    font-style: italic;
    text-align: center;
    font-size: 1.2em;
}
#gotupcoming
{
    color: gray;
    font-style: italic;
    text-align: right;
    font-size: 80%;
}
.center
{
    text-align: center;
}
.large-center
{
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.large
{
    font-size: 120%;
    font-weight: bold;
}
.nav-links
{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.pagination
{
    padding: 3px;
    margin: 3px;
}
.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #000099;
}
.pagination a:hover, .pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}
.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}
.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}
.tag-photo
{
    float: left;
    padding: 5px;
}
.tag-photo-img
{
    text-align: center;
    border: 2px solid #000;
    cursor: pointer;
}
.tag-photo-img-tagged
{
    text-align: center;
    border: 2px solid yellow;
    cursor: pointer;
}
.tagged
{
    background: yellow;
}
.tag-photo-checkbox
{
    text-align: center;
}
#tag-photo-submit
{
    text-align: center;
    clear: both;
}
input
{
    background-color: #ddd;
    color: #333;
    border: 1px solid #666666;
}
textarea
{
    background-color: #ddd;
    color: #333;
    border: 1px solid #666666;
}
select
{
    background-color: #ddd;
    color: #333;
    height: 20px;
    border: 1px solid #666666;
}
#tagged-message
{
    text-align: center;
    font-style: italic;
    padding: 5px;
}
.errorExplanation
{
    border: 1px dashed #000;
    background-color: #faa;
    margin: 5px;
    padding: 5px;
}
.line
{
    border-top: 1px solid gray;
}
.error-text
{
    color: red;
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
}
.error-text-auth
{
    color: red;
    font-style: italic;
    text-align: center;
}
.fieldWithErrors input
{
    background-color: #faa;
}
.fieldWithErrors textarea
{
    background-color: #faa;
}
.status
{
    color: gray;
    font-style: italic;
    text-align: center;
    font-size: 1.2em;
}
.red
{
    color: red;
}
.about
{
    border: 1px solid #000;
    background-color: #7cc;
    width: 450px;
    margin: 0 auto;
    padding: 5px;
}
table.navbutton
{
    padding: 15px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
td.navbutton
{
    background: #e7e7e7;
    text-align: center;
    padding: 15px;
    height: 60px;
    width: 100px;
}
img.navbutton
{
    border: none;
}
#bookmarklet
{
    margin: 0 auto;
    text-align: center;
    background-color: yellow;
    padding: 5px 15px 5px 15px;
    width: 50px;
}

