

table.jCalendar {
	border: 1px solid #000;
	background: #EEE;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.kalendorius th.weekend { color:#C54600;}
table.kalendorius td.weekend { color:#C54600;}
table.kalendorius td.other-month {
	background: #FFEFCE;
	color: #D4C8B0;
}
table.kalendorius td.today {
	color:#44250C;
	background-image:url(/custom/scripts/jscalendar/today.gif); background-repeat:no-repeat;
}
table.kalendorius td.selected {
	background: #80511E;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33 ;
	color: #fff;
}
table.kalendorius td:hover, table.kalendorius td.dp-hover {
	background-image:url(/custom/scripts/jscalendar/over.gif); background-repeat:no-repeat;
	color: #44250C;
}
table.kalendorius td.disabled, table.kalendorius td.disabled:hover {
	color: #ede4d2;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date {
	background:transparent url(calendar2.gif) no-repeat scroll 0% 0%;
	display:inline;
	height:19px;
	display:block;
	float:left;
	margin:0px 2px 0 0;
	overflow:hidden;
	padding:0pt;
	text-indent:-2000px;
	width:20px;
	text-decoration:none !important;
}

div.dp-popup {
	position: relative;
	font-size: 11px;
	padding: 2px 0 0 1px;
	line-height: 1.2em;
	background-image:url(/custom/scripts/jscalendar/kalh.gif); background-repeat:no-repeat;
	
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	
}
div.dp-popup h3 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	margin: 0;
	font-weight:normal;
	padding: 0px 0 3px 0;
	color: #fff;
}
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: #000;
	text-decoration: none;
	padding: 3px 2px 0;
	color: #fff;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	padding:0 0 0 3px;
	
	width: 20px;
	
	
	
}
div.dp-nav-prev a.dp-nav-prev-month { background-image: url(/custom/scripts/jscalendar/left.gif); background-repeat:no-repeat; width:19px; height:19px;
}
div.dp-nav-next a.dp-nav-next-month { background-image: url(/custom/scripts/jscalendar/right.gif); background-repeat:no-repeat; width:19px; height:19px;
}
div.dp-nav-next a.disabled { background-image:none !important;}
div.dp-nav-prev a.dp-nav-prev-year { width:1px; height:1px;display:none;
}
div.dp-nav-next a.dp-nav-next-year { width:1px; height:1px; display:none;
}
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;background-image:none !important;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	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;
}