/* -------------------*
 *       RESET        *
 *------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, 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, embed, param, 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-size: 100%; vertical-align: baseline; line-height: 1em; font-weight: normal; font-style: normal; }
input, textarea { margin: 0; padding: 0; }
button { width: auto; overflow: visible; cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; }
a span, a b, label { cursor: pointer; }
strong { font-weight:bold; }
em { font-style:italic; }
strong em, em strong { font-weight:bold; font-style:italic; }

/* -------------------*
 *       GLOBAL       *
 *------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    color: #161617;
    text-align: center;
    background:#fcfcfc url(images/background.png) top left repeat-x;
    font-family: Helvetica, Arial, sans-serif;
}
input, select, textarea, button {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}
button { border: 0; }

/* formatovanie textu */
p {
    line-height: 19px;
    font-size:13px;
    padding:0 0 20px 0;
}
a {
    color: #5f5f5f;
    text-decoration: none;
}
a:hover {
    color: #5f5f5f;
    text-decoration: underline;
}
small {
    font-size: 0.7em;
    line-height: 1.4em;
}
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/* zoznamy */
ol, li, ul {
    line-height: 20px;
}
ol, ul {
    padding:0 0 20px 20px;
}
ol {
    list-style:decimal outside;
}
ul {
    list-style:square outside;
}

/* obrazky */
img {
    border: none;
    padding: 0;
    margin: 0;
}

/* nadpisy */
h1, h2, h3, h4 {
    padding: 0 0 14px 0;
    text-decoration: none;
    font-weight:normal;
    color:#161617;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter { text-transform: uppercase; }
h1, h1 a, .h1 {
    font-size: 40px;
    line-height: 36px;
    letter-spacing:0;
    padding:0 0 5px 0;
}
h2, h2 a, .h2 {
    font-size: 25px;
    line-height: 28px;
}
h3, h3 a {
    font-size: 20px;
    line-height: 22px;
}
h4, h4 a {
    font-size: 17px;
    line-height: 22px;
}

/* tabulky */
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:auto;
    width:100%;
    margin:0 0 20px 0;
}
th, td {
    vertical-align:top;
    text-align:left;
}
th {
    text-align:left;
}
thead td, thead th {
    font-size:12px;
    line-height:16px;
    color:#000;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding:12px 10px;
}
tfoot td, tfoot th {
    font-size:14px;
    line-height:18px;
    color:#000;
    font-weight:bold;
    border-top:2px solid #000;
    padding:11px 10px;
}
tbody td, tbody th {
    font-size:12px;
    line-height:16px;
    color:#000;
    font-weight:normal;
    border-bottom:1px solid #D4D4D4;
    padding:5px 0px;
    /* background:#fff; */
}
tbody tr:hover td, tbody tr:hover th {
    /* background:#f0f0f0; */
}
table img {
    margin:0;
}

.cms-listing th, .cms-listing td {
    vertical-align:top;
    text-align:left;
}

