body,
input,
select,
textarea,
table,
td,
th  
    {
        font-size: 12px;	
        font-family: "Arial CE", "Helvetica CE",Arial,sans-serif;
        color: #000000;
    }

body 
    {
        BACKGROUND-COLOR: #ffffff;
        padding: 0px;
        margin: 0px 0px; 
    }

a,
a:hover,
a:visited
    {
        font-weight: bold;
        color: #70910A; 
        text-decoration: underline;
    }



span.nadpisHiglight,
div.nadpis
    {
        text-align: center;
        font-size: 16px;
        color: #70910a;
        font-weight: bold;
    }

span.nadpisHiglight
    {
        font-size: 16px;
        color: #F8EAD1;
    }
div.editor {
        margin: 0 auto;
        text-align: center;
}
div.editor table.main
    {
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	/*WIDTH: 95%;*/
    }


div.editor table.main tr
    {
        BACKGROUND-COLOR : #d5e899;
    }
    
div.editor table tr.suda
    {
        BACKGROUND-COLOR: #d5e899;
    }

div.editor table tr.licha
    {
        BACKGROUND-COLOR: #E1E2D6;
    }

div.editor th
    {
        COLOR: #ffffff;
        BACKGROUND-COLOR: #70910a;
        font-weight: bold;
    }

/*   filter  */

div.editor tr.filter td
    {
        text-align: center;
    }
    
div.editor tr.filter select { width: 120px; }
    

/* editing */

div.editor table.editing
    {
        align: left;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 800px;
    }

div.editor table.editkurz td
    {
        /*align: left;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 360px;*/
    	padding: 0px;
    	margin: 0px;
    }

div.editor table.editkurz table.editing
    {
        align: left;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 260px;
    	padding: 0px;
    	margin: 0px;
    }

div.editor table.editkurz table.editing select
    {
    	WIDTH: 150px;
    }

/*div.editor table.editkurz table.editing th
    {
    	WIDTH: 110px;
    }
*/
div.editor th
    {
        width: 200px;
    }

div.editor input
    {
        width: 99%;
        border: 1px #000 solid; 
    }

div.editor textarea
    {
        width: 100%;
        height: 30px;
        border: 1px #000 solid; 
    }

div.editing td.checkbox
    {
        align: left;
        text-aling: left;
    }


/* delete  */
div.editor table.buttonsDelete
    {
        align: center;
        text-align: center;
    	WIDTH: 350px;
    }

div.deleteQuestion
    {
        WIDTH: 300px;
        /*HEIGHT: 30px;*/
        text-align: center;
        vertical-align: middle;
        BACKGROUND-COLOR : #70910A;
        color: #fff;
        border: 1px solid #9A9A9A;
    }


/* buttons */

table.buttonsDelete input,
table.buttonsEdit input,
table.buttonsList input,
span.button,
input.button,
    {
	    width: 120px;
	    border: 1px solid #646464;
	    BACKGROUND-COLOR : #ddd;
	}

/*table.buttonsEdit td {
    border: 1px solid red;
}*/                       

table.buttonsList input.newLabel	
	{
	    COLOR: #000000;
	}
	
/* navigation */	
div.navigation 
    {
       padding-left:5px;
       margin: 0 auto;
       width: 100%;  
       height: 24px;
       background-color: #D5E899;
    }


div.navigation td
    {
       color: #ffffff;
       font-size: 11px;
    }

div.navigation div
    {
       color: #ffffff;
       font-size: 11px;
       float: left;
       /*line-height: 34px;
       border: 1px dashed white;*/
    }
 
div.navigation br
    {
        font-size: 4px;
    }

div.navigation img,
div.navigation a
    {
        vertical-align: middle;
        text-decoration: none;
        font-weight: bold; 
        font-size: 11px;
        color: #FFFFFF;
    }
    
div.navigation a:visited
    {
        text-decoration: none;
    }

div.navigation a:hover
    {
        color: #70910A;
    }


