/**
 * Style sheet minikalender
 */
.mod_minicalendar table
{
	margin-right:12px;
	margin-left:12px;
	background-color:#fcfcfc;
}

.mod_minicalendar td
{
	width:30px;
	padding-top:2px;
	padding-right:1px;
	padding-bottom:3px;
	text-align:center;
	border-right:1px solid #D2B378;
	border-bottom:1px solid #D2B378;
}

.mod_minicalendar td.col_first
{
	border-left:1px solid #D2B378;
}

.mod_minicalendar .weekend
{
	background-color:#f5f9fe;
}

.mod_minicalendar .today
{
	background-color:#e7f0fe;
	background-image:url("tl_files/layout/bg.minikalender.today.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.mod_minicalendar .active
{
	background-image:url("tl_files/layout/bg.minikalender.current.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

.mod_minicalendar .head.previous
{
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	text-align:left;
	background-color:#E1D5A4;
	background-image:url("tl_files/clean_blue/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #DDC69A;
	border-left:1px solid #DDC69A;
}

.mod_minicalendar .head.next
{
	padding-top:2px;
	padding-right:6px;
	padding-bottom:4px;
	text-align:right;
	background-color:#E1D5A4;
	background-image:url("tl_files/clean_blue/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #DDC69A;
	border-right:1px solid #DDC69A;
}

.mod_minicalendar .head.current
{
	text-align:center;
	vertical-align:middle;
	background-color:#E1D5A4;
	background-image:url("tl_files/clean_blue/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #DDC69A;
	font-weight:bold;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-right:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#DDC69A;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar td,
.mod_minicalendar td a
{
	font-size:10px;
}

.mod_minicalendar th a
{
	font-weight:bold;
	font-size:17px;
	color:#666666;
}
