.calendario{
   background:#fff;
   width:160px;
   padding:0px;
   border:1px solid #f0f0f0;
   float:left;
   
}
.td{
	background:#F2F2F2;
	width:20px;
	height:17px;
	text-align:center;

}
.hj{
	background: #E8E8E8;
	width:20px;
	height:17px;
	text-align:center;
}
.dom{
	background: #ccc;
	width:20px;
	height:17px;
	text-align:center;
}
.evt{
	background: #993333;
	width:20px;
	height:17px;
	text-align:center;
}
.evt a {
	color:#fff;
}
.mes{
	background:#fff;
	width:auto;
	height:17px;
	text-align:center;
	font-weight:bold;
	color:#364B89;
}
.show{
	background:#202020;
	width:300px;
	height:30px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#CCFF00;
	padding-left:5px;
}
.linha{
	background:#404040;
	width:300px;
	height:17px;
	text-align:left;
	font-size:11px;
	color:#f0f0f0;
	padding:1px 1px 1px 10px;
}
.sem{
	background: #999;
	width:auto;
	height:17px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