/* CLEAR FLOATOV */
.clr { clear: both; height:0; overflow:hidden; line-height:0; }
.clr-left { clear: left; }
.clr-right { clear: right; }
.ac:after { /* autoclear - doporucene */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden {
    visibility: hidden;
}

/*
 *
 * SIMPLEWEB
 *
 */
div.hh5  { height:  5px; overflow: hidden; }
div.hh10 { height: 10px; overflow: hidden; }
div.hh15 { height: 15px; overflow: hidden; }
.cms-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
a.cms-btn {
    border: 1px solid #808080;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 0px;
    padding: 4px 10px;
    text-decoration: none;
}
/*** Headings, Paragraphs ***/

h1.cms {
	color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

h2.cms {
}

h3.cms {
}

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

p.cms-info {
}

a.cms-btn {
    border: 1px solid #808080;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 0px;
    padding: 4px 10px;
    text-decoration: none;
}


/*** Form ***/

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

div.cms-form form {
    position: relative;
}

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

div.cms-form-ok {
    color: #7ec916;
    text-align: center;
    padding: 0px 0px 8px 0px;
    font-weight: bold;
}

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

div.cms-form div.tinymce-heading {
    border-bottom: 1px solid #808080;
    color: #5f5f5f;
    margin: 14px 0px 8px 0px;
}

div.cms-form div.tinymce-heading h3 {
    float: left;
    margin: 0px;
    border: 0px;
}

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

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

div.cms-form div.input-huge-top-margin {
    margin-top: 20px;
}

div.cms-form div.input-readonly input, div.cms-form div.input-readonly textarea, div.cms-form div.input-readonly select {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:0.5;
}

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

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

div.cms-form div.input-hidden {
    display: none;
}

div.cms-form div.input > label {
    width: 200px;
    float: left;
    text-align: right;
    padding-top: 5px;
    padding-right: 6px;
    clear: left;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #DDD;
}

div.cms-form div.input label img {
    position: relative;
    top: 2px;
}

div.medium-info-form div.cms-form div.input label {
    width: 80px;
}

img.media-ajax-saving {
    margin-top: -10px;
    display: none;
}

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

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

div.cms-form div.alias {
    display: none;
}

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

div.cms-form div.input img.flag, div.cms-form div.wysiwyg img.flag {
    position: relative;
    top: 8px;
    vertical-align: top;
}

div.cms-form div.wysiwyg img.tinymce-flag {
    float: right;
}

div.cms-form div.input > span {
    font-size: 9px;
/*    line-height: 200%;*/
    vertical-align: top;
    position: relative;
    left: 2px;
    top: 7px;
/*    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 div.input-ok span.optional {
}

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

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

div.cms-form div.desc, div.public-cms-form div.desc {
    margin: 0px 0px 8px 118px;
    font-size: 11px;
    line-height: 105%;
    clear: both;
    float: none;
    color: #7f7f7f;
}

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

div.cms-form div.desc-error-text {
    color: #FF4D4D;
    font-weight: bold;
    font-size: 12px;
    margin-top:2px;
}

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

div.cms-form textarea {
    border: 1px solid #ccc;
    background-color: #fafafa;
    width: 300px;
    padding: 4px 6px;
    box-shadow: 1px 1px 1px 1px #eeeeee;
    border-radius: 5px;
    text-shadow: 1px 1px 3px #DDD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237, 237, 237, 1)), color-stop(100%,rgba(252, 252, 252, 1)));
}

div.cms-form div.wysiwyg {
    margin-bottom: 9px;
}
div.cms-form div.input-error table.mceLayout {
    border-color: #FF4D4D;
    box-shadow: 0px 0px 8px 0px #FF4D4D;
}

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

div.cms-form textarea.wysiwyg-full-width {
    width: 100%;
    padding: 0px;
    border-width: 0px;
}

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

div.cms-form div.input-error textarea {
    border-color: #FF4D4D;
    box-shadow: 0px 0px 8px 0px #FF4D4D;
}

div.cms-form input {
    border: 1px solid #ccc;
    background-color: #fafafa;
    width: 300px;
    padding: 4px 6px;
    /* box-shadow: 1px 1px 1px 1px #eeeeee; */
    border-radius: 5px;
    text-shadow: 1px 1px 1px #DDD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237, 237, 237, 1)), color-stop(100%,rgba(252, 252, 252, 1)));
}

div.cms-form input:focus, div.cms-form textarea:focus {
    border-color: #66D9FF;
    outline: none;
    box-shadow: 0px 0px 4px 0px #66D9FF;
}

div.cms-form a.ui-slider-handle:focus {
    outline: none;
}

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

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

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

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

div.cms-form div.input-error input {
    border-color: #FF4D4D;
    box-shadow: 0px 0px 8px 0px #FF4D4D;
}

div.cms-form div.content-title-input div.input-error input {
    border: 1px solid #FF4D4D;
    margin: 0px;
    color: #FF4D4D;
}

div.cms-form input.checkbox {
    background: transparent;
    width: auto; /*13px;*/
    height: auto; /*13px;*/
    border-width: 0px;
    margin-top:4px;
}

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

div.cms-form input.submit-narrow {
    width: 120px;
}

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;
}

div.cms-form input.h1,
div.cms-form div.content-title-input input {
    background: none;
    border-width: 0px;
    margin: 1px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

div.cms-form div.content-title-input label,
div.cms-form div.content-title-input img,
div.cms-form div.content-title-input span {
    display: none;
}

div.cms-form input.h1-focus,
div.cms-form div.content-title-input input.h1-focus {
    border: 1px solid #808080;
    margin: 0px;
}

div.cms-form div.input-error input.h1 {
    margin: 0px;
    border-width: 1px;
}

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

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

div.cms-form div.flags {
    float: left;
    width: 400px;
}

div.cms-form div.flags div {
    float: left;
    width: 45px;
    margin: 0px 6px 0px 6px;
}

div.cms-form div.flags div label {
    width: 20px;
    padding: 4px 0px 0px 0px;
    text-align: left;
}



/*** Form - Folding properties panel ***/

/*
div.cms-form div.properties {
    background-color: #f5f5f5;
    padding: 5px 0px;
    margin: -10px 0px 10px 0px;
}

div.cms-form div.properties-title {
    text-align: right;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px black solid;
}

div.cms-form div.properties-title-error a {
    color: #ba1f25;
}

div.cms-form div.properties-title a {
    text-decoration: none;
}
*/

div.cms-form div.properties-body {
    background-color: #f5f5f5;
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
}

div.cms-form div.properties-body div.input {
    padding: 3px 0px;
}

div.cms-form div.properties  {
    background-color: #f5f5f5;
    text-align: left;
    margin: 20px 0px 30px;
    border: 1px #bbbbbb solid;
}

div.cms-form div.properties div.properties-title  {
    cursor: hand;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    padding: 2px;
    color: #000000;
    font-size: 13px;
}

div.cms-form div.properties div.properties-title img {
    float: left;
    padding-right: 22px;
}

div.cms-form div.properties-error a {
    color: #FF4D4D;
}



/*** Form - Calendar ***/

div.cms-form div.input-calendar input, div.cms-form div.input-timestamp input {
    width: 80px;
    float: left;
}

div.cms-form div.input-time input, div.cms-form div.input-timestamp input:nth-child(3) {
    width: 40px;
}

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: 11px;
    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: 11px;
}

div.cms-form div.calendar th {
    background-color: #5a5a5a;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
}

div.cms-form div.calendar td a {
    display: block;
}

div.cms-form div.calendar div.calendar-year {
    text-align: center;
    float: left;
    margin: 0px 0px 0px 35px;
    width: 80px;
    text-align: center;
}

div.cms-form div.calendar div.calendar-month {
    float: left;
    margin: 3px 0px 10px 35px;
    width: 80px;
    text-align: center;
}

div.cms-form div.calendar div.calendar-close {
    float: right;
    margin: 0px 7px 0px 0px;
}

div.cms-form div.calendar div.calendar-close a {
}

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

div.cms-form div.calendar select {
    font-weight: bold;
    font-size: 11px;
}

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

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

div.cms-form div.calendar td:hover {
    background-color: #dadada;
}

div.cms-form div.calendar td:hover 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;
}

