/* Default styling for jQuery Datepicker v4.0.0. */
.datepick {
	background-color: #fff;
	color: #eee;
	font-family: Arial,Helvetica,Sans-serif;
	/*font-size: 90%;*/
}
.datepick-rtl {
	direction: rtl;
}
.datepick-disable {
	position: absolute;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #1C3F94;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #eee;
	color:#1C3F94;
	font-size: 90%;
	font-weight: bold;
}
.datepick-nav { display:none; }
.datepick-ctrl {
	background-color: #CCC;
}
.datepick-cmd {
	/* width: 30%; */
	width:24px;
	float:left;
	display:none;
}
.datepick-cmd:hover {
	/* background-color: #777; */
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #EEE;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}

button.datepick-cmd {
/*	text-align: center; */
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	left:0px;
	padding-left: 0px;
	width:24px;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 147px;
	text-align: center;
	padding-top:5px;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	position:relative;
	top:0px;
	clear:none;
	float: right;
	text-align: right;
	width:24px;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 208px;
	text-align: center;
	background-color:#eee;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	
	background-color: #eee;
	color: #000;
	font-weight: bold;
	font-size:15px;
	line-height:24px;
	height:24px;
	margin-bottom:5px;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}
.datepick-month-header input {
	position: absolute;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead 
{
    border-left:3px solid #eee;
    border-right:2px solid #eee;
	border-bottom: 1px solid #eee;
}
.datepick-month th, .datepick-month td {
	width:14.27%;
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th span {
	padding:0px;
	height:15px;
}
.datepick-month th, .datepick-month th a {
	background-color: #eee;
	color: #000;
}

.datepick-month td {
	background-color: #fff;
	border: 3px solid #eee;
}
.datepick-month td.datepick-week {
	border: 1px solid #eee;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding-top:5px;
	/* background-color: #fff; */
	color: #000;
	text-decoration: none;
	height:20px;
	font-weight:bold;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding-top:5px;
	height:20px;
	font-weight:bold;
}

.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #ccc;
}
.datepick-month td .datepick-weekend {
	background-color: #fff;
}
.datepick-month td .datepick-today {
	background-color: #fff;
}
.datepick-month td .datepick-highlight {
	background-color: #fff;
}
.datepick-month td .datepick-selected {
	background-color:#E4C349;
}
.datepick-month th.datepick-week {
	background-color: #eee;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #eee;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

a.datepick-cmd 
{
	height: 24px;
	width:24px;
	padding-top:0px;
}

/* hack for IE compatibility mode */
.mHeader {width:160px; float:left;}

/* added for additional style stuff */
a.hasShow { color:#1C3F94; }

.calendarTimes{
	width: 202px; 
	border: 8px solid #eee;
	background: #FFF;
}
#calendarTimesText{
	margin-bottom: 2em;	
}
.calendarTimes h3{
	margin: 4px;
	color:#BE1E2D;
	font-size: larger;
	/*
	text-align:right;
	padding-right:4px;
	*/
}
.calendarTimes p{
	margin: 4px 8px;
	font-weight: bold;
	/* text-align:right; */
}

.calendarTimes p.small a{ font-weight: normal; }
.calendarTimes p.small a:hover{ text-decoration:underline; }

.calendarTimes a img{
	width: 40px; height: 20px;
	margin: 5px 0 -5px 8px;
}
.calendarTimes a{
	text-decoration: none;
}
