﻿.edBox
{
  width:580px;
  margin:8px;
  background-color:#dae9ff;
  border:solid 1px #648abd;
  text-align:left;
}
.edTitle
{
  background-color:#000;
  color:White;
  padding:3px 5px 3px 5px;
  font-size: 9pt;
  font-weight:bold;
  font-family:Arial;
}  
.edButtonBar
{
  padding:5px;
  background-color:#dae9ff;
  background-image:url('../../i/editor/buttonback.jpg');
  background-repeat:repeat-x;
  height:22px;
}
.edButton 
{ 
  width: 24px; 
  height: 22px;
}
.edFooter
{
  padding:4px;
  font-family:Verdana;
  font-size:8pt;
  text-align:right;
}
.edSelect
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 8pt;
}


.edPopup
{
  width:128px;
  height:146px;
  text-align: left;
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  border:solid 1px #648abd;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;  
}
.edPopupTitle
{
  background-color:#648abd;
  color:White;
  padding:2px 5px 2px 5px;
  font-size: 8pt;
  font-weight:bold;
  font-family:Arial;
}
.edImage
{
  width: 24px;
  height: 22px;
  cursor: pointer;
}
.edC
{
  width:10px;
  height:10px;
  margin:1px;
  float:left;
  border:solid 2px white;
  cursor: pointer;
}
.edD
{
  width:122px;
  height:10px;
  margin:2px;
  border:solid 1px white;
  cursor: pointer;
}
.edB
{
  clear:both;
}