.window
{
  border-style: solid;
  border-width: 2px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 100 !important;
  left:50px;
  top:50px;
  width:415px;
  background-color:#999999;
  border-color: #cecece #ececec #cecece #e1e1e1;
}

.titleBar
{
  background-color: #008080;
  cursor: default;
  color: #ffffff;
  font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText
{
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons
{
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea
{
  background-color: #ffffff;
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 2px 0px 0px 0px;
  overflow: auto;
  padding: .5em;
}

.selectArea
{
  height: 12px;
  font-family: Verdana;
  font-size: 11px;
  font-weight:bold;
  color: #000000;
}

.iframe
 {
     position:absolute;
    top:0px;
    left:0px;
    display:none;
 }

.insert
 {
     background-color: #6e6e6e;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    float: left;
    padding: 2px;
 }

 .loader
 {
     background-color: #ececec;
    width: 200px;
    font-family: Verdana, Arial;
    font-size: 11px;
    background-image: url(/img/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: 5%;
    color: #000000;
    left: 49%;
    top: 49%;
    border: 1px solid #000000;
    vertical-align: middle;
    padding: 10px 6px 10px 36px;
    position: absolute;
 }
