.callist {
	margin-left: 210px;
	margin-right: -80px;
	min-height: 300px;
}
.calender {
    width:280px;
    border:1px solid black;
	float: left;
	margin-left: -80px;
}
* html .calender,
* + html .calender {
    width:282px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.day.headline {
    background:#008000;
	color:#fff;
}
.day.current_activity {
    font-weight:bold;
	background:red;
	color: #008000;
}
.day.current_activity  a{
    font-weight:bold;
	background:red;
	color: #008000;
}

.day.activity {
    background:red;
}
.day.activity  a {
    background:red;
	color: #008000;
}
.day.current {
    font-weight:bold;
}
.clear {
    clear:left;
}
.pagination {
    text-align: center;
    height:20px;
    line-height:20px;
    margin-top: -2px;
margin-bottom: 2px;
    font-weight: bold;
}
.pagination a {
    width:30px;
    height:20px;
}

.paginatino table {
	width: 280px;
	text-align: center;	
}
