.calendar-wrapper{
	display: table;
	/*background-color: pink;*/
	width:100%;
}
.calendar{display:block;}
.calendar:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    padding-top:16px;
}

/*.calendar:first-child{margin:16px 0 13px 0;}*/

.calendar-month-box{
    background-image: url("../images/calendarMonth.png");
	background-repeat: no-repeat;
	background-position: top left;

  	 height: 80px;
	 width:80px;

 	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    overflow:hidden;
}
.calendar-month-box p{
	padding-top: 32px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #43403B;
	margin: 0 0 2px 0;
}
.calendar-month-box div{
	font-weight: bold;
	text-align: center;
	color: #43403B;
}






.calendar-month-box, .calendar-month-events{
	position:relative;
}
.calendar-month-box{width:80px;height:80px;margin-right:1%;float:left;}
.calendar-month-events{width:90%;float:right;}


.calendar-month-events ul{
	margin: 0px;
	padding: 0px;

	border:rgba(0,0,0,0.4) 1px solid;

    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
 	
 	overflow:hidden;
}
.calendar-month-events ul li{
	border-collapse: collapse;
	border-bottom:1px dotted #333;
	overflow:hidden;
}
.calendar-month-events ul li > p{
	display:inline-block;
	line-height: 36px;
	padding:0 6px;
}
.calendar-month-events ul li > p:nth-child(1){width: 140px;}
.calendar-month-events ul li > p:nth-child(2){width: 100px;}
.calendar-month-events ul li > p:last-child{
}

.calendar-month-events ul li:last-child{border-bottom:0px dotted transparent;}

.rowColour{background: #efd6d7;}

.eventCalendarSet {
	position:absolute;
	min-width:auto !important;
	right:0px;
}
.eventCalendarSet a:last-child{margin-left:4px;}

/* POPUP SCREEN */
.fc-content{cursor: pointer;}

.eventDetailsPopupContainer{
	padding-top: 26px;
	width: 500px;
}

.eventDetailsPopupContainer label{
	display: block;
	font-weight: bold;
}

dl.event{
	margin: 2em 0;
	padding: 0;
}
	
.event dt{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}	
.event dd{
	border-left: 1px solid #000;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}
.event dd a:last-child{
	margin-left:6px;
}