.small, .small table  {
	background-color: #d8e8f7;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	
	border-collapse:collapse;
}
.small th {
	background-color: #5f68b3;
	font-weight: bold;
    color:#FFFFFF;
	height: 20px;
}
.small thead {
	background-color:#5f68b3;
	color:#FFFFFF;
	font-weight: bold;
	height: 24px;
	color: #000;
}
.small tfoot {
	
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
	text-align:center;
	/*vertical-align: middle;*/
	
	border: 1px solid black;
}

.small tbody {
}
.small td {
	width: 24px;
	height: 18px;
	text-align: center;
	font-size:0.9em;
	padding: 0px;
}
.small .withoutLink {
	font-weight: bold;
	padding: 0px;
	
}
.small .withLink {
	font-weight: bold;
	padding: 0px;
	background-color: #cfc0dd;
}
.small .today {
	background-color: #932467;
	padding: 2px;
	width: 20px;
	height: 18px;
}
.small a, .small a:link, .small a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.activeDate{background-color:#cc0000; }
.small tr.days th{background-color:#fefdcd; font-weight:bold; color:#000000;}
.small th.days a, .small th.days a:link, .small th.days a:hover{color:#000;}
.small th a, .small th a:link, .small th a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
