﻿body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.AAWidgetContainer {
    width: 160px;
    text-align: center;
}

.EventTitle {
    width: 160px;
    height: 30px;
    text-align: center;
    font-size: 11pt;
    line-height: 30px;
    color: black;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}

.BoothLabel {
    /*background: url(http://libs.a2zinc.net/Common/Widgets/Images/booth_label_bg.png);*/
    width: 160px;
    text-align: center;
    font-size: 10pt;
    line-height: 30px;
    color: black;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}

    .EventTitle a, .EventTitle a:link, .EventTitle a:visited, .BoothLabel a, .BoothLabel a:link, .BoothLabel a:visited {
        color: rgb(66, 139, 202);;
        text-decoration: none;
    }

        .EventTitle a:hover, .BoothLabel a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.AncillaryText {
    color: #9a9a9a;
    font-size: 8pt;
    width: 100%;
    text-align: center;
    height: 12px;
    line-height: 12px;
}

.EventLogo {
    min-height: 112px;
    background-color: white;
    position: relative;
}

.EventInfo {
    width: 160px;
    position: relative;
    margin: 0 auto;
    color: #9a9a9a;
    font-size: 8pt;
    line-height: 12px;
}

.ExpoPlanButton {
    height: 40px;
}

.auto-style1 {
    /*background-image: url('http://libs.a2zinc.net/Common/Widgets/Images/widget_middle.png');*/
    vertical-align: top;
}


.btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}

.btn-default {
    color: #333;
    background-color: #f1f1f1;
    border-color: #ccc;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

