﻿/**

Styles for the Display Events module

**/

.EventsList dt
{
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.EventsList dd
{
	margin-left: 1em;
	padding-left: 1em;
}
.pseudoLink
{
	cursor: pointer;
	font-weight: bold;
	color: #2C3286;
	font-size: 1.2em;
}

.EventDetails
{
	padding: 1em;
	padding-left: 2em;
	background: #EFEFEF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 1em;
}
