.tooltip {
	width: 222px;
	background-color: #fff;
	border: 1px solid;
	border-color: #C7C4BE #C7C4BE #AFAFAF;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.tooltip .day {
    font-size: 12px;
	padding: 4px;
}
.tooltip .mark {
	height: 22px;
	line-height: 22px;
	color: #000000;
	font-size: 14px;
	padding-left: 10px;
}
.tooltip .box {
    background-color: #676A7B;
    color: #FFFFFF;
    font-size: 14px;
    margin: 10px;
    padding: 8px 12px;
}
.tooltip .day .text {
	padding: 4px 0 4px 10px;
}

.meetings-calendar {
	background-color: #fff;
	border: 1px solid;
	border-color: #C7C4BE #C7C4BE #AFAFAF;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	padding: 8px;
}
.meetings-calendar .dates {
	width: 100%;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
	table-layout: fixed;
}
.meetings-calendar .dates tbody {
    border: 2px solid #FFFFFF;
}
.meetings-calendar .dates td div {
    display: block;
    text-align: center;
    text-decoration: none;
}

.meetings-calendar .month {
    height: 35px;
    margin: 0 0 4px;
    padding: 0;
	overflow: hidden;
}
.meetings-calendar .month .r,
.meetings-calendar .month .l {
	width: 32px;
	height: 32px;
    cursor: pointer;
    overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #0090c7;
	margin-top: 2px;
}
.meetings-calendar .month .r:hover,
.meetings-calendar .month .l:hover {
    opacity: 0.6;
}
.meetings-calendar .month .r {
    float: right;
}
.meetings-calendar .month .l {
    float: left;
}
.meetings-calendar .month .c {
    overflow: hidden;
    text-align: center;
	font-weight: bold;
	font-size: 14px;
    line-height: 35px;
	white-space: nowrap;
}

.meetings-calendar .title,
.meetings-calendar .close,
.meetings-calendar .selectors {
    //display: none;
}
.meetings-calendar .dates th {
	height: 16px;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: top;
}
.meetings-calendar .dates td {
	background-color: #F5F5F5;
    border: 2px solid #fff;
}
.meetings-calendar .dates td div {
    -moz-transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
}
.meetings-calendar .dates td.cell-meeting-type {
    background-color: #9EB6BE; 
	color: #FFFFFF;
}
.meetings-calendar .dates td.past div {
    color: #D9D9D8;
    cursor: default;
}
.meetings-calendar .dates td.past div:hover {
    background-color: transparent !important;
}
.meetings-calendar .dates td.today div {
    border: 2px solid #0090c7;
    height: 21px;
    line-height: 21px;
}
.meetings-calendar .dates td div:hover {
    background-color: #E8E8E8;
}
.meetings-calendar .return {
	text-align: center;
	margin-top: 8px;
}

/* Legend */

.meetings-calendar .legend {
	margin-top: 12px;
	position: relative;
}
.meetings-calendar .legend .title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
    font-weight: bold;
}
.meetings-calendar .legend .title a {
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
}
.meetings-calendar .legend .show,
.meetings-calendar .legend .hide {
	position: absolute;
	right: 0px;
    top: 2px;
	color: #0191C8;
	text-decoration: underline;
	cursor: pointer;
}
.meetings-calendar .legend .show:hover,
.meetings-calendar .legend .hide:hover {
	text-decoration: none;
}
.meetings-calendar .legend .descr {
	overflow: hidden;
	padding-top: 8px;
}
.meetings-calendar .legend .hr {
	height: 1px;
	background: #dfdfdf;
	overflow: hidden;
	margin: 12px 0;
}
.meetings-calendar .legend .more {
	font-size: 12px;
}

.meetings-calendar .legend .line {
	height: 22px;
	clear: both;
}
.meetings-calendar .legend .line .l {
	width: 34px;
	height: 8px;
	float: left;
	margin-top: 7px;
}
.meetings-calendar .legend .line .c {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 14px;
	line-height: 22px;
}
.meetings-calendar .legend .line .icon {
	width: 16px;
	height: 16px;
	float: right;
	margin: 3px 0 0 6px;
	cursor: pointer;
}
.meetings-calendar .legend .line .icon:hover {
	opacity: 0.6;
}


