.container_calendar{
	
	border:1px solid #cbd2e4;
	width:151px;
	min-height:115px;
	height:auto !important;
	height:115px;
	background:#F8FAFC;
	}
.container_calendar table.calendar{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	line-height:16px;
}
.container_calendar table.calendar thead tr{
	
	margin:0 auto;
	background-color:#D9DEEC;
	color:#003366;
	
}
.container_calendar table.calendar tbody tr{
	background-color:#f8fafc;
	color:#003366;
	height:20px !important;	
}
.container_calendar table.calendar th, .container_calendar table.calendar td{
	text-align:center;
	margin:0;
	/*padding:2px 4px;*/
	height:20px !important;

}
.container_calendar table.calendar th.click, .container_calendar table.calendar td.click{
	cursor:pointer;	
}
.container_calendar table.calendar td.diaSelecionado{
	background:#003366;
	color:#fff;
}
.container_calendar table.calendar td.diaProibido{
	background:#e9460d;
	color:#fff;
	cursor:default;
}