#left_content div.title {
   background-image: url(../img/bg_left_title.png);
   background-repeat: repeat-x;
   height: 32px;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   padding-top: 5px;
   margin-top: 20px;
   overflow: hidden;
}

#left_content div.cal{
   margin-top: 230px;
}

#left_content div.calendar {
   border-bottom: 2px #000000 solid;
   background-color: #EAEAEA;
   height: auto;
   overflow: hidden;
}

#left_content div.calendar div.item{
   margin: 4px 0px 4px 5px;
   overflow: hidden;
}

#left_content div.calendar div.item img{
   vertical-align: middle;
}

#left_content div.calendar div.item span.date{
   vertical-align: middle;
   color: #000000;
   font-weight: bold;
   font-size: 12px;
   margin-left: 0px;
}

#left_content div.calendar div.item span.date a{
   color: #000000;
}

#left_content div.calendar div.item span.text{
   vertical-align: middle;
   color: #B01115;
  /* font-weight: bold;*/
   font-size: 12px;
}

#left_content div.calendar div.add{
   overflow: hidden;
   margin: 10px 0px 5px 5px;
   color: #3399FF;
   font-size: 10px;
}

#left_content div.calendar div.add a{
   color: #3399FF;
}

#left_content div.manager {
   border-bottom: 2px #000000 solid;
   background-color: #EAEAEA;
   height: auto;
   overflow: hidden;
}

#left_content div.manager div.item{
   margin: 5px 0px 5px 10px;
   overflow: hidden;
}

#left_content div.manager div.item a{
   color: #000000;
   font-size: 12px;
   font-weight: bold;
}

#left_content div.manager div.item a:hover{
   color: #B01115;
}

