  /***************/
 /* slidingCal */
/***************/
/* set the size */
#eventcal {
	width: 225px;
	height: 215px;
	padding-left:25px;
	padding-bottom:10px;
	position:relative;
}


.rittl {
	background-image: url(../images/rittl_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.rittlblue {
	line-height: 31px;
	font-weight: normal;
	color: #0E2B89;
}

.rittlgreen {
	line-height: 30px;
	font-weight: bold;
	color: #33A02B;
}


/* call out the background*/
.calbg {
	background-image: url(../slidingcal/images/calbg.jpg);  /*mv - call out the bg*/
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 206px;
}

/*--------------------------------------------------------------------------------*/
/*JFLOW STYLE*/

/*month style*/
#myController span{
color:#FFF;
background:#999;
margin-right:10px;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
}

/*bg of selected month*/
#myController span.jFlowSelected {
background:#988675;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
}

/*border of the whole div*/
#jFlowSlide{
border:1px solid #f1f1f1;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

/*--------------------------------------------------------------------------------*/
/* MAIN CALENDAR*/

.slidingCal, .slidingCal table {
	font-family: calibri, arial !important;
	color: #53463E;
	font-size: 10px !important;
}

.slidingCal {
	display: block;
}


.slidingCal span.indication {
	display: block;
	text-align: center;
	color: #53463E; 
	/*padding-top: 5px;*/
}

.slidingCal table {
	/*margin-top: 5px;*/
	text-align: center; /*mv: added to align dates in centre*/
	border-collapse: collapse;
	background-color: none; /* <- IE ugly text in transition fix  */
}




/* Month */

.slidingCal .month tr.daysrow th {
	text-align: center;
	font-weight: normal;
	color: #F1F1F1;
	padding-bottom: 2px; /*mv: original size: 1px*/
	padding-top: 2px; /*mv: added this to add padding above the days*/
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	background-color:#988675;
}

.slidingCal .month td {
	padding-right: 1px;
	padding-left: 1px; /*mv: to centralise the content*/ 
	height: 19px; /*mv: original size: 15px*/
	vertical-align: middle;
}

a.eventful:hover, a.eventful:active {
	text-decoration: none;
	color: #fff; 
	height: 15px;
}

a.eventful:visited, a.eventful:link {
	text-decoration: none;
	color: #f3f3f3;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 15px;
	background: url('../slidingcal/images/day_eventful3.gif') center no-repeat;
}

.slidingCal .month tr.firstRow td {
	/*padding-top: 11px;
	margin-top: 11px;*/
}
.slidingCal .month tr.firstRow td:hover {
	/*padding-top: 11px;
	margin-top: 11px;*/
	/*background: url('../slidingcal/images/day_hover2.gif') bottom no-repeat;
	color: #61422F;*/
}

.slidingCal .month td:hover {
	background: url('../slidingcal/images/day_hover3.gif') center no-repeat;
	color: #61422F; /*mv: original colour = #0066cc*/
}

.slidingCal .month tr.monthrow th.monthnohover {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #53463E;
	padding-bottom: 5px;
	padding-top: 5px;
}

.slidingCal .month td.outsideDay {
	color: #a8a8a8;
	font-weight: normal;
}
.slidingCal .month td.outsideDay:hover {
	color: #f1f1f1;
}


