
/************************************************/
/*	Kagan Kalender Style Sheet for printing		*/
/*  Author: Tim Daeleman						*/
/*												*/
/*	versioncontrol by svn						*/
/************************************************/
/* Main HTML tags */

body    {
	font-family: "Trebuchet MS","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
	font-size: 10px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

.printhead	{
	font-size: 18px;
	font-weight: bold;
}


td.printmonth	{
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 5px;
	text-align: right;
	line-height: 10px;
	padding-top: 14px;
}

td.printdate	{
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

td.printeventleft	{
	font-size: 12px;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	border-right-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.printeventright	{
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

span.eventNamePrint	{
	font-size: 14px;
	font-weight: bold;
}

span.eventBandsPrint	{
	font-size: 14px;
}

span.eventDJsPrint	{
	font-size: 12px;
}

span.eventLocationPrint	{
	font-size: 12px;
}

span.eventCommentPrint	{
	font-size: 10px;
}

.canceled	{
	font-weight: bold;
}