.gldp-default {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.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: 14px;
	text-align: center;
	cursor: pointer;
	color: #222 !important;
	background: #ffffff;
}

/* Cell border */
.gldp-default .border {
	border:none;
}

/* Month/Year text and select */
.gldp-default .monyear select {
	font-size: 16px !important;
	font-weight: bold;
}

.gldp-default .title { 
	margin:0; font-size: 17px !important;
	font-weight: bold;
	text-align:left;
	color:#333333;
 }
.gldp-default .title div { margin:-10px 0 0 -40px; }

/* Month/Year text */
.gldp-default .title span {
	margin: 0 10px 0 0px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow
{
	color: #fff;
	width:21px; height:21px; display:block;
	background:url(/images/icons/takvim-left-ico.png) 0 0 no-repeat;
	position:absolute;
	font-size:0;
	margin:110px 0 0 -20px;
}
.gldp-default .next-arrow 
{
	color: #fff;
	width:21px; height:21px; display:block;
	background:url(/images/icons/takvim-right-ico.png) 0 0 no-repeat;
	position:absolute;
	font-size:0;
	margin:111px 0 0 72px;
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
	color: #000;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
	color: #222;
	font-weight: bold;
	/*cursor: wait !important;*/
	background: #eee;
	display:none !important;
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
	font-weight: bold;
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
	color: #888;
	font-weight: bold;
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
	color: #aaa !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover {
	border-top:1px solid #999999 !important;
	border-left:1px solid #999999 !important;
	border-right:2px solid #999999 !important;
	border-bottom:2px solid #999999 !important;
}

.gldp-default .sun:hover {
	border-top:1px solid #999999 !important;
	border-left:1px solid #999999 !important;
	border-right:1px solid #999999 !important;
	border-bottom:2px solid #999999 !important;	
	}



/* Non-Selectable days */
.gldp-default .noday {
	color: #bbb;
	font-weight: normal;
	/*cursor: wait !important;*/
	background: none;
}

/* Currently selected day */
.gldp-default .selected {
	font-weight: bold;
	border:1px solid #999999;
	background: #eee;
}

/* Today */
.gldp-default .today {
	color: #fff;
	font-weight: bold;
	border-color: #000;
	background: #222;
}

/* Special */
.gldp-default .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
	color:#fff !important;
}
