﻿.section {
    margin:0px;
    margin: 0px;
    padding: 0px;
}

.section ul 
{
    margin-top: 0px;
    margin-left:0px;
}

.section ul li {
    display: inline;
    margin-left:0px;

}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 2px 2px 5px 2px;
    display: block;
    float: left;
    margin:0 5px 0 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 14px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
