div.calendarCtrlDiv {
	font-weight:normal;
	width:100%;
	position:relative;
	left:0px;
}

div.weekCtrlDiv {
	font-weight:normal;
	width:100%;
	position:relative;
	left:0px;
}

.collapsedcalendar
{
	padding-right:35px;position:absolute;right:0px; top:8px;
}


.collapsedDayView
{
	right:35px;position:absolute; top:3px;
	cursor:pointer;
}


.collapsedDurationView
{
	right:70px;position:absolute; top:3px;
	cursor:pointer;
}

table.calendarviewtable{
	border:none;
    width:100%;
    border-collapse: collapse; 
	background: #fff;  
}


table.calendartitletable {
    border: none;
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    table-layout: fixed;
}

table.calendartitletable td.monthdaytitle
{
	background-color:#d1d1d1;
	color: #505050;
	border:none;
	width:14.2857%;
	border-top:2px #fff solid;
	border-left:2px #fff solid;
	border-right:2px #fff solid;
	padding:3px 0px 3px 0px;
	text-align:center;
	font-weight:bold;
	height:30px;
	vertical-align:middle;
}

table.calendartitletable td.monthdayeventtitle
{
	background-color:#c9dfef;
	color: #23a6ef;
	border:none;
	width:14.2857%;
	border-top:2px #fff solid;
	border-left:2px #fff solid;
	border-right:2px #fff solid;
	padding:3px 0px 3px 0px;
	text-align:center;
	font-weight:bold;
	height:30px;
	vertical-align:middle;
}

table.calendartitletable td.monthtodaytitle
{
	background-color:#008000;
	color: #fff;
	border:none;
	width:14.2857%;
	border-top:2px #fff solid;
	border-left:2px #fff solid;
	border-right:2px #fff solid;
	padding:3px 0px 3px 0px;
	text-align:center;
	font-weight:bold;
	height:30px;
	vertical-align:middle;
}

table.calendarviewtable td.rowheader
{
	background-color:#E9E9E9;
	vertical-align:middle;
	color:black;
	border:none;
	width:10px;
}

table.calendarviewtable td.monthdaynoevent
{
	background-color:#f0f0f0;
	font-weight:normal;
	border:2px #fff solid;
}

div.divhasevent
{
	background: #23a6ef;
	height: 5px;
	position: absolute;
	width: 100%;
	top: 0px;
	left:0px;
}

/*table.calendarviewtable td
{
	position:relative;
}*/

table.calendarviewtable td.monthtodaynoevent
{
	background-color:#fff;
	font-weight:normal;
	color:red;
	border: 2px solid #fff;     
}

table.calendarviewtable td.oldmonthday
{
	background-color:#e3e3e3;
	font-weight:normal;
	border:2px #fff solid;
	color:Gray;
}

table.calendarviewtable td.oldmonthtoday
{	
	background-color:#fff;
	font-weight:normal;
	border: 2px solid #fff;
	color:red;		
}

table.calendarviewtable td.monthday
{
	background-color:#c9dfef;
	font-weight:normal;
	border:2px #fff solid;
	color:Green;
}

table.calendarviewtable td.monthtoday
{
	background-color:#c9dfef;
	font-weight:normal;
	color:red;
	border: 2px solid #fff;
}


table.calendarviewtable td.curmonthday
{
	/*background-color:#c9dfef;*/
	background-color:#96c196;
	color:#333;
	border:none;
	font-weight:normal;
	/*border:2px solid  #008000;*/
}

table.calendarviewtable td.curmonthtoday
{
    /*background-color: #c9dfef;*/
	background-color:#96c196;
    height: 18px;
    font-weight: normal;
	color:red;
	/*border:2px solid  #008000;*/
}

table.calendarviewtable td.curoldmonthday
{
	background-color:#96c196;
	
	border:none;
	font-weight:normal;
	/*border:2px solid  #008000;*/
	color:Gray;
}

table.calendarviewtable td.curoldmonthtoday
{
	background-color:#FFFFFF;
	background-color:#96c196;
	border:none;
	font-weight:normal;
	/*border:2px solid  #008000;*/
	color:red;
}

