﻿/* -- Exhibitors -- */

@import url("reg1.css");

.mapwrapper
{
    width: 489px; 
    height: 450px;
    float:right;
    margin-right:20px;
    position:relative;
}
#viewport  
{
    border:1px solid #000000;
    width: 469px; 
    height: 400px; 
    cursor: move; 
    overflow: hidden; /*keep map contents from spilling over if JS is disabled*/
}         
.map-control {
    background: url("../images/map-control.png") no-repeat scroll 0 0 transparent;
    height: 63px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 100px;
}
.map-control a {
    display: block;
    height: 18px;
    outline: medium none;
    position: absolute;
    text-indent: -999em;
    width: 18px;
}
.map-control a:hover {
    background: none repeat scroll 0 0 #535353;
    opacity: 0.4;
}
.map-control a.left {
    left: 39px;
    top: 22px;
}
.map-control a.right {
    left: 79px;
    top: 22px;
}
.map-control a.up {
    left: 59px;
    top: 2px;
}
.map-control a.down {
    left: 59px;
    top: 42px;
}
.map-control a.zoom {
    height: 21px;
    left: 2px;
    top: 8px;
    width: 21px;
}
.map-control a.back {
    height: 21px;
    left: 2px;
    top: 31px;
    width: 21px;
}

hr
{
    clear:both;
}

.Exhibitors 
{
    padding-left:12px;
    
}

div.MainContentCell div.list
{
	float:left;
	width:50%;
}
