.window-titleBar {
    height: 37px;
}

.window-titleBar-content {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.window-closeButton,
.window-maximizeButton,
.window-minimizeButton {
    width: 27px;
    height: 27px;
    background-size: 27px;
    border: 1px solid #3264B9;
    background: url(../skin/top-bottom.gif) 0 -1px repeat-x;
    color: #15428B;
    cursor: pointer;
    text-transform: uppercase;
    -moz-text-shadow: 0 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff;
    -ms-text-shadow: 0 1px 1px #fff;
    -o-text-shadow: 0 1px 1px #fff;
    text-shadow: 0 1px 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.window-maximizeButton {
    right: 42px;
}

.window-minimizeButton {
    right: 74px;
}

.window-closeButton:after {
    content: '×';
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 26px;
}

.window-maximizeButton:after {
    content: '+';
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 26px;
}

.window-minimizeButton:after {
    content: '-';
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 26px;
}

span.hotkey {
    color: #3264B9;
    font-weight: bold;
}

div.datepicker tbody a {
    padding: 10px;
}