/*** vseobecne ***/

td {
    vertical-align: top;
}

a img {
    border-width: 0px;
}

div.clear {
    float: none;
    clear: both;
    font-size: 0px;
}

.hidden       { visibility: hidden; }
div.spacer-5  { height:  5px; overflow: hidden; }
div.spacer-10 { height: 10px; overflow: hidden; }
div.spacer-15 { height: 15px; overflow: hidden; }

div.hh5  { height:  5px; overflow: hidden; }
div.hh10 { height: 10px; overflow: hidden; }
div.hh15 { height: 15px; overflow: hidden; }

.m-top-10    { margin-top: 10px; }
.m-bottom-10 { margin-bottom: 10px; }



/*** nadpisy, odseky... ***/

h2.cms {
/*    font-size: 1.8em;*/
}

h3.cms {
/*    font-size: 1.3em;*/
}

h4.cms {
    font-size: 1.1em;
}

.cms-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

p.cms-info {
    font-size: 0.9em;
}



/*** form ***/

div.cms-form-error {
/*    font-weight: bold;*/
    color: #ba1f25;
    text-align: center;
    padding: 0px 0px 8px 0px;
}

div.cms-form {
    padding: 0px 0px 0px 0px;
}

div.cms-form div.input {
    margin-bottom: 3px;
    clear: both;
}

div.cms-form div.input-ok {
}

div.cms-form div.input-error {
}

div.cms-form div.input label {
    width: 110px;
    float: left;
    text-align: right;
    padding-top: 3px;
    padding-right: 6px;
    clear: left;
    white-space: nowrap;
}

div.cms-form div.input-ok label {
}

div.cms-form div.input-error label {
    color: #ba1f25;
}

div.cms-form div.input span {
    font-size: 0.75em;
    line-height: 200%;
    vertical-align: top;
/*    font-weight: bold;*/
}

div.cms-form div.input span.optional {
    color: #a0a0a0;
    font-style: italic;
}

div.cms-form div.input-ok span {
}

/*div.cms-form span.warn {*/
/*    color: #4c1113;*/
/*    font-weight: bold;*/
/*}*/

div.cms-form div.input-error span {
    color: #ba1f25;
}

div.cms-form div.input-error span.optional {
    color: #ba1f25;
    font-style: normal;
}

div.cms-form div.desc {
    margin: 0px 0px 8px 120px;
    font-size: 0.9em;
    line-height: 1em;
    clear: both;
    float: none;
}

div.cms-form div.desc-error {
    color: #ba1f25;
}

div.cms-form div.wide {
    margin-left: 10px;
}

div.cms-form textarea.wysiwyg {
    width: 520px;
    overflow: hidden;
}

div.cms-form textarea {
    border: 1px solid #808080;
    background-color: #fafafa;
    width: 300px;
    padding: 2px;
}

div.cms-form textarea.wide {
    width: 520px;
}

div.cms-form textarea.semiwide {
    width: 400px;
}

div.cms-form div.input-error textarea {
    border-color: #ba1f25;
}

div.cms-form input {
    border: 1px solid #808080;
    background-color: #fafafa;
    width: 300px;
    padding: 2px;
}

div.cms-form input.wide {
    width: 400px;
}

div.cms-form input.right {
    text-align: right;
}

div.cms-form div.input-ok input {
/*    border-color: #7ec916;*/
}

div.cms-form div.input-error input {
    border-color: #ba1f25;
}

div.cms-form input.checkbox {
    background: transparent;
    width: 13px;
    height: 13px;
    border-width: 0px;
}

div.cms-form input.submit {
    width: 180px;
    font-weight: bold;
    margin-top: 10px;
}

div.cms-form input.reset {
    width: 110px;
    font-weight: normal;
    color: #5f5f5f;
    margin-top: 10px;
}

div.cms-form input.no-space {
    margin-top: 0px;
}

div.cms-form input.no-bold {
    font-weight: normal;
}

div.cms-form input.file {
    background: transparent;
/*    background-color: #acbbd9;*/
}

div.cms-form select.select {
    width: 300px;
    background-color: #fafafa;
}

div.cms-form img.thumb {
    border: 1px solid #cccccc;
    margin: 5px 0px 5px 0px;
    padding: 3px;
}

div.cms-form h3 {
    color: #5f5f5f;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #808080;
    margin: 14px 0px 8px 0px;
    float: none;
    clear: both;
}

