/**
 * @package   JCalPro
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright 2006-2012 Anything-Digital.com
 * @copyright 2016-2020 Joomlashack.com. All rights reserved
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 *
 * This file is part of JCalPro.
 *
 * JCalPro is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * JCalPro is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with JCalPro.  If not, see <http://www.gnu.org/licenses/>.
 */

.jcalpro_calendar_table {
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.jcalpro_calendar_table td {
  vertical-align: top;
}
.jcalpro_calendar_month {
	text-align: center;
	font-weight: bold;
}
/* horizontal */
.jcalpro_calendar_horizontal .jcalpro_calendar_list {
    display: table;
    margin: 0;
}
.jcalpro_calendar_horizontal .jcalpro_calendar_list li {
    float: left;
    display: block;
    width: 25px;
    text-align: center;
}
.jcalpro_calendar_horizontal .jcalpro_calendar_list li span {
    color: #999;
}
.jcalpro_calendar_horizontal .jcalpro_calendar_list a,
.jcalpro_calendar_horizontal .jcalpro_calendar_list a:link,
.jcalpro_calendar_horizontal .jcalpro_calendar_list a:visited,
.jcalpro_calendar_horizontal .jcalpro_calendar_list a:hover,
.jcalpro_calendar_horizontal .jcalpro_calendar_list a:active {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.jcalpro_calendar_horizontal .jcalpro_calendar_month {
	float: right;
	display: block;
}
.jcalpro_calendar_nav_prev {
	float: left;
}
.jcalpro_calendar_nav_next {
	float: right;
}
.jcalpro_calendar {
	position: relative;
}
.jcalpro_calendar .jcalpro_calendar_loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.tip-wrap {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	color:  #333;
}
