.gldp-calendar {
	
	/*border:1px solid #000;*/
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-calendar .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
}

/* Cell border */
.gldp-calendar .border {
	border-style: dotted;
	border-width: 0;
	border-color: #b5b7b9;
}

/* Month/Year text and select */
.gldp-calendar .monyear,
.gldp-calendar .monyear select {
	font-size: 12px !important;
	font-weight: normal;
	color: #000;
	background: #dfe0e0;
	border:0;
	width:auto;
}

/* Month/Year text */
.gldp-calendar .monyear span {
	margin: 0 5px 0 5px;
	color: #000;
	background: #dfe0e0;
	border:0;
}

/* Prev/Next arrows */
.gldp-calendar .prev-arrow,
.gldp-calendar .next-arrow {
	color: #666;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);*/
	background: #dfe0e0;
	border:0;
	font-size: 12px !important;
	font-weight: normal;
}

.gldp-calendar .prev-arrow:active,
.gldp-calendar .next-arrow:active {
	color: #000;
}

.gldp-calendar .prev-arrow-off,
.gldp-calendar .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-calendar .dow {
	color: #000;
	font-weight: normal;
	/*cursor: wait !important;*/
	background: #fff;
	border:0;
}

/* Weekdays */
.gldp-calendar .sun,
.gldp-calendar .mon,
.gldp-calendar .tue,
.gldp-calendar .wed,
.gldp-calendar .thu {
	font-weight: normal;
	background: #dfe0e0;
	
}

/* Weekend days */
.gldp-calendar .fri,
.gldp-calendar .sat {
	color: #000;
	font-weight: normal;
	background: #dfe0e0;
}

/* Selectable days that are outside of current month being shown */
.gldp-calendar .outday {
	color: #747474 !important;
}

/* Hover */
.gldp-calendar .mon:hover,
.gldp-calendar .tue:hover,
.gldp-calendar .wed:hover,
.gldp-calendar .thu:hover,
.gldp-calendar .fri:hover,
.gldp-calendar .sat:hover,
.gldp-calendar .sun:hover {
	background: #eee;
}

/* Non-Selectable days */
.gldp-calendar .noday {
	color: #bbb;
	font-weight: normal;
	/*cursor: wait !important;*/
	background: #ddd;
}

/* Currently selected day */
.gldp-calendar .selected {
	color: #fff;
	font-weight: normal;
	border-color: #888;
	background: #aaa;
}

/* Today */
.gldp-calendar .today {
	color: #000;
	font-weight: normal;
	
	background: #dfe0e0;
	border-style: solid;
	border-width: 0;
	border-color: #f7901e;
}

/* Special */
.gldp-calendar .special {
	color: #fff;
	font-weight: normal;
	background: #f7901e;
}
