#mytt{
	max-width: 900px;
	height: 1000px;
	padding: 10px;

	font-family: Arial;
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #A4A2A8;
}

#mytt-calendar-box{
	border: 0px solid #A4A2A8;
}

#mytt-calendar{
	margin: auto;
	width: 100%;
}

#mytt-calendar-inner{
	position: relative;
	overflow: auto;
	white-space: nowrap;
}

.fixed-col{
	width: 42px!important;
	min-width: 42px!important;
	position: -webkit-sticky;
	position: sticky;
	left: 0px;
}

td {
	width: 118px;
	min-width: 118px;
}

#mytt-calendar > table{
	width: 900px;
}


#mytt-field-selector-box{
	text-align: center;
	margin-top: -5px;
	padding-bottom: 2px;
}

#mytt-report-box{
	margin-top: 10px;
}

#mytt-form-box{
	padding-top: 20px;
	clear: both;
}

#mytt-form-left{
	width: 250px;
	padding-right: 16px;
	float: left;
}

#mytt-form-right{
	float: left;
}

#mytt-report-box span{
	font-style: italic;
	line-height: 20px;
}

#mytt-header{
	height: 32px;
	background-color: #E6E6E6;
	text-align: center;
	line-height: 32px;
	margin-top: 5px;
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #A4A2A8;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
}

#mytt table{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	border-collapse: collapse;
	table-layout: fixed;

	margin-top: 20px;
}

.mytt-td{
	text-align: left;
	border: 1px solid #A4A2A8;
	height: 18px;
	/*overflow:hidden;*/
	/*white-space:nowrap;*/
}

#mytt thead td{
	font-weight: bold;
	font-size: 14px;
	text-align: center;

	border: 1px solid #A4A2A8;
	border-top: 1px solid white;
}

.mytt-hours-col{
	text-align: right;
	padding-right: 4px;
	width: 50px;

	font-weight: bold;
	font-size: 14px;

	border: 1px solid #A4A2A8;
	border-left: 1px solid white!important;
}

#mytt-bw{
	cursor: pointer;
}

#mytt-fw{
	cursor: pointer;
}

#mytt-form-button, #mytt-calendar-button{
	margin-top: 10px;
	cursor: pointer;
	line-height: 36px;
	background-color: #96c56f;
	border: 1px solid #299a0b;
	width: 110px;
	padding-left: 3px;
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#mytt-calendar-button{
	float: right;
}

#mytt-calendar-button:hover{
	opacity: 0.7;
}

#mytt-form-button:hover{
	opacity: 0.7;
}

#mytt-code{
	border: 1px solid red;
	padding: 0px;
}

.mytt-free-slot{
	background: -moz-linear-gradient(top,  rgba(205,235,142,0.5) 0%, rgba(165,201,86,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,0.5)), color-stop(100%,rgba(165,201,86,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,235,142,0.5) 0%,rgba(165,201,86,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,235,142,0.5) 0%,rgba(165,201,86,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,235,142,0.5) 0%,rgba(165,201,86,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,235,142,0.5) 0%,rgba(165,201,86,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cdeb8e', endColorstr='#80a5c956',GradientType=0 ); /* IE6-9 */
}

.mytt-past-slot{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.mytt-booked-slot{
	font-size: 12px;
	text-align: left;
	


	background: -moz-linear-gradient(top,  rgba(255,175,75,0.6) 0%, rgba(255,146,10,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,0.6)), color-stop(100%,rgba(255,146,10,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,175,75,0.6) 0%,rgba(255,146,10,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,175,75,0.6) 0%,rgba(255,146,10,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,175,75,0.6) 0%,rgba(255,146,10,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,175,75,0.6) 0%,rgba(255,146,10,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffaf4b', endColorstr='#ccff920a',GradientType=0 ); /* IE6-9 */
}

.mytt-selected-slot{
	background-color: #299a0b!important;
	background: linear-gradient(to bottom,  rgba(221,241,249,0.75) 0%,rgba(160,216,239,0.75) 100%)!important; /* W3C */

	background: -moz-linear-gradient(top,  rgba(221,241,249,0.75) 0%, rgba(160,216,239,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,241,249,0.75)), color-stop(100%,rgba(160,216,239,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,241,249,0.75) 0%,rgba(160,216,239,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,241,249,0.75) 0%,rgba(160,216,239,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,241,249,0.75) 0%,rgba(160,216,239,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,241,249,0.75) 0%,rgba(160,216,239,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfddf1f9', endColorstr='#bfa0d8ef',GradientType=0 ); /* IE6-9 */

}

.mytt-today{
	font-weight: bold;
}

.mytt-free-slot:hover{
	cursor: pointer;
	background-color: #96c56f;
}

.icon-arrow-l{
	background-image: url('icons-36-black.png');
	background-position: -289px -1px;
	width: 32px;
	height: 32px;
	float: left;
}

.icon-arrow-r{
	background-image: url('icons-36-black.png');
	background-position: -217px -1px;
	width: 32px;
	height: 32px;
	float: right;
}

.icon:hover{
	background-image: url('icons-36-white.png');
}

.icon:active{
	opacity: 0.5;
}

.mytt-buddy{
	background-image: url("buddy.png");
	background-position: -0px -3px;
	float: left;
	width: 29px;
	height: 18px;
}
