/* begin styles for Thyme event list */

.thyme_box {
	margin: 0em;
	width: 145px;
	border:none;
	margin-left: 15px;
	margin-right: 0px;	 
	background-color:#FFFFDD;
}
.thyme_items {
	margin-top:0px;
	margin-left:0px;
	color:#000000;
	padding:0px;
	border:none;	
}

.thyme_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  list-style:none;
  padding-bottom:9px;
  border:none;
}

.thyme_item a {
	text-decoration : none;
	color:blue;
	font-size: 12px;
	font-weight:normal;
	font-family:verdana, sans-serif;
	padding-bottom:1px;
	margin: 0;
                     
	}
	
.thyme_item a:visited {
	color:purple;
}

.thyme_item a:hover{
	text-decoration: underline;
}

.thyme_date {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight : normal;
	color: #000;
	}

