table.SimpleCalendar {
  font-family: Verdana;
  border-collapse: collapse; }
  table.SimpleCalendar th {
    background: wheat;
    color: saddlebrown;
    font-size: 13px;
    padding: 4px;
    border: 1px solid #bbb;
    border-top: none; }
  table.SimpleCalendar tbody td {
    vertical-align: top;
    width: 90px;
    height: 45px;
    border: 1px solid #bbb;
    background: #e6e6e6; }
    table.SimpleCalendar tbody td time {
      font-size: 1em;
      display: block;
      background: cornsilk;
      padding: 2px;
      text-align: right;
      font-weight: bold; }
    table.SimpleCalendar tbody td.SCsuffix, table.SimpleCalendar tbody td.SCprefix {
      background: white; }
    table.SimpleCalendar tbody td div.event {
      color: #355;
      font-size: .65em;
      padding: 5px;
/*      line-height: 1em;*/
      border-bottom: 1px solid #bbb;
      background: #858585;
      color: white; }
  table.SimpleCalendar tbody td.today {
    background: skyblue;
	padding: 2px;
	}

.controls {
	font-family: Verdana;
	background: lightblue none repeat scroll 0 0;
    color: black;
    display: inline-block;
/*    font-weight: bold;*/
    margin: 2px 5px 5px 0;
    padding: 3px 10px;
    text-decoration: none;
}	
	
.next {
	
}

.act {
}

.nadpis {
	font-weight:bold;
	padding:5px 2px 5px 2px;
}

.nadpis:first-letter {
 font-family: Verdana;	
 text-transform:uppercase;
}

.toright {
	float:right;
}

.editor {
	width:380px;
	height:350px;
}

.pridat {
	font-family: Verdana;
}

.event a {
    color: palegreen;
}