/* alignment for left sidebar instance */
div.sidebar div.calendar-clickable {
    margin-left: 58px;
    padding-bottom: 15px;
    }
/* - */
div.calendar-clickable {
    width: 146px;
    position: relative;
    overflow: hidden;
}
div.cal { /* calendar page only */
    position: relative;
}
div.calendar-wrapper {
    width: 144px;
    border-right: 1px solid #bbb2a6;
    border-bottom: 1px solid #bbb2a6;
    border-left: 1px solid #bbb2a6;
}
div.calendar-month {
	width: 146px;
	padding: 9px 0;
	background-color: #a7c100;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: lowercase;
	font-weight: 500;
	position: relative;
}
div.calendar-month img.la, div.calendar-month img.ra {
    display: inline-block;
    position: absolute;
    top: 8px;
}
div.calendar-month img.la { left: 7px; }
div.calendar-month img.ra { right: 7px; }
table.calendar { border: 0; }
table.calendar th { 
    background-color: #7d6a55; 
    padding: 1px 8px;
    text-align: center;  
    font-family: arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: white; 
    text-transform: lowercase;
}
table.calendar td {
    width: 21px;
    padding: 4px 0;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 11px;
    background-color: white;
}
table.calendar td a { text-decoration: none; }
table.calendar td, table.calendar td a { color: #bbb2a6; }
table.calendar td.today, table.calendar td.today a { 
    color: white;
    background-color: #e60e64; 
}
div.calendar-clickable img#cc, div.cal img#cc {
    position: absolute;
    left: 0;
    top: 0;
}
