/**************************************************************
 
 MultiBox
 v1.3
 
 **************************************************************/
.MultiBoxContainer {
    position: absolute;
    border: 0px solid #FFF;
    background-color: #FFF;
    display: none;
    z-index: 99999;
    text-align: left;
    /*overflow: hidden;*/
}

.MultiBoxLoading {
    background: url(../img/loader.gif) no-repeat center;
}

.MultiBoxContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.MultiBoxClose {
    position: absolute;
    top: 15px;
    right: -30px;
    background: url(../img/close.png) no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.MultiBoxControlsContainer {
    overflow: hidden;
    height: 0px;
    width: 100%;
    position: relative;
}

.MultiBoxControls {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding-bottom: 2px;
    position: absolute;
    bottom: 0px;
}

.MultiBoxPrevious {
    position: absolute;
    background: url(../img/left.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.MultiBoxNext {
    position: absolute;
    background: url(../img/right.png) no-repeat;
    width: 24px;
    height: 24px;
    right: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.MultiBoxNextDisabled {
    cursor: default;
    background: url(../img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
    cursor: default;
    background: url(../img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
    position: relative;
    margin: 10px 0 0 35px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.MultiBoxNumber {
    position: relative;
    width: 50px;
    margin: 10px 35px 0 0;
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    text-align: right;
}

.MultiBoxDescription {
    clear: left;
    position: relative;
    margin: 0 35px 0 35px;
    padding-top: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    text-align: left;
}

/*************************************************************/
.formlink a:hover {
    text-decoration: none;
}

.formlink_email a {
    display: block;
    border: 0px solid #a5a5a5;
    background-color: #005da3;
    color: White;
    padding: 5px;
    width: 70px;
    text-align: center;
    background-image: url(../img/senden.jpg);
    background-repeat: no-repeat;
}

.submitButtonActiv {
    background-color: #eceded;
    color: #005da3;
    border: 1px #d5d5d5 solid;
    padding: 0px 3px 3px 3px;
    margin: 7px 0px 0px 0px;
    font-size: 12px;
}

.submitButtonInactiv {
    background-color: #fff;
    color: #eceded;
    border: 1px #eceded solid;
    padding: 0px 3px 3px 3px;
    margin: 7px 0px 0px 0px;
    font-size: 12px;
}

.eventsListEmpty {
    background: none repeat scroll 0 0 gainsboro;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0.5em;
    padding-left: 20px;
}

.expoListEmpty {
    background: none repeat scroll 0 0 gainsboro;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0.5em;
    padding-left: 20px;
}

.unsubscribeboxRight {
    border: medium none;
    display: block;
}

.unsubscribeButton {
    float: right;
    padding-right: 10px;
}