/*    error    */
div.error
    {
        text-align: center;
        color: red;
        font-size: 14pt;
        font-weight:bold;
    }

div.errorRed
    {
        WIDTH: 300px;
        HEIGHT: 30px;
        align: center;
        text-align: center;
        BACKGROUND-COLOR : #DADADA;
        color: #EA0000;
        font-weight: bold;
        border: 1px solid #ffffff;
        padding: 8px 8px 8px 8px;
    }


/*    message  */
div.message
    {
        WIDTH: 300px;
        HEIGHT: 45px;
        margin: 0px auto;
        text-align: center;
        BACKGROUND-COLOR : #70910A;
        color: #fff;
        border: 1px solid #9A9A9A;
        padding: 8px 8px 8px 8px;
        margin: 0 auto 0 auto;
        font-weight: bold;
    }

div.message a:link, div.message a:visited, div.message a:hover {
    color: #fff;
    text-decoration: underline;    
}
    
/*   extra-kurzy    */

div.editor table.terms
    {
        align: center;
        text-align: center;
        BACKGROUND-COLOR : #f0f0f0;
        width: 500px;
    }
div.editor table.short, div.editor table.short th
    {
        width: auto;
    }
    
div.editor select.weekdays
    {
        width: 80%;
    }

div.editor table.list2list
    {
        align: center;
    }
    
table.list2list select
    {
        width: 215px;
        height: 150px;
    }

table.list2list input
    {
        width: 50px;
    }

table.list2list td {
        color: #ffffff;
    }    
    
    
    
/*          EVIDENCE            */
div.evidence 
    {
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
    }
    
div.evidence table
    {
        margin: 0 auto;
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 550px;
    }

