table#sched {
	font-family: Calibri;
}
	
table#sched th.header {
	font-weight: bold;
	font-size: medium;
	text-align: center;
	height: 20px;
}

table#sched th.caption {
	border-top: 2px solid #000000; 
	border-bottom: 2px solid #000000;
	height: 18px;
	border-right: 1px solid #d9d9d9; 
}
table#sched th.caption.bl2 {
	border-left: 2px solid #000000; 
}
table#sched th.caption.br2 {
	border-right: 2px solid #000000; 
}
table#sched th.caption.br1 {
	border-right: 1px solid #000000; 
}

table#sched td {
	padding: 2px 4px;
	border-right: 1px solid #d9d9d9; 
	border-bottom: 1px solid #d9d9d9; 
}
table#sched td.cntr {
	text-align: center;
}
table#sched td.odd {
	background-color: #d9d9d9;
}

table#sched td.bl2 {
	border-left: 2px solid #000000; 
}

table#sched td.br2 {
	border-right: 2px solid #000000; 
}
table#sched td.br1 {
	border-right: 1px solid #000000; 
}
table#sched td.bb2 {
	border-bottom: 2px solid #000000; 
}

.dropzone-frame, .dropzone-frame * {
    box-sizing: border-box;
}

.dropzone-frame {
    border-radius: 5px;
    border: 2px dashed rgba(0, 135, 247, 0.5);
	background: white;
	padding: 10px 20px;
}

.dropzone-frame .dz-message {
	color: #999;
}

.dropzone-frame .dz-preview {
	display: none !important;
}

.person.hilite {
	/*background-color: #fbf700 !important; */
    background-color: #08fb00 !important
}

.calnk-link span.spiffy-popup {
	width: 180px !important;
}