
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #0a0a0a;
	background-color: #d9d9d9;
	text-align: center;
	}

#leftcorner h3   {
	margin-top: 18px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size: 0.92em;	
	}

#leftcorner ul    {
	list-style-type: disc;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	}

#leftcorner ul li   {
	font-size: 0.76em;
	line-height: 160%;
	background-color: #fefefe; /*#FFF8dc;*/
	list-style-type: none;
	margin-top: 0.4em;
	padding: 0.4em 40px 0.4em 1em;
	border: solid 1px #ccc;
	-moz-border-radius: 0 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 0 8px;
	}

#leftcorner ul li em  {
	font-style: normal;
	white-space: nowrap;
	margin-left: 16px;padding-left:18px;
	background:url(/images/site/phone.png) center left no-repeat;
	color:#3C9B91;}


#leftcorner ul li strong  {
	color: #9B0034;
/*	background-color: #fff;*/
	padding: 1px 3px;
	margin-left: 15px;
	}


#leftcorner ul li dfn  {
	font-style: normal;
	white-space: nowrap;
	margin-left: 3px;
	color:#000;}

#leftcorner li a:link, #leftcorner li a:visited  {
	color: #273358;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px #99c solid;
	}


#leftcorner li a:hover  {
	color: #9B0034;
	text-decoration: none;
/*background-color: #fff;*/
	border-bottom: #9B0034;
	}


#leftcorner li a:active {
	color:#9B0034;
	}

.diaryTime {
	color: #900;
	font-weight: bold;
	margin-left: 10px;
	}

.diaryVenue {
	}

.diaryPhone {
	font-style: italic;
	margin-left: 10px;
	float: right;
	}

div#facebox-inst {
	display:block;
	margin:2em auto;
	background:#F2EFE4;
}

div#facebox-inst p {
	font-size: 0.8125em;
	line-height:1.5em;
	text-align:center;
	color: #6574AA;
	letter-spacing:0.1em;
}

.sold {
	font-weight:bold;
	color: #fff;
	background: red;
	padding: 1px 3px;
}

.cancelled {
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:2px 6px;
	background: #9B0034;
	color:#fff;
	margin:-0.4em 0 0;
}