/**
 * Style sheet green_calendar
 */
/* =============== TypoLight Classes =========== */
.mod_calendar table
{
	width:100%;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

.mod_calendar .head
{
	padding-top:4px;
	padding-bottom:5px;
	text-align:center;
	background-color:#d6e7c6;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

.mod_calendar .current
{
	background-color:#55aa55;
	color:#ffffff;
}

.mod_calendar .label
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#009900;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:72px;
	padding:1px;
	vertical-align:top;
	background-color:#d6e7c6;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

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

.mod_calendar .today
{
	background-color:#55aa55;
}

.mod_calendar .empty, .mod_calendar .empty .header
{
	background-color:#dff0cc;
}

.mod_calendar td .header
{
	padding-bottom:2px;
	background-color:#4fc464;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td .event a
{
	font-size:10px;
}

.mod_minicalendar
{
	margin:0px 5px 20px 5px;
	padding:5px 5px 10px 5px;
	background-color:#ece4d9;
}

.mod_minicalendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

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

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

.mod_minicalendar .today
{
	background-color:#ffffcc;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#c3c3c3;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar .head
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#f9f9f9;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar .current
{
	background-color:#ffffcc;
}

.mod_eventlist
{
	width:190px;
	padding-bottom:5px;
	border-top:2px solid #ffffff;
	border-bottom:0px solid #ffffff;
}

.mod_eventlist .header
{
	padding:3px 6px 4px 6px;
	background-color:#009900;
	font-weight:bold;
	color:#ffffff;
}

.mod_eventlist .header.first
{
	border-top:0;
}

.mod_eventlist .event
{
	padding:5px 6px;
	border-right:0;
	border-bottom:0;
	border-left:0;
}

.mod_eventlist .event a
{
	color:#006633;
}

.mod_eventlist .event a:hover
{
	text-decoration:none;
	color:#006633;
}

.mod_eventlist .time
{
	margin-top:-6px;
	margin-bottom:6px;
	font-weight:normal;
	color:#999999;
}

.mod_eventlist h2
{
	font-size:17px;
	color:#999999;
}

.mod_eventreader .info
{
	margin-top:-12px;
	font-size:10px;
	color:#999999;
}

.mod_eventreader .recurring
{
	margin-top:2px;
	font-size:10px;
	color:#009900;
}

.mod_eventreader .ce_text
{
	margin-top:15px;
}

.mod_eventreader .back
{
	margin-top:18px;
}
