
.LittleCalendarInstances {
	display: inline-block;
	max-width: 880px;
}

.StartTimeWrapper {
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

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

.LittleNolight {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.LittleHighlight {
	background-color: lime;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer !important
}
.LittleHighlight:hover {
	opacity: 20%;
	cursor: pointer
}

.LittleCalendarTable {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.LittleCalendarTable * {
	user-select: none;
}


.LittleCalendarTableHeading {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	background-color: #ffd971;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
	border: 4px solid white;
}

.LittleCalendarTableHeading a {
	color: #000000;
}
.LittleCalendarTableHeading a:hover {
	color: #1bb94e;
}
.LittleCalendarTableHeading a:active {
	color: #7b3fd6;
}

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

.LittleCalendarTableDayCell {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	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;
}


.CellBuffer {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	padding: 1px 0px 1px 0px;
}


.LittleCalendarTableCell {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 2px solid white;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: #e1e1e1;
	width: 30px !important;
	height: 20px !important;
	line-height: 2 !important;
	vertical-align: middle !important;
}

.LittleCalendarTableCell a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color: black !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 2 !important;
	display: block;
	vertical-align: middle !important;
}
.LittleCalendarTableCell a:hover {
	color: white !important;
	background-color: #1bb94e;
}
.LittleCalendarTableCell a:active {
	color: white !important;
	background-color: #7b3fd6 !important;
}



.LittleCalendarTableCellHighLighted
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 2px solid white;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: #0066cc;
    color: #ffd971;
	width: 30px !important;
	height: 20px !important;
	line-height: 2 !important;
	vertical-align: middle !important;
}
.LittleCalendarTableCellHighLighted a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffd971;
	width: 100% !important;
	height: 100% !important;
	line-height: 2 !important;
	display: block;
	vertical-align: middle !important;
}
.LittleCalendarTableCellHighLighted a:hover {
	color: white !important;
	background-color: #1bb94e;
}
.LittleCalendarTableCellHighLighted a:active {
	color: white !important;
	background-color: #7b3fd6 !important;
}

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

.LittleCalendarTableCellToday {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 2px solid white;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: #ffd971;
    color: #cc0066;
	width: 30px !important;
	height: 20px !important;
	line-height: 2 !important;
	vertical-align: middle !important;

}
.LittleCalendarTableCellToday a {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #cc0066;
	width: 100% !important;
	height: 100% !important;
	line-height: 2 !important;
	display: block;
	vertical-align: middle !important;
}
.LittleCalendarTableCellToday a:hover {
	color: white !important;
	background-color: #1bb94e;
}
.LittleCalendarTableCellToday a:active {
	color: white !important;
	background-color: #7b3fd6 !important;
}
