#calendar_box {
  border: 1px solid #d7355c;
  height: 150px;/*auto;*/ /*220px;*/
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  overflow: hidden;
}
#bulletin_box {
  overflow: hidden;
}
#bulletin_box a{
  text-decoration: none;
}

#calendar-month-mini {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px 0px;
}
#calendar-month-mini caption {
  padding: 2px;
}
#calendar-month-mini thead {
  background: #fce1ec;
}
#calendar-month-mini th {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  padding: 2px;
}
#calendar-month-mini td {
  font-size: 10px;
  text-align: center;
  padding: 2px;
  width: 100px;
}

#calendar-month-mini .today {
  border: 1px solid #d7355c;
  /*color: #d7355c;*/
}
#calendar-month-mini .sunday {
  color: #ff0000;
}
#calendar-month-mini .other {
  color: #999999;
}

#calendar-month-mini #event {
  font-weight: bold;
}
a.magma {
  color: #E07780;
}
a.member {
  color: #333333;
}
#bulletin_categories {
  border-top: 2px solid #d7355c;
  border-bottom: 2px solid #d7355c;
  line-height: 22px;
  font-weight: normal;
}
#bulletin_categories a {
  color: #000000;
  text-decoration: none;
}
#bulletin_post h3 a{
/*text-decoration: none; */
}
#bulletin_post_footer {
  color: #646464;
  font-size: 10px;
}
#bulletin_border {
  border-bottom: 1px solid #dddddd;
}

#bulletin_paging {
  text-align: center;
}
#cal_pop {
  position: absolute;
  padding: 10px;
  width: 160px;
  border: 1px solid #646464;
  background: #ffffff;
  /*
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  */
}
#cal_pop ul {
  padding: 10px;
  padding-left:20px;
  padding-bottom: 0px;
  margin: 0px;
  border: 0px solid #646464;
}
#cal_pop a {
  text-decoration: none;
}
#mini_date {
}
