/**
 * Style sheet kalender
 */
p.back a
{
	display:block;
	padding-top:20px;
}

.mod_minicalendar h1
{
	margin-bottom:1em !important;
}

.mod_minicalendar table
{
	width:190px;
	margin-top:5px;
	background-color:#ececec;
	background-image:url("tl_files/images/minicalendar.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	border-collapse:separate;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	font-size:0.9em;
}

.mod_minicalendar .col_last
{
	border-right:0px !important;
}

.mod_minicalendar .last .col_first
{
	background-image:url("tl_files/images/cbl.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}

.mod_minicalendar .last .col_last
{
	background-image:url("tl_files/images/cbr.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.mod_minicalendar th.previous
{
	padding-top:4px;
	padding-bottom:2px;
	padding-left:6px;
	text-align:left;
	background-image:url("tl_files/images/ctl.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.mod_minicalendar th.next
{
	padding-top:4px;
	padding-right:6px;
	padding-bottom:2px;
	text-align:right;
	background-image:url("tl_files/images/ctr.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

.mod_minicalendar th.current
{
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
}

.mod_minicalendar .head a
{
	text-decoration:none;
	color:#333333;
}

.mod_minicalendar .label
{
	padding-bottom:1px;
	text-align:center;
	font-weight:bold;
	color:#133b9a;
}

.mod_minicalendar td a
{
	font-weight:bold;
	text-decoration:underline;
	color:#0000ff;
}

.mod_minicalendar .today
{
	border:1px solid #0000ff;
	border-collapse:collapse;
	font-weight:bold;
	color:#0000ff;
}

.mod_calendar table
{
	width:98%;
	background-color:#fcfcfc;
	border-collapse:separate;
}

.mod_calendar .head
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	background-color:#fdfeff;
	background-image:url("tl_files/webconsulting/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
}

.mod_calendar th.previous
{
	padding-left:0.75em;
	text-align:left;
	border-left:1px solid #dfdfdf;
}

.mod_calendar th.next
{
	padding-right:0.75em;
	text-align:right;
	border-right:1px solid #dfdfdf;
}

.mod_calendar th a
{
	text-decoration:none;
	color:#333333;
}

.mod_calendar th a:hover
{
	text-decoration:underline;
}

.mod_calendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#113c9a;
	font-weight:bold;
	color:#ccd5ea;
}

.mod_calendar td
{
	width:14%;
	height:7em;
	vertical-align:top;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.mod_calendar .col_first
{
	border-left:1px solid #dfdfdf;
}

.mod_calendar .weekend
{
	background-color:#f7f9fa;
}

.mod_calendar .today
{
	background-color:#f0f3f6;
}

.mod_calendar .header
{
	margin:1px;
	padding:1px;
	background-color:#e6e6e6;
	font-size:0.9em;
	color:#666666;
}

.mod_calendar .event
{
	margin:3px;
	font-size:0.9em;
	line-height:1.1;
}

.mod_calendar .event a
{
	text-decoration:none;
	color:#333333;
}

.mod_calendar .event a:hover
{
	text-decoration:underline;
}
