/* begin styles for Thyme event list */

.thyme_box {
	 margin: 1em;
	 width: 200px;
         font-size: 12px;
	 background-color: #FFEE99;
	 border: 1px solid #cc3300;
	 
}
.thyme_items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#006699;
}
p.thyme_title {padding:0.5em;}
.thyme_title {
	text-decoration: none;
	font-family: verdana;
	font-size: 100%;
	background-color:#003366;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.thyme_item  {
  font-family: verdana;
  font-size: 80%;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
	text-decoration : underline;
	color:006699;
	font-size: 90%;
	font-weight:bold;
	font-family:verdana;
	}
	
.thyme_item a:visited {
	color:330033;
}

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