.calendarmod_mini{
	border-collapse: collapse;
	border-style:solid;
	border-color: black;
	float: none;
	margin-top: 1px;
}

.calendarmod_header_mini {
	text-align: center;
	font-weight: bold;
}

td.calendar_markday_mini {
		background-color: #66FF92;
		text-align: center;
}

td.calendar_weekday_mini {
		background-color: #CCCCFF;
		width: 30px;
		text-align: center;
}

td.calendar_noday_mini {
		background-color: #FFFFFF;
		text-align: center;
}

div.hr {
	height: 2px;
	background: #9f3923;
	width: 98%;
}

.calendarmod {
	border-collapse: collapse;
	border-style:solid;
	border-color: #ffffff;
	float: none;
	margin: 0px auto;
	margin-top: 10px;
	width: 290px;;
}

.calendarmod td {
	color: #000000;
	text-align: center;
	border-color: #ffffff;
	height: 20px;
}

.calendarmod a {
	color: #9f3923;
	font-weight: bold;
}

.calendarmod-header {
	text-align: center;
	background: #ffffff;
	color: #9f3923;
}

td.calendar_markday {
	background-color: #777779;
}

td.calendar_weekday {
	background-color: #9f3923;
	width: 30px;
	color:#fff;
}

td.calendar_noday {
	background-color: #FFFFFF;
}

.actionlist {
	color: #9f3923;
	float: none;
	width: 98%;
	overflow: auto;
	border: 0px solid #cccccc;
}

.actionlisttop {
	background: #9f3923;
	color: #ffffff;
}

.actionlist_table {
	width: 98%;
	margin: 5px;
	border-spacing:2px;
}

.actionlist_action {
	color: #FFF;
}

.actionlist a {
	color: #9f3923;
}

.actionlist a.backtomonth {
	color: #ffffff;
}

.actionlist td {
	border: 0px;
padding: 6px;
}

.actionlist_header {
	/* font-size: 12px; */
	font-weight: bold;
	color: #fff;
	background: #777779;
}

.actionlist_date {
    color: #9f3923;
    height: 36px;
    padding: 11px;
    width: 90px;
}

.actionlist_type {
	font-size: 9px;
}

.actionlist tr {
	background-color: #f3f3f3;
	height: 20px;
}

.action_details {
	color: #333;
	float: left;
	margin-top: 10px;
	width: 95%;
	border: 0px solid #5A5A5A;
}

.detail_actionname {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #650101;
}

.detail_typeofaction {
	font-size: 10px;
	color: #000000;
}

.detail_description {
	color: #000000;
}

.detail_termin {
color: #000;
}