.calendarselector-header {
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
}
.calendarselector-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.calendarselector-bottom-button-today {
    background-color: rgb(210,200,173);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.calendarselector-bottom-button-today:hover {
	background-color: rgb(173,158,137);
}
.calendarselector-bottom-button-ok {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.calendarselector-bottom-button-ok:hover{
	background-color: #026a94;
}
.calendarselector-bottom-button-cancel {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
.calendarselector-bottom-sep {
	height: 5px;
}
.calendarselector-bottom-sep2 {
	height: 20px;
}
#calendarselector-bottom-table {
	margin: auto;
}
#gp-cal-container-tbl {
	border-collapse: collapse;
    margin: auto;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #045e71;
}
#gp-cal-container {
	width: 100%;
	height: 100%;
    padding: 30px 20px 0px 20px;
}
#gp-cal-days-container {
}
#gp-cal-sep {
  height: 20px;
}
#gp-cal-month {
	text-align: center;
}
#gp-cal-month-left {
	background-image: url(images/arrow_left_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
	cursor: pointer;
}
#gp-cal-month-left:hover {
	background-image: url(images/arrow_left_header_hover.png);
}
#gp-cal-month-right {
	background-image: url(images/arrow_right_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
	cursor: pointer;
}
#gp-cal-month-right:hover {
	background-image: url(images/arrow_right_header_hover.png);
}
#gp-cal-tbl {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #045e71;
    border-collapse: collapse;
	font-weight: normal;
}
#gp-cal-tbl th {
	border-bottom: 2px solid #045e71;
    padding-bottom: 9px;
	font-weight: bold;
}
#gp-cal-tbl td {
	padding: 9px;
    text-align: center;
	cursor: pointer;
}
.gp-cal-tbl-day-another-month {
	color: rgb(203,203,203);
}
.gp-cal-selected-day {
	background-color: #0097d4 !important;
    color: #fff;
    border-radius: 5px;
}
.gp-cal-today {
	background-color: rgb(210,200,173);
    color: #fff;
    border-radius: 5px;
}


