.title{
	text-align: center;
	font-size: 16px;
}
.tableCell{
	border:1px solid #dddddd;
}
.header{
	background-color:#EEEEEE;
	text-align:center;
}
.firstColmn{
	color:#F00;
	font-weight:bold;

}
.cell{
	vertical-align:top;
	position:relative;
}
.cell .date{
	position:absolute;
	font-size:14px;
	z-index: 1000;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	width:20px;
	text-align: center;
	border-radius: 10px;

}
.cell .tithi{
	position:absolute;
	font-size:10px;
	width:100%;
	text-align: center;
}
.cell .SMALL{
	font-size:8px;
}
.cell .FULL{
	font-size:8px;
}
.today{
	background-color:#faffb0;
	border: 1px solid #ffba00;
}
.cell .eventBlock{
	position:absolute;
	width:100%;
	top:25px;
	font-weight: normal;
}
.cell .eventBlockSmall{
	position:absolute;
	width:100%;
	
	font-weight: normal;
}
.cell .eventItem{
	margin-right:10px;
	border-radius:2px;
	padding:2px;
	font-size:11px;
	text-align:center;
	white-space: nowrap;
	overflow:hidden;
	margin-top:1px;
	cursor: pointer;
}
.cell .eventItemSmall{
	margin-right:10px;
	border-radius:2px;
	padding:2px;
	font-size:11px;
	text-align:center;
	white-space: nowrap;
	overflow:hidden;
	margin-top:1px;
	cursor: pointer;
}
.cell .EVENT_CSS{
	background-color:#fffc00;
}
.cell .JAYANTI_CSS{
	background-color:#cbea9a;
}
.cell .FESTIVAL_CSS{
	background-color:#f1d091;
}
.cell .DIVAS_CSS{
	background-color:#94d9da;
}
.cell .PUNYATITHI_CSS{
	background-color:#96cfbe;
}
.cell .ALERT_CSS{
	background-color:#ffa3c3;
}
.calHeader{
	text-align:center;
	font-size:24px;
}
.eventInfo{
	padding:10px;
}
.eventInfo a{
	display: block;
	padding:10px;
	margin:5px;
	background-color: #DDDDDD;
	border:1px solid #CCCCCC;
}

.dayEvent{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dayEvent li{
	padding: 7px;
	margin-top: 3px;
	cursor: pointer;
}

.calanderHeader{
	padding:10px;
	font-size:16px;
	border-bottom:1px solid #888;
	text-align:center;
}
.calanderHeader span{
	padding-right:10px;
}

#upCommingEvent{
	
}
.calendarEventItem{
	clear:both;
	border-bottom:1px solid #DDD;


	overflow:hidden;
}
.calendarEventItem  .eventDateMonth{
	float:left;
}

.calendarEventItem  .eventmainDiv{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
	
}

.calendarEventItem  .eventmainDiv .shortDesc
{	
	display:block;
	color:#999;
	line-height:16px;
	font-size:12px;
	
}
.calendarEventItem .eventtitle 
{    	
	float:right;
 

	width:68%;
	padding:10px;
	text-align:justify;	
	border-left: 1px solid #d6d2d6;
	min-height:70px;
	/*
    margin: 0 0 0 80px;
    padding: 0 20px 0 20px;
	*/	
}


.calendarEventItem .eventtitle a:hover
{    
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	
}
.calendarEventItem .eventdateDiv
{
	text-align:center;
	width:90px;
	height: 75px;
	padding-top:20px;
	font-size: 38px;
	/*clear:both;    
    margin: -40px 0 0;
    padding: 0 0 0 15px;    
	height:75px;*/
}
.calendarEventItem .eventmonthyearDiv
{
	text-align:center;
	font-size:12px;
	width:90px;
	color:#999;
	margin: -25px 0 10 0;
}
.calendarEventItem .eventspecificationDiv
{

}
.calendarEventItem .eventspecificationDiv a:hover
{
	text-decoration:none;
}
.calendarEventItem .eventsFormatRander
{
	border-bottom:1.5px dotted #2eaef0;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}

.calendarEventItem .eventdescriptionDiv
{

}


.calanderEventItem{
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
	padding-top:10px;

}
.calanderEventItem .calendarEventItemTitle{
	display:block;
}
.calanderEventItem .calanderEventItemPunch{
	color:#777;
	font-size:12px;
}
 .eventtitle .shortDesc{
	padding-top:5px;
	font-size:11px;
	color:#AAA;
}
.calenderFooter{
	margin-top:5px;

	padding-top:10px;
	margin-bottom:10px;
}
.calenderFooter div{
	margin-bottom:5px;
}
