/***********************************
 * TITLE: Pool Calendar Stylesheet *
 * CREATED: 14/06/2012             *
 * MODIFIED: 14/06/2012            *
 **********************************/


/* allow event description to wrap in month view with colour text and bg */
.dhx_cal_event_clear {
	height:26px;
	white-space: normal;
	color: #887A2E;
	/* reset font family, size and line height to enable 2 lines to be displayed per event */
	font-family: Tahoma;
	/*font-size: 8pt;*/
	font-size: 11px;	/* equivalent to 8pt */
	line-height: 1.3em;
	/* add rounded border and bg color to event */
	background-color: #FFE763;
	border: 1px solid #B7A543;
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	margin-left: 2px;
}
.dhx_cal_event_line {
	height:26px;
}

/* define 8 different combos of text colour and bg colour for events */
.dhx_cal_event.event_colour1 div, .dhx_cal_event_line.event_colour1{
	/* leave as default colours
	background-color: turquoise !important;
	color: black !important;*/
}
.dhx_cal_event_clear.event_colour1{
	/* leave as default colours
	background-color: turquoise !important;
	color: black !important;*/
}
.dhx_cal_event.event_colour2 div, .dhx_cal_event_line.event_colour2{
	background-color: silver !important;
	color: navy !important;
}
.dhx_cal_event_clear.event_colour2{
	background-color: silver !important;
	color: navy !important;
}
.dhx_cal_event.event_colour3 div, .dhx_cal_event_line.event_colour3{
	background-color: khaki !important;
	color: blue !important;
}
.dhx_cal_event_clear.event_colour3{
	background-color: khaki !important;
	color: blue !important;
}
.dhx_cal_event.event_colour4 div, .dhx_cal_event_line.event_colour4{
	background-color: wheat !important;
	color: darkgreen !important;
}
.dhx_cal_event_clear.event_colour4{
	background-color: wheat !important;
	color: darkgreen !important;
}
.dhx_cal_event.event_colour5 div, .dhx_cal_event_line.event_colour5{
	background-color: lightblue !important;
	color: indigo !important;
}
.dhx_cal_event_clear.event_colour5{
	background-color: lightblue !important;
	color: indigo !important;
}
.dhx_cal_event.event_colour6 div, .dhx_cal_event_line.event_colour6{
	background-color: aquamarine !important;
	color: maroon !important;
}
.dhx_cal_event_clear.event_colour6{
	background-color: aquamarine !important;
	color: maroon !important;
}
.dhx_cal_event.event_colour7 div, .dhx_cal_event_line.event_colour7{
	background-color: skyblue !important;
	color: purple !important;
}
.dhx_cal_event_clear.event_colour7{
	background-color: skyblue !important;
	color: purple !important;
}
.dhx_cal_event.event_colour8 div, .dhx_cal_event_line.event_colour8{
	background-color: lightgreen !important;
	color: darkred !important;
}
.dhx_cal_event_clear.event_colour8{
	background-color: lightgreen !important;
	color: darkred !important;
}
		
/* add border around whole control for month view - fix for missing left border */
.dhx_cal_container {
	border: 1px solid #A4BED4;
}

/* set bg colour for tooltip that is displayed in year view */
.dhx_tooltip_line {
	/*background-color: #FFE763;*/
	background-color: lightgreen;
}

/* increase default size of static text in whole calendar */
.dhx_cal_container {
	font-size: 12px;
	line-height: 1em;
}
