/* begin styles for Thyme event list */

.thyme_box {

    width: 170px;
    background-color: #FFFFFF;
         border: none;

}
.thyme_items {
   margin-top:0px;

   margin-left:0px;
   color:#0079C1;
}

.thyme_title {
   text-decoration: none;
   font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
   font-size: 12px;
   background-color:#FFCC00;
   color:#0079C1;
   font-weight:bold;
   margin: 0px;
   padding:0em;
   text-align: left;
}

.thyme_item  {
  font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  font-weight : normal;
  color: #0079C1;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
   text-decoration : none;
   color: #0079C1;
   font-size: 12px;
   font-weight:bold;
   font-family:small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
   }


.thyme_date {
   font-size: 85%;
   font-weight : normal;
   color: #000000;
   }
