table.jajc-calendar {
    margin:0 0;
    cursor:default;
    border-collapse: collapse;
    width:  100%;
    background:#E6C47A;

}

table.jajc-calendar-wrapper {
    width:    100%;
    cursor:default;
    border-collapse: collapse;
}

table.jajc-calendar-wrapper thead tr:nth-child(1){
    background:#BA670B;
    width:      100%;
    font-family: 'Agopus'sans-serif;
    border-radius: 2px;
    height:30px;
    line-height:   30px;
}
table.jajc-calendar-wrapper thead tr:nth-child(2){
    background:#C0A264;
    border-top:1px solid #E5C57A;
}

table.jajc-calendar tbody td,
table.jajc-calendar thead th{
    padding: 0;
    width: 26px;
    height: 20px;
    text-align: center !important;
    color:#999;
}

table.jajc-calendar tbody td{
    border: 1px solid #9D7752;
    border-collapse:collapse;
    padding:0;
}



table.jajc-calendar thead th {
    font-weight: normal;
    color:#220400;
    font-family: 'Agopus'sans-serif;
}

table.jajc-calendar tbody td .scope {
    color:#000;

}

table.jajc-calendar tbody td .scope a{
    display:block;
    height:100%;

}


table.jajc-calendar .calendar-btn span {
    _text-indent: -1000px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}

.cal_elt{
    float:  left;
    width:  14.2%;
    height: 60px;
    margin: 0 auto;
    margin-top: 2%;
}

.cal_elt a{
    display: block;
    background: #E6C57B;
    width: 77%;
    height: 93%;
    margin: 0 auto;
    margin-bottom:2px;
}

img.menu_cal_img{
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
background-color:#000;
}





.master  a{
    color:     #653E35;
    display:    inline-block;
    margin-top: 4%;

}

.cal_elt a img{
    display:block;
    margin:     auto auto;
}

.cal_elt a:hover{
    background:#B76206;
}

.cal_elt span{
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-family:'Agopus';
    color:#653E35;
}

table.jajc-calendar .btn-prev span{
    /*background:url('../images/calendar-prev.png') 50% 50% no-repeat;*/

}

table.jajc-calendar .btn-next span{
    /*background:url('../images/calendar-next.png') 50% 50% no-repeat;*/
}

table.jajc-calendar .month-name {
    text-align:center;
}

.jajc-calendar-white {
    border-radius: 7px;
    margin-left: 6%;
    margin-right:5px;
    margin-bottom: 15px;
    margin-top: 10px;
        width:87%;
}

table.jajc-calendar tbody td a,
table.jajc-calendar tbody td div{
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0px !important;
}

table.jajc-calendar td, table.jajc-calendar a
{
    text-align: center !important;
}

table.jajc-calendar a
{
    color:#220400;
    text-decoration:none;
    font-family: 'Agopus'sans-serif;
    font-size:15px;
    font-weight:normal;
}

table.jajc-calendar .scope a
{
    color:#220400;
}

table.jajc-calendar .today
{
    border: 1px solid red;
}

table.jajc-calendar .page_date
{
    border: 1px solid blue;
}

table.jajc-calendar .sunday
{
    background: #e7a575;
}


table.jajc-calendar .holyday
{
    background: #c3241b;
}

table.jajc-calendar tr td div {
    height: 100%;
}