﻿div#eventDTop
{
	width: 864px;
	height: 8px;
	background: transparent url("images/detailsTop.png") no-repeat scroll top left;	
}

div#eventDBtm
{
	width: 864px;
	height: 8px;
	background: transparent url("images/detailsBtm.png") no-repeat scroll top left;	
}

div#eventDBody
{
	width: 824px;
	overflow: hidden;
	background: transparent url("images/detailsBG.png") repeat-y scroll top left;
	padding: 0px 20px;
}

div#eventDBody h1
{
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	color: #502D7F;
	margin: 12px 0px 8px 0px;
	background-color: #EEE;
	padding: 4px;
}

div#eventDBody p.eventInfo
{
	margin: 0px;
	font-family: "Arial Narrow", Arial;
	font-size: 20px;
}

div#descriptionTop
{
	background: transparent url('images/descTop.jpg') no-repeat scroll top left;
	width: 824px;
	height: 9px;
	margin-top: 10px;
}

div#descriptionBtm
{
	background: transparent url('images/descriptionBtmB.jpg') no-repeat scroll top left;
	width: 824px;
	height: 9px;
	margin-bottom: 10px;
}

div#descriptionBody
{
	background-color: #F9F9F9;
	padding: 0px 10px;
	width: 804px;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
}

div#descriptionBody p
{
	margin-bottom: 8px;
}

div#eventDBody dl
{
	margin: 0px 0px 10px 0px;
	font-family: Arial;
	font-size: 12px;
	width: auto;
	overflow: hidden;
}

div#eventDBody dt
{
	margin: 10px 10px 0px 0px;
	width: 100px;
	font-weight: bold;
	float: left;
	text-align: left;
}

div#eventDBody dd
{
	margin: 10px 0px 0px 0px;
	width: 690px;
	float: left;
}

div#eventDBody dd a
{
	color: #000;
}

div#eventDBody dd a:hover
{ 
	color: #62379B;
}

a#calViewerClose
{
	display: block;
	height: 48px;
	width: 48px;
	background: transparent url("images/calViewClose.png") no-repeat scroll top left;
	position: absolute;
	right: -10px;
	top: -10px;
}

a#calViewerClose span
{
	display: none;
}

div#eventClose
{
	text-align: right;
	clear: both;
	border-top: solid 2px #EEE;
	padding-bottom: 5px;
}

div#eventClose a
{
	text-decoration: none;
	color: #502D7F;
}

div#eventClose a:hover
{
	text-decoration: underline;
}

div#descriptionBody ol,
div#descriptionBody ul
{
	margin-left: 20px;
}

div#calViewer
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -432px; 
	z-index: 100000;
	width: 864px;
}
