/*

// 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 */

body{
	font-family:Arial;
	font-size:12px;
}

.my-calander-area{
	width:714px;
	float:right;
	}
.calander-outer{
	width:714px;
	float:left;
	}		
.my-calander-top{
	background-image:url(../images/calander-top.gif);
	width:714px;
	height:65px;
	background-repeat:no-repeat;
	}
.my-calander-middle{
	background-image:url(../images/my-calander-middle.gif);
	background-repeat:repeat-y;
	width:714px;
	border:0px #FF0000 solid;
/*	vertical-align:middle;
	z-index:1;
	position:static;*/
	}
.my-calander-bottom{
	background-image:url(../images/my-calander-bottom.gif);
	width:713px;
	height:10px;
	background-repeat:no-repeat;
	}
.calander-day{
	border-bottom:#e3e3e3 1px solid;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#194a7e;
	padding:7px 0px 7px 0px;
	text-align:center;
	}	
.my-calander-name{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	height:auto;
	margin:0px;
	padding:0px;
	
	}
.my-calander-name a{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	text-decoration:none;
	}
.my-calander-name a:hover{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	text-decoration:underline;
	}						
	
.my-calander-name-active{
	font-family:Arial;
	font-size:11px;
	color:#d60a0a;
	}
	
	.pd-top{
	padding:20px  0px 0px 0px;
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	}

