
.LittleCalendarWrapper {
	background-color: #ffffff;
	padding: 1px;
	margin: 10px;
	border: 1px solid black;
	outline: 1px solid white;
	display: inline-block;
}

.LittleCalendarTable {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


.LittleCalendarTableHeading
{
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 600;
	color: #000000;
	background-color: #ffd971;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
	border: 4px solid white;
}

.LittleCalendarTableHeadingTable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.LittleCalendarTableDayCell {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #14b649;
    margin: 0px;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
	border: 2px solid white;
    overflow:hidden;
	width: 30px !important;
	white-space: nowrap;
}


.LittleCalendarTableBlankCell
{
	text-decoration: none;
	border: 2px solid white;
    padding: 2px;
    background-color: #ffffff;
	width: 30px !important;
	height: 20px !important;
}


.LittleCalendarTableCell
{
	font-size: 12px;
	text-decoration: none;
	border: 2px solid white;
    padding: 2 px;
    text-align: center;
    background-color: #e1e1e1;
	width: 30px !important;
	height: 20px !important;
	vertical-align: middle !important;
}

.LittleCalendarTableCellHighLighted
{
	border: 2px solid white;
    padding: 0px;
    text-align: center;
    background-color: #0066cc;
	width: 30px !important;
	height: 20px !important;
}

.HighLightedInner
{
	text-decoration: none;
    border: 2px solid #0066cc;
    color: #ffd971;
    font-weight: 600;
    font-size: 13px;
}
