/*
    Document   : default
    Created on : 6-mrt-2013, 15:19:35
    Author     : branmi
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Arial;
    font-size: 80%;
    margin: 20px;
}

.container {
    margin: 0 auto;
    width: 980px;
    background-color: inactiveborder;
    box-shadow: 0 0 6px 0 #ccc;
}

.header {
    background: url('../images/header.png');
    height: 80px;
}

.menubar {
    background-color: #F8AF0A;
}

.maincontent {
    min-height: 350px;
    padding: 52px;
    /*line-height: 18px;*/
    padding-top: 20px;
    background-color: azure;
}

.copyright {
    background-color: #cdcdcd;
    padding: 20px;
    text-align: center;
    font-size: 11px;
}

input[type=submit] {
    background-color: #ddd;
    padding: 10px;
    border: 0;
}

h1 {
    color: #929378;
}

/* Menuitems */

.right {
    float: right !important;
}

.menubar ul {
    display: inline-block;
}

.menubar ul li {
    display: block;
    float: left;
    margin-right: 30px;
}

.menubar ul li:after {
    /*content: ' |';*/
}

.menubar a {
    text-transform: uppercase;
    color: #666;
}

.menulink {
    padding: 13px;
    text-decoration: none;
}

.menulink:hover {
    color: #000;
}

.candidateimage {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 4px 0 #ccc;
    background-color: #fff;
    margin-top: 10px;
}

.motivationimage {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 4px 0 #ccc;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}

.candidatephotowrapper {
    display: table;
    text-align: center;
}

.candidatephotowrapper a {
    color: #333;
    font-style: italic;
    font-size: 14px;
}

.photoframe {
    width: 187px;
    float: left;
    padding: 10px;
    background-color: #eee;
    margin-right: 8px;
    margin-bottom: 8px;
}

#login {
    background-color: #eee;
    padding: 20px 0 20px 0;
    margin-top: 100px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 #ccc;
}


/* GENERAL CHECKBOX STYLES */

.check_box {
    display:none;
}

.check_box + label{
    background: no-repeat;
    background-position: 5px 5px;
    height: 175px;
    width: 175px;
    display:inline-block;
    cursor: pointer;
}

.check_box:checked + label{
    background: no-repeat;
    background-position: 5px 5px;
    height: 175px;
    width: 175px;
    display:inline-block;
    cursor: pointer;
}

.votebutton {
    background-color: #C7D300 !important;
    padding: 20px !important;
    font-weight: bold;
    cursor: pointer;
}

.votebutton:hover {
    background-color: #9da60c !important;
    color: #fff;
}


.back-button {
    background-color: #C7D300 !important;
    padding: 20px !important;
    margin-top: 20px !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #333;
}

.back-button:hover {
    background-color: #9da60c !important;
    color: #fff;
}

/* Messages */

.error {
    color: red;
}