/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-header {
	padding-left:15px;
	padding-right:15px;
}

.yui3-calendar-header-label {
	width:100%;
}

.yui3-calendarnav-prevmonth {
	width:15px;
	margin-left:-15px;
	cursor: pointer;
}

.yui3-calendarnav-nextmonth {
	width:15px;
	margin-right:-15px;
	cursor: pointer;
	text-align: right;
}