﻿body
{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    min-height: 453px;
    margin: 0px;
    padding: 0px;
}

html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #9d9d9d;
    background-image:url(../images/repeater.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: fixed;
    font-family: Arial;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.imageListDiv
{
    width: 325px;
    height: 420px;
    overflow: auto;
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    border: solid 1px #999999;
}


.imageListDiv img
{
    margin: 1px;
    padding: 0px;
    max-width: 100px;
    display: inline-block;
}

.imageBoundingDiv:hover
{
    border: solid 1px #ff0000 !important;
}

#Editor1_ctl01_ctl08
{display: none;}
#Editor1_ctl01_ctl09
{display: none;}
#Editor1_ctl01_ctl10
{display: none;}
#Editor1_ctl01_ctl11
{display: none;}
#Editor1_ctl01_ctl26
{display: none;}
#Editor1_ctl01_ctl27
{display: none;}
#Editor1_ctl01_ctl28
{display: none;}
#Editor1_ctl01_ctl29
{display: none;}
#Editor1_ctl01_ctl30
{display: none;}
#Editor1_ctl01_ctl31
{display: none;}
#Editor1_ctl01_ctl32
{display: none;}
#Editor1_ctl01_ctl33
{display: none;}
#Editor1_ctl01_ctl34
{display: none;}
#Editor1_ctl01_ctl35
{display: none;}
#Editor1_ctl01_ctl39
{display: none;}
#Editor1_ctl01_ctl40
{display: none;}
#Editor1_ctl01_ctl41
{display: none;}
#Editor1_ctl01_ctl42
{display: none;}
#Editor1_ctl01_ctl43
{display: none;}
#Editor1_ctl01_ctl45
{display: none;}
#Editor1_ctl01_ctl46
{display: none;}
#Editor1_ctl01_ctl47
{display: none;}
#Editor1_ctl01_ctl48
{display: none;}
#Editor1_ctl03_ctl02
{display: none;}


.jsModalHolder
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.jsModal
{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0px;
    padding: 0px;      
}

.jsModalBg
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8999;
    background-color:#000000;
    opacity:0.70;
    filter:alpha(opacity=70);
}