﻿#navcontainer ul
{
    padding-left: 0;
    margin-left: 0;
    background-color: #d8d4bf;
    color: #fff;
    float: left;
    width: 100%;
}

#navcontainer ul li
{
    display: inline;
}


.ActiveTab
{
    padding: 0.2em 0.9em;
    float: left;
    border-right: 1px solid #fff;
    font-weight: bold;
    background-color: #d8d4bf;
    text-decoration: none;
}

a.ActiveTab
{
    float: left;
    border-right: 1px solid #fff;
    font-weight: bold;
    color: #000;
}

a.InactiveTab
{
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.InactiveTab
{
    padding: 0.2em 0.9em;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    font-weight: bold;
}


#navcontainer ul li:first-child a
{
    border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
    color: #0000ff;
    text-decoration: underline;
}

.DeliveryEditWizardStep
{
    width: 100%;
}

.gvConferenceRegistrationSelector
{
    margin: 24px 0 0 0;
    clear: both;
}
.gvConferenceRegistrationSelector_booth
{
    margin: 5px 0 0 0;
    clear: both;
}
.gvConferenceRegistrationSelector_self
{
    margin: 5px 0 0 0;
    clear: both;
}


a.tooltip
{
    outline: none;
}
a.tooltip strong
{
    line-height: 30px;
}
a.tooltip:hover
{
    text-decoration: none;
}
a.tooltip span
{
    font-size: 90% !important;
    z-index: 10;
    display: none;
    padding: 10px;
    margin-top: -30px;
    margin-left: 28px;
    width: 300px;
    line-height: 16px;
}
a.tooltip:hover span
{
    display: inline;
    position: absolute;
    color: #000000;
    border: 1px solid #d6d64a;
    background-color: #e2eab6;
    text-align: left;
}
.callout
{
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
