/* CSS Document */
.generic_dialog
{
    height: 0;
    left: 40px;
    overflow: visible;
    position: fixed; /*dw*/
    top: 40px;
    width: 100%;
    z-index: 101;
}
#generic_dialog_iframe
{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}
.generic_dialog .generic_dialog_popup
{
    height: 0;
    overflow: visible;
    position: relative;
}
.generic_dialog div.dialog_loading
{
    background-color: #fff;
    border: 1px solid #606060;
    font-size: 24px;
    padding: 10px;
}
#generic_dialog_overlay
{
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.dialog_body .dialog_content_img
{
    float: left;
    margin-right: 15px;
}
.dialog_body .dialog_content_txt
{
    float: left;
    padding-bottom: 5px;
    width: 300px;
}
.dialog_body .dialog_content_body
{
    padding-bottom: 13px;
}
.dialog_body .form_label
{
    padding-right: 5px;
}
.dialog_buttons
{
    height:20px;
    padding-right: 10px;
}
.dark_dialog_overlay
{
    background-image: url(facebook-overlay.png);
    background-repeat: repeat;
}
* html .dark_dialog_overlay
{
    background-color: transparent;
    background-image: url(blank.gif);
}
.full_bleed .pop_dialog_table td.pop_content .dialog_body
{
    padding: 0;
}
table.pop_dialog_table
{
    border-collapse: collapse;
    direction: ltr;
    margin: auto;
    width: 465px;
}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright
{
    height: 10px;
    padding: 0 !important;
    width: 10px !important;
}
td.pop_topleft
{
    background:none;
}
td.pop_topright
{
    background:none;
}
td.pop_bottomleft
{
    background:none;
}
td.pop_bottomright
{
    background: transparent url(../Images/modal/pop-dialog-sprite.png) no-repeat scroll 0 -360px;
}
td.pop_top
{
    background:none;
}
td.pop_bottom
{
    background: transparent url(../Images/modal/pop-dialog-sprite.png) bottom right no-repeat;
    height:40px;
}
td.pop_side_l
{
    background:none;
}
td.pop_side_r
{
    background: transparent url(../Images/modal/pop-dialog-sprite.png) top right no-repeat scroll;
    width:40px;
}
td.pop_content
{
    background-color: white;
    direction: ltr;
    padding: 0;
    width:500px;
}
.pop_dialog_rtl td.pop_content
{
    direction: rtl;
}
td.pop_content h2.dialog_title
{
    background: #0676B8 none repeat scroll 0 0;
    border: 1px solid #000;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
    margin: 0;
}
td.pop_content h2.dialog_loading
{
    background: #6D84B4 url(facebook-indicator_white_small.gif) no-repeat scroll 400px 10px;
    padding-right: 40px;
}
td.pop_content h2 span
{
    display: block;
    padding: 4px 10px 5px;
}
td.pop_content .dialog_content
{
    
    background: #FFFFFF none repeat scroll 0 0;
    border-color: #555555;
    border-style: solid;
    border-width: 0 1px 1px;
}
td.pop_content .dialog_body
{
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}
td.pop_content .dialog_summary
{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px 10px;
}
td.pop_content .dialog_buttons
{
    background: #F2F2F2 none repeat scroll 0 0;
    padding: 8px;
    text-align: right;
}
td.pop_content .dialog_buttons input
{
    margin-left: 5px;
}
td.pop_content .dialog_buttons_msg
{
    float: left;
    padding: 5px 0 0;
}
td.pop_content .dialog_footer
{
    background: #F2F2F2 none repeat scroll 0 50%;
}

/* david walsh custom */
#fb-modal
{
    display: none;
}
#fb-close
{
    cursor: pointer;
}
.info
{
    text-align:center;
    font-size: 12px;
    color: #666;
}
.info b
{
    color: #000;
}
.image
{
    width: 200px;
    float: left;
    margin-right: 10px;
}
.inputsubmit{
    font-size:11px;
}

.modalTB{
    margin-top:10px;
}
