/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	CSS Classes used in rendering the Rad calendar control.

*/

/* RadCalendar */
.RadCalendar_WebBlue .rcMainTable
{
	line-height: 14px !important;
}

.RadCalendar_WebBlue .rcMain .rcRow a, .RadCalendar_WebBlue .rcMain .rcRow span
{
	padding: 0px 5px 0px 1px !important;
}

/* Shift Schedule calendar */
.caCell
{
    height:110px;
}

.caShiftSelButton
{
	width:83px;
	height:21px;
	background-image: url(Images/btnSelectShift.gif)
}
	
.caShiftSelButton:hover
{
	background-image: url(Images/btnSelectShiftHover.gif)
}

.caShiftSelImage:hover
{
    cursor:pointer;
}

.caSchedCellData
{
}
