@charset "UTF-8";
/* CSS Document */

/* Normal CSS overrides */

.imaage {
	margin: 0px 0px 20px 0px; /* changed right from 10 to 0 - IS THIS NECESSARY? */
}

/* Specific CSS for scroll area */
h5 {
	font-weight:normal;
	margin-left: 105px;
	background: url(../media/site/calendar_head.png);
	background-repeat:repeat-y;
	_background: url(); /* hack for lack of png support in IE 6 */
	_background:#eee; 	/* hack for lack of png support in IE 6 */
	padding: 3px 0px 3px 10px;
	margin-bottom: 3px;
	width: 450px;
}
h6 {
	font-weight:normal;
	margin-left: 115px;
	margin-bottom: 10px;
}
.employeeNo0, .employeeNo1, .employeeNo2, .employeeNo3, .employeeNo4, .employeeNo5, .employeeNo6, .employeeNo7, .employeeNo8, .employeeNo9, .employeeNo9  {
}

html.js .scroll-pane { /* prevent native scrollbars flashing before final bars are ready */
	overflow: hidden;
}