div.evidence tr { BACKGROUND-COLOR : #D5E899;  }
div.evidence b  { color: #000000;  }


div.evidence a,
div.evidence a:hover,
div.evidence a:visited
    {
        font-weight: bold;
        color: #70910A; 
        text-decoration: none;
    }
    


/*          PRESENCE            */ 

div.presence 
    {
        margin: 0 auto;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
    }

div.presence table
    {
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 550px;
    }

div.presence th { color: #ffffff; BACKGROUND-COLOR : #70910A;  }
div.presence div.juicy { color: #ffffff; BACKGROUND-COLOR : #D5E899;  }
div.presence tr.zahlavi2  { color: #ffffff; BACKGROUND-COLOR : #D5E899;  }
div.presence th select { font-size: 11px; }
div.presence tr.licha  { BACKGROUND-COLOR : #E1E2D6;  }
div.presence tr.suda  { BACKGROUND-COLOR : #D5E899;  }
div.presence tr.licha2  { BACKGROUND-COLOR : #c9e4f1;  }
div.presence tr.suda2  { BACKGROUND-COLOR : #ebf4fa;  }
div.presence tr.souhrn  { BACKGROUND-COLOR : #7C7C7C;  }
div.presence tr.souhrn td { color: #ffffff; }

 
div.presence a,
div.presence a:hover,
div.presence a:visited
    {
        font-weight: bold;
        color: #D5E899; 
        text-decoration: none;
    }

div.presence tr.zahlavi2 a:link, div.presence tr.zahlavi2 a:visited, div.presence tr.zahlavi2 a:hover {
    color: #70910A;
}
   
div.presence table input { width: 100%; }
div.presence table input.search { width: 60px; font-size: 11px; }
div.presence table textarea { width: 100%; height: 60px; }
    
div.shade { color: #fff; }

table.standard { width: 500px; }

table.standard td a,
table.standard td a:hover,
table.standard td a:visited
    {
        text-decoration: none;
        font-weight: bold; 
        font-size: 12px;
        color: #1C3D88;
    }

table.standard a:visited   {  color: #1C3D88; text-decoration: none;  }
table.standard a:hover     {  color: #ffffff; text-decoration: underline; } 

/*          OVERVIEW            */ 

div.evidence tr.passive { BACKGROUND-COLOR : #D4D4D4 }
div.evidence tr.passive td,
div.evidence tr.passive a, 
div.evidence tr.passive a:hover,
div.evidence tr.passive a:visited, 
div.evidence tr.passive b
                         { color: #787878; }

table.overview td { text-align: center; }
table.overview a
    {
        text-decoration: none;
        font-weight: bold; 
        font-size: 12px;
        color: #70910A;
    }
    
table.overview a:visited   {  color: #70910A; text-decoration: none;  }
table.overview a:hover     {  color: #ffffff; text-decoration: underline; }                         


/*          nastenka            */ 

div.nastenka th
    {
        COLOR: #ffffff;
        BACKGROUND-COLOR: #733742;
        font-weight: bold;
    }

div.nastenka table
    {
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 500px;
    }
    
div.nastenka td.datum 
    { 
        text-align: center;
        width: 150px; 
    }

div.nastenka table tr,
div.nastenka table tr.suda
    {
        BACKGROUND-COLOR: #CBCCB3;
    }    

div.nastenka table tr.licha
    {
        BACKGROUND-COLOR: #E1E2D6;
    }


/*         emailer            */

div.emailer table.classic
    {
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	WIDTH: 350px;        
    }

div.emailer table.classic tr  {  BACKGROUND-COLOR : #CBCCB3;  } 
div.emailer table.classic th  {  width: 70px;   }
div.emailer table.classic td  {  align: center; }
div.emailer select            {  width: 100%;   }   
div.emailer textarea          {  width: 100%; height: 150px; }

input.odeslat 
    {
	    width: 120px;
	    border: 1px solid #646464;
	    BACKGROUND-COLOR : #ddd;        
    }

td.redanchors a, 
td.redanchors a:hover,
td.redanchors a:visited
    {
        COLOR: #CC0000; 
    }
    
/****************************/
div.presence table.multicalendar
    {
        border: 0px;
        background-color: #607e34;
    }

table.multicalendar td
    {
        vertical-align: top; 
        text-align: center;
    }

td.activemonth table
    {
        border: 1px #fff solid;
    }

/****************************/

div.presence table.calendar
    {
        width: 160px;
        color: #000;
        font-size: 10px;
        background-color: #4d652a;
    }

table.calendar
    {
        border: 1px #000 solid;        
    }
    
table.calendar td
    {
        color: #70910A;/*#fff;*/
        text-align: center;
    }

.calendarseason
    {
        font-weight: bold;
    }
    
.calendarweekend
    {
        font-weight: bold;
    }
    
.calendardays
    {
        font-style: italic;
    }   
    
td.calendaractive a,
td.calendaractive a:active,
td.calendaractive a:hover,
td.calendaractive a:visited
    {
        color: red;
    }
.editor .chbox {
  width: 30px;
  display: inline;
  border: 0px;
}    

a .tridnice,
a:link .tridnice,
a:hover .tridnice,
a:visited .tridnice
    {
        font-weight: bold;
        color: #733742; 
        text-decoration: none;
    }
/*
presence.radio {
    width: auto;
    border: 1px solid red;
}
.multipresence table td {
    width: 120px;
}
*/
.multipresence input {
    width: auto;
}
div.multipresence table
    {
        align: center;
        BACKGROUND-COLOR : #f0f0f0;
    	/*WIDTH: 900px;*/
    }

div.multipresence th { color: #ffffff; BACKGROUND-COLOR : #733742;  }
div.multipresence div.juicy { color: #ffffff; BACKGROUND-COLOR : #808080;  }
div.multipresence tr.zahlavi2  { color: #ffffff; BACKGROUND-COLOR : #CDCDCD;  }
div.multipresence th select { font-size: 11px; }
div.multipresence tr.licha  { BACKGROUND-COLOR : #B4B59F;  }
div.multipresence tr.suda  { BACKGROUND-COLOR : #D2D3C7;  }
div.multipresence tr.licha2  { BACKGROUND-COLOR : #c9e4f1;  }
div.multipresence tr.suda2  { BACKGROUND-COLOR : #ebf4fa;  }
div.multipresence tr.souhrn  { BACKGROUND-COLOR : #7C7C7C;  }
div.multipresence tr.souhrn td { color: #ffffff; }

.delkahodin {
  border:0px solid red;
  background-color: #1C526C;
  border-collapse: collapse;
}
.delkahodin td {
  border: 1px solid black;
}
.delkahodin th {
  border: 1px solid black;
  background-color: #733742;
  font-style: bold;
}
.delkahodin .prazdny {
  width:80%;
  background-color: #1C526C;
  border:0px;
}

.skryvany {display: none}

table.main a:link, table.main a:visited {
    font-weight: normal;
    color: black;
}
table.main a:hover {
    text-decoration: underline;
}

div.editor table.odsaz td {
    padding: 0.3em 0.7em;
}
div.presence .normalwidth input{
    width: auto;
}
div.editor table.main .otevreno {
    background-color: #B8858F;
}

div.editor div.help {
    float: right;
    text-align: left;
    padding: 3px;
    width: 200px;
    background-color: #ebf4fa;
    margin: 0px;
    
}

div.editor input.normal {
    border: 0px;
    width: auto;
}

div.editor a.linkbutton:link, div.editor a.linkbutton:visited, div.editor a.linkbutton:hover {
    border: 1px solid black;
    background-color: #D5E899;
    padding: 5px;
    font-size: 12pt;
    text-decoration: none;
} 

.header {
    background-color: #b6d850;
    padding: 0px;
    margin: 0px;
    border-bottom: 10px solid #c9e27d;
    /*background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;*/
    height: 40px;
    /*border: 1px solid red;*/
}
.adminheader {
    margin: 0 auto;
    border-bottom: 10px solid #c9e27d;
}
a.hlogo:link, a.hlogo:visited, a.hlogo:hover {
    float: left;
}
.hlogo img{
    border: 0px;
}
.klient {
    text-align: right;
    padding: 15px;
    /*font-weight: bold;
    border: 1px solid red;*/
}
a.menuactive:link, a.menuactive:visited, a.menuactive:hover {
    color: #70910a;
    background-color: #ffffff;
    padding: 5px 15px;
    margin: 1px;
    display:block;
    float:left;
}
a.menupasive:link, a.menupasive:visited, a.menupasive:hover {
    color: #70910a;
    background-color: #eaf4cc;
    text-decoration: underline;
    padding: 5px 15px;
    margin: 1px;
    display:block;
    float:left;
}
.menu {
    background-color: #d5e899;
    padding: 5px;
    /*float:left;
    width:1000px;
    clear:both;*/
    height: 21px;
}
.menustred{
    margin: 0 auto;
    text-align:
}
.menurozvrh a.menuactive:link, .menurozvrh a.menuactive:visited, .menurozvrh a.menuactive:hover {
    /*color: #70910a;
    background-color: #ffffff;*/
    color: #fff;
    background-color: #70910a;
    padding: 5px 15px;
    margin: 1px;
    border-left: 1px solid #70910a;
    border-top: 1px solid #70910a;
    border-right: 1px solid #70910a;
}
.menurozvrh a.menupasive:link, .menurozvrh a.menupasive:visited, .menurozvrh a.menupasive:hover {
    color: #70910a;
    background-color: #eaf4cc;
    text-decoration: underline;
    padding: 5px 15px;
    margin: 1px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.menurozvrh {
    font-size: 14pt;
    text-align: left;
    margin-bottom: 5px;
}
div.editor textarea.mensi{
    width: 80%;
    height: 300px;
}

.presenceprint table {
    margin: 1px;
    border: 1px solid #000;
    border-collapse: collapse;
}
.presenceprint table td, .presenceprint table th {
    border: 1px solid #000;
    padding: 2px 6px;
}
div.editor input.normalbutton {    
    margin-top: 20px;
    width: 150px; 
    padding-top: 5px;
    padding-bottom: 5px;'
}

.content {
    width: 650px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #000;
    text-align: left;
}
.content div.nadpis {
    background-color: #D5E899;
    padding: 10px;
    text-align: left;
}
.content div.kosiknadpis {
    background-color: #D5E899;
    padding: 10px 10px 0px 10px;
    text-align: left;
    vertical-align: bottom;
    font-size: 12pt;
    font-weight: bold;	
}
.content div.detail {
    background-color: #e3f0bd;
    padding: 5px 10px;
        font-size: 14pt;
        font-weight: bold;	
        font-family: "Arial CE", "Helvetica CE",Arial,sans-serif;
        color: #000000;
}
.content div.warn {
    color: red;
}
.content div.choices {
    background-color: #f1f7de;
    padding: 10px;
}
.content div.choices span.nadpis2 {
    background-color: #D5E899;
    padding: 10px;
    font-weight: bold;
    color: #70910A;
    /*margin: 10px 0px 30px 0px;*/
}
.content div.choices input.normal {
    padding-left: 30px;
}
.content div.choices div#bezrezervace table.main {
    margin: 0 auto;
    width: auto;
}
.content div.choices table.main {
    margin: 0 auto;
    width: auto;
}
.content div.choices table.main th, .content div.choices table.main td {
    width: auto;
    padding: 0px 10px;
}
.contentfree {
    width: auto;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #000;
    text-align: left;
}
.contentfree div.nadpis {
    background-color: #D5E899;
    padding: 10px;
    text-align: left;
}
.contentfree div.detail {
    background-color: #e3f0bd;
        font-size: 10pt;
    font-weight: bold;
    padding: 5px 10px;
}
.contentfree div.choices {
    background-color: #f1f7de;
    padding: 10px;
}
.contentfree div.choices span.nadpis2 {
    background-color: #D5E899;
    padding: 10px;
    font-weight: bold;
    color: #70910A;
    /*margin: 10px 0px 30px 0px;*/
}
.contentfree div.choices input.normal {
    padding-left: 30px;
}
.login {
    width: 280px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #000;
    text-align: left;
}
.login div.nadpis {
    background-color: #D5E899;
    padding: 10px;
    text-align: left;
}
.login div.choices {
    background-color: #f1f7de;
    padding: 10px;
}

.rozcestnik {
    margin: 0 auto;
    
}
.rozcestnik td {
    padding: 0px 5px;
    width: 300px;
    vertical-align: top;
    background-color: #fff;
    text-align: left;
}
.rnadpis {
    background-color: #EFF6D8;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px 20px;
}
div.editor .rnadpis a:link, div.editor .rnadpis a:visited, div.editor .rnadpis a:hover {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.rpopis {
    background-color: #D5E899;
    padding: 15px;
    height: 90px
}
div.editor .rpopis input {
    margin-top: 15px;
    background:transparent url(/images/pic15.jpg) scroll;
    border:0 none;
    color:white;
    cursor:pointer;
    font-family:Arial;
    font-weight:bold;
    padding:6px 10px;
    text-transform:uppercase;
    width:auto;
}

.uvodstr {
    margin: 20px auto;
    width: 950px;
    border-top: 5px solid #ededed;
    text-align: left;  
}
.uvodstr div.uvodnadpis{
    padding: 20px;
    display: block;
}

div.editor .uvodstr div.uvodnadpis span {
    color: #70910a;
    font-size: 15pt;
    font-weight: normal;
}

div.editor .uvodstr table.main {
    width: 930px;
    margin: 0px auto;
    border-collapse:collapse;
}

div.editor .uvodstr table.main th, div.editor .uvodstr table.main td{
    width: auto;
    border: 0px;
    border-bottom: 2px solid #fff;
}
div.editor .uvodstr table.main td {
    background-color: #EFF6D8;
}

.zaplaceno {
    color: #759513;
}
.nezaplaceno {
    color: #F95F54;
}
.hotove {
    color: #000;
}
.footer {
    /*background:transparent url(/images/footerbg.jpg) scroll;*/
    padding: 15px;   
    margin-top: 15px;
    height: 80px;
    text-align: center;
}
.footer a:link, .footer a:visited, .footer a:hover {
    color: #000;
    font-weight:bold;
}
div.cislo {
    color: #000;
    border: 1px solid #759513;
    float: left;
    padding: 0px 5px;
    margin-left: 10px;
}
div.kosiknadpis div.krok1 {
    float:left;
    border: 1px solid red;
    height:20px;
    padding:10px;

}
div.kosiknadpis div.krok2 {
    border: 1px solid red;
    padding:10px;
    margin-left: 10px;
}

.kosiknadpis .menu a.menuactive:link, .kosiknadpis .menu a.menuactive:visited, .kosiknadpis .menu a.menuactive:hover {
    color: #000;
    background-color: #ffffff;
    padding: 5px 15px;
    margin: 1px;
    text-decoration: none;
}
.kosiknadpis .menu a.menupasive:link, .kosiknadpis .menu a.menupasive:visited, .kosiknadpis .menu a.menupasive:hover {
    color: #999;
    background-color: #eaf4cc;
    text-decoration: underline;
    padding: 5px 15px;
    margin: 1px;
    text-decoration: none;
}
#tphexpl, #tppexpl, #tpkexpl, #tpkrexpl { 
    display: none;
    margin: 10px 10px;
    padding: 5px 10px 5px 70px;
    background:#f9faf2 url(/images/pic35.jpg) no-repeat scroll;
}
#tphexpl img, #tppexpl img, #tpkexpl img {
}
div.vysvetlivka {
    width: 1px;
    height: 40px;
    float:left;
    padding: 0px;
    margin: 0px;
}

.content label.radio {
    font-size: 11pt;
    font-weight: bold;
}

/*novy rozvrh*/
#section p.switch a.active{
  background:url(/images/pic12.jpg) white;
  color:black;
  display:block;
  font-weight:bold;
  text-decoration:none;
  font-size:110%;
  padding-top:5px;
}

div.varovani {
    background-color: red;
    padding: 5px;
    color: white;
    font-size: 11pt;
    font-weight: bold;
}

div.editor div.content div.choices div.varovani a.white:link, div.editor div.content div.choices div.varovani a.white:hover { 
    color: white;
}
div.editor div.content div.choices div.varovani a.white:visted { 
    color: black;
}

#bezrezervace table.obj {
    margin:0 auto;
    width:600px;
}
#bezrezervace table.obj th{
      background-color: #70910A;
      width: auto;
}
#bezrezervace table.obj td{
      background-color: #E7F2C4;
      border: 1px solid red;
}
/*
#bezrezervace table.obj td input.button{
background:transparent url(../pic/pic15.jpg) no-repeat scroll 0 0;
border:0 none;
color:white;
cursor:pointer;
font-family:Arial;
font-weight:bold;
padding:6px 10px;
text-transform:uppercase;
}
*/

div.editor table.main tr.posplatnosti td{
    background-color: red;
}

.contentfree table.editing td {
    width: 200px;
}

div.editor table.main tr.ag td {
    background-color: red;
} 

.ag {
    background-color: red;
}

li.ui-menu-item{
	text-align: center;
	background-color: #ccc;
	border: 1px solid black;
	width: 250px;
	list-style-type: none;	
}

li.ui-menu-item:hover{

	background-color: #eee;
}

a.ui-corner-all{
      text-decoration: none;
      color: black;
}

div#addbutton {
	border: 1px solid black;
	background-color: #ddd;
	text-align: center;
	width: 60px;
}