/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.4.0
build: nightly
*/
.yui3-calendar {
}

.yui3-calendar-content {
}

.yui3-calendar-pane {
   width: 100%;
}

.yui3-calendar-grid {
   width: 100%;
}

.yui3-calendar-left-grid {
   margin-right:1em;
}

.yui3-calendar-right-grid {
   margin-left:1em;
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
	display:none;
}

.yui3-calendar-day {
	
}

.yui3-calendar-selection-disabled {
  color: #999999;
}

.yui3-calendar-prevmonth-day {
    color: #cccccc;	
}

.yui3-calendar-nextmonth-day {
	color: #cccccc;
}

.yui3-calendar-day-selected {
	background-color: #dddddd;
}

.yui3-calendar-header-label {
    text-align: center;
}

