﻿/*************************************************************************
********************* E N T E R T A I N M E N T **************************
*************************************************************************/
.Entertainment
{
}

.Entertainment table
{
	width:100%;
}

.Entertainment table tr
{
	border-bottom:dashed 1px #999999;
	padding:5px 0 5px 0;
}

.Entertainment table td
{
	border-bottom:dashed 1px #999999;
	vertical-align: top;

}

.Entertainment table td h3
{
}

/*************************************************************************
***************************** E V E N T S ********************************
*************************************************************************/
.Events
{
}

.Events .EventItem
{
	padding:5px;
}

.Events .EventItem img
{
	width:125px;
	padding:5px;
	border:1px solid #999999;
}

.Events .EventItem dl
{
	margin:0px;
	padding:0px;
}

.Events .EventItem dl dt
{
		margin:0px;
	padding:0px;
}

.Events .EventItem dl dt a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}


.Events .EventItem dl dd
{
		margin:0px;
	padding:0px;
}

/*************************************************************************
*********************** E V E N T  D E T A I L S *************************
*************************************************************************/
#EventDetails
{
}

#EventDetails h1
{
}

#EventDetails #EventDetailsImage
{
}

#EventDetails dl
{
	margin:0px;
	padding:0px;
}

#EventDetails dl dd
{
		margin:0px;
	padding:0px;
}

#EventDetails .FileBox
{
}

#EventDetails .FileBox h2
{
}

#EventDetails .FileBox dl
{
}

#EventDetails .FileBox dl dt
{
}

#EventDetails .FileBox dl dt a
{
}

/*************************************************************************
******************** B U S I N E S S  D E T A I L S **********************
*************************************************************************/
#BusinessDetails
{
}

#BusinessDetails #BusinessNameTitle
{
}

#BusinessDetails #BigImage
{
	padding: 5px;
	width:250px;
	float:left;
}

#BusinessDetails #Thumbnails
{
}

#BusinessDetails #Thumbnails .IndThumbnail
{
	padding: 3px;
	float:left;
}

#BusinessDetails #Thumbnails .IndThumbnail img
{
	cursor: pointer; cursor: hand;
}

#BusinessDetails #MapPanel
{ 
}

#BusinessDetails dl
{ 
}

#BusinessDetails dl dt
{ 
	margin:0px;
	padding:0px;
}

#BusinessDetails dl dd
{ 
	margin:0px;
	padding:0px;
}

#BusinessDetails dl dd a
{ 
}

#BusinessDetails .FileBox
{ 
}

#BusinessDetails .FileBox h2
{ 
}

#BusinessDetails .FileBox dl
{ 
}

#BusinessDetails .FileBox dl dt
{ 
	margin:0px;
	padding:0px;	
}

#BusinessDetails FileBox dl dt a
{ 
}


/*************************************************************************
*************************** M A P   P I N ********************************
*************************************************************************/
.MapPinStyle
{
	position: absolute;
	left: -13px;
	top: -14px;
}



/*************************************************************************
*********************** ENTERTAINMENT LIST       *************************
*************************************************************************/

#EntsEvents
{
 margin:0;
 padding:0;
}

#EntsEvents ul
{
 list-style: none;
 margin: 0;
 padding: 0;
}

#EntsEvents ul li
{
 border-bottom:dashed 1px #999999; 
 min-height:20px;
 margin: 0;
 padding-left: 5px;
 padding-bottom:4px;
 padding-top:4px;
}
#EntsEvents ul li a
{
 font-weight:bold;
 color:#000000;
}