/* 
** Light Colours Theme for Spiffy Calendar
*/


.spiffy.calendar-table {
	/* border-collapse: collapse !important; */
	margin-bottom: 0 !important;
	background-color: #fff;
	color: #666;
	/*font-family:arial;*/
}
.spiffy.calendar-table table {
	border:none;
}
.spiffy .calendar-heading, .spiffy.cat-key {
	/* border-color: #eee; */
	/* border-bottom-color: #eee; */
	background: #fff;
	color: #666;
	border: none !important;
}
.spiffy .calendar-date-switcher {
	background: inherit;
}
.spiffy .calendar-heading, .spiffy .calendar-date-switcher {
	/* font-family:arial; */
	width: 70%;
	font-size: 1.2em;
}
.spiffy.minical .calendar-heading {
	font-size: 1.4em;
}
.spiffy .calendar-date-switcher select {
	/* text-transform: uppercase; */
	font-family: arial;
	color: #666;
}
.spiffy .calendar-date-switcher option {
	font-size: .8em;
}
.calendar-date-switcher input, 
.calendar-date-switcher input[type="submit"] {
    opacity: 1;
    color: #666;
    background-color: #fff;
    font-size: .6em;
    border:  none;
}
.calendar-date-switcher input:hover, 
.calendar-date-switcher input[type="submit"]:hover {
	background: #fff;
}

a.spiffy-button {
    border-color: #eee;
    background: #fff !important;
    color: #666;
}
a.spiffy-button:hover {
	color: #000;
}

.spiffy .calendar-prev,
.spiffy .calendar-next {
	vertical-align: middle;
	width: 1em;
	display: inline-block;
	float: left;
}
.spiffy.calendar-table td.calendar-prev {
	/* margin-left: 10px !important; */
}
.spiffy.calendar-table td.calendar-next {
	/* margin-left: -16px !important; */
}
.spiffy .calendar-month {
	display: inline-block;
	float: right;
	text-align: right;
	vertical-align: middle;
}
.spiffy .calendar-prev a,
.spiffy .calendar-next a {
	text-decoration: none;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #666;
	vertical-align: middle;
}
.spiffy .calendar-next a {
	border-right: none;
	border-left: 10px solid #666;
	/* margin-left: 16px; */
}
.spiffy .calendar-prev a:hover {
	border-right-color: #eee;
}

.spiffy .calendar-next a:hover {
	border-left-color: #eee;
}

span.spiffy-popup,
.calnk-link:hover span.spiffy-popup {
    background: #fff;
	box-shadow: 0 0 4px #aaa;
}

span.spiffy-popup:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
span.spiffy-popup:before {
}

.spiffy .normal-day-heading, .spiffy .weekend-heading {
    font-weight: normal;
    height: initial;
    border-color: #eee !important;
}
.spiffy .normal-day-heading {
	background-color: #fff !important;
}
.spiffy .weekend-heading {
	background-color: #fff;
	color: #666;
}
.spiffy td.weekend {
	background-color: #fff;
}
span.weekend
 {
	color: #666;
}
.spiffy .day-with-date,
.spiffy .day-without-date {
    border-color: #eee !important;
}
.spiffy .day-number, .spiffy .event {
	padding-left:3px;
}
.spiffy .current-day {
    border-color: #eee !important;
	background: #eee;
}
.spiffy.minical .current-day .day-number {
	display: block;
}

.spiffy .calnk { 
	padding: 0;
}
.spiffy.minical  .calnk-link {
	background-color: #eee !important;
}
.spiffy.calendar-table .calnk-icon {
	margin: 0 auto 3px auto;
}
.calnk-link:hover span {
    border-color: #eee !important;
}

.spiffy .calnk-link:hover,
.spiffy .calnk-link:visited,
.spiffy .calnk-link,
.spiffy .normal-day-heading, 
.spiffy .day-with-date
 {
	color: #666;
}

.spiffy.cat-key {
	/* margin: 0 !important; */
	width: 100% !important;
}