table.calendarviewtable td.curmonthdaynoevent
{
	/*background-color: #f0f0f0;*/
	background-color:#96c196;
	border:none;
	font-weight:normal;
	/*border:2px solid  #008000;*/
}

table.calendarviewtable td.curmonthtodaynoevent
{
    /*background-color: #FFFFFF;*/
	background-color:#96c196;
    height: 18px;
    border: none;
    font-weight: normal;
	border:2px solid  #008000;
	color:red;
}

table.calendarviewtable a  
{
	color: #707070; 
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
	text-align:right;
	vertical-align:bottom;
	padding:0px 5px 2px 0px;
}

table.calendartitletable td
{
	cursor:pointer;
}

table.calendarviewtable td
{
	height:30px;
	width:14.2857%;
	text-align:right;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}

table.calendarviewtable td > .divContainer
{
	position:relative;
	padding:10px 5px 0px 5px;
}

table.calendartitletable td:first-child
{
	border-left:0px;
}


table.calendartitletable td:last-child
{
	border-right:0px;
}

table.calendarviewtable td:first-child
{
	border-left:0px;
}


table.calendarviewtable td:last-child
{
	border-right:0px;
}

table.calendarviewtable a:link  
{
	color: #a0a0a0; text-decoration: none;
}
table.calendarviewtable a:active  
{
	color: #a0a0a0; text-decoration: none;
}
table.calendarviewtable a:visited {
	color: #a0a0a0; text-decoration: none;
	text-decoration: none;
}
table.calendartitletable td.monthdaytitle a  
{
	color: #505050; 
	text-align:center;
	vertical-align:middle;
}

table.calendartitletable td.monthtodaytitle a  
{
	color: #fff; 
	text-align:center;
	vertical-align:middle;
}

table.calendarviewtable td.monthtodaynoevent a
{
	color:Green;
}

table.calendarviewtable td.oldmonthtoday a
{
	color:Green;
}

table.calendarviewtable td.monthtoday a
{
	color:Green;
}

table.calendarviewtable td.curmonthtoday a
{
	color:Green;
}
table.calendarviewtable td.curoldmonthtoday a
{
	color:Green;
}
table.calendarviewtable td.curmonthtodaynoevent a
{
	color:Green;
}



table.calendartitletable div.eventTime {
    /*background: #23a6ef;
	color:White;*/
    padding-left: 2px;
    overflow-x:hidden;
    white-space: nowrap;
    text-overflow: clip;
}

#dayviewCtrlWrapper
{
	position:relative;
}

div.dayviewCtrlDiv {
	font-weight:normal;
	width:100%;
	position:absolute;
	left:0px;
}
table.dayviewtable {
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	border-width:1px;
	display: table;
	width: 100%;
	white-space:nowrap;
	border-radius:0px;
	position:relative;
	border-collapse: inherit;
	margin-bottom:10px;
}

table.dayviewtable  tbody tr td
{
	padding:9px 10px;
}
table.dayviewtable td.cellleft1 {
	height: 30px;
	color: black;
	text-align: center;
	padding-right: 5px;
	vertical-align: middle;
	position: relative;
}

table.dayviewtable td.cellright1 {
	height: 30px;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding-right: 2px;
}

div.dayviewheader {
	font-size: 18px;
	position: relative;
	display:inline-table;
}

div.dayviewfooterleftarrow {
	display: inline;
	position:absolute;
	top:4px;
	left:2px;
	cursor:pointer;
	
}

div.dayviewfooterrightarrow {
	display: inline;
	position:absolute;
	top:4px;
	right:2px;
	cursor:pointer;
}

.dayViewArrow
{
	border-width: 0px;
	width: 32px;
	height: 32px;
	cursor:pointer;
}

table.dayviewtable td.cellleft4 {
	color: black;
	text-align: right;
	padding-right: 5px;
}

table.dayviewtable td.cellleft2 {
	color: black;
	width: 50px;
	font-size:12px;
	color: #a0a0a0;
	text-align: right;
}

table.dayviewtable td.cellright2 {
	min-height: 30px;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-bottom:0px;
	white-space:normal;
	position:relative;
}

table.dayviewtable td.cellright3 {
	min-height: 20px;
	background-color: #FFFFFF;
	padding: 0px;
	white-space:normal;
}

