
table.jCalendar {
    padding:0;
    margin: 4px auto 0 auto;
}

table.jCalendar th {
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}

table.jCalendar td {
    color: #888;
    padding: 3px 0 0 0;
    width:21px;
    height:18px;
    text-align: center;
}
table.jCalendar td.other-month {
    color:#ccc;
}
table.jCalendar td.today {

}
table.jCalendar td.selected {
    background: url('../gfx/ramka-ziel.png') no-repeat !important;
    background: #97ba1c;
    color: #fff;
    text-decoration:none;
}
table.jCalendar td.selectedCzer {
    background: url('../gfx/ramka-czer.png') no-repeat !important;
    background: #97ba1c;
    color: #fff;
    text-decoration:none;
}
table.jCalendar td.selected1 {
    /*background: #97ba1c;*/
    background: url('../gfx/ramka.png') no-repeat;
    color: #000;
    text-decoration:none;
}
table.jCalendar td.selected2 {
    background: url('../gfx/ramka.png') no-repeat;
    color: #000;
    text-decoration:none;
}
table.jCalendar td.selected.dp-hover {
    color: #97ba1c;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    color: #97ba1c;
}
table.jCalendar tr.selectedWeek td {
    /*background: #f66;*/
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    /*background: #bbb;*/

}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    /*background: #bbb;*/

}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
    position: relative;
    /*background: #ccc;*/
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h5 {
    font-size: 11px;
    text-align: center;
    font-weight:normal;
    margin: 7px 0 0 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: none;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
    width:8px;
    height:9px;
    background: url('../gfx/strzalka-l.png') no-repeat;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    width:8px;
    height:9px;
    background: url('../gfx/strzalka-r.png') no-repeat;
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}

a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url('../gfx/design/calendar.png') no-repeat;
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 140px;
    float: left;
}

