div#ndp-nepali-box {
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    /*width: 198px; */
    border: 1px solid #A6C9E2;
    background-color: #FDFEFE;
    position: absolute;
    z-index: 9999;
    padding: 1px;
    margin-top: 1px;
}

div#npd-table-div {
    margin: 0px;
    width: 280px;
}

div#npd-table-div table {
    border-spacing: 2px;
    border-collapse: separate;
    width: 280px;
}

div#ndp-nepali-box td.ndp-date {
    margin: 1px;
    padding: 2px 4px;

    border: 1px solid #C5DBEC;
    background: #DFEFFC repeat-x;
    color: #2E6E9E;
}

div#ndp-nepali-box td.ndp-selected {
    border: 1px solid #FAD42E;
    background: #FBEC88;
    color: #363636;
}

div#ndp-nepali-box td.ndp-current {
    margin: 1px;
    padding: 1px 2px;
    border: 1px solid #79B7E7;
    background: #F5F8F9;
}

div#ndp-nepali-box td.ndp-current a {
    color: #E17009;
}

div#ndp-nepali-box td.ndp-date a {
    display: block;
    color: #1C94C4;
    text-decoration: none;
    font-size: 14px;
    width: 25px
}

div#ndp-nepali-box td.ndp-date:hover {
    border: 1px solid #FED22F;
    opacity: 0.8;
}

div#ndp-nepali-box td.ndp-date a:hover {
    color: #1C94C4;
}

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;
    font-size: 13px;
}

.ndp-header {
    border: 1px solid #4297D7;
    background: #5C9CCC;
    color: white;
    font-weight: bold;
    font-size: 13px;
    /*height: 20px;*/
    line-height: 20px;
    margin: 2px;
    text-align: center;
}

.ndp-prev:before {
    content: '<<';
}

.ndp-next:before {
    content: '>>';
}

.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;
    color: #FFF;
}

.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 {
    color: #FFF;
    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: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ndp-corner-all, .ndp-corner-top, .ndp-corner-right, .ndp-corner-tr {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ndp-corner-all, .ndp-corner-bottom, .ndp-corner-left, .ndp-corner-bl {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ndp-corner-all, .ndp-corner-bottom, .ndp-corner-right, .ndp-corner-br {
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
