@charset "utf-8";
/* CSS Document */

/* begin styles for Thyme event list */



.thyme_box {
	margin-left:1em;
	width: 90%;
	/*background-color:#333;*/
    color: #cc3333;
}

.thyme_items {

	margin-top:0px;
	margin-left:0px;
	color:#cc3333;
}

p.thyme_title {padding:0.5em;}

.thyme_title {
	font-size: 9pt;
	background-color: #003366;
	color: #cc3333;
	font-weight:bold;
	text-align: center;
}



.thyme_item  {
  color:#DFDFDF;
  font-size: 8pt;
  list-style:none;
  padding-bottom:0em; /*1em;*/
}


.thyme_item a {
	color:#cc3333;
	font-size: 9pt;
	font-weight:bold;
	}

	

.thyme_item a:visited {
	color: #93C9FF;
}



.thyme_item a:hover {
	color: #93C9FF;
}

.thyme_date {
	font-size: 8pt;
	color: #ffffff;
	}