/*************************************************************************
********************* 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;
}


/*************************************************************************
*************************** P A C K A G E S E A R C H ********************
*************************************************************************/

.packageSearch
{
    
}
.packageSearchRow
{
    clear:both;
}
.packageSearchColumn
{
    float:left;   
     
}
.packageSearchRow
{
   padding-left:5px;
   height:auto;
width:205px;
   
}
.packageSearchRow select
{
    margin:3px 0px 3px 3px;
}
.packageSearchRow .checkInLbl, .packageSearchRow .checkInDay, .packageSearchRow .checkInMonth,.packageSearchRow .hotelLbl
{
    float: left;
}
.packageSearchRow .checkInLbl,.packageSearchRow .hotelLbl,.packageSearchRow .searchLbl
{
    width:70px;
    margin:3px 0px;
}
.packageSearchRow .hotelLbl
{
    float:left;
}
.packageSearchRow .search
{
    clear:both;
}
.packageSearchRow .search input
{
    width:190px;
    background-color:#2C7CBB;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;

}
.hotelList select
{
    width:110px;
}