span.lastupdate {
	font-size: 80%;
}

div#ttnotes {
	display: none;
	margin-left: 5px;
}

div#ttscrollcurtain {
	background: white;
	position: absolute;
	left: -5px;
	top: 0px;
	width: 5px;
	height: 37px;
}

div#ttcorner {
	background: white;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 49px;
	height: 36px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #dbdbdb;
}

div#ttxline {
	position: absolute;
	left: 50px;
	top: 0px;
	z-index: -1;
}

div#ttyline {
	position: absolute;
	left: 0px;
	top: 37px;
	width: 50px;
	z-index: -2;
}

div#timetable {
	position: absolute;
	left: 50px;
	top: 37px;
	overflow: scroll;
}

div.tthourcell {
	position: absolute;
	height: 59px;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #dbdbdb;
	text-align: right;
	padding-right: 4px;
	width: 44px;
}

div.tthourcell.even {
	background: #F3F3F3;
}

div.ttcell {
	position: absolute;
	height: 59px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #dbdbdb;
}

div.ttweekdaycell {
	position: absolute;
	height: 35px;
	border-width: 1px;
	border-style: solid solid solid none;
	border-color: #dbdbdb;
	background: #F3F3F3;
	text-align: center;
	/*padding: 4px;*/
}

div.ttdaybarcell {
	position: absolute;
	height: 35px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #dbdbdb;
	background: #E6F1FF;
	text-align: center;
}

div.ttdaybarcorner {
	position: absolute;
	height: 35px;
	width: 48px;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #dbdbdb;
	background: #E6F1FF;
}

div.ttcell.even {
	background: #F3F3F3;
}

div.ttevent {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #dbdbdb;
	font-weight: bold;
	font-size: 70%;
	padding: 2px;
}

div.tooltip {
	position: absolute;
	top: 30px;
	width: 168px;
	background: white;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #dbdbdb;
	padding: 2px;
	z-index: 100;
	display: none;
}

span.tthourtext {
	font-weight: bold;
	font-size: 80%;
}

span.ttdaytext {
	font-weight: bold;
	font-size: 80%;
}

div.ttdatetext {
	font-weight: bold;
	font-size: 70%;
}

a.today {
	display: inline-block;
	border-radius: 8px 8px 8px 8px;
	border-style: solid solid solid solid;
	border-color: #dbdbdb;
	border-width: 2px;
	width: 20px;
	height: 20px;
	margin: 3px 0px 3px 5px;
	transition: border-color 0.33s;
	cursor: pointer;
}

a.today:hover {
	transition: border-color 0.33s;
	border-color: gray;
}

a.today::after {
	border-style: solid;
	border-width: 4px;
	border-radius: 20px;
	display: inline-block;
	content: '';
	height: 0px;
	width: 0px;
	left: 6px;
	top: -0.5px;
	position: relative;
	border-color: black;
}

a.today.disable::after {
	border-color: #dbdbdb;
}

a.today.disable:hover {
	border-color: #dbdbdb;
}

.chevron.circle::after {
	border-style: solid;
	border-width: 3px;
	border-radius: 20px;
	display: inline-block;
	content: '';
	height: 32px;
	width: 32px;
	color: black;
	position: relative;
	border-color: #dbdbdb;
	/* box-shadow:  1px 0px 1px gray; */
	transition: border-color 0.33s;
	cursor: pointer;
}

.chevron.circle.disable:hover::after {
	border-color: #dbdbdb;
}

.chevron.left.circle::after {
	top: -17px;
	left: -12px;
}

.chevron.right.circle::after {
	top: -17px;
	left: -12px;
}

.chevron.circle:hover::after {
	transition: border-color 0.33s;
	border-color: gray;
}

.chevron.circle {
	border-width: 4px 4px 0 0;
}

.chevron {
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	height: 9px;
	left: 4px;
	width: 9px;
	color: black;
	position: relative;
	left: -2px;
}

.chevron.right {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -2px;
}

.chevron.sright {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -2px;
	color: gray;
}

.chevron.sdown {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: -2px;
	color: gray;
}

.chevron.disable {
	color: #dbdbdb
}

.chevron.left {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	left: 2px;
}

.weeklyg {
	background: linear-gradient(to right, rgb(180, 238, 180), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(180,
		238, 180)), color-stop(100%, white));
}

.twoweeklyg {
	background: linear-gradient(to right, rgb(198, 226, 255), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(198,
		226, 255)), color-stop(100%, white));
}

.threeweeklyg {
	background: linear-gradient(to right, rgb(245, 198, 198), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(245,
		198, 198)), color-stop(100%, white));
}

.fourweeklyg {
	background: linear-gradient(to right, rgb(244, 233, 234), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(244,
		233, 234)), color-stop(100%, white));
}

.singleg {
	background: linear-gradient(to right, rgb(255, 255, 149), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255,
		255, 149)), color-stop(100%, white));
}

.holidayg {
	background: linear-gradient(to right, rgb(248, 208, 139), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(248,
		208, 139)), color-stop(100%, white));
}

.examg {
	background: linear-gradient(to right, rgb(255, 107, 107), white);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255,
		107, 107)), color-stop(100%, white));
}

.closeButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 16px;
	width: 16px;
	background-image: url("../pictures/cross.png");
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.ttIconContainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.editButton {
	height: 16px;
	width: 16px;
	background-image: url("../pictures/edit_button.png");
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: right;
}

.cross {
	width: 16px;
	height: 16px;
	position: relative;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.cross:before, .cross:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: #C53737;
}

.cross:before {
	left: 8px;
	width: 4px;
	margin-left: -2px;
	height: 16px;
}

.cross:after {
	top: 8px;
	height: 4px;
	margin-top: -2px;
	width: 16px;
}

img.iconimgtt {
	width: 16px;
	height: 16px;	
}

div#avcorner {
	background: white;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 49px;
	height: 25px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #dbdbdb;
}

div#availscrollcurtain {
	background: white;
	position: absolute;
	left: -10px;
	top: 0px;
	width: 10px;
	height: 50px;
	z-index: -1;
}

div#availscrollcurtain2 {
	background: white;
	position: absolute;
	left: 0px;
	top: -10px;
	width: 50px;
	height: 15px;
	z-index: -1;
}

div#avxline {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: -2;
}

div#avyline {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 50px;
	z-index: -2;
}

div#availtable {
	position: absolute;
	left: 50px;
	top: 30px;
	overflow: scroll;
}

div.avweekdaycell {
	position: absolute;
	height: 24px;
	width: 49px;
	border-width: 1px;
	border-style: solid solid solid none;
	border-color: #dbdbdb;
	background: #F3F3F3;
	text-align: center;
	/*padding: 4px;*/
}

div.avcell {
	position: absolute;
	height: 24px;
	width: 49px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #808080;
	background: #F3F3F3;
	text-align: center;	
}

div.undefined {
	background: rgb(198, 226, 255);
}

div.available {
	background: rgb(180, 238, 180);
}

div.unavailable {
	background: rgb(255, 107, 107);
}

div.unpreferred {
	background: rgb(248, 208, 139);	
}

div.avhourcell {
	position: absolute;
	height: 25px;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #dbdbdb;
	text-align: right;
	padding-right: 4px;
	width: 44px;
}

