@charset "utf-8";
/* CSS Document */
a:link {
	color:#0059b3;
	text-decoration:underline;
}
a:active {

}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#000080;
}	

h1 {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px; font-style: normal; color: #022F5B; font-weight: bold; line-height: 18px; }
.style1 {font-family: Arial, Helvetica, sans-serif}
.style4 {font-size: 10px}
.style7 {font-size: 10}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
.style10 {font-size: x-small;}

#booth-tbl {
	border-width:1px;
	border-style:solid;
	border-color:#0454a4;
	margin-bottom:30px;
}

#booth-tbl td.reserved {
	background-color:#ffd7d7;
}

#booth-tbl td {
	width:50px;
	height:50px;
	background-color:#E5E5E5;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0454a4;
	font-size:90%;
}

#booth-tbl td.left-bdr {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#fff;
}

#booth-tbl td.hallway {
	background-color:#fff;
	border-top:none;
}

#booth-tbl td.hallway2 {
	background-color:#fff;
	border-top:none;	
}

#booth-tbl td.doors {
	background-color:#fff;
	border-top:none;
	background-image:url(images/doors-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#booth-tbl td.hallway-top {
	background-color:#fff;
	height:20px;
	border-top:none;	
}

#directions ol {
	color:#000080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-top:10px;
}

#directions ol li {
	margin-top:5px;
	}

/* MapKey */
#map-key {
	border
	border: 2px solid #fcd800;
	height: auto;
	width: 200px;
	border: 2px solid #0454a4;
	padding:5px;
}

#map-key h1 {
	text-align:center;
	background-color: #0454a4;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

#map-key h2 {
	margin: 0px;
	padding-left:5px;
}

p.caption {
	font-style: italic;
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	margin:0;
	padding-left:10px;
	padding-bottom:0;
	padding-top:0;
	padding-right:0;
}

#vcnt-booth {
	width:50px;
	height:50px;
	background-color:#E5E5E5;
	float:right;
	margin-right:5px;
	margin-top:5px;
}

#res-booth {
	width:50px;
	height:50px;
	background-color:#ffd7d7;
	float:right;
	margin-right:5px;
	margin-top:5px;	
}


/* MapKey End */

/* Tooltip */
.container {
	width:50px; height:50px;
	}
.hover {
	position:absolute;display:none;z-index:999;width:245px;height:108px;
	}
.hover p {
	margin:1em;text-align:center
	}
.tooltip-top {
	width:242px;
	height:27px;
	background:url(images/tooltip-bg-top.gif) no-repeat;
	}
.tooltip-mid {
	width:242px;
	height:auto;
	background:url(images/tooltip-bg-mid.gif);
	background-repeat:repeat-y;
}
.tooltip-btm {
	width:242px;
	height:36px;
	background:url(images/tooltip-bg-btm.gif) no-repeat;	
}
.booth-num {
	padding-top:16px;
	}
.tooltip-top p {
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding-top:2px;
}
h2 { 
	font-size:90%;
	color:#000;
	font-weight:none;
	text-align:left;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:25px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}
.floatright {
	float:right;
	margin-top:5px;
	margin-right:25px;
}
.clear {
	clear:both;
}
.title {
	color:#0454a4;
	}
/* End Tooltip */

