Looks wrong?

I am using the wordpress 3.0.1 and scheduler 2.3 on my website tcfc.freehostingcloud.com/calendar/

The calendar month and year view lines (between date columns) are not in line with the date columns on the top row. Its hard to decribe so look for yourself.

Active plugins: Adminimize, akismet, Buddypress, Easy embed, Remove BuddyPress AdminBar

What is the problem?

Hello,

Find file your_wordpress/wp-content-plugins/event-calendar-scheduler/codebase.dhtmlxscheduler_wp.css and change:

div.dhx_cal_container table tr td{border-width:1px !important;padding:0!important; border-top-width: 0px !important;}

to

div.dhx_cal_container table tr td{border-width:1px !important;padding:0!important; border-top-width: 0px !important; border: none;}

Best regards,
Ilya

That did not do it but thanks for your help. Problem was that border-width:1px needed changing to 0px