<style type="text/css">
	.caliNothing{}
	
    .caliBtnNextMonth {
        text-align:center;
		 border:solid 1px rgba(255,255,255,0);/*.5);*/
        /*color:rgba(255,255,255,0.5);*/
        cursor:pointer;
        /*width:20px;
        height:20px;*/
        }
	
	.caliBtnNextMonth:hover {
		opacity:0.7;
		}

    .caliWeekday {
        /*font-weight:bold;*/
        width:2em;
        text-align:right;
		font-size:80%;/*0.8rem;*//*14px;*/
        /*color:rgba(255,255,255,0.8);*/
        }

    .caliSepfunc {
        width:100%;height:1px;
        background:rgba(255,255,255,0.2);
        border:0;
        }

    .caliItem {
        width:14%;
        height:1.9em;
        vertical-align:top;
		border-radius:4px;
        }
	.caliItem:active {
		background:rgba(255,255,255,0.05);
		}

    .caliDay {
        width:2em;
        text-align:right;
        font-size:80%;/*0.8rem;*//*14px;*/
        /*color:rgba(255,255,255,0.5);*/
		 /*text-underline-offset:0.5em;*/
		 border-bottom:solid 1px rgba(0,0,0,0);
		 cursor:pointer;
        }
	
		
    .caliEvent {
		position:relative;
		margin-top:-1.1em;
		margin-left:65%;
        width:auto;
        }
		
	.caliEvent:hover {
        opacity:0.8;
        }

    .caliEventdata {
        /*position:absolute;
        margin-left:0.8em;*/
        font-size:90%;/*0.9rem;*//*16px;*/
		 white-space:nowrap;
		 white-space:pre;
		 z-index:1;
		 opacity:0.9;
		 /*color:yellow;*/
        }
		
	div#caliCirclePtr {
        position:absolute;
        width:1.6rem;/*24px;*/
        height:1.6rem;/*24px;*/
		 border-radius:0.8rem;
        background:rgba(255,255,255,0.2);
        display:none;
		 margin-left:0rem;/*-2px;*/
		 margin-top:-0.1rem;
		 pointer-events:none;
        }
		
	.caliLbnAddEvent {
		font-size:120%;/*1.2rem;*//*22px;*/
		cursor:pointer;
		opacity:0.01;
		position:absolute;
		margin-top:-15px;
		margin-left:-5px;
		z-index:1;
		}
	.caliLbnAddEvent:hover {
		opacity:1;
		}
		
	div#caliEventMenu {
		box-shadow:3px 3px 8px 3px rgba(0,0,0,0.7) !important;
		}
</style>