table.jCalendar {	background: #27261a;    border-collapse: separate;    border-spacing: 1px;    font-size:1em;    margin-left:10px;    margin-right:10px;    margin-top:4px;    width:172px;}table.jCalendar th {	background: #5b1a1a;	color: #fff;	font-weight: bold;	padding: 3px 5px;}table.jCalendar td {	background: #27261a;	color: #fff;	padding: 3px 5px;	text-align: center;}table.jCalendar td.other-month {	background: #39382c;	color: #fff;}table.jCalendar td.today {	background: #ffba24;	color: #fff;}table.jCalendar td.selected {	background: #ffba24;	color: #fff;}table.jCalendar td.selected:hover {	background: #ffba24;	color: #fff;}table.jCalendar td:hover, table.jCalendar td.dp-hover {	background: #ffba24;	color: #fff;}table.jCalendar td.disabled, table.jCalendar td.disabled:hover {	background: #ffba24;	color: #fff;}/* For the popup *//* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */div#dp-popup {	position: absolute;	font-size: 1em;	font-family: arial, sans-serif;	background: #27261a;	z-Index: 199;	background-image: url(../images/box-bg-top.gif);	background-repeat: no-repeat;	background-position: 0 0;	padding-top:6px;	width:192px;}div#dp-popup2 {	position:relative;	background-image: url(../images/box-bg-down.gif);	background-repeat: no-repeat;	background-position: 0 bottom;	padding-bottom:6px;	width:192px;}div#dp-popup3 {	position:relative;	background:#27261a;	border-left:1px solid #6b6953;	border-right:1px solid #6b6953;}        div#dp-popup h2 {  position:relative;	font-size: 12px;	text-align: center;	padding: 2px 0 2px 0;	margin: 0;	color:#ffba24;}a#dp-close {	font-size: 11px;	padding: 4px 0;	text-align: center;	display: block;}a#dp-close:hover {	text-decoration: underline;}div#dp-popup a {	color: #fff;	text-decoration: none;	padding: 3px 2px 0;}div#dp-popup div#dp-nav-prev {	position: absolute;	top: 2px;	left: 10px;	width: 40px;}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: 40px;}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;}.stlpec3 label, .clanky_f_datum label {	width: 20px;	display: inline-block;	line-height: 1.25em;	vertical-align: top;	float:left;	overflow:hidden;}   input.dp-applied {	width: 70px;	float: left;	margin:0;}a.dp-choose-date {	float: left;	width: 17px;	height: 17px;	padding: 0;	margin: 0px 3px 0;	display: block;	text-indent: -2000px;	overflow: hidden;	background: url(../images/tabulka-datum.gif) no-repeat; }a.dp-choose-date.dp-disabled {	background-position: 0 -20px;	cursor: default;}#calendar-me {	margin: 20px;}#datepicker select {  width: 6em ! important;}#datepicker label {  float: left;  width: 4em;}#datepicker #date-pick {  font-size: 8pt ! important;}