div.cms-setup-hidden-fields {
    font-weight: bold;
    margin: 0px 0px 10px 118px;
}



/*** AJAX a CMS-FORM Status ***/

div.ajax-status-outer, div.cms-form-status-outer {
    text-align: center;
    height: 28px;
}

div.cms-form-status-outer {
    padding-bottom:10px;
}

div.ajax-status, div.cms-form-status {
    font-size: 11px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px;
    width: 200px;
    text-align: center;
}

div.ajax-status-processing {
    border: 1px solid #ba1f25;
    color: #ba1f25;
}

div.ajax-status-ok, div.cms-form-status-ok {
    border: 1px solid #7ec916;
}

div.cms-form-status-ok {
    color:#7EC916;
}

div.cms-form-status-error {
    border: 1px solid #FF4D4D;
    color: #FF4D4D;
}


/*** Table Listing ***/

div.cms-listing {
    padding:0;
}

div.cms-full-width {
    width: 800px;
}

div.cms-listing div.th,
div.cms-listing div.td {
    font-size: 12px;
}


div.cms-listing div.td a {
    font-weight: normal;
}

div.cms-listing div.thead div.th.icon,
div.cms-listing div.tbody div.td.icon {
    width: 50px;
}

div.cms-listing div.tbody div:nth-child(2n+1).tr {
    background-color: #f0f0f0;
}

div.cms-listing div.tbody div:nth-child(2n).tr {
    background-color: #fcfcfc;
}

div.cms-listing table th, div.cms-listing table td {
    background:none;
}

div.cms-listing div.mouseover,
div.cms-listing div.tbody div.tr:hover {
    background-color: #e1ffa7;
}

div.cms-listing div.tbody div.dragged {
    background-color: #fbe44f;
}

