.ndp-days th,
.ndp-header {
    font-weight: 700;
    text-align: center;
}
div#ndp-nepali-box {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #c5c5c5;
    background-color: #fdfefe;
    position: absolute;
    z-index: 9999;
    padding: 4px;
    margin-top: 1px;
}
div#npd-table-div {
    margin: 0;
}
div#ndp-nepali-box td.ndp-selected a{
    color: #000 !important;
}
div#ndp-nepali-box td.ndp-current {
    background: #f5f8f9;
}

div#ndp-nepali-box td a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    margin: 1px;
    padding: 1px 2px;
    border: 1px solid #c5dbec;
    background-color:#DFEFFC;
    color: #6aa0c8;
}
div#ndp-nepali-box td.ndp-date a:hover {
    background: #074EA2;
    opacity: 1;
    color: #fff;
}
div#ndp-nepali-box td.ndp-date:hover{
    opacity: 1; 
}
div#ndp-nepali-box td.ndp-current a,
div#ndp-nepali-box td.ndp-selected a{
    border: 1px solid #dad55e;
    background-color: #fffa90 !important;
    color: #000 !important;
    opacity: 1;
}
a.ndp-disabled {
    cursor: not-allowed;
    background-color: #DFEFFC !important;
    opacity: .35;
}
.ndp-next,
.ndp-prev {
    position: absolute;
    top: 10px;
    width: 1.3em;
    height: 1.3em;
}
div#ndp-nepali-box a {
    text-decoration: none;
}
.ndp-header {
    border: 1px solid #074EA2;
    /* background: url(images/ndp_bg_wave.png) 50% 50% repeat-x #074EA2; */
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 1px 1px 3px 1px;
    border-radius: 0 !important;
    background-color: #074EA2;
}

.ndp-prev {
    left: 7px;
    background: url(images/ndp_buttons.png) no-repeat;
}
.ndp-prev:hover {
    background: url(images/ndp_buttons.png) -16px 0 #d0e5f5;
}
.ndp-next:hover {
    background: url(images/ndp_buttons.png) -48px 0 #d0e5f5;
}
.ndp-next {
    right: 7px;
    background: url(images/ndp_buttons.png) -32px 0 no-repeat;
}
#currentMonth #npd-month-select,
#currentMonth #npd-year-select {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    min-width: 65px;
    padding: 2px 0 2px 5px !important;
    background: #fff !important;
}
.ndp-corner-all,
.ndp-corner-left,
.ndp-corner-tl,
.ndp-corner-top {
    -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-right,
.ndp-corner-top,
.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-bl,
.ndp-corner-bottom,
.ndp-corner-left {
    -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-br,
.ndp-corner-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#npd-table-div .ndp-days{
    background-color: #ED1C24;
    color: #fff;
}
#npd-table-div th,
#npd-table-div td{
    padding: 0 !important;
}

#npd-table-div th{
    font-size: 12px;
    padding: 4px 10px !important;
}