﻿/* ------------------------------------------------------ */
/*	calendar rules										  */
/* ------------------------------------------------------ */
.calendartitle
{
	}

.calendartitle span
{
	}
	
	
.calendar
{
	padding: 5px;
	}
	
/*  Calendar control definitions   ---*/

.calcontrol
{
	text-align:center;
	padding:0;
	margin:0;
	border:0;
	background:none;
	font-size:10px;
	}

.calcontrol tr td
{
	text-align:center;
	padding:1px;
	}
	
.caldayheader
{
	text-align:center !important;
	font-size: 11px;
	text-transform:capitalize;
	}
	
.calday
{
	text-align:center;
	color:#fff;
	}

.calday:hover
{
	background-color:#663921;
	}
	
.calday a
{
	font-size:10px;
	color:#fff;
	}
	
.calnextprev
{
	text-align:center !important;
	font-size:9px;
	}
	
.calnextprev a
{
	text-align:center !important;
	font-size:9px;
	color:#fff;
	}	
.calothermonthday
{
	text-align:center;
	color:#fff;
	}
	
.calothermonthday a
{
	font-size:9px;
	color:#fff;
	}

.calothermonthday:hover
{
	background-color:#663921;
	}
			
.calselectedday
{
	text-align:center;
	background-color:#4b4b4b;
	color:#fff;
	}

.calselector
{
	text-align:center;
	
	}
	
.caltitlestyle
{
	text-align:center;
	font-size:12px;
	}
	
.caltodayday
{
	text-align:center;
	}
	
.calweekendday
{
	text-align:center;
	
	}
.calweekendday:hover
{
	background-color:#663921;
	}	

	
.calselectedday1
{
	text-align:center;
	background-color:red;
	color:red;
}

.caleventday
{
	text-align:center;
	font-weight:bold;
}

