#calendar-wrapper {
    position: absolute;
    left: 655px;
    top: 60px;
}

.has-event-day {
    font-weight: bold;
}

.nukucal {
	background-color: #B70202; #c3d9ff
	margin: 1px;
	border: 1px solid #B70202;
	font-size: 10pt;
	width: 219px;
	display: block;
	padding: 3px;
	min-height: 175px;
}

.nukucal:hover {
	cursor: pointer;
}

.nukucal .calwrapper {
	display: block;
}

.nukucal .calweekswrapper {
	display: block;
}

.nukucal .calheader {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 2px;
}

.nukucal .caltitle {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nukucal .calcontrol {
	font-weight: bold;
	width: 25px;
}

.nukucal .calcontrol:hover {
}

.nukucal .calclose {
	float: right;
	/*display: none;*/
}

.nukucal .calprevmonth {
	float: left;
}

.nukucal .calnextmonth {
	float: right;
}

.nukucal .calnextyear {
	display: none;
}

.nukucal .calprevyear {
	display: none;
}

.nukucal .daybox {
	float: left;
	background-color: white;
	border: 1px solid white;
	width: 25px;
	padding: 2px;
	color: black;
	text-align: center;	
}

.nukucal .dayboxvalue {
    display: none;
}

.nukucal .dayboxname {
	border: 1px solid #B70202;
	background-color: #B70202;
	color: #fff;
}

.nukucal .dayboxsunday {
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
}

.nukucal .dayboxsaturday {
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
}

.nukucal .daybox:hover {
}

.nukucal .dayboxname:hover {
}

.nukucal .dayinmonth {
	color: black;
}

.nukucal .dayoutmonth {
	color: gray;
}

.nukucal .dayselected {
	background-color: #ccc;
	color: black;
}

.nukucal .daycurrent {
	border: 1px solid #e8eef7;
}

.nukucal .weekbox {
	width: 100%;
	min-height: 21px;
	display: block;
}

.nukucal .endweek {
	float: left;
}

.nukucal .weekboxname {
}