		.timesheet_day{
			width:100%;
			height:50px;
			border:1px solid #e3e3e3;
			margin:0;
			padding:0;
		}
		.timesheet_hour{
			position: absolute;
			top:-20px;
		}
		.timesheet_start{
			left:0%;
		}
		.timesheet_in{
			left:37.5%;
		}
		.timesheet_lunch{
			left:58.3%;
		}
		.timesheet_back{
			left:62.5%;
		}
		.timesheet_out{
			left:75%;
		}
		.timesheet_end{
			right:0%;
		}
		.timesheet_vlines div{
			height:100%;
			border-right:1px solid grey;
			position: absolute;
			z-index:-10;
		}
		.timesheet_log{
			position: absolute;
			background-color: lightgreen;
			height:50px;
			border:1px dashed green
		}
		.timesheet_date{
			position: absolute;
			left:2%;
		}