﻿/* --------------------------------------------------------------------------------- */
/*                              ASP.NET Ajax ModalPopup                              */
/*                                    KingCom BDC                                    */
/* --------------------------------------------------------------------------------- */

.modalPopup {
    font-family: Lucida Sans, Helvetica, Arial;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

.modalPopup a {
    color: #aec23f;
    text-decoration: none;
}

.modalBackground {
    -moz-opacity: 0.7;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* --------------------------------------------------------------------------------- */

/*                               Embed & Enlarge Popup                               */

/* --------------------------------------------------------------------------------- */

.embedEnlarePopup {
    background-color: #FFF;
    height: auto;
    margin: 0;
    padding: 0 20px 20px 20px;
    width: 446px;
}

.embedEnlarePopup .header {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 446px;
}

.embedEnlarePopup .header a {
    background-image: url(/images/portal/modalPopup/bg_close_popup.gif);
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 20px;
    width: 73px;
}

.embedEnlarePopup .header span {
    display: block;
    visibility: hidden;
}

.embedEnlarePopup .content {
    background-image: url(/images/portal/modalPopup/bg_embedEnlarge_popup.gif);
    background-repeat: repeat-x;
    border: 1px solid #cdcdce;
    color: #666;
    float: left;
    font-family: Lucida Sans, Helvetica, Arial;
    font-size: 12px;
    height: 392px;
    margin: 0;
    padding: 0;
    width: 446px;
}

.embedEnlarePopup .content p {
    line-height: 20px;
    margin: 10px 0;
    padding: 0 15px 0 15px;
}

.embedEnlarePopup .content h3 {
    background-image: url(/images/portal/modalPopup/bg_embedEnlarge_header.gif);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 446px;
}

.embedEnlarePopup .content h3 span {
    display: block;
    visibility: hidden;
}

.embedEnlarePopup .content input {
    border: 1px solid #dcdcdc;
    color: #666;
    display: block;
    font-family: Lucida Sans, Helvetica, Arial;
    font-size: 12px;
    font-style: italic;
    height: 18px;
    line-height: 20px;
    margin: 0 15px 0 15px;
    padding: 3px 5px 0px 5px;
    *padding: 1px 5px 3px 5px;
    width: 390px;
}

.embedEnlarePopup .content textarea {
    border: 1px solid #dcdcdc;
    font-family: Lucida Sans, Helvetica, Arial;
    font-size: 12px;
    font-style: italic;
    height: 65px;
    margin: 0 15px 0 15px;
    width: 400px;
}

/* --------------------------------------------------------------------------------- */

/*                                  Category Popup                                   */

/* --------------------------------------------------------------------------------- */

.categoryPopup {
    background-color: #FFF;
    height: auto;
    margin: 0;
    padding: 0 20px 20px 20px;
    width: 900px;
}

.categoryPopup .header {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 900px;
}

.categoryPopup .header a {
    background-image: url(/images/portal/modalPopup/bg_close_popup.gif);
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 20px;
    width: 73px;
}

.categoryPopup .header span {
    display: block;
    visibility: hidden;
}

.categoryPopup .content {
    background-image: url(/images/portal/modalPopup/bg_category_popup.gif);
    background-repeat: repeat-x;
    border: 1px solid #cdcdce;
    float: left;
    font-family: Lucida Sans, Helvetica, Arial;
    font-size: 12px;
    height: 451px;
    margin: 0;
    padding: 0;
    width: 900px;
}

.categoryPopup .content h3 {
    background-image: url(/images/portal/modalPopup/bg_category_header.gif);
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 900px;
}

.categoryPopup .content h3 span {
    display: block;
    visibility: hidden;
}

.categoryPopup .content #cat_overview {
    height: 406px;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 900px;
}

.categoryPopup .content #cat_overview .fotograaf_item {
    background-image: url(/images/portal/modalPopup/bg_category_item_sep.gif);
    background-position: 20px bottom;
    background-repeat: no-repeat;
    height: 225px;
    margin: 0 0 15px 0;
    padding: 0;
    width: 880px;
}

.categoryPopup .content #cat_overview .fotograaf_item .left_item {
    float: left;
    height: 224px;
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 189px;
}

.categoryPopup .content #cat_overview .fotograaf_item .left_item span { width: 179px; }

