/*

// PHP Calendar Class Version 1.0 (26 Apr 2009)
//  
// Copyright Raja MM 2009 - 2010. All Rights reserved.
// 
// This software may be used, modified and distributed freely
// providing this copyright notice remains intact at the head 
// of the file.
//
// This software is freeware. The author accepts no liability for
// any loss or damages whatsoever incurred directly or indirectly 
// from the use of this script. The author of this software makes 
// no claims as to its fitness for any purpose whatsoever. If you 
// wish to use this software you should first satisfy yourself that 
// it meets your requirements.
//
// URL:   http://www.PACECODE.com/blog/
// Email: pacecodes@gmail.com

*/

/* CSS Document */
#calendar_top{ position:relative; left:-208px; color:#ffffff; width:700px;}
#my-calander-top{ width:100%; color:#000000; font-weight:normal; font-size:15px; padding-bottom:10px;}
#full_calendar{ position:relative; left:-205px; color:#ffffff; width:697px;}
#full_calendar tr td{ border:1px solid #ffffff; width:50px;}
.my-calander-area{
	
	}
tr.week_days{  font-weight:bold; vertical-align:middle; color:#ffffff; text-align:center; background-color:#000000}
tr.calendartable{ height:50px; text-align:center;}
tr.calendartable td{background-color:#dddddd; color:#000000;}
tr.calendartable td a{text-align:center;}
#day{ text-align:right;}
tr.calendartable td .calendarlink{ color:#000000;}