.wpt_timeDiv {
    margin:10px;
	/*margin-top:0px;*/
	padding:10px;
	/*border:1px solid #666;
	border-radius:5px;*/
}

.wpt_timeControlDate {
	color: rgb(0, 0, 0);
	font-family: arial;
    font-size: 16px;
    text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wpt_timeControlDate_disabled {
	color: rgb(150, 150, 150);
}

.wpt_timeControlDate_disabled:hover {
	font-size: 16px;
	font-weight: normal;
	cursor: default;
}

.loading {
	color: rgb(0, 214, 255);
	}
	
.loaded {
	color: rgb(0, 0, 0);
}

.arrows {
	display:inline-block; 
	width:20px; 
	height:20px;
}
.up_arrow {
	background-image: url('../img/up_arrow.png');
	
}	

.down_arrow {
	background-image: url('../img/down_arrow.png');
}

.message {
	background-color:#fff;
	float:left;
	
	bottom: 20px;
	width: 120px;
	text-align: center;
	border: 2px solid rgb(252, 53, 100);
	border-radius:5px;
	margin: 0px;
}

.message-hidden {
	display: none;
}

.wpt-picklist-month, .wpt-picklist-year, .wpt-monthPicker{
	display:none;
} 

.wpt-header-dropdown {
	border: 1px solid black;
	text-align: center;
	position: relative;
}

.wpt-header-dropdown::before {
	content: " ";
	
	position: absolute;
	top: 5px;
	right: 5px;
	border-width: 8px 6px 6px 6px;
	border-color: black transparent transparent transparent;
	border-style: solid;
	text-align: center;
}

.wpt-yearPicker, .wpt-monthPicker {
height: 20px;
margin-bottom: 5px;
cursor: pointer;
}

.wpt-picklist {
	z-index:100;
}


.wpt-picklist {
	opacity: 1;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
