#extcal_minical .extcal_navbar {
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	/* border-bottom: 1px solid #B4B4B6; narin */
}
#extcal_minical .extcal_tiny_add_event_link {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color:#575767;
	text-decoration: none;
}
#extcal_minical TABLE.extcal_weekdays {
/*	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x; */
	background: url("../images/bg_bottom.png") bottom left no-repeat;	
	border-top: 1px solid #FFFFFF;
	width: 100%; /* 135px; */
	border-collapse:collapse;
	border-spacing:0px;
	border-width:0px;
	text-align:center;
}


#extcal_minical TD.extcal_weekdays {
	font-family: Tahoma;/*"Trebuchet MS", Verdana, Arial, "Microsoft Sans Serif"; */
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	vertical-align:top;
	height: 24px;
	text-align:center;
}
#extcal_minical .extcal_small {
	font-family: Verdana;
	font-size: 9px;
	color:#575767;
	text-decoration: none;
}
#extcal_minical .extcal_small:link,#extcal_minical .extcal_small:visited {
	text-decoration: none;
}
#extcal_minical .extcal_small:hover {
	text-decoration: underline;
}

#extcal_minical .extcal_daycell,#extcal_minical .extcal_todaycell,
#extcal_minical .extcal_sundaycell,#extcal_minical .extcal_othermonth {
	font-family: "Trebuchet MS", Verdana, Arial, "Microsoft Sans Serif"; 
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#555555;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
}

#extcal_minical .extcal_todaycell {
	color:#99AAAA;
/*	background-image: url(../images/rect.gif); */
	background: #fff url("../images/bg_today.png") center center no-repeat;
}

#extcal_minical .extcal_sundaycell {
	color:#99AAAA;
}

#extcal_minical .extcal_othermonth {
	color:#99AAAA;
}

#extcal_minical .extcal_daylink, #extcal_minical .extcal_sundaylink,
#extcal_minical .extcal_busylink  {
	font-family: "Trebuchet MS", Verdana, Arial, "Microsoft Sans Serif"; 
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#extcal_minical .extcal_daylink:link,#extcal_minical .extcal_daylink:visited {
	color:#555555;
}

#extcal_minical .extcal_busylink:link,#extcal_minical .extcal_busylink:visited { 
	color:#2266EE;
	text-decoration: none; 
}

#extcal_minical .extcal_sundaylink:link,#extcal_minical .extcal_sundaylink:visited {
	color:#99AAAA;
}

#extcal_minical .extcal_month_label {
	font-family: Verdana, Arial, "Microsoft Sans Serif"; 
	/* font-size: 10px; */
	font-size: 1.3em;
	font-weight: bold;
	/* color: #565666; */
	color: #fff;
}
#extcal_minical .extcal_picture 
#extcal_minical .extcal_weekcell {
  margin: 0px;
  padding: 0px;
  text-align:center;
}
#extcal_minical table{
	background: url("../images/bg_headbar.png") top left no-repeat;
	width: 168px;
}
#extcal_minical {
    margin: 0 5px;
	margin-bottom: 5px;
	/*background-color: #fff;*/
}
#mini-left-arrow {
	padding-left: 5px;
}
#mini-right-arrow {
	padding-right: 5px;
}
td.busylink { /* narin add */
	background: #fff url("../images/bg_circle.png") center center no-repeat;
}

