label {
    cursor: pointer;
}

/* registrace */

#registration form {
    margin: 25px 0 0 0;
}

#registration form input {
    border: 1px solid #0071AC;
    padding: 2px;
}

#registration form input.submit {
    background: #0071AC;
    font-weight: bold;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}

#registration td {
    padding: 2px 0;
}

#registration td.title {
    text-align: right;
    padding: 0 10px 0 0;
}

/* novy dokument */

#newDoc form {
    border: 1px solid black;
    padding: 20px;
    margin: 20px 0;
}

#newDoc strong {
    font-size: 150%;
}

#newDoc form td {
    padding: 2px;
}

#newDoc label {
    color: black;
}

#newDoc form input {
    border: 1px solid #0070AF;
    padding: 2px;
    width: 70px;
    background: white;
}

#newDoc form tr.season_end td {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

#newDoc form tr.season input {
    width: 150px;
    font-size: 110%;
}

#newDoc form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #0070AF;
    padding: 2px;
    margin: 0 0 15px 0;
    background: white;
    font-size: 110%;
}

#newDoc h2 {
    color: black;
    font-size: 20px;
    padding: 0 0 20px 0;
    margin: 0;
}

#newDoc td.comment {
    color: black;
}

#newDoc form h3 {
    color: black;
    font-size: 16px;
}

#newDoc td.silver {
    background: #fbfbfb;
}

#newDoc td.grey {
    background: #eeeeee;
}

#newDoc tr.signature td {
    padding: 25px 0 20px 0;
    border-bottom: 1px solid black;
}

#newDoc tr.signature input {
    width: 130px;
    font-size: 120%;
}

#newDoc td.inToRight input {
    text-align: right;
}

#newDoc div.help {
    color: black;
    padding: 25px 0;
    font-size: 85%;
}

#newDoc div.help p {
    padding: 0 0 15px 0;
}

#newDoc input.submit {
    background: #0070AF;
    font-weight: bold;
    color: white;
    border: none;
    padding: 5px 20px;
    font-size: 120%;
    width: auto;
    float: right;
}

div.paging {
    text-align: left;
    padding: 10px 0 0 0;
}

div.paging a {
    font-weight: bold;
    text-decoration: none;
}

div.paging a:hover {
    text-decoration: underline;
}

table.report_list td {
    padding: 4px;
    border-bottom: 1px dotted #0070AF;
}

table.report_list tr.pair td {
    background: rgb(240,248,255);
}

#content a.common, a.common {
    text-decoration: underline;
    color: rgb(0,128,0);
    font-weight: bold;
}

#content a.common:hover, a.common:hover {
    text-decoration: none;
}

td.value {
    font-weight: bold;
    padding-left: 10px;
}

div.errors {
    background: red;
    margin: 0 0 25px 0;
    color: white;
    padding: 25px;
}

#content div.errors li {
    color: white;
}

.forgotten_pass {
    margin-top: 25px;
}

.forgotten_pass input {
    border: 1px solid #0071AC;
    padding: 2px;
}

.forgotten_pass input.submit {
    background: #0071AC;
    font-weight: bold;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}
