/* General button styling */

.calp-clear {
    clear: both;
}

.calp-fleft {
    float: left !important;
}

.calp-mb5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.calp-pb-10 {
    padding-bottom: 10px !important;
}

.calp-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/unselectable.htc);
}

.calp-category-color div {
    width:  8px !important;
    height: 8px!important;
    margin-bottom: 2px;
}

#calp-container tr, #calp-container td {
    border: 0;
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    border-image: initial;
}

a.calp-button.calp-active {
	color: #000 !important;
	background: #ddd;
	background: -moz-linear-gradient( #ccc, #eee );
	background: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#ccc), to(#eee) );
	background: -webkit-linear-gradient( #ccc, #eee );
	background: -o-linear-gradient( #ccc, #eee );
}
a.calp-button.calp-active.calp-selected {
	background: #DDE6F8;
	background: -moz-linear-gradient( #C5D4F3, #eDf6Ff );
	background: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#C5D4F3), to(#eDf6Ff) );
	background: -webkit-linear-gradient( #C5D4F3, #eDf6Ff );
	background: -o-linear-gradient( #C5D4F3, #eDf6Ff );
}
li > a.calp-button {
	display: block;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-left-width: 0;
}

/* General AJAX */
.calp-loading {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url( ../img/ajax-loader.png ) no-repeat center center;
	display: none;
}

/* Label styling */
label.calp-label {
	padding: 0 0.2em;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 9pt !important;
	font-weight: bold;
	color: #888 !important;
}

/* Categories & tags */
.calp-category, .calp-tag {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border: 1px solid #eaeaea;
	padding: 5px;
	margin-right: 3px;
	text-decoration: none !important;
	text-transform: capitalize;
	white-space: nowrap;
	background: white;
	moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc);
    border-top: 1px solid #EBECEB;
    border-bottom: 1px solid #B1B4AF;
    border-left: 1px solid #CED0CC;
    border-right: 1px solid #CED0CC;
    background-color: white;
}

/* Category color */
.calp-category-color {
	width: 12px;
    height: 12px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-width: 0px;
    border-style: solid;
    display: inline-block;
    behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc);
}

/* Subscribe buttons */

/* Widget views */
.calp-agenda-widget-view div {
	margin: 0;
}
.calp-agenda-widget-view {
	font-size: 1em !important;
	overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc);
    padding: 3px;
    background: white;
    border: 1px solid #D8D8D8;
}

.calp-agenda-widget-view .calp-widget-title h2 {
    color: #6E6E6E;
    font-size: 14px;
    margin-left: 4px;
}

.calp-agenda-widget-view .calp-widget-title h2 img {
    margin-bottom: -5px;
}

.calp-subscribe-buttons a {
    color: #8E8E8E;
}

.calp-agenda-widget-view .calp-no-results {
	font-style: italic;
	font-size: 1.4em !important;
}
.calp-agenda-widget-view > ol {
	margin: 0 !important;
	padding: 0 !important;
}
.calp-agenda-widget-view li {
	list-style: none !important;
	border: none !important;
}
.calp-agenda-widget-view .calp-date-events {
	overflow: hidden;
	margin: 0 0.5em 0 0 !important;
	padding: 0 !important;
}
.calp-agenda-widget-view .calp-date {
	overflow: hidden;
	margin: 5px 2px !important;
	padding: 0 !important;
    background: #F1F1F1;
}
.calp-agenda-widget-view .calp-date.calp-today {
	/*border-top: 1px solid #eec;
	border-bottom: 1px solid #fff;
	background: #ffd;
	background: -o-linear-gradient( #f8f8ce 1em, #fff );
	background: -ms-linear-gradient( #f8f8ce 1em, #fff );
	background: -moz-linear-gradient( #f8f8ce 1em, #fff );
	background: -webkit-gradient( linear, 0 1em, 0 100%, from(#f8f8ce), to(#fff) );
	background: -webkit-linear-gradient( #f8f8ce 1em, #fff );
	background: -o-linear-gradient( #f8f8ce 1em, #fff ); */
}
.calp-agenda-widget-view h3.calp-date-title {
	width: 3.5em;
	float: left;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #444;
    font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
	border: 2px solid #9D9D9D;
	background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc);
}
.calp-agenda-widget-view .calp-month {
	background: #9D9D9D;
	font-size: 0.9em !important;
	padding: 0.3em 0 0.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}
.calp-agenda-widget-view .calp-day {
	font-size: 1.7em !important;
	padding: 0.3em 0 0.2em !important;
}
.calp-agenda-widget-view .calp-weekday {
	font-size: 0.9em !important;
	line-height: 1.5em;
}
/* Agenda view events */
.calp-agenda-widget-view .calp-event {
	font-family: Arial, Helvetica, sans-serif !important;
	position: relative;
	clear: right;
	overflow: hidden;
	font-size: 1.2em;
	margin: 0.5em 0 !important;
	padding: 0 !important;
	line-height: 1.3em;
}
.calp-agenda-widget-view .calp-event a {
	display: block;
	padding: 0.2em 0.4em !important;
	text-decoration: none !important;
	color: #8E8E8E;
}
.calp-agenda-widget-view .calp-event a:hover {
	border-color: #aaa;
	text-decoration: none !important;
}
.calp-agenda-widget-view .calp-event-time {
	font-weight: bold;
}
.calp-agenda-widget-view .calp-event-title {
	font-weight: normal;
}
.calp-agenda-widget-view .calp-event.calp-allday a {
	/*background: #568;
	border: none;
	color: #fff; */
}
.calp-agenda-widget-view .calp-event.calp-allday a:hover {
	/*border: none;
	background: #3b475f; */
}
.calp-agenda-widget-view .calp-allday-label {
	font-size: 8pt !important;
	color: #b9c0ce;
	padding-left: 0.2em;
}
.calp-agenda-widget-view .calp-allday .calp-event-time {
	color: #fff;
}
.calp-agenda-widget-view .calp-category-colors {
	font-size: 0.9em;
}
.calp-agenda-widget-view .calp-category-colors .calp-category-color {
	margin: 0 0 -0.1em;
	border: 1px solid rgba(255,255,255,0.7);
}
/* Widget view buttons */
.calp-agenda-widget-view .calp-button {
	font-size: 1em !important;
	margin: 0.3em 0;
}
.calp-agenda-widget-view .calp-calendar-link {
	float: right;
}
.calp-agenda-widget-view .calp-subscribe-buttons {
	margin-top: 5px;
    margin-left: 2px;
}
.calp-subscribe-buttons .calp-widget-add-to {
    margin: 0px 2px;
}

.calp-subscribe-buttons .calp-subscribe-google {
    margin: 0px;
}

.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-s,
.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-m,
.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-e {
    height: 23px;
    display: block;
    float: left;
}

.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-s,
.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-e {
    background: url(../img/button.png) no-repeat;
    width: 6px;
}

.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-m {
     background: url(../img/button_middle.png) repeat-x;
     padding-top: 4px
}

.calp-agenda-widget-view .calp-subscribe-buttons .calp-widget-button-e {
    background-position: -18px 0;
}

#calp-event-list {
    width: 290px;
}
/* Images Gallery*/
.event-gallery { overflow: hidden; height: 55px; margin: 5px 21px; }
.event-gallery ul { list-style: none; margin: 0px; }
.event-gallery ul img { max-width: 65px; max-height: 45px; padding: 2px; }
.event-gallery ul li { float: left; margin-left: 3px; border: solid 1px #B1B4AF; width: 69px; height: 48px; text-align: center; vertical-align: middle; moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc); }

.event-gallery-popup { overflow: hidden; height: 60px; }
.event-gallery-popup ul { list-style: none; margin: 0px; }
.event-gallery-popup ul img { max-width: 72px; max-height: 47px; padding: 2px; }
.event-gallery-popup ul li { float: left; margin-left: 3px; border: solid 1px #B1B4AF; width: 76px; height: 50px; text-align: center; vertical-align: middle; moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc); }
/* End Images Gallery*/

/* Widget mini calendar navigator */
#calp-widget-calendar { text-align: right !important; width: auto !important; font-size: 12px; border: none !important; background-color: #F1F1F1; margin: 5px 2px !important; color: #8E8E8E !important; }
#calp-widget-calendar tr, #calp-widget-calendar td { border: 0; background: none; padding: 0; margin: 0; border-image: initial; }
#calp-widget-calendar table { width: 100% !important; padding-left: 5px;}
#calp-widget-calendar table td { height: 15px; line-height: 12px; border: none !important; }
#calp-widget-calendar a, #calp-widget-calendar a:hover { color: #8E8E8E; text-decoration: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(http://toadlilypress.com/wp-content/plugins/calpress-pro/css/border-radius.htc); display: block; width: 12px; height: 12px; padding: 1px 3px 3px 2px; font-size: 10px; border: 1px solid #F1F1F1; }
#calp-widget-calendar tfoot a, #calp-widget-calendar tfoot a:hover { width: auto;}
#calp-widget-calendar tfoot td:last-child a {text-align: right;}
#calp-widget-calendar a.calp-cal-current {background-color: #A3A3A3 !important;}
#calp-widget-calendar a.calp-cal-date:hover {border-color: #A3A3A3 !important;}
#calp-widget-calendar .calp-no-results { padding: 4px; margin: 0px; }
.calp-widget-loading { background: url(../img/ajax-loader.png) no-repeat center center; position: absolute; z-index: 9; }
/* End Widget mini calendar navigator */

/* Reset fix styles */
#calp-calendar-container h1, #calp-calendar-container h2, #calp-calendar-container h3, #calp-calendar-container h4, #calp-calendar-container h5, #calp-calendar-container h6, #calp-calendar-container p, #calp-calendar-container a, #calp-calendar-container span, #calp-calendar-container div, #calp-calendar-container table, #calp-calendar-container tr, #calp-calendar-container td { font-family: Arial, Helvetica, sans-serif !important; font-style: normal !important; }
.calp-event-popup .calp-event-summary { position: static; }
/* Reset fix styles */

#calp-calendar-container a, #calp-calendar-container a:hover, #calp-calendar-container a:visited { 
  color: dimGray !important;
  text-decoration: none;
  cursor: pointer;
}