div.cms-listing div.tbody div.td,
div.cms-listing div.thead div.th {
    height: 28px;
    text-align: left;
    border-right: 1px solid #ffffff;
    overflow: hidden;
}

div.cms-listing div.tbody div.tr {
    margin-bottom: 3px;
}

div.cms-listing table,
div.cms-listing table tr,
div.cms-listing table tr td {
    height: 100%;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

div.cms-listing table tr td {
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

div.cms-listing div.th td {
    font-weight: bold;
    white-space: nowrap;
}

div.cms-listing-top {
    position: relative;
}

div.cms-listing-text-before ul {
    list-style-type: none;
    padding: 0px 13px 10px;
}

div.cms-listing-text-before a {
    display: block;
    float: left;
    font-size: 14px;
}

div.cms-listing-text-before a.cms-add-link {
    background: transparent url('icons/add.png') no-repeat center left;
    padding: 3px 5px 3px 23px;
    display:block;
    margin: 0 0 20px 0;
}   

div.cms-listing-text-before a.cms-active-link {
    background: transparent url('icons/active.png') no-repeat center left;
    padding: 3px 5px 3px 23px;
}

div.cms-listing-text-before a.cms-not-active-link {
    background: transparent url('icons/not-active.png') no-repeat center left;
    padding: 3px 5px 3px 23px;
}

div.cms-listing-text-before a.cms-export-link       {
    background: transparent url('icons/arrow_down.png') no-repeat center left;
    padding: 3px 5px 3px 23px;
}

div.cms-listing-text-before a.cms-newsletter-link       {
    background: transparent url('icons/icon_email.gif') no-repeat center left;
    padding: 3px 5px 3px 23px;
}

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

div.cms-listing div.thead div.th,
div.cms-listing div.tfoot div.th,
div.cms-listing div.tbody div.tr div.td {
    float: left;
}

div.cms-listing div.thead div.th.icon td,
div.cms-listing div.tbody div.td.icon td {
    text-align: center;
    padding: 0px;
}

div.cms-listing div.tbody div.wrap {
    white-space: normal;
}

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

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

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: 11px;
}


/*** Zastaraly listing pouzivany len pri pridavani prav uzivatelom ***/

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

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

table.cms-listing th, table.cms-listing td, div.cms-listing td {
    font-size: 10px;
}

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

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

table.cms-listing thead th {
    white-space: nowrap;
    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.mouseover, table.cms-listing tbody tr:hover {
    /*background-color: #d3d3d3;*/
    background-color: #ede4f9;
}

table.cms-listing tr.dragged {
    background-color: #ede4f9;
}

table.cms-listing td {
    padding: 5px 10px;
    border-right: 1px solid #ffffff;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    background-color: #f2f9fd;
}

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 td {
    font-weight: bold;
    background-color: #e4f1f9;
}

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

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

table.cms-listing td.draggable {
    cursor: n-resize;
}





/*** Menu ***/

div.cms-popup-menu {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background-color: #A1CD48;
    z-index: 100;
    text-align: left;
    position: fixed;
    z-index:1000;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

div.cms-popup-menu-container {
    margin: 0px auto;
}

div.cms-popup-menu div.cms-popup-menu-debug-mode {
    top: 5px;
    right: 10px;
    position: absolute;
}

div.cms-popup-menu ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style:none;
    line-height:18px;
}

div.cms-popup-menu li {
    float: left;
    position: relative;
    z-index: 100;
    width: auto;
    line-height:18px;
}

div.cms-popup-menu li.cms-menu-has-children {
    background: transparent url('images/img-dropdown.png') no-repeat center right;
}

div.cms-popup-menu ul ul {
    display: none;
    overflow: hidden;
    float: none;
    position: absolute;
    top: 28px;
    left: 0px;
    background-color: #A1CD48;

    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

div.cms-popup-menu ul li:hover ul {
    display: block;
    border: 1px solid #FFFFFF;
    border-top: none;
}

div.cms-popup-menu ul li a, div.cms-popup-menu ul li span.menu-a {
    color: #f3f3f3;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 8px 10px;
    float: left;
}

div.cms-popup-menu ul ul li,
div.cms-popup-menu ul ul li a {
    float: none;
}

div.cms-popup-menu ul ul li a {
    padding: 8px 10px;
    padding-right: 20px;
}

div.cms-popup-menu ul li a:hover {
    color: #ffffff;
}

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

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

div.cms-menu-divider {
    float: left;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

div.cms-popup-menu-trigger {
    position: absolute;
    top: 28px;
    right: 20px;

    border: 1px solid #FFFFFF;
    border-top: none;
    background-color: #593067;

    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

    -moz-box-shadow: 0px 3px 3px #888;
    -webkit-box-shadow: 0px 3px 3px #888;
    box-shadow: 0px 3px 3px #888;
}

div.cms-popup-menu-trigger a {
    display: block;
    padding: 6px 35px 5px 10px;
}

div.cms-popup-menu-trigger a.cms-popup-menu-open {
    background: transparent url('images/img-menu-open.png') no-repeat 65px center;
}

div.cms-popup-menu-trigger a.cms-popup-menu-closed {
    background: transparent url('images/img-menu-closed.png') no-repeat 65px center;
}



/*** Tabs ***/

div.cms-tabs {
    font-size: 12px;
    background: transparent url('images/bg-cms-tabs.png') no-repeat bottom left;
    padding: 0px 10px 10px 10px;
    margin: 0;
    color: #936e00;
}

div.cms-tabs div {
    float: left;
    border: 1px solid #dddddd;
    white-space: nowrap;
    min-height: 0px;
    background: transparent;

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

div.cms-tabs div a {
    font-weight: bold;
    padding: 6px 12px 3px;
    text-decoration: none;
    background-color: transparent;
    color: #666;
    display: block;
}

div.cms-tabs div a:hover {
    color: #888888;
}

div.cms-tabs div.right {
    float: right;
    border-width: 0px;
    position: relative;
    top: 1px;
}

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

div.cms-tabs div.tab-language img {
    margin: 0 0.25em;
    margin-bottom: -1px;
}

div.cms-tabs div.selected, div.cms-tabs div.selected-language {
    color: #000;
    border-color: #aaaaaa;
	background: #555555;
}

div.cms-tabs div.selected a, div.cms-tabs div.selected a:hover, div.cms-tabs div.selected-language a, div.cms-tabs div.selected a:hover {
    color: #aaaaaa;
}

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



/*** Images ***/

div.cms-images {
    overflow: hidden;
    clear: both;
    margin: 5px 0px 5px 0px;
}

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

div.cms-images div.img div.img-container {
    height: 93px;
}

div.cms-images div.img img {
    border: 1px solid #bababa;
}

div.cms-images div.img img.imgWidth {
    width: 120px;
}

div.cms-images div.img img.imgHeight {
    height: 90px;
}

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

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

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

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



/*** Pager ***/

div.cms-pager {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}

div.cms-pager a {
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    color: #9FCC41;
    font-weight: bold;
}

div.cms-pager a:hover {
    color: #8bb535;
    font-weight: bold;
}

div.cms-pager span.disabled {
    color: #666;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

div.cms-pager span.info {
    padding: 0px 20px 0px 20px;
    color: #224265;
    font-weight: bold;
}

/* cms-pager type 2 */
div.cms-pager-2 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    color: black;
}

div.cms-pager-2 a {
    border: 1px solid #d0d0d0;
    padding: 2px 4px;
    text-decoration: none;
    margin: 0px 1px;
}

div.cms-pager-2 a:hover {
    border: 1px solid black;
    color: black;
}

div.cms-pager-2 span.selected {
    border: 1px solid black;
    padding: 2px 4px;
    background: black;
    color: white;
    margin: 0px 1px;
}

div.cms-pager-2 span.dots {
    padding: 2px 4px;
}

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



/*** Errors, Backtrace, rPrint ***/

div.cms-rPrint {
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    color: #606060;
    text-align: left;
    margin: 0px 0px 0px 120px;
    padding: 5px;
}

div.cms-error {
}



/*** Content System Stuff ***/

div.content-revision-info {
    text-align: right;
    font-size: 11px;
    margin: -1em 0.5em 0.5em 0em;
}

div.content-revision-info span.content-revision-active {
    font-weight: bold;
    font-size: 14px;
}

div.content-block-view {
    margin: 10px 0px 0px 50px;
}

div.content-preview-links {
}

div.content-preview-links div.left {
    float: left;
    width: auto;
}

div.content-preview-links div.right {
    float: right;
    width: auto;
}

div.content-preview-links a {
    border: 1px solid #808080;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}



/*** MediaLibrary ***/

div.medium {
    position: relative;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 3px;
    border: 1px solid #cccccc;
    font-size: 9px;
}

div.medium div {
    clear: both;
    float: none;
    overflow: hidden;
}

div.medium div.medium-action-icons {
    height: 16px;
}

div.cms-form div.input.form-medium div#medialibrary_list_images {
    padding-top: 5px;
}

div.cms-form div.input.form-medium label {
    padding-top: 0px;
}



/*** Setup ***/

.setup-warning {
    font-weight: bold;
    color: #BA1F25;
}

.setup-ok {
    font-weight: bold;
    color: #7EC916;
}

div.fancy-simple-title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
}




div.menu-form {
    margin: 10px 0px;
}

ul.form-sortable-main {
    min-height: 30px;
}

div.menu-form .ui-widget {
    font-size: 13px;
    font-family: Arial;
}

div.form-menu-objects-holder {
    padding: 10px;
}

div.menu-form ul li.ui-draggable,
div.menu-form ul li.ui-state-highlight {
    margin: 5px 0px 5px;
    padding: 0px 5px;
    list-style-type: none;
    float: none;
}

div.form-menu-objects-holder ul.form-menu-objects li.ui-draggable {
    float: left;
    margin-right: 10px;
    width: auto;
    z-index: 100;
}

div.menu-form li.ui-draggable.color1,
.ui-state-default.color1 {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% #c1edfc;
}
div.menu-form li.ui-draggable.color2,
li.ui-state-default.color2 {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% #c1c3fc;
}
div.menu-form li.ui-draggable.color3,
li.ui-state-default.color3 {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% #fcdfc1;
}
div.menu-form li.ui-draggable.color4,
li.ui-state-default.color4 {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% #dafcc1;
}
div.menu-form li.ui-draggable.color5,
li.ui-state-default.color5 {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% #fcf9c1;
}



div.form-menu-tabs {

}

div.content-text div.form-menu-tabs ul,
div.content-text ul.form-menu-objects,
div.form-menu-tabs ul,
ul.form-menu-objects {
    padding: 0px;
    margin: 0px;
}

div.form-menu-tabs ul li {
    list-style-type: none;
    float: left;
    margin-bottom: 0px;
}

div.form-menu-tabs ul li a {
    padding: 7px 10px;
    border: 1px solid #BBBBBB;
    display: block;
    background: url("../lib/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border-bottom: none;
    text-decoration: none;
    margin-right: 3px;
    outline: none;

    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
}

div.form-menu-tabs ul li a.selected {
    background: none;
    background-color: #ffffff;
    position: relative;
    top: 1px;
    z-index: 10;

    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
}

div.form-sortable-menu-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #BBBBBB;

    -moz-border-radius: 0px 5px 5px 5px; /* Firefox */
    -webkit-border-radius: 0px 5px 5px 5px; /* Safari, Chrome */
    border-radius: 0px 5px 5px 5px; /* CSS3 */
}

ul.form-sortable-menu,
div.content-text ul.form-sortable-menu,
div.form-menu-tabs ul.form-sortable-menu {
    list-style-type: none;
    margin: 0px 10px;
    padding: 0px;
}

div.content-text ul.form-sortable-menu ul,
div.content-text li.ui-sortable-helper ul,
div.form-menu-tabs ul.form-sortable-menu ul,
div.form-menu-tabs li.ui-sortable-helper ul {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

.form-sortable-menu li,
li.ui-sortable-helper,
li.ui-sortable-helper ul li {
    margin: 5px 0px 5px;
    padding: 0px 5px;
    list-style-type: none;
}

.form-sortable-menu li span,
li.ui-sortable-helper span,
li.ui-sortable-helper ul li span {
    margin: 3px;
    font-size: 13px;
    font-family: Arial;
    cursor: default;
    display: block;
}

.form-sortable-menu li span span,
li.ui-sortable-helper span span,
li.ui-sortable-helper ul li span span {
    margin: 0px;
    font-size: 13px;
    font-family: Arial;
    cursor: inherit;
}

.form-sortable-menu li span.available-sorting,
li.ui-sortable-helper span.available-sorting,
li.ui-sortable-helper ul li span.available-sorting {
    cursor: move;
}

div.menu-form .ui-state-default,
div.menu-form .ui-widget-content .ui-state-default,
div.menu-form .ui-widget-header .ui-state-default {
    background: url("../gfx/images/bg-glass.png") repeat-x scroll 50% 50% transparent;
}



div.menu-form ul li.ui-draggable span.available-sorting {
    cursor: move;
    margin: 3px;
    font-size: 13px;
    font-family: Arial;
    display: block;
}

li.ui-draggable span.available-sorting span.node-icons,
ul.tabs-ul li a img {
    height: 16px;
    float: right;
    display: none;

    opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0; /* Safari 1.x */
    -moz-opacity: 0; /* FF lt 1.5, Netscape */

    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

li.ui-draggable span.available-sorting span.node-icons-left {
    float: left;
    margin-left: 10px;
}

div.menu-form ul.form-sortable-menu li.ui-draggable span.available-sorting span.node-icons,
ul.tabs-ul li a.selected img {
    display: block;
}

div.menu-form ul.form-sortable-menu li.ui-draggable span.available-sorting:hover span.node-icons,
ul.tabs-ul li a.selected img {
    opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: 1; /* Safari 1.x */
    -moz-opacity: 1; /* FF lt 1.5, Netscape */
}

li.ui-draggable span.available-sorting span.node-icons a {
    display: inline;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

div.menu-form ul.form-sortable-menu li.ui-draggable span.available-sorting span.node-title {
    float: left;
    position: relative;
}


div.menu-form ul.form-sortable-menu li.ui-draggable span.available-sorting span.node-title input {
    font-family: Arial;
    left: -8px;
    padding: 3px 28px 3px 6px;
    position: absolute;
    top: -4px;
    background-repeat: no-repeat;
    background-position: 98% center;

    -moz-box-shadow: 0px 0px 4px #18b7f1;
    -webkit-box-shadow: 0px 0px 4px #18b7f1;
    box-shadow: 0px 0px 4px #18b7f1;
    z-index: 10;
}

div.menu-form div.new-menu-items {
    display: none;
}

ul.tabs-ul li a img {
    position: relative;
    left: 5px;
}

img.fg-menu-open.ui-state-active {
    border: none;
}


.multiselect .wrapper {
    width: auto;
    min-width: 0px;
}

.multiselect.dropdown-wrapper {
    float: left;
    width: 300px;
    position: relative;
}
.multiselect .dropdown{
     position: absolute;
    z-index: 250;
    top: 24px;
    left: 0px;
    width: 298px;
    max-height: 400px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 1px 1px #eeeeee;
    border-radius: 0px 0px 5px 5px;
    text-shadow: 1px 1px 3px #DDD;
    background: #FAFAFA;
    border-top: 0px;
}

.multiselect .dropdown .head {
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.multiselect .dropdown .head a {
    padding-right: 10px;
}

.multiselect input.dropdown-button{
    position:relative;
    cursor:pointer;
}
.multiselect ul.multi-selectbox-nested {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 6px;
}
.multiselect ul.multi-selectbox-nested ul{
    list-style-type: none;
    padding: 0px 0px 0px 6px;
    border-left: 1px solid #EEE;
    margin: 0px 0px 0px 10px;
}
.multiselect ul.multi-selectbox-nested li{
    display: block;

}
.multiselect ul.multi-selectbox-nested li input{
    vertical-align: middle;
    float:left;
    margin: 0px 4px 0px 4px;
}
.multiselect ul.multi-selectbox-nested li div{
    padding: 4px 1px;
}
.multiselect ul.multi-selectbox-nested li div label{
    display:block;
}

.multiselect ul.multi-selectbox-nested .group-wrapper label{
    font-weight:bold;
    padding-left: 5px;
    cursor:pointer;
}

.multiselect ul.multi-selectbox-nested li.parent > div.input-wrapper > label {
    text-decoration: underline;
    cursor:pointer;
}

.multiselect ul.multi-selectbox-nested .group-wrapper:hover, .multiselect ul.multi-selectbox-nested li.parent > div.input-wrapper:hover {
    border:1px solid #66D9FF;
    padding: 3px 0px;
    outline: none;
    box-shadow: 0px 0px 4px 0px #66D9FF;
    border-radius: 5px;
    cursor:pointer;
}


.td.icon td {
    vertical-align: bottom !important;
}