<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CHANGE THIS PATH ACCORDING TO YOUR THEME !!!!! */


/* define background image for special states - I use one single image that holds all the colors */
@import url(../../../../../system/themes/theme48744/bootstrap/css/bootstrap.css);
body { font-family: Arial, sans-serif; }

.cal_month ul li.booked_am,
.cal_month ul li.booked_pm,
.cal_month ul li.booked_pr_am,
.cal_month ul li.booked_pr_pm	{	background-image:url("../images/bg_days.png");}	

.cal_month ul li.booked_am_booked_pr_pm,
.cal_month ul li.booked_pr_am_booked_pm	{	background-image:url("../images/bg_days2.png");}	


#cal_wrapper{
	font: 13px/1.6 Arial, sans-serif;
	color: #444;
	width:100%;
	margin:20px auto;
	overflow: hidden;
	}
#the_months{
	float:left; 
	/*width:380px;*/
	}
.clear{	clear:both;}
#ajax_message{
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background: #FFFFEE;
	float:left;
	margin-left:10px;
	width:260px;
	}
/* month loading animation - push to center*/
.img_loading_month{
	margin:50px;
	}
/*
calendar key
***************************/

#key_wrapper{
	float:left;
	text-align:center;
	}
#key{
	width:168px;
	background: #EEE;
	color:#111;
	}
#key .cal_title{
	color:#FFF;
	}
#key ul{
	text-align:left;
	}
#key ul li{
	float:none;
	}
#key ul li span{
	margin-left:30px;
	width:130px;
	text-align:left;
	display:block;
	font-size: 12px;
	}
#key #footer_data{
	font-size:0.7em;
	clear:both;
	}
select { margin-bottom: 0;height: 22px;line-height: 22px;padding:0px 4px;font: 13px/1.6 Arial, sans-serif; }
form {
margin: 0 0 0;
}

/*
calendar controls (back and next)
***************************/
#cal_controls{
	margin-bottom:10px;
	overflow: hidden;
	}
#cal_controls #cal_prev{
	float:left;
	margin-right:5px;	}
#cal_controls #cal_next{	
	float:left; 
	margin-right:5px;
	margin-bottom:5px;
	}
#cal_controls #cal_admin{
	float:left;
	margin-right:10px;
	overflow: hidden;
	}
#cal_controls img{
	border-radius: 3px;
}
/*
calendar month styles
***************************/
.cal_month{
	/* month div*/
	width:170px;
	border: 1px solid #71b54e;
	background:#FFF;
	line-height:20px;
	padding-bottom:6px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	min-height:194px;
	color: #71b54e;
	float:left;
	}
#key .cal_title,
.cal_month .cal_title{
	border-bottom: 1px solid #CCC;
	background: #71b54e;
	padding:2px;
	text-align:center;
	color:#FFF;
	}	
.cal_month ul{
	clear:both;
	list-style:none;
	margin:0px;
	padding:4px;
	margin:auto;
	width:168px;
	color:#FFF;
	}
.cal_month ul li{
	float:left;
	width:20px;
	height:20px;
	border:1px solid #CCC;
	margin-right:1px;
	margin-bottom:3px;
	text-align:center;
	background-color: #dbecd2;
	color:#000;
	font-size:90%;
	}

/* day titles (m,t,w etc. */
.cal_month ul.cal_weekday li{	
	color:#FFF;
	background-color: #71b54e;
	border: 1px solid #71b54e;
	}
/* no month date */
.cal_month ul li.cal_empty{		
	background-color:#EEE;
	border:1px solid #EEE;
	color:#CCC;
	}

.cal_month ul li.booked			{	background-color: #FF0000;	}		/* complete day booked */
.cal_month ul li.booked_pr		{	background-color: #ff9700;	}		/* complete day provisionally booked */





/*
calendar date styles
class name must be the same as defined in admin panel
***************************/

.cal_month ul li.offer			{	background-color:lime;		}
.cal_month ul li.changeover		{	background-color:pink;		}




	
/* position background image for each state - adjust to your image */
.cal_month ul li.booked_am		{	background-position: 200px top;	}
.cal_month ul li.booked_pm		{	background-position: 230px top;	}
.cal_month ul li.booked_pr_am	{	background-position: 140px top;	}
.cal_month ul li.booked_pr_pm	{	background-position: 170px top;	}
.cal_month ul li.booked_am_booked_pr_pm	{ background-position: 460px top; }
.cal_month ul li.booked_pr_am_booked_pm	{ background-position: 380px top; }

.cal_month ul li.weekend		{	/*border:1px solid #3399CC;*//*altered via mootools*/}
.cal_month ul li.today			{	border: 1px dotted #71b54e;	}	/* current date - MUST be defined last otherwise other classes might overwrite it*/
/*.cal_month ul li:hover{	background:#006699; color:#FFF;}*/


.tips{
	background: #000;
	padding:6px;

	color:#FFF;
	border:2px solid #666;
}
.cal_month ul li.weeknum_spacer{
	width:4px;
	background-color:#FFFFEE;
	border:none;
	}
.cal_month ul li.weeknum{
	width:4px;
	background-color:green;
	}</pre></body></html>