.btn {
	position: relative;
}
#calendar_content table {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
#calendar_content thead>tr {
	background-color: #5a5a5a;
    background-image: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#calendar_content th, #calendar_content td {
	vertical-align: middle;
	min-height: 40px;
	padding: 8px 10px;
}
#calendar_content thead .head2-th1,
#calendar_content thead .head2-th2,
#calendar_content thead .head2-th3,
#calendar_content thead .head2-th4,
#calendar_content thead .head2-th5,
#calendar_content thead .head2-th6,
#calendar_content thead .head2-th7,
#calendar_content thead .head2-th8 {
	border-left: 1px solid #7e7e7e;
    border-right: 1px solid #2b2b2b;
}

#calendar_content thead .head2-th1,#calendar_content thead .head2-th2{
    width: 5%;
}
#calendar_content thead .head2-th2{
    text-align: center;
}
#calendar_content thead .head2-th3{
    width: 40%;
}
#calendar_content thead .head2-th3,
#calendar_content thead .head2-th4,
#calendar_content thead .head2-th5,
#calendar_content thead .head2-th6,
#calendar_content thead .head2-th7,
#calendar_content thead .head2-th8
{
    width: 10%;
}
#calendar_content thead>tr>th:first-child {
	border-left: none;
}
#calendar_content tbody tr {
	background-color: #eee;
}
#calendar_content tbody .dark_grey{
    background-color: #ddd;
}
#calendar_content .red {
	color: red;
}
#calendar_content .green {
	color: green;
}
#calendar_content td a:hover, #calendar_content td a:focus {
	text-decoration: none;
	color: red;
}
#calendar_content .importance_button {
	display: inline-block;
	background: #444;
	color: white;
	padding: 4px 8px;
	vertical-align: middle;
	font-size: 12px;
}
#calendar_content .importance_button.medium {
	background: #33aa33;
}
#calendar_content .importance_button.high {
	background: #ff6600;
}
#calendar_content .importance_button.low {
	background: #888;
}
#calendar_content [colspan="8"] p {
	line-height: inherit;
	text-align: left;
	margin: 0px 0px 10px 0;
}