/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable
{
	background-color: #FFFFFF;
	width: 700;
	border-color: #4A4A4A;
	border-width: 1px;
	border-style: dotted;
}

.navTable
{
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	width: 700;
}

.navTableText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
}

/* Month and Year Row Setup */
.monthYearRow
{
	line-height: 17pt;
	background-color: #CCCDFF;
	text-align: center;
	vertical-align: middle;
}

/* Month and Year Text Setup */
.monthYearText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	letter-spacing: 2px;
	text-align: center;
	width: 50%;
}

/* Next Month */
.nextMonthYearText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #252216;
	letter-spacing: 1px;
	text-align: right;
	width: 25%;
}

/* Previous Month */
.previousMonthYearText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #252216;
	letter-spacing: 1px;
	text-align: left;
	width: 25%;
}

/* Day Names Row Setup */
.dayNamesRow
{
	line-height: 11pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
}

/* Day Name Setup */
.dayNamesText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #433D27;
	background-color: #EBEBEB;
}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #433D27;
	line-height: 15pt;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 700px;
}

/* Day Number */
.dayNumber
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #656565;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Event Text */
.eventText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #656565;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: top;
}

/* Key Title */
.keyTitle
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #656565;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	letter-spacing: 2px;
	background-color: #EBEBEB;
}

/* Key Text */
.keyText
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #4A4A4A;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: 1px;
}

/* Key Table */
.keyTable
{
	border-color: #4A4A4A;
	border-width: 1px;
	border-style: dotted;
	padding: 1px;
}

/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------
*/

/* Empty Cell Background (Empty Date Marking) */
.emptyDate
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
	width: 100px;
	height: 80px;
}

.emptyKey
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Today Cell Background (Current Date Marking) */
.todayDate
{
	background-color: #EEF0FF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

.key_todayDate
{
	background-color: #EEF0FF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Weekend Cell Background (Weekend Date Marking) */
.weekendDate
{
	background-image: url(../../../timetrack/images/weekendColor.gif);
	background-color: #F8F8F8;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 1 */
.employee_1
{
	background-image: url(../../../timetrack/images/personnel_colors/green.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_1
{
	background-image: url(../../../timetrack/images/personnel_colors/green.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 2 */
.employee_2
{
	background-image: url(../../../timetrack/images/personnel_colors/gray.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_2
{
	background-image: url(../../../timetrack/images/personnel_colors/gray.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 3 */
.employee_3
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_3
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 4 */
.employee_4
{
	background-image: url(../../../timetrack/images/personnel_colors/red.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_4
{
	background-image: url(../../../timetrack/images/personnel_colors/red.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 5 */
.employee_5
{
	background-image: url(../../../timetrack/images/personnel_colors/blue.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_5
{
	background-image: url(../../../timetrack/images/personnel_colors/blue.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 6 */
.employee_6
{
	background-image: url(../../../timetrack/images/personnel_colors/green_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_6
{
	background-image: url(../../../timetrack/images/personnel_colors/green_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 7 */
.employee_7
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_7
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 8 */
.employee_8
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_8
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 9 */
.employee_9
{
	background-image: url(../../../timetrack/images/personnel_colors/red_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_9
{
	background-image: url(../../../timetrack/images/personnel_colors/red_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 10 */
.employee_10
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_10
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_forward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 11 */
.employee_11
{
	background-image: url(../../../timetrack/images/personnel_colors/green_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_11
{
	background-image: url(../../../timetrack/images/personnel_colors/green_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 12 */
.employee_12
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_12
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 13 */
.employee_13
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_13
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 14 */
.employee_14
{
	background-image: url(../../../timetrack/images/personnel_colors/red_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_14
{
	background-image: url(../../../timetrack/images/personnel_colors/red_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 15 */
.employee_15
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_15
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_backward.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 16 */
.employee_16
{
	background-image: url(../../../timetrack/images/personnel_colors/green_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_16
{
	background-image: url(../../../timetrack/images/personnel_colors/green_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 17 */
.employee_17
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_17
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 18 */
.employee_18
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_18
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 19 */
.employee_19
{
	background-image: url(../../../timetrack/images/personnel_colors/red_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_19
{
	background-image: url(../../../timetrack/images/personnel_colors/red_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 20 */
.employee_20
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_20
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_vertical.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 21 */
.employee_21
{
	background-image: url(../../../timetrack/images/personnel_colors/green_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_21
{
	background-image: url(../../../timetrack/images/personnel_colors/green_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 22 */
.employee_22
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_22
{
	background-image: url(../../../timetrack/images/personnel_colors/gray_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 23 */
.employee_23
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_23
{
	background-image: url(../../../timetrack/images/personnel_colors/yellow_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 24 */
.employee_24
{
	background-image: url(../../../timetrack/images/personnel_colors/red_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_24
{
	background-image: url(../../../timetrack/images/personnel_colors/red_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

/* Employee 25 */
.employee_25
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 93px;
	height: 12px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
}

.key_employee_25
{
	background-image: url(../../../timetrack/images/personnel_colors/blue_horizontal.gif);
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 1px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-style: dotted;
	border-width: 1px;
	border-color: #D1D1D1;
}

a
{
	color: #000;
	text-decoration: none;
}

a:link
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active { text-decoration: none; }