div.cms-form h3.strong {
    color: #e20005;
    border-color: #e20005;
    text-transform: uppercase;
}

div.cms-form h3.error {
    color: #ba1f25;
    border-color: #ba1f25;
}



/*** Form - Calendar ***/

div.cms-form div.input-calendar input {
    width: 80px;
}

div.cms-form div.input-calendar img {
    position: relative;
    top: 4px;
}

div.cms-form div.calendar {
    position: absolute;
    width: 160px;
    height: 190px;
    border: 1px solid #808080;
    background: #fafafa;
    padding: 5px 5px 5px 5px;
    margin: -20px 0px 0px 250px;
    font-size: 0.9em;
    z-index: 100;
}

div.cms-form div.calendar a {
  text-decoration: none;
  font-weight: bold;
  color: #444444;
}

div.cms-form div.calendar td {
    text-align: right;
    font-size: 0.9em;
}
div.cms-form div.calendar th {
    background-color: #5a5a5a;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
}

div.cms-form div.calendar div.calendar-year {
    text-align: center;
}

div.cms-form div.calendar div.calendar-month {
    text-align: center;
    margin: 3px 0px 10px 0px;
}

div.cms-form div.calendar table.calendar {
    width: 150px;
}

div.cms-form div.calendar select {
    font-weight: bold;
    font-size: 0.9em;
}

div.cms-form div.calendar td.selected {
    background-color: #d48502;
}

div.cms-form div.calendar td.selected a {
    color: #000000;
}

div.cms-form div.calendar td.sat {
    background-color: #7a7a7a;
}

div.cms-form div.calendar td.sat a {
    color: #ffffff;
}

div.cms-form div.calendar td.sun {
    background-color: #5a5a5a;
}

div.cms-form div.calendar td.sun a {
    color: #ffffff;
}







/*** table ***/

table.cms-listing {
    border-collapse: collapse;
}

table.cms-full-width {
    width: 100%;
}

table.cms-listing th, table.cms-listing td {
    font-size: 0.85em;
}

table.cms-bottom-15 {
    margin-bottom: 15px;
}

table.cms-listing thead, table.cms-listing tfoot {
    font-weight: bold;
}

table.cms-listing thead th {
    border-bottom: 1px solid #5f5f5f;
    vertical-align: bottom;
    padding: 0px 1px 1px 1px;
}

table.cms-listing tfoot th {
    border-top: 1px solid #5f5f5f;
    padding: 0px 6px 2px 6px;
}

table.cms-listing col.icon {
    width: 16px;
}

table.cms-listing tr.odd {
}

table.cms-listing tr.even {
    background-color: #eaeaea;
}

