.ctcalendar {
    width: 221px; /* cellwidth * 7 + cellpadding * 14 + cellborder * 14 */
    display: block;
    padding: 3px;
    margin: 0px auto;
    position: relative;
    height: 163px;
}
.ctcalendar .ui-datepicker-inline{
    width: auto;
    background: none;
    background-color: transparent;
    border: none;
    padding: 0px;
}
.ctcalendar .ui-datepicker table{
    height: 141px;
}
.ctcalendar .calwrapper {
    display: block;
}


.ctcalendar .ui-datepicker-header {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    height: 16px;
    padding: 2px 0px 0px !important;
    overflow: hidden;
    border: none;
    background: none;
    background-image:url("/images/frontend/nacional/calendario/basemes.png");
}

.ctcalendar .calcontrol {
    width: 25px;
}

.ctcalendar .ui-datepicker-header .ui-datepicker-next .ui-icon{
    background-image:
        url("/images/frontend/nacional/calendario/flecha_izquierda.png");
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 19px
}

.ctcalendar .ui-datepicker-header .ui-datepicker-prev .ui-icon{
    background-image:url("/images/frontend/nacional/calendario/flecha_derecha.png");
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 19px
}

.ctcalendar .ui-datepicker-prev{
    left: 5px !important;
    top: 2px !important;
}
.ctcalendar .ui-datepicker-next {
    right: 5px !important;
    top: 2px !important;
}
.ctcalendar .ui-datepicker-prev, .ctcalendar .ui-datepicker-next {
    height: 17px !important;
    width: 19px !important;
    background: none !important;
    border: none !important;
}
.ctcalendar .ui-datepicker .ui-datepicker-title {
    line-height: 19px !important;
}
.ctcalendar .calcontrol:hover {

}

.ctcalendar .calclose {
    float: right;
    display: none;
}

.ctcalendar .calprevmonth {
    float: left;
}

.ctcalendar .calnextmonth {
    float: right;
}

.ctcalendar .calnextyear {
    display: none;
}

.ctcalendar .calprevyear {
    display: none;
}

.ctcalendar .ui-datepicker td span, .ctcalendar .ui-datepicker td a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 10px;
}

.ctcalendar .dayboxdate {
    height: 14px;
    padding-top: 4px;
}

.ctcalendar .dayboxvalue {
    display: none;
}

.ctcalendar .dayoutmonth {
    visibility: hidden;
}

.ctcalendar .dayInsc {
    background:
        url("/images/frontend/nacional/calendario/naranja_numeros.png")
        no-repeat center center;
    cursor: pointer;
}

.ctcalendar .dayApt {
    background:
        url("/images/frontend/nacional/calendario/celeste_numeros.png")
        no-repeat center center;
    cursor: pointer;
}

.ctcalendar .daycurrent {
    border: 1px solid #e8eef7;
}
#calendarioCnt .calendarheader{
    background-image: url("/images/frontend/nacional/calendario/basesemana.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 221px;
    left: 9px;
    position: absolute;
    top: 23px;
}
#calendarioCnt .calendarbody {
    background-image: url("/images/frontend/nacional/calendario/basedias.png");
    height: 123px;
    left: 10px;
    padding-left: 2px;
    position: absolute;
    top: 41px;
    width: 218px;
}
.ctcalendar .ui-datepicker-calendar thead tr {
    height: 18px;
    overflow: hidden;
    width: 100%;
}

.ctcalendar .ui-datepicker-calendar thead tr th {
    padding: 0;
    visibility: hidden;
    width: 32px;
}

.ctcalendar .endweek {
    float: left;
}

#calendarTip .torneoName {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
}

#calendarTip .torneoBandera {
    text-align: right;
}

#calendarTip .separador {
    border-color: #D6D7D8;
    border-style: none none dotted;
    border-width: medium medium 2px;
    clear: both;
    width: 220px;
    margin: 5px 0px;
}
#calendarTip .left {
    float: left;
    text-align: left;
}
#calendarTip .left .tipoTorneos{
    height: auto !important;
}
#calendarTip .left .tipoTorneos .valoresTorneo{
    font-weight: bold;
    text-transform: uppercase;
}
#calendarTip .tipoPuntaje {
    font-weight: bold;
    line-height: 17px;
}
#calendarTip .tipoPuntaje > span{
    text-transform: uppercase;
    color: #00CCFF;
}

#calendarTip .right {
    float: right;
    text-align: center;
}
#calendarTip .puntaje, #calendarTip .bonus{
    width: 90px;
    border: 1px solid white;
    margin-bottom: 5px;
}
#calendarTip .puntaje .puntajeTitle, #calendarTip .bonus .bonusTitle{
    border-bottom: 1px solid white;
    text-transform: uppercase;
    display:block;
    padding: 2px 0px;
}
#calendarTip .bonus .bonusPrice{
    padding: 2px 0px;
}
#calendarTip .puntaje .pelotitas IMG {
    margin: 4px 0px;
}
