/* 
** Cool Colours Theme for Spiffy Calendar 
*/

.spiffy.calendar-table {
	border-collapse: collapse !important;
	margin-bottom: 0 !important;
	background-color: #fff;
	color: #999;
	font-family:arial;
}
.spiffy .calendar-heading, .spiffy.cat-key {
	border-color: #ccc;
	border-bottom-color: #ccc;
	background: #ccc;
	color: #666;
}
.spiffy .calendar-date-switcher {
	background: inherit;
}
.spiffy .calendar-heading, .spiffy .calendar-date-switcher {
	font-family:arial;
	width: 70%;
}
.spiffy.minical .calendar-heading {
	font-size: 1.4em;
}
.spiffy .calendar-date-switcher select {
	text-transform: uppercase;
	font-family: arial;
	color: #666;
}
.calendar-date-switcher input, 
.calendar-date-switcher input[type="submit"] {
    opacity: 1;
    color: #666;
    background-color: #bbb;
    border-color: #999;
    font-size: .6em;

}

a.spiffy-button {
    border-color: #ccc;
    background: #ccc !important;
    color: #666;
}
a.spiffy-button:hover {
	color: #000;
}

.spiffy .calendar-prev,
.spiffy .calendar-next {
	vertical-align: middle;
	width: 10%;
}
.spiffy .calendar-prev a,
.spiffy .calendar-next a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #999;
	vertical-align: middle;
}
.spiffy .calendar-next a {
	border-right: none;
	border-left: 10px solid #999;
}
.spiffy .calendar-prev a:hover {
	border-right-color: #aaa;
}

.spiffy .calendar-next a:hover {
	border-left-color: #aaa;
}



.spiffy .normal-day-heading, .spiffy .weekend-heading {
    font-weight: normal;
    text-transform: uppercase;
    font-size: .6em;
	height: initial;
    border-color: #ccc !important;
}
.spiffy .normal-day-heading {
	background-color: #fff !important;
}
.spiffy .weekend-heading {
	background-color: #f3f3f3;
	color: #999;
}
.spiffy td.weekend {
	background-color: #f3f3f3;
}
span.weekend
 {
	color: #999;
}
.spiffy .day-with-date,
.spiffy .day-without-date {
    border-color: #ccc !important;
}
.spiffy .day-number, .spiffy .event {
	padding-left:3px;
}
.spiffy .current-day {
    border-color: #ccc !important;
	background: #ffffc0;
}
.spiffy.minical .current-day .day-number {
	display: block;
}

.spiffy .calnk { 
	padding: 0;
}
.spiffy.minical  .calnk-link {
	background-color: #fff !important;
	color: #999;
	text-decoration:underline;
}
.spiffy.calendar-table .calnk-icon {
	margin: 0 auto 3px auto;
}
.calnk-link:hover span {
    border-color: #ccc !important;
}

.spiffy .calnk-link:hover,
.spiffy .calnk-link:visited,
.spiffy .calnk-link,
.spiffy .normal-day-heading, 
.spiffy .day-with-date
 {
	color: #999;
}

.spiffy.cat-key {
	/* margin: 0 !important; */
	width: 100% !important;
}
