.daybox {
	height:70px;
	width:110px;
	border:0px solid silver;
	background:#b49679 url('/images/cal_day_bg.jpg') no-repeat;
	font-size:11px;
	padding-right:4px;
	font-weight:bold;
	cursor:pointer;
}
.emptydaybox{
	height:70px;
	width:110px;
	border:0px solid silver;
	background-color:#b49679;
}
.eventdaybox {
	font-size:11px;
	font-weight:normal;
	direction:rtl;
}
.my-calander-area{
	width:680px;
	float:right;
	}
.calander-outer{
	width:680px;
	float:left;
	}		
.my-calander-top{
	background:url('/images/top_calBG.jpg') no-repeat;
	width:680px;
	height:65px;
	background-repeat:no-repeat;
	}
.my-calander-middle{
	background-image:url(/images/my-calander-middle.gif);
	background-repeat:repeat-y;
	width:512px;
	border:0px #FF0000 solid;
/*	vertical-align:middle;
	z-index:1;
	position:static;*/
	}
.my-calander-bottom{
	background-image:url(/images/my-calander-bottom.gif);
	width:512px;
	height:10px;
	background-repeat:no-repeat;
	}
.calander-day{
	border-bottom:#e3e3e3 1px solid;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#efefef;
	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;
	}


