table.jCalendar {   /* okraj kalendare (mrizka dnu) */	background: #efefef;          /* pozadi kalendare (mrizka dnu) */    border-collapse: separate;    border-spacing: 2px;    border:0;  margin: 0px;}table.jCalendar th {	background: #2E2E2E;          /* pozadi dnu P,Ăš,S,... */	color: #fff;	font-weight: normal;	padding: 3px 2px;	border:0;  text-align: center;  width: 23px;}table.jCalendar td {	background: #fff;             /* pozadi dni aktualniho mesice */	color: #F26521;               /* barva dni aktualniho mesice */	padding: 3px 2px;	text-align: center;	border:0;  width: 23px;}table.jCalendar td.other-month {	background: #fff;             /* pozadi dni ne-aktualniho mesice */	color: #999;                  /* barva dni ne-aktualniho mesice */	border:0;}table.jCalendar td.today {      /* dnesek */	background: #F26521;	color: #fff;}table.jCalendar td.selected {   /* vybrany den */	background: #F89F0F;	color: #fff;}table.jCalendar td.selected:hover { /* vybrany den: hover */ 	background: #F89F0F;	color: #fff;}table.jCalendar td:hover, table.jCalendar td.dp-hover { /* dny: hover */ 	color: #000;}table.jCalendar td.disabled, table.jCalendar td.disabled:hover { /* zakazane dny  */ 	background: #eee;	color: #ccc;}/* CELY BOX KALENDARE */div.dp-popup { 	position: relative;	background: #efefef;           /* pozadi celeho boxu */	border: 1px solid #C0C1C0; 	padding: 0px;	width: 180px;	_width: 200px;		line-height: 1.2em;  padding: 10px 10px 8px 10px;}div#dp-popup {	position: absolute;	z-index: 199;  top: 0;  right: -205px;}div.dp-popup h2 {	text-align: center;	margin: 0px 0;	padding: 0 0 5px 0;	color:#5E5E5E;                   /* barva textu mesicu */  font-size: 1em;}a#dp-close {	padding: 4px 0;	text-align: center;	display: block;}a#dp-close:hover {	text-decoration: underline;}div.dp-popup a {                /* barva odkazu sipky */	color: #5E5E5E;	text-decoration: none;	padding: 4px 2px ;	margin-top: 3px;  text-decoration:none;}div.dp-popup a:hover {color:#F26521;}div.dp-popup div.dp-nav-prev {	position: absolute;	top: 2px;	left: 10px;	width: 100px;}div.dp-popup div.dp-nav-prev a {	float: left;}/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {	cursor: pointer;}div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {	cursor: default;}div.dp-popup div.dp-nav-next {	position: absolute;	top: 2px;	right: 10px;	width: 100px;}div.dp-popup div.dp-nav-next a {	float: right;}div.dp-popup a.disabled {	cursor: default;	color: #aaa;}div.dp-popup td {	cursor: pointer;}div.dp-popup td.disabled {	cursor: default;}a.dp-vyberdatum {position:relative;top:2px;margin-left:2px;margin-right:2px;}a.dp-vyberdatum img {border:0;}