div#ndp-nepali-box{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	width: 198px; 
	border: 1px solid #CCC; /*change required*/
	background-color: #FFF; /*change required*/
	position: absolute;
	z-index:1;
	padding: 1px;
	margin-top: 1px;
}
div#ndp-nepali-box td.ndp-date{
	margin:1px; padding: 1px 2px;
	
	border: 1px solid #CCCCCC; /*change required*/
	background: #EDEDED ;/*change required*/
	color: #555555;/*change required*/
}
div#ndp-nepali-box td.ndp-selected{
	border: 1px solid #CCC;
	background: #EDEDED;
	color: #555555;
}
div#ndp-nepali-box td.ndp-current{
	margin:1px; padding: 1px 2px;
	border: 1px solid #CCC;
	background: #FBFAF1;
}
div#ndp-nepali-box td.ndp-current a{ color: #1885AC; }/*change required*/
div#ndp-nepali-box td.ndp-date a{
	display: block; 
	color: #555555;/*change required*/
	text-decoration:none; 
	font-size: 12px; 
	width:20px
}
div#ndp-nepali-box td.ndp-date:hover{
	border: 1px solid #AAA; /*change required*/
	opacity:1;
	background: #EDEDED; /*change required*/
}
div#ndp-nepali-box td.ndp-date a:hover{
	/*color: #FFFFFF; change required*/
}
div#ndp-nepali-box table, div#ndp-nepali-box tr, div#ndp-nepali-box td{ 
	font-size:12px;
	height: 19px;
	line-height: 19px;
}
div#ndp-nepali-box a{
	text-decoration:none;
}

.ndp-days th{
	text-align:center;
	font-weight: bold;
}

.ndp-header{
	border: 1px solid #BBB; /*change requierd*/
	background: #5C9CCC url(images/ndp_bg_wave.png) 50% 50% repeat-x;
	color: #222222;/*change required*/
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin: 2px;
	text-align: center;
}

.ndp-prev{
	left: 7px;
	position: absolute;
	top: 6px;
	width: 1.3em;
	height: 1.3em;
	background: url(images/ndp_buttons.png) no-repeat;
    background-position: 0px 0px;
}
.ndp-prev:hover{
	background: /*#D0E5F5*/ url(images/ndp_buttons.png);
	background-position: -16px 0px;
}
.ndp-next:hover{
	background: /*#D0E5F5*/ url(images/ndp_buttons.png);
	background-position: -48px 0px;
}
.ndp-next{
	right:7px;
	position: absolute;
	top: 6px;
	width: 1.3em;
	height: 1.3em;
	background: url(images/ndp_buttons.png) no-repeat;
    background-position: -32px 0px;
}

/* Corner radius */
.ndp-corner-all, .ndp-corner-top, .ndp-corner-left, .ndp-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ndp-corner-all, .ndp-corner-top, .ndp-corner-right, .ndp-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ndp-corner-all, .ndp-corner-bottom, .ndp-corner-left, .ndp-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ndp-corner-all, .ndp-corner-bottom, .ndp-corner-right, .ndp-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }