/* 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;
}

a.calp-button {
	cursor: pointer;
    text-decoration: none !important;	
    background: url(../img/img/header_button_bgr.png) repeat-x;
    float: left;
    line-height: 31px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #7A7A7A;
}

.calp-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    behavior: url(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(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(border-radius.htc);
}

/* Subscribe buttons */
.calp-subscribe-google img {
	float: left;
	width: 30px !important;
	height: 32px !important;
	margin: -10px 0.5em -8px 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

/* Widget views */
.calp-agenda-widget-view div {
	margin: 0;
}
.calp-agenda-widget-view {
	font-size: 0.8em !important;
	overflow: hidden;
}
.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: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #fff;
	background: #f8f8f8;
	background: -o-linear-gradient( #f2f2f2 1em, #fff );
	background: -ms-linear-gradient( #f2f2f2 1em, #fff );
	background: -moz-linear-gradient( #f2f2f2 1em, #fff );
	background: -webkit-gradient( linear, 0 1em, 0 100%, from(#f2f2f2), to(#fff) );
	background: -webkit-linear-gradient( #f2f2f2 1em, #fff );
}
.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;
	text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-ms-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	line-height: 1.1em;
	text-align: center;
	border: 2px solid #7e9dbd;
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	background: #fff;
	background: -o-linear-gradient( #fff 1em, #eee );
	background: -ms-linear-gradient( #fff 1em, #eee );
	background: -moz-linear-gradient( #fff 1em, #eee );
	background: -webkit-gradient( linear, 0% 1em, 0% 100%, from(#fff), to(#eee) );
	background: -webkit-linear-gradient( #fff 1em, #eee );
}
.calp-agenda-widget-view .calp-month {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-ms-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	background: #7e9dbd;
	font-size: 0.9em !important;
	padding: 0.1em 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;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	padding: 0.2em 0.4em !important;
	text-decoration: none !important;
	color: #568;
}
.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 {
	font-size: 1.2em !important;
	float: right;
}
.calp-agenda-widget-view .calp-subscribe-buttons {
	float: left;
	margin-top: 0.3em;
}
.calp-agenda-widget-view .calp-subscribe-google img {
	width: 19px;
	height: 20px;
	margin: -5px 0.5em -5px 0;
}

#calp-event-list {
    width: 290px;
}

/* 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; }
.calp-event-popup .calp-event-summary { position: static; }
/* Reset fix styles */
