/* = Events  
---------------------------------------------------------------------
*/
#calendar-outer{
   position: relative;
}

table.calendar{
   margin-bottom: 25px;
   border: 1px solid #e3dfda;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   position: relative;
}
table.calendar caption{
   background-color: #333;
   font-size: 1.4em;
   font-weight: bold;
   color: #fff;
   text-shadow: 1px 1px 1px #000;
   line-height: 30px;
   height: 30px;
   width: 538px;
}

table.calendar caption span{
   position: absolute;
   top: 0;
   width: 28px;
   color: #fff;
   display: inline-block;
}

table.calendar caption span.calendar-prev{
   left: 180px;
}

table.calendar caption span.calendar-next{
   right: 180px;
}

table.calendar td{
   width: 77px;
   height: 77px;
   padding: 2px;
   border: 1px solid #e3dfda;
   border-left: 0;
   border-top: 0;
   background: #FFF;
   color: #626262;
   font-size: 1em;
   vertical-align: top;
}

table.calendar td.empty{
   background: #f6f5f3;
}

table.calendar td a{
   text-decoration: none;
}

table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

table.calendar td li{
   padding-left: 8px !important;
   margin-left: 0;
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   background: none !important;
}

table.calendar td li a{
   font-size: 11px;
}

table.calendar td li a:hover{
   text-decoration: none;
}
