/* Template CSS */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url('../../resources/images/background-image.png');
}

.wrapper {
    background-color: #000000;
    width: 750px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
}

.content {
    min-height: 350px;
}

.right-menu {
    float: left;
    margin-top: 32px;
    margin-left: 65px;
}

.next-show-image {
    float: right;
}

.footer {
    margin-top: 20px;
}

.footer #copyright {
    font-family: Arial, Helvetica, sans-serif;
    color: #C1C1C1;
    font-size: 11px;
    margin-bottom: 10px;
}

.bottom-menu {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    margin-bottom: 20px;
}

.bottom-menu a {
    margin-right: 20px;
    color: #C1C1C1;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
}

.centered {
    text-align: center;
}

/* Template CSS */

/* Util CSS */
.spacer-10 {
    display: block;
    height: 10px;
    clear: both;
}

.spacer-20 {
    display: block;
    height: 20px;
    clear: both;
}

/* Util CSS */

/* News CSS */
.news-list-content {
    float: left;
    width: 480px;
    margin-top: 32px;
    margin-left: 40px;
}

.news-list-item {
    text-align: left;
}

.news-list-item #picture {
    width: 101px;
    float: left
}

.news-list-item #text-content {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 359px;
    margin-left: 20px;
}

.news-list-item #title {
    color: #C1C1C1;
    font-weight: bold;
}

.news-list-item #title a {
    color: #C1C1C1;
}

.news-list-item #title span {
    color: #FFFFFF;
}

.news-list-item #description {
    color: #FFFFFF;
}

.news-list-item #description a {
    color: #C1C1C1;
}

.news-list-item #bottom-links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 14px;
}

.news-list-item #bottom-links a {
    color: #C1C1C1;
    font-size: 8pt;
    text-decoration: none;
    float: right;
}

.news-list-content #news-delimiter {
    border: none;
    border-top: 1px #FFFFFF solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-item {
    float: left;
    width: 480px;
    margin-top: 32px;
    margin-left: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.news-item #title {
    margin-bottom: 20px;
}

.news-item #title #text {
    font-weight: bold;
    color: #C1C1C1;
    font-size: 12px;
    text-decoration: underline;
}

.news-item #title #creation-date {
    color: #FFFFFF;
}

.news-item #description {
    color: #FFFFFF;
}

.news-item #description a {
    color: #C1C1C1;
}

/* News CSS */

/* Error pages CSS */
.error-message {
    float: left;
    width: 480px;
    margin-top: 32px;
    margin-left: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25pt;
    color: #FFFFFF;
}

/* Error pages CSS */