﻿/* ------------------------------------------ */
/* Zakladni styly --------------------------- */
/* ------------------------------------------ */

/* Reset css
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: #fff;
}

div.resizeContainer {
    position: absolute;
    left: -17px;
    top: 1px;
    padding: 0;
    margin: 0;
}

    div.resizeContainer:hover {
        background-color: #c0dae2;
    }

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* Basic formatting
----------------------------------------------- */
html {
    height: 100%;
}

body {
    color: #000;
    font: 16px/1em Arial, Verdana;
    height: 100%;
    background: url("../Images/back.jpg") repeat #fff;
	background-size: auto 100%;
	background-position-x: center;
}

a, a:visited {
    color: blue;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 20px 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clear {
    clear: both;
}

.clear-10 {
    clear: both;
    padding: 8px 0 7px 0;
}

.clear-20 {
    clear: both;
    padding: 10px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal;
    padding-left: 17px;
}

.height-1 {
    height: 1px;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.black {
    color: black;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.grey {
    color: grey;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

div.validation-summary-errors {
    color: Red;
    margin: 10px 0px;
}


.field-validation-error {
    background-image: url('../Images/error.png');
    background-repeat: no-repeat;
    color: Red;
    background-size: 16px 16px;
    padding-left: 18px;
    margin-left: 5px;
}

.input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid red;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

textarea {
    font-family: 'MS Shell Dlg';
    font-size: .9em;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    resize: vertical;
    white-space: normal;
}