table.cms-listing td {
    padding: 2px 3px 2px 3px;
    border-right: 1px solid #ffffff;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

table.cms-listing td.icon {
    padding: 0px 2px 0px 2px;
}

table.cms-listing td.wrap {
    white-space: normal;
}

table.cms-listing .right {
    text-align: right;
}

table.cms-listing .center {
    text-align: center;
}

table.cms-listing tr.light td, table.cms-listing tr.light td a {
    font-style: italic;
    color: #a0a0a0;
}

table.cms-listing td.strong {
    font-weight: bold;
    color: #d02219;
}

table.cms-listing tr.strong {
    font-weight: bold;
    background-color: #d7d3d0;
}

table.cms-listing tr.strong td {
    padding-left: 2px;
}

table.cms-listing td.strong a {
    color: #d02219;
}

/*div.cms-apply {*/
/*    border: 1px solid #808080;*/
/*    margin: 0px 0px 0px 10px;*/
/*    padding: 4px 10px;*/
/*}*/

a.cms-apply {
    border: 1px solid #808080;
    margin: 10px 0px 0px 10px;
    display: block;
    float: right;
    clear: right;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}



/*** admin menu ***/

ul.cms-user-menu li a {
    font-weight: bold;
}

ul.cms-user-menu ul li a {
    font-weight: normal;
}

div.admin-menu {
}

div.admin-menu h3 {
    font-size: 13pt;
    font-weight: normal;
    margin: 14px 0px 4px 8px;
    padding: 0px;
    color: #d02219;
}

ul.admin-menu {
/*    font-size: 12pt;*/
    margin: 0px 0px 10px 3px;
    padding-left: 20px;
    list-style-type: circle;
    color: #787878;
}

ul.admin-menu li {
}

ul.admin-menu ul {
    margin: 0px;
    padding: 0px 0px 3px 15px;
/*    list-style-type: square;*/
}

ul.admin-menu ul li {
}

ul.admin-menu li a {
    color: #606060;
    text-decoration: none;
}

ul.admin-menu li a:hover {
    color: #0b4a8f;
/*    text-decoration: none;*/
}

div.admin-link {
    text-align: right;
    margin-bottom: 0px;
}



ul.tasks {
    margin: 4px 0px 0px 10px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.tasks ul {
    margin: 0px;
    padding-left: 15px;
/*    list-style-type: square;*/
}

ul.tasks li {
}



div.admin-link {
    text-align: right;
    margin-bottom: 0px;
}



/*** tabs ***/

div.cms-tabs {
    border-bottom: 1px solid #5f5f5f;
    margin: 0px;
    padding: 0px;
    margin: 0.5em 0 1.1em 0;
    padding: 0 0.8em 0 0.8em;
    font-size: 0.9em;
}

div.cms-tabs2 {
    margin: -0.4em 0.8em 1.5em 0.8em;
}

div.cms-tabs div {
    float: left;
    border: 1px solid #909090;
    border-bottom-width: 0px;
    margin: 2px 1px 0px 0px;
}

div.cms-tabs div a {
    padding: 0em 0.5em;
    text-decoration: none;
    background-color: #eaeaea;
    color: #909090;
}

div.cms-tabs div a:hover {
    background-color: #f0f0f0;
    color: #5f5f5f;
}

div.cms-tabs span.right {
    float: right;
}

div.cms-tabs div.tab-language {
    text-transform: uppercase;
}

div.cms-tabs div.selected {
    border: 1px solid #5f5f5f;
    border-bottom: 2px solid #ffffff;
    margin-top: 0px;
    margin-bottom: -1px;
    padding-top: 2px;
    font-weight: bold;
}

div.cms-tabs div.selected a, div.cms-tabs div.selected a:hover {
    background: none;
    color: #5f5f5f;
    padding: 0em 0.8em;
}

div.cms-tabs div.clear {
    float: none;
    clear: both;
    border: none;
    padding: 0px;
    margin: 0px;
    height: 0px;
    overflow: hidden;
}



/*** image listing ***/

div.cms-images {
/*    text-align: center;*/
/*    margin-left: 45px;*/
/*    margin-right: -15px;*/
    overflow: hidden;
    clear: both;
    margin: 5px 0px 5px 0px;
/*    margin: 4px 0px 2px 17px;*/
/*    border: 1px solid red;*/
}

div.cms-images div.img, div.cms-images div.img-default {
    float: left;
    background-color: #eaeaea;
    margin-left: 1px;
    margin-bottom: 1px;
    padding-top: 10px;
/*    width: 126px;*/
    width: 135px;
    height: 118px;
    text-align: center;
    overflow: hidden;
}

div.cms-images div.img-small {
    height: 105px;
}

div.cms-images img {
    border: 1px solid #bababa;
/*    border-right: 2px solid #444444;*/
/*    border-bottom: 2px solid #444444;*/
    height: 90px;
}

div.cms-images div.img-default img {
    border: 2px solid #888888;
}

div.cms-images div.actions {
    margin-top: -1px;
    font-size: 8pt;
    line-height: 100%;
    color: #404040;
}

div.cms-images div.actions a {
    color: #404040;
    text-decoration: none;
}



/*** image ***/

div.image {
/*    background-color: #fafafa;*/
/*    border: 1px solid #cccccc;*/
    margin: 15px 0px 20px 3px;
/*    padding: 22px 0px 22px 0px;*/
/*    width: 520px;*/
    text-align: center;
    overflow: hidden;
}

div.image img {
    text-align: center;
    border: 8px solid #606060;
}

div.image-info {
    text-align: justify;
    margin: 5px 5px 5px 5px;
}



/*** pager ***/

div.cms-pager {
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

div.cms-pager a {
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    color: #5f5f5f;
}

div.cms-pager a:hover {
    color: #000000;
}

div.cms-pager span.disabled {
    color: #d0d0d0;
    padding: 0px 5px 0px 5px;
}

div.cms-pager span.info {
    padding: 0px 10px 0px 10px;
}

