﻿/* Dynamic Expo Map */
.DynamicExpoMap
{
	position: relative;
}
.DynamicExpoMap a
{
	position: absolute;
	display: block;
	border: 1px black solid;
	vertical-align: middle;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
}
a.booth
{
	background-color: white;
	color: black;
	text-decoration: none;
}
a.boothreserved,a.boothreserved:hover
{
	background-color: #cccccc;
	color: black;
	text-decoration: none;
}
a.yourbooth,a.yourbooth:hover
{
	background-color: #19597C;
	color: white;
	text-decoration: none;
}
a.booth:hover, a.boothselected, a.boothselected:hover
{
	background-color: #FB3333;
	color: white;
	text-decoration: none;
}

/*Sponsors*/
.sponsor-logos {margin: 0; padding: 0;}
.sponsor-logos ul {margin: 0; padding: 0; clear: both;}
.sponsor-logos li {
	list-style: none;
	float: left;
	width: 150px;
	height: 100px;
	line-height: 100px;
	/*width: 120px;
	height: 60px;
	line-height: 60px;*/
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #d8e5ef;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
	.sponsor-logos.large li {
		width: 200px;
		height: 130px;
		line-height: 130px;
	}
.sponsor-logos li:hover {border-color: #1064a2;}
.sponsor-logos li img {vertical-align: middle; text-align: center; max-height: 100%;}