@charset "iso-8859-1";
/* begin styles for Thyme event list */

.thyme_box {
	 width: 200px;
	 background:#EAEBE7; 
	 padding: 5px 8px 0px 10px;
	 border-left: 1px solid #666633;
	 border-right: 5px solid  #666633;
	 border-top: 1px solid #666633;
	 border-bottom: 5px solid #666633;
}

.thyme_title, .thyme_title a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold; 
	text-decoration:none;
	color: #990000;
	margin:5px;
	padding:0;
	text-align:right;

}

.thyme_title a:visited, .thyme_title a:active {
	color: #006600;
}

thyme_title a:hover {
	text-decoration:underline;
}

.thyme_items {
  
}

.thyme_item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  margin-bottom:.5em;
}

.thyme_item a:link, .thyme_item a:visited, .thyme_item a:active {
	text-decoration : none;
	font-size: 14px;
	font-weight : bold;
	color: #26590D;
	}

.thyme_item a:hover { 
	text-decoration : underline;
	color: #CC0000;
	}

