/*layout*/
body {
   background-color: #d2d1d2;
   color: #52535d;
}
body.editor,
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #ffffff;
}
#envelope {
   background: url('../images/bg_left.gif');
   background-repeat: repeat-y;
}
#head-line {
   background-color: #a5b6a1;
}
#main-text {
   background: url('../images/main_top.jpg') top no-repeat;   
}
.left-menu {
   background: url('../images/bg_menu.gif');
}
.left-column-text {   
   margin-top: 0;
   background: url('../images/bg_menu_top.gif') top no-repeat;
}

#mlist-box {
   background: url('../images/bg_menu.gif') repeat-y;
   border-bottom: 1px solid #d1d1d1;
}
#copyright {
   background: url('../images/bg_copy.gif') repeat-x;
}
#copyright-text {
   color: #b8b2c2;
}
/*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 #d2d1d2;
   background: #f7f2f7;
}
/* ramecek kolem formulare */
div.form-box {
   border: 1px solid #d2d1d2;
   background: #f7f2f7;
}


/*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 #d2d1d2;
   color: #52535d;
}
tr.table-header {
   background-color: #e5e4e5;
}
tr.table-header td {
   color: #52535d;
}
tr.tr-odd {
   background-color: #f7f2f7;
}
tr.tr-even {
   background-color: #fffdff;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #d2d1d2 ;
   background: #d2d1d2;
}
/*nadpis prvni urovne*/
h1 {
   color: #634684;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #6c569a;
}
ul li {
   list-style-image: url('../images/li.gif');
}
ul.menu li {
   padding: 0;
   margin: 0;
   list-style: none;
   list-style-image: none;
}

ul.menu li a {
   border-bottom: 1px solid #d1d1d1;
   background: #f7f2f7 url('../images/li.gif') no-repeat; 
   background-position: 5px center;
}

ul.menu li a:hover {
   background-color: #b7b1c1;
}

/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
select, 
textarea 
{
   border: 1px solid #c2c1c2;
}
input.button {
   border: 1px solid #d2d1d2;
   color: #fff;
   background-color: #6a6075;
}
.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: #b7b1c1;
}

/*styly pro odkazy*/
a:link,
a:visited,
a:active {
   color: #4f04b6;
}
a:hover {
   color: #4a04fb;
}
a.menu:link,
a.menu:visited,
a.menu:active {
   color: #757275;
}
a.menu:hover {
   color: #fff;
}
a.copyright:link,
a.copyright:visited,
a.copyright:active {
   color: #b8b2c2;
}
a.copyright:hover {
   color: #f7f2f7;
}
/*konec stylu pro odkazy*/