table.dayviewtable  a
{
	color:Black;
}
table.dayviewtable tbody tr:nth-child(even) { background:  #E9E9E9; }

table.dayviewHourTable
{
	width:100%;
	border-width:0px;
	overflow-x:hidden;
	background:none;
	height:100%;
	border-left:1px solid #e0e0e0;
	margin-left:-1px;
	margin-right:-1px;
	border-bottom:1px solid #e0e0e0;
	border-spacing:0px;
}

table.dayviewHourTable tbody tr
{
	background-color:White;
	
}
table.dayviewHourTable tbody tr:nth-child(even) { background: none; }

#divHourTitle table.dayviewHourTable tbody tr
{
	background-color:#E9E9E9;
}


table.dayviewHourTable td.dayviewHour
{
	padding:0px;
	width:6.25%;
	border-right:1px solid #e0e0e0;
	height:25px;
	/*background-color:White;*/
}


table.dayviewHourTable td.placeHolder
{
	padding:0px;
	border-right:1px solid #e0e0e0;
	width:6.25%;
}

/*td.tdDuration div.eventTableNotStarted 
{
	background-color:#4f1e9f;
	border:5px solid #4f1e9f;
}

td.tdDuration div.eventTableStarted 
{
	background-color:green;
	border:5px solid green;
}

td.tdDuration div.eventTableInCamera 
{
	background-color:red;
	border:5px solid Red;
}

td.tdDuration div.eventTableEnded 
{
	background-color:#23a6ef;
	border:5px solid #23a6ef;
}

td.tdDuration div.eventTablePaused 
{
	background-color:orange;
	border:5px solid orange;
}

td.tdDuration div.eventTableCancelled 
{
	background-color:purple;
	border:5px solid purple;
}

td.tdDuration div.eventTableUnknown 
{
	background-color:#900000;
	border:5px solid #900000;
	
}*/

.dayviewtable .title
{
	font-weight:normal;
}



#divHourGrid
{
	position:absolute;

}

#divHourTitle
{
	position:absolute;
	z-index:15;
	background-color:#E9E9E9;
}

tr.hourtitle
{
	height:25px;
}

#divCurrentTime
{
	width:3px;height:100%;position:absolute;background-color:rgba(0, 232, 0, 0.50);top:0px;z-index:10;margin-left:-2px;
}

div.upperHalf
{
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
}

div.meetingTimeline
{
	width: 100%;
	height: 50%;
	position: absolute;
	top: 50%;
}

div.meetingTimeline div.line
{
	height: 5px;
	position: absolute;
	background-color:Lime;
	width: 100%;
	top:17px;
	display:none;
}
div.meetingTimelineKnob
{
	width: 10px;
	height:10px;
	background-color:Lime;
	position:absolute;
	top: -3.5px;
}

div#timelineKnob
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:10;
	border:1px solid black;
	background-color:Yellow;
	padding:3px;
}

div.timelinePlayButton
{
	background-image:url('../images/playbutton.png');background-position:center;height:30px;width:30px;background-size: 100%;
	margin-left:auto;
	margin-right:auto;
	display:none;
}

div#timelineKnob div.timelineTime
{
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

div.divEventMode0 .tdEventStatus
{
	display:none;
}

div.divEventMode1 .tdEventStatus
{
	display:block;
}
div.divEventMode2 .tdEventStatus
{
	display:block;
}


div.divEventMode0 .tdEventStatus1
{
	display:block;
	margin-right:20px;
	padding-left:5px;
}

div.divEventMode1 .tdEventStatus1
{
	display:none;
	margin-right:20px;
}
div.divEventMode2 .tdEventStatus1
{
	display:none;
	margin-right:20px;
}

table.dayviewtable tbody tr td.tdEventThumbnail
{
	padding:0px;
}

table.dayviewtable .divEvent
{
	background-color:initial;
}

div.divEvent td.tdDuration
{
	width:81.1111%;
	background:white;
	overflow:hidden;
	height:100%;
	vertical-align:middle;
	padding:0px;
}

div.todayDate
{
	color:red;
}

td.todayDate
{
	color:red;
}