/*layout*/
body {
   background: #fcfceb;
   color: #4e6570;
}
body.editor,
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #fff;
}
#envelope {
   background: url('../images/left_bgnd.gif');
   background-repeat: repeat-y;
}
#head-line {
   background: url('../images/header_line.gif');
}
#left-menu {
   background: url('../images/menu_bgnd.gif');
}
#copyright {
   background: url('../images/footer_bgnd.gif');
}
#copyright-text {
   color: #505151;
}
/*konec stylu pro layout* ********************************************/
/* základní styly nadpisy a odkazy**********************************************/
.action-result {
   color: red;
}
/* DIV ramecek pro text v editoru */
div.editor-text {
   border: 1px solid #bccea5;
   background: #fcfceb;
}
/* ramecek kolem formulare */
div.form-box {
   border: 1px solid #bccea5;
   background: #fcfceb;
}


/*styly pro tabulky***********************************************************/
/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka z wysiwyg editoru*/
table.dynamic {
   background-color: #FFFFFF;
   border: none;
}
/*tabulka z wysiwyg editoru*/
table.dynamic td {
   border: 1px solid #bccea5;
   color: #4e6570;
}
tr.table-header {
   background-color: #d1e3b9;
}
tr.table-header td {
   color: #7a9f4d;
}
tr.tr-odd {
   background-color: #fcfceb;
}
tr.tr-even {
   background-color: #ffffff;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #d1e3b9;
   background: #d1e3b9;
}
/*nadpis prvni urovne*/
h1 {
   color: #c19940;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #677c4a;
}
ul li {
   list-style-image: url('../images/li.gif');
}

ul.menu {
   border-top: 1px solid #c6d8ae;
}

ul.menu li {
   padding: 0;
   margin: 0;
   list-style: none;
   list-style-image: none;
}

ul.menu li a {
   border-bottom: 1px solid #c6d8ae;
   background: #d1e3b9 url('../images/li_menu.gif') no-repeat; 
   background-position: 5px center;
}

ul.menu li a:hover {
   background: #f7f6ce url('../images/li_over.gif') no-repeat; 
   background-position: 5px center;
}
/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
select, 
textarea 
{
   border: 1px solid #bccea5;
}
input.button {
   border: 1px solid #bccea5;
   color: #4e6570;
   background-color: #d1e3b9;
}
.form-required {
   color: #FF6102;
}
/*konec stylu pro formulare*/
/* flash */
body.editor div.flash-right,
body.editor div.flash-left,
body.editor div.flash-center {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash_small.gif');
}
body.editor div.flash-stream,
body.editor div.flash-youtube {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash.gif') no-repeat center;
}

.date-sel-div .date-year-over,
.date-sel-div .close-button-over,
.date-sel-div .date-direct-over,
.date-sel-div .date-over {
   background: #d1e3b9;
}

/*styly pro odkazy*/
a:link,
a:visited,
a:active {
   color: #7a9f4d;
}
a:hover {
   color: #6ba721;
}
a.menu:link,
a.menu:visited,
a.menu:active {
   color: #4e6570;
}
a.menu:hover {
   color: #2b7695;
}
a.copyright:link,
a.copyright:visited,
a.copyright:active {
   color: #505151;
}
a.copyright:hover {
   color: #262626;
}
/*konec stylu pro odkazy*/
