.mod_minical_inner {
    display: inline-block;
    vertical-align: top;
}

.mod_minical_table {
    border-collapse:collapse;
    border:2px solid #9DA7B0;
    color:#313131;
    background-color:transparent;
    box-shadow: 0px 0px 10px 0px #111112;
    text-align:center;
    line-height:1.4;
    box-shadow: 1px 1px 3px grey;
    width:auto;
}
.mod_minical_table th {
    border:1px solid #ccc;
    color:black;
    font-weight:bold;
    padding:3px 0;
    min-width:25px;
    background-color: inherit;
    background-image:none;
    text-align: center;
}

.mod_minical_table tr.mod_minical_month th {border-left:none; border-right:none; font-size:larger;}

.mod_minical_table td {
    border:1px solid #ccc;
    padding:3px 0;
    text-align: center;
}

.mod_minical_table td.mod_minical_today {
    font-weight:bold;
    outline: 4px ridge red;
}

.mod_minical_weekno {color:red;}

table tr:hover td {background: inherit;}        /* fix for Beez */

/*
arrows-24.png contains 12 arrows at 24px x 24px

  left black       {background-position: -1px -0px;}
  left blue        {background-position: -26px -0px;}
  left dark grey   {background-position: -51px -0px;}
  left light grey  {background-position: -1px -25px;}
  left red         {background-position: -26px -25px;}
  left white       {background-position: -51px -25px;}
  right black      {background-position: -1px -50px;}
  right blue       {background-position: -26px -50px;}
  right dark grey  {background-position: -51px -50px;}
  right light grey {background-position: -1px -75px;}
  right red        {background-position: -26px -75px;}
  right white      {background-position: -51px -75px;}
*/

.mod_minical_table th.mod_minical_left {cursor: pointer;}
span.mod_minical_left {background: url(../images/arrows-24.png) no-repeat; background-position: -26px -0px; display:inline-block; width:24px; height:24px; }
span.mod_minical_left:hover {background-position: -26px -25px;}

.mod_minical_table th.mod_minical_right {cursor: pointer;}
span.mod_minical_right {background: url(../images/arrows-24.png) no-repeat; background-position: -26px -50px; display:inline-block; width:24px; height:24px;}
span.mod_minical_right:hover {background-position: -26px -75px;}
