/*
#################################################
PRINT MEDIA
Use these classes on objects you want to hide from the website view but
show when you print the page. If you add more classes here, make sure
you had the equivalent in inc/css/print.css but in block mode
#################################################
*/
#printmode01,#printmode02,#printmode03,#printmode04,
#printmode05,#printmode06,#printmode07,#printmode08,
#printmode09,#printmode10,#printmode11,#printmode12,
#printmode13,#printmode14,#printmode15,#printmode16{
display: none;
}
/*Classes that are adjusted in Print Mode, set here*/
#leftColumn		{width:170px;}



/*
#################################################
CALENDAR COLOURS (used in events module)
#################################################*/

/*Layout for BACK - FORWARD ARROWS */
a.cal_headerlink:visited,a.cal_headerlink:link,a.cal_headerlink:active {
	font-size:28px;
	text-decoration:none;
	color:#000000;
}

/*Layout for BACK - FORWARD ARROWS (mouseover)*/
a.cal_headerlink:hover {
	font-size:28px;
	color:#222222;
}


/*Layout of Blank Square (no day)*/
td.cal_noday,td.cal_day,th.cal_weekday,td.cal_weekend,th.cal_weekend {
	text-align:center;
	background:#A5D4B9;
	color:#FFFFFF;
}

/*Layout of a square with an Event planned on it*/
td.cal_eventday {
	text-align:center;
	background:#A5D4B9;
	font-weight:bold;
	color:#FFFFFF;
}

/*HEADER for Day*/
th.cal_dayheader,th.cal_header {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#555555;
	border:1px solid #000000;
	padding:3px;
}

/*HEADER for Month */
th.cal_head {
	font-size:20px;
	font-weight:bold;
	color:#A5D4B9;
}

/*Layout for Square clicked on (Active)*/
td.cal_date {
	font-size:11px;
	text-align:center;
	background:#CCCCCC;
	border:1px solid #DDDDDD;
	font-weight:bold;
	color:#FFFFFF;
}

/*###############################################
CUSTOM CSS - USED SPECIFICALLY FOR THIS TEMPLATE ONLY
###############################################*/

