/* begin styles for Thyme event list */

.thyme_box {
	 margin: 0.5em;
	 width: 170px;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.thyme_items {
	margin-top:0px;
	padding:0.25em; 0.25em;
	margin-left:0px;
	color:#000000;
}
p.thyme_title {padding:0.5em;}
.thyme_title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.thyme_item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.thyme_item a:visited {
	color: black;
}

.thyme_date {
	font-size: 7pt;
	color: red;
	}


.thyme_items {
  
}

.thyme_item  {
  font-family: tahoma;
  font-size: 11px;
  color: #003366;
  font-weight : bold; 
  margin: 8px 0;
}

.thyme_item a:link, .thyme_item a:visited, .thyme_item a:active {
	text-decoration : underline;
	border-bottom: 1px groove #ededed;
	color: ##009999;
	}

.thyme_item a:hover { 
    color: green;
	}
	
.thyme_date {
	font-size: 8px;
        margin: 0;
	font-weight : normal;
	color: ##006699;
	}

