.gldp-default {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
/* color1: #FFF; color2: #D6E3EE; */
.gldp-default .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: 12px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #D6E3EE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#D6E3EE));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#D6E3EE 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#D6E3EE 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#D6E3EE 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#D6E3EE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D6E3EE',GradientType=0 );
}

/* Cell border */
.gldp-default .border {
	border-style: solid;
	border-width: 0;
	border-color: #888;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
	font-size: 14px !important;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Month/Year text */
.gldp-default .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
	color: #222;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
	color: #699BBA;
}

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

/* Days of the week */
/* color1: #6F9FC6, color2: #1C547F; */
.gldp-default .dow {
	color: #fff;
	/*font-weight: bold;*/
	/*cursor: wait !important;*/
	background: #6F9FC6;
	background: -moz-linear-gradient(top,  #6F9FC6 0%, #1C547F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F9FC6), color-stop(100%,#1C547F));
	background: -webkit-linear-gradient(top,  #6F9FC6 0%,#1C547F 100%);
	background: -o-linear-gradient(top,  #6F9FC6 0%,#1C547F 100%);
	background: -ms-linear-gradient(top,  #6F9FC6 0%,#1C547F 100%);
	background: linear-gradient(to bottom,  #6F9FC6 0%,#1C547F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F9FC6', endColorstr='#1C547F',GradientType=0 );
	text-shadow: 0 -1px #1C547F;
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
	color: inherit;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

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

/* Hover */
/* color1: #FFF, color2: #D6E3EE; */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #699BBA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#699BBA));
	background: -webkit-linear-gradient(top,  #fff 0%,#699BBA 100%);
	background: -o-linear-gradient(top,  #fff 0%,#699BBA 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#699BBA 100%);
	background: linear-gradient(to bottom,  #fff 0%,#699BBA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#699BBA',GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
	color: #444;
	font-weight: normal;
	cursor: wait !important;
	background: #aaaaaa;
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
/* color1: #D6E3EE, color2: #6F9FC6; */
.gldp-default .selected {
	color: #fff;
	font-weight: bold;
	border-color: #6F9FC6;
	background: #6F9FC6;
	background: -moz-linear-gradient(top,  #D6E3EE 0%, #6F9FC6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6E3EE), color-stop(100%,#6F9FC6));
	background: -webkit-linear-gradient(top,  #D6E3EE 0%,#6F9FC6 100%);
	background: -o-linear-gradient(top,  #D6E3EE 0%,#6F9FC6 100%);
	background: -ms-linear-gradient(top,  #D6E3EE 0%,#6F9FC6 100%);
	background: linear-gradient(to bottom,  #D6E3EE 0%,#6F9FC6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6E3EE', endColorstr='#6F9FC6',GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/* Today */
.gldp-default .today {
	/*color: #88bfe8;*/
	color: #4997C6;
	font-weight: bold;
	/*border-color: #00c;*/
	/*background: #88bfe8;*/
	/*background: -moz-linear-gradient(top,  #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(1%,#9dc1ff), color-stop(2%,#4286fd), color-stop(98%,#0124ab), color-stop(99%,#3775ef), color-stop(100%,#3775ef));
	background: -webkit-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -o-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -ms-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: linear-gradient(to bottom,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );*/
}

/* Special */
.gldp-default .special {
	color: #fff;
	font-weight: bold;
	border-color: #0c0;
	background: #88e888;
	background: -moz-linear-gradient(top,  #88e888 0%, #37ef37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88e888), color-stop(100%,#37ef37));
	background: -webkit-linear-gradient(top,  #88e888 0%,#37ef37 100%);
	background: -o-linear-gradient(top,  #88e888 0%,#37ef37 100%);
	background: -ms-linear-gradient(top,  #88e888 0%,#37ef37 100%);
	background: linear-gradient(to bottom,  #88e888 0%,#37ef37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
}
