/**
 * @package		JCalPro
 * @subpackage	mod_jcalpro_calendar

**********************************************
JCal Pro
Copyright (c) 2006-2012 Anything-Digital.com
**********************************************
JCalPro is a native Joomla! calendar component for Joomla!

JCal Pro was once a fork of the existing Extcalendar component for Joomla!
(com_extcal_0_9_2_RC4.zip from mamboguru.com).
Extcal (http://sourceforge.net/projects/extcal) was renamed
and adapted to become a Mambo/Joomla! component by
Matthew Friedman, and further modified by David McKinnis
(mamboguru.com) to repair some security holes.

This program 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.

This header must not be removed. Additional contributions/changes
may be added to this header as long as no information is deleted.
**********************************************
Get the latest version of JCal Pro at:
http://anything-digital.com/
**********************************************

 */

.jcalpro_calendar .jcalpro_calendar_navbar {
	background-color: #142849;
	color: #FFFFFF;
}

.jcalpro_calendar th.jcalpro_calendar_weekday {
	/*background-color: #1A3867;*/
	/*border-left: 1px solid #1A96EE;
	border-right: 0 solid #1A96EE;*/
	color: #007da5;
	font-size: 12px;
	font-weight: 600;
}

.jcalpro_calendar .jcalpro_calendar_sunday,
.jcalpro_calendar td.jcalpro_calendar_weekday,
.jcalpro_calendar .jcalpro_calendar_empty {
	/*border-left: 1px solid #FFFFFF;*/
	color: #4A4C4B;
}

.jcalpro_calendar .jcalpro_calendar_sunday {
	background-color: #EDEDED;
	font-size: 12px;
	padding: 6px 0;
}

.jcalpro_calendar td.jcalpro_calendar_weekday {
	background-color: #F9F9F9;
	font-size: 12px;
	padding: 6px 0;
}

.jcalpro_calendar td.jcalpro_calendar_weekday a {
	color:#ec8112; 
	text-decoration: none; 
	font-weight: 600; 
}

.jcalpro_calendar td.jcalpro_calendar_today {
	background-color: #FEED6F;
	color: #A29D9E;
}

.jcalpro_calendar .jcalpro_calendar_empty {
	background-color: #f2f2f2;
}

.jcalpro_calendar .jcalpro_calendar_nav_prev,
.jcalpro_calendar .jcalpro_calendar_nav_prev:link,
.jcalpro_calendar .jcalpro_calendar_nav_prev:visited,
.jcalpro_calendar .jcalpro_calendar_nav_prev:hover,
.jcalpro_calendar .jcalpro_calendar_nav_prev:active {
	background: url(../../../images/mini_arrowleft.gif) no-repeat scroll right center transparent;
	padding-left: 8px;
}

.jcalpro_calendar .jcalpro_calendar_nav_next,
.jcalpro_calendar .jcalpro_calendar_nav_next:link,
.jcalpro_calendar .jcalpro_calendar_nav_next:visited,
.jcalpro_calendar .jcalpro_calendar_nav_next:hover,
.jcalpro_calendar .jcalpro_calendar_nav_next:active {
	background: url(../../../images/mini_arrowright.gif) no-repeat scroll left center transparent;
	padding-right: 8px;
}

.jcalpro_calendar .jcalpro_calendar_nav_button,
.jcalpro_calendar .jcalpro_calendar_nav_button:link,
.jcalpro_calendar .jcalpro_calendar_nav_button:visited,
.jcalpro_calendar .jcalpro_calendar_nav_button:hover,
.jcalpro_calendar .jcalpro_calendar_nav_button:active {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	margin-top: 7px;
}

.jcalpro_calendar .jcalpro_calendar_nav_button a:hover {
	color: #FFFFFF;
}
.jcalpro_calendar .jcalpro_calendar_loader {
	background: #FFFFFF url(../../../images/ajax-loader.gif) no-repeat center center;
	opacity: 0.5;
}
