
  .data {
font-size: 0.7em;
color:WHITE;
width:300px;
border-right:1px solid #ccc;
margin:0;padding:1px 1px 1px 1px;
height:100px;
vertical-align:top;
}

A:link {color:white}
A:visited {color:white}

body {background-color:#fff;
background:#abbed3 url(http://www.primaryt.co.uk/images/start2.gif) repeat-x;
}

/* Equivalent for cellspacing=0 */ 
table{ 
border-collapse: collapse; 
} 

/* Equivalent for cellspacing=5px */ 
/* Works in IE5+ */ 
-------------------- 
table{ 
border-collapse: collapse; 
border-width: 5px; 
} 

/* Works in NN */ 
-------------------- 
table{ 
border-collapse: collapse; 
border-spacing: 5px; 
} 

.freeday {
background:#abbed3 url(http://primaryemail.co.uk/images/free.gif) repeat-x;
 width:200px; height:auto;

border:0;
margin:0;
}

.times {text-align:center; width:200px; border:0;margin:0;padding:0; }

.left-date-headers {background: url(http://primaryemail.co.uk/images/date.gif);
font-size:1.0em;
text-align:center;
width:auto;
height:20px;

}

.left-heads-proper {width:10%; font-size:1em;border-right:1px solid #000;
background:url(http://primaryemail.co.uk/images/date.gif) repeat-x;

}
