﻿div#PageHeaderBar
{
	background-image: url(wc.bmp);
	height: 50px;	
}

tr.Overdue td
{
	background-color: #FF0000!important;	
}

tr.NextWeek td.eventdate
{
	background-color: #FFFF00!important;
	font-weight: bolder;
	color: #CC66FF!important;
}

tr.ThisWeek td.eventdate
{
	background-color: #99FF99!important;
	font-weight: bolder;
	color: #000000!important;
}

tr.ThreeWeeksOut td.eventdate
{
	background-color: #008080!important;
	font-weight: bolder;
	color: #FFFF66!important;
}

tr.ThisMonth td.eventdate
{
	background-color: #66CCFF!important;
	font-weight: bolder;
	color: #000000!important;
}
tr.notconfirmed td.dateconfirmed
{
	background-color: #FF0000!important;
}

tr.worklogsent td.dateworklogsent
{
	background-color: #00FF00;
}

tr.worklognotsent td.dateworklogsent
{
	background-color: #FFFF00;
}

tr.PaymentOk td.DateReceived
{
	background-color: #FFFF00!important;
}
tr.PaymentDue td.DateReceived
{
	background-color: #FF0000!important;
}

tr.NoFee td.eventfee
{
	background-color: #FF0000!important;
}

tr.NoStaff td.eventstaffed
{
	background-color: #C0C0C0!important;
}

	
table.DataView tr.HeaderTextRow td.HeaderText
{
	font-weight: bold;
	background: gray;
}

