.adp_datepicker {
	display:fixed;
	z-index: 20;
	width:90%;
	margin: 0 auto 0 auto;
	color:#404040;
	background-color: #f7f7f7;
	overflow: hidden;
	border-radius: 2px;
	border:1px solid #6e706e;
	box-shadow: 0 0 15px #000000;
	font-size: 1.2em;
}

@media all and (orientation:landscape) and (min-width:400px) {
	.adp_datepicker {
		width:45%;
	} 
}



.adp_container {
	width:27%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size:1.5em;
	margin-left: 4.5%;
	padding-top:1em;
}



.adp_button {
	display: block;
	width:100%;
	background-color: transparent;
	color:#37b8e3;
	text-decoration: none;
	line-height: 2em;
	border-radius: 0;
	margin: 0.1em 0 0.1em 0;
	border: 0;
}

.adp_button.up {
	border-top: 0;
	border-bottom: 2px solid #37b8e3;
}

.adp_button.down {
	border-bottom: 0;
	border-top: 2px solid #37b8e3;
}

.adp_display {
	line-height: 2em;
}

.adp_buttons {
	margin: 1em 0 0 0;
}

@media all and (orientation: landscape) {
	.adp_buttons {
		margin-top:0;
	}
	.adp_buttons > .adp_container {
		padding-top:0;
	}
}



/*.adp_cmd {
	width:49%;
	float: left;
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
	border-left:2px solid transparent;
}*/

.adp_cancel {
	background-color: transparent;
	color:#bdbdbd;
	font-size: 0.8em;
}

.adp_clear {
	width: 100%;
	clear: both;
}