PLS HLP! Going Crazy w/ view and CSS problem

I have a simple view setup with the calendar option selected that will be used by end-users on the web. I have added a css file to the style sheets section in designer, and the view uses a $$ViewTemplateDefault form. In the style sheet, the below code is used:

body

{

font-family: Tahoma,Arial;

}

table

{

height: 100px;

border: 1px solid black;

}

td

{

vertical-align: top;

border: none;

}

If you try this out, you will see that documents/entries will appear on a seperate line/row instead of the actual date box it should be in. How do I prevent this from happening. PLEASE HELP!!

Thanks in advance.

Mark