table.jCalendar {
	border: 1px solid #ffffff;
	background: #ffffff;
    border-spacing: 1px;
	margin:5px 0px 0px 0px;
}
table.jCalendar th {
	background: #6CB1D1;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px;
}
table.jCalendar td {
	background: #ffffff;
	color: #333333;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #333333;
}
table.jCalendar td.weekend {
	background: #ECF3F7;
	color: #333333;
}
table.jCalendar td.today {
	background: #FFF5C8;
	color: #333333;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #FF6666;
	color: #ffffff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #f4f4f4;
	color: #999999;
}

/* 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: relative;
	background: #ffffff;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	border:solid 1px #aaaaaa;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0px 0px 0px;
	padding: 0;
}
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;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	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: 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;
}
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	/*display: block;
	float: left;*/
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icon-activity-events.gif) no-repeat; 
	position: absolute;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	/*float: left;*/
}
.date-container {
	margin-right: 20px;
}

/*
#ui-datepicker-div, .ui-datepicker-inline {
background:#E0F4D7 none repeat scroll 0%;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin:0pt;
padding:0pt;
width:185px;
}
#ui-datepicker-div {
border-top:1px solid #999999;
border-bottom:1px solid #666666;
border-left:1px solid #999999;
border-right:1px solid #666666;
display:none;
z-index:10;
}
.ui-datepicker-inline {
border:0pt none;
display:block;
float:left;
}
.ui-datepicker-rtl {
direction:rtl;
}
.ui-datepicker-dialog {
border:4px ridge #83C948 !important;
padding:5px !important;
}
button.ui-datepicker-trigger {
width:25px;
}
img.ui-datepicker-trigger {
margin:0px 0px 0px 2px;
position:relative;
top:3px;
}
.ui-datepicker-prompt {
background:#E0F4D7 none repeat scroll 0%;
color:#000000;
float:left;
padding:2px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
clear:both;
color:#FFFFFF;
float:left;
width:100%;
}
.ui-datepicker-control {
background:#cccccc none repeat scroll 0%;
padding:2px 0px;
}
.ui-datepicker-links {
background:#f4f4f4 none repeat scroll 0%;
padding:2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
font-size:80%;
font-weight:bold;
letter-spacing:1px;
}
.ui-datepicker-links label {
color:#888888;
padding:2px 5px;
}
.ui-datepicker-clear, .ui-datepicker-prev {
float:left;
width:34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
float:right;
text-align:right;
}
.ui-datepicker-current {
float:left;
text-align:center;
width:30%;
}
.ui-datepicker-close, .ui-datepicker-next {
float:right;
text-align:right;
width:34%;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
float:left;
text-align:left;
}
.ui-datepicker-header {
background:#585858 none repeat scroll 0%;
height:1.3em;
padding:1px 0pt 3px;
text-align:center;
}
.ui-datepicker-header select {
background:#797a7a none repeat scroll 0%;
border:0px none;
color:#ffffff;
}
.ui-datepicker {
background:#CCCCCC none repeat scroll 0%;
font-size:100%;
text-align:center;
}
.ui-datepicker a {
display:block;
width:100%;
}
.ui-datepicker-title-row {
background:#6CB1D1 none repeat scroll 0%;
color:#ffffff;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
background:#6CB1D1 none repeat scroll 0%;
color:#ffffff;
}
.ui-datepicker-days-row {
background:#FFFFFF none repeat scroll 0%;
color:#666666;
}
.ui-datepicker-week-col {
background:#B1DB87 none repeat scroll 0%;
color:#000000;
}
.ui-datepicker-days-cell {
border:1px solid #DDDDDD;
color:#000000;
}
.ui-datepicker-days-cell a {
display:block;
}
.ui-datepicker-week-end-cell {
background:#f4f4f4 none repeat scroll 0%;
}
.ui-datepicker-unselectable {
color:#888888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
background:#B1DB87 none repeat scroll 0% !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
background:#FFFFFF none repeat scroll 0% !important;
border:1px solid #5691AC;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
background:#B1DB87 none repeat scroll 0% !important;
}
* html .ui-datepicker-week-end-cell {
background:#E0F4D7 none repeat scroll 0% !important;
border:1px solid #DDDDDD !important;
}
* html .ui-datepicker-days-cell-over {
background:#FFFFFF none repeat scroll 0% !important;
border:1px solid #777777 !important;
}
* html .ui-datepicker-current-day {
background:#83C948 none repeat scroll 0% !important;
}
.ui-datepicker-today {
background:#cccccc none repeat scroll 0% !important;
}
.ui-datepicker-current-day {
background:#FFF5C8 none repeat scroll 0% !important;
}
.ui-datepicker-status {
background:#E0F4D7 none repeat scroll 0%;
font-size:80%;
text-align:center;
width:100%;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
background:transparent none repeat scroll 0%;
color:#333333;
cursor:pointer;
margin:0pt;
padding:0pt;
}
.ui-datepicker-inline .ui-datepicker-links a {
padding:0pt 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
color:#333333 !important;
padding:2px 5px !important;
}
.ui-datepicker-title-row a {
color:#ffffff !important;
border-bottom:1px solid #5691AC;
}
.ui-datepicker-control a:hover {
background:#f4f4f4 none repeat scroll 0% !important;
color:#333333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
background:#FFFFFF none repeat scroll 0% !important;
color:#333333 !important;
}
.ui-datepicker-multi .ui-datepicker {
border:1px solid #83C948;
}
.ui-datepicker-one-month {
float:left;
width:185px;
}
.ui-datepicker-new-row {
clear:left;
}
.ui-datepicker-cover {
display:block;
height:200px;
left:-4px;
position:absolute;
top:-4px;
width:193px;
z-index:-1;
}*/