.categoryPopup .content #cat_overview .fotograaf_item .center_item {
    float: left;
    height: 224px;
    overflow: hidden;
    overflow: hidden;
    text-align: center;
    width: 198px;
}

.categoryPopup .content #cat_overview .fotograaf_item .right_item {
    display: block;
    float: left;
    height: 224px;
    line-height: 18px;
    padding: 0 0 0 20px;
    width: 443px;
}

.categoryPopup .content #cat_overview .fotograaf_item span {
    display: block;
    margin: 0;
    padding: 0;
}

.photographerlist .fotograaf_item .fotograaf_item .left_item span a,
.photographerlist .fotograaf_item .fotograaf_item .right_item p a,
.categoryPopup .content #cat_overview .fotograaf_item .left_item span a,
.categoryPopup .content #cat_overview .fotograaf_item .right_item p a {
    color: #aec23f;
    text-decoration: none;
}

.photographerlist .fotograaf_item .right_item p,
.categoryPopup .content #cat_overview .fotograaf_item .right_item p {
    margin: 10px 0 0 0;
    *margin: 5px 0 0 0; /* for IE7 */
}

/* --------------------------------------------------------------------------------- */

/*                                    Login Popup                                    */

/* --------------------------------------------------------------------------------- */

.loginPopup {
    background-color: #FFF;
    color: #666;
    font-family: verdana;
    font-size: 11px;
    height: 357px;
    margin: 0;
    padding: 0;
    width: 588px;
}

.loginPopup a { color: #cadb2a; }


.loginPopup .header {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 588px;
}

.loginPopup .header a {
    background-image: url(/images/portal/modalPopup/bg_close_popup.gif);
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 20px;
    margin: 0 2px 0 0;
    width: 73px;
}

.loginPopup .header a span {
    display: none;
    visibility: hidden;
}

.loginPopup .content {
    float: left;
    height: 337px;
    margin: 0;
    padding: 0;
    width: 588px;
}

.loginPopup .content .left {
    float: left;
    height: 285px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 274px;
}

.loginPopup .content .left h2 { margin: 0; }

.loginPopup .content .left fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.loginPopup .content .left fieldset .formRow {
    float: left;
    margin: 0 0 10px 0;
}

.loginPopup .content .left fieldset .formRow label {
    color: #666;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    line-height: 20px;
    margin: 1px 0 0 0;
    position: relative;
    width: 100px;
}

.loginPopup .content .left fieldset .formRow input.textBox {
    background: transparent url(/images/backend/inputbg.gif) repeat scroll 0 0;
    border: 1px solid #AEC23F;
    color: #999;
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    line-height: 1em;
    padding: 3px 5px;
    width: 116px;
}

.loginPopup .content .left fieldset .formRow span {
    color: #666;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    width: 140px;
}

.loginPopup .content .left fieldset .formRow span.checkBox {
    margin: 0 0 0 96px;
    width: auto;
}

.loginPopup .content .left #passRecovery {
    bottom: 20px;
    font-family: Verdana;
    font-size: 11px;
    left: 20px;
    position: absolute;
}

.loginPopup .content .left #passRecovery .red { color: Red; }

.loginPopup .content .left #passRecovery a {
    color: #CADB2A;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}

.loginPopup .content .left #galleryadmin {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    margin: 0 0 0 100px;
}

.loginPopup .content .left #galleryadmin a {
    color: #CADB2A;
    font-family: Verdana;
    font-size: 11px;
}

.loginPopup .content .right {
    float: left;
    height: 337px;
    margin: 0;
    padding: 0;
    width: 294px;
}

.loginPopup .content .right h2 {
    background-image: url(/images/portal/texts/laatsteNieuws.gif);
    background-repeat: no-repeat;
    height: 57px;
    margin: 0 29px 0 36px;
    padding: 0;
    position: relative;
    width: 228px;
}

.loginPopup .content .right h2 span {
    display: block;
    visibility: hidden;
}

.loginPopup .content .right .block {
    background-color: #F6F6F6;
    border: 1px solid #999999;
    height: 200px;
    margin: 0 29px 0 36px;
    overflow: hidden;
    padding: 0;
    width: 226px;
}

.loginPopup .content .right .block .blockTitle {
    color: #666;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0 15px;
    width: 50px;
}

