table.diary {
  background-color: white;
  border-style: none;
  border-width: 1px;
  border-spacing: 2px;
  border-collapse: collapse;
}

table.diary th {
  font-family: Tahoma ; 
  font-size: 10pt; 
  color: black;
  /*background: #cfc390;*/
  background: #C0C0C0;
  border: 1px solid #595959;
  padding-right: 3px;
  padding-left: 3px;
  text-align: center;
  font-weight: bold;
}

table.diary th.blank{
  border: none;
  background: white;
}
table.diary th.dayborder {
  /*border-right: 2px solid #781351; because 1e7 is broken */
}

table.diary td {
  font-family: Arial black; 
  font-size: 6pt; 
  vertical-align: middle;
  /*border: 1px solid #fee3ad;*/
  border-top: 1px dotted #595959;
  border-right: none;
  /*border-left: 1px solid #a03030;*/
  border-left: none;
  padding-right: 3px;
  padding-left: 3px;
  color: #000000;
  background: #fee3ad;
}

table.diary td.daygap{
  border: none;
  background: white;
  width: 5px;
}
table.diary td.blank{
  border: none;
  background: white;
}
table.diary td.d {
  width: 100px;
  border-bottom: none;
}

table.diary td.time{
  background: #c0c0c0; 
  font-family: Arial black;
  font-size: 8pt; 
}

table.diary td.timefirst {
  border-top: 1px solid #595959;
}

table.diary td.gap{
  border: 1px dotted  #595959; 
  border-left: none;
  border-right: none;
  background: white;
  text-align: center;
}

table.diary td.weekend{
  background: #dec38d;
}

table.diary td.booked {
  background: white;
}
table.diary td.start {
  border: 1px solid #595959;
  border-bottom: none;
}

table.diary td.startend {
  border: 1px solid #595959;
}

table.diary td.end {
  border: 1px solid #595959;
  border-top: none;
}

table.diary td.mid {
  border: 1px solid #595959;
  border-top: none;
  border-bottom: none;
}

table.diary td.resborder {
  border-right: 1px solid #595959;
}
table.diary td.enddayborder {
  /*border-right: 2px solid #781351; because ie7 is broken*/
}
table.diary td.startdayborder {
  border-left: 1px solid #595959;
}


table.diary td.timeflyover{
  background: #303030;
  color: #c0c0c0;
}

table.diary th.flyover {
  background: #303030;
  color: #C0C0C0;
  
}
table.diary td.flyover {
  background: #7eFF3d;
}

table.diary td.dynabook {
  background: #3d7eFF;
}

table.diary td.highlight {
  background: #FF9966;
}

table.diary td.bold {
  font-weight: bold;
  font-size: 8pt;
  color: #330033;
}