
.performanceBox {
    border: 1px solid black;
    width: 700px;
    margin: 15px;
    padding: 0px;
}
.performanceBoxHead {
    padding: 2px;
    background: #fb6;
}
.performanceBoxHead table {
    width: 99%;
}
div.venueDesc {
    clear: left;
    padding: 10px;
    width: 95%;
}
div.venueDesc p {
    font-size: 1em;
    font-weight: normal;
}


.interactivefeaturetd a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.interactivefeaturetd a:visited {
    color: black;
    text-decoration: underline;
}
.interactivefeaturetd a:hover {
    color: blue;
    backgound: white;
    text-decoration: underline;
}
.interactivefeaturetd a:active {
    color: white;
    text-decoration: underline;
}
.interactivefeaturetd span {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.interactivefeaturetd span:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

#maparea, #maparea p {
    margin-left: 15px;
    font-weight: normal;
}
#mapareaLeftCol {
	float: left;
	padding: 0px;
	margin: 0px;
	width: px; 
}
#mapareaRightCol {
	float: left;
	width: 350px;
}
#mapareaLeftCol ul, #mapareaLeftCol li { margin: 0; padding: 0; }
#mapareaLeftCol li { display: inline; }
#mapareaRightCol li { list-style-type: none; }
#mapreportStatus {
    border-bottom: 1px solid black;
    background: lightblue;
    padding: 7px;
    text-align: center;
}
#map {
    border: solid 2px black;
}
#mappointer {
    position: absolute;
    background: url("/images/mappointer.png");
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    display: none;
    visibility: hidden;
}

