/* ------------------------------------------------------- */
/* This stylesheet file is placed here in case we at any   */
/* time need to override or replace the calendar styles in */
/* the main parter stylesheet. DO NOT REMOVE THIS FILE!!!  */
/* If you do, links will turn red in all pages calling the */
/* calendar in Safari, since it hooks on the red link css  */
/* in the resulting error page that is loaded when the     */
/* stylesheet is missing!                                  */
/*                                                         */
/* // Manne, 20061107                                      */
/* ------------------------------------------------------- */

.outOfRange_WebBlue
{
	height: 20px;
	width: 20px;
}

.radCalDefault_WebBlue
{
	height: 20px;
	width: 20px;
}

.otherMonth_WebBlue 
{
	height: 20px;
	width: 20px;
	color: Black;
}

span.otherMonth_WebBlue
{
	color: Black;
	padding: 0px 2px 0px 0px !important;
	margin: 0px !important;
}

.disabledDay
{
	color: firebrick !important;
	text-align: right !important;
	margin-right: 1px;
	background: url(graphics/cross.png) no-repeat;
	background-position: 3px center;
}



