/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/
.ListDate {
	width: 200px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #913a8c;
	line-height: 28px;
}
.ListTitle,
a.ListTitle:link,
a.ListTitle:visited,
a.ListTitle:hover,
a.ListTitle:active {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #1488c4;
	text-decoration: none;
	line-height: 28px;
}

.ListDescription {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #252525;
	text-decoration: none;
	line-height: 28px;
}


.Head   {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #913a8c;
	text-decoration: none;
}