.loginPopup .content .right .block a.showAllItems {
    color: #666;
    float: right;
    font-family: Verdana;
    font-size: 11px;
    height: auto;
    margin: 10px 15px 0 0;
    overflow: hidden;

    text-decoration: underline;
    width: 95px;
}

.loginPopup .content .right .block ul {
    float: left;
    height: auto;
    list-style: none;
    margin: 15px;
    padding: 0;
    width: 196px;
}

.loginPopup .content .right .block ul li {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    margin: 0 0 15px 0;
}

.loginPopup .content .right .block ul li a {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------------- */

/*                              Recover Password Popup                               */

/* --------------------------------------------------------------------------------- */

.recoverPassPopup {
    background-color: #FFF;
    height: 175px;
    margin: 0;
    padding: 20px;
    width: 250px;
}

.recoverPassPopup h2 {
    background-image: url(/images/portal/texts/passwordforgotten.png);
    background-repeat: no-repeat;
    height: 57px;
    margin: 0;
    padding: 0;
    width: 228px;
}

.recoverPassPopup h2 span {
    display: none;
    visibility: hidden;
}

.recoverPassPopup fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.recoverPassPopup fieldset .formRow {
    float: left;
    margin: 0 0 10px 0;
    width: 250px;
}

.recoverPassPopup fieldset label {
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    width: 100px;
}

.recoverPassPopup fieldset .textBox {
    background: transparent url(/images/backend/inputbg.gif) repeat scroll 0 0;
    border: 1px solid #AEC23F;
    color: #999;
    font-size: 11px;
    font-style: italic;
    line-height: 1em;
    padding: 3px 5px;
    width: 136px;
}

.recoverPassPopup fieldset .button { float: right; }

.recoverPassPopup fieldset a.bigButtonGrey {
    background: transparent url(../../images/backend/buttons/bigbuttongrey.gif) repeat scroll 0 0;
    color: #FFF;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    line-height: 29px;
    padding: 0 0 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 216px;
}

.recoverPassPopup fieldset a.bigButtonGrey small {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    text-transform: lowercase;
}

/* --------------------------------------------------------------------------------- */

/*                                    Nieuws Item                                    */

/* --------------------------------------------------------------------------------- */

.nieuwsItemPopup {
    background-color: #FFF;
    border: 1px solid #333333;
    height: 536px;
    margin: 0;
    padding: 26px 37px 38px;
    width: 370px;
}

.nieuwsItemPopup h2 {
    background-repeat: no-repeat;
    border-bottom: 1px solid #999999;
    color: #A2A2A2;
    font-size: 22px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    width: auto;
}

.nieuwsItemPopup h2 span {
    color: #AEC23F;
    font-family: verdana, sans-serif;
}

.nieuwsItemPopup .content {
    height: 420px;
    overflow: auto;
    width: 370px;
}

.nieuwsItemPopup .content h3 {
    color: #666;
    font-family: Verdana, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1em 0;
}

.nieuwsItemPopup .content h4 {
    color: #666;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1em 0;
}

.nieuwsItemPopup .content p {
    color: #666;
    font-family: verdana, sans-serif;
    font-size: 11px;
    height: auto;
    margin: 15px 0 0 0;
    width: auto;
}

.nieuwsItemPopup .content a { color: #CADB2A; }

.nieuwsItemPopup .content .topiclist {
    border-top: 1px solid #999;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
}

.nieuwsItemPopup .content .topiclist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nieuwsItemPopup .content .topiclist ul li {
    color: #666;
    display: block;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}

.nieuwsItemPopup .options {
    border-top: 1px solid #999999;
    clear: both;
    color: #666;
    float: left;
    margin: 12px 0 0 0;
    padding: 11px 0 0 0;
    width: 370px;
}

.nieuwsItemPopup .options a.bigButton {
    background: transparent url(../../images/backend/buttons/bigbutton.gif) repeat scroll 0 0;
    color: #FFF;
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    line-height: 29px;
    padding: 0 0 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 216px;
}

.nieuwsItemPopup .options a.bigButton small {
    color: #666;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
}



/* --------------------------------------------------------------------------------- */

/*                                 Anti Flicker Hack                                 */

/* --------------------------------------------------------------------------------- */

div.popupContainer {
    height: 1px;
    margin-left: -99999px;
    margin-top: -99999px;
    width: 1px;
}

form > div.popupContainer,
div > div.popupContainer {
    height: 1px;
    left: -99999px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: 10001;
}