body 
{
  background-color: #ECECEC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px; 
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.CSSTopBar
{
  height:30px;
}
.CSSTopBarLeft
{
  background-image: url(../../global/images/bar-left.gif);
  float: left;
  height:30px;
  width: 13px;
}
.CSSTopBarMain
{
  background-image: url(../../global/images/bar-center.gif);
  float: left;
  height:30px;
}
.CSSTopBarRight
{
  background-image: url(../../global/images/bar-right.gif);
  float: right;
  height:30px;
  width: 13px;
}

.CSSTopBarText
{
  float: left;
  color: #404040;
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;  
}
.EditBlock
{
  margin-left: 30px;
  margin-top: 20px;
  width: 515px;
  float:left;
}

.EditBlockHeader
{
  height: 29px;
  overflow: hidden;
  width: 515px;
}

.EditBlockHeaderLeft
{
  background-image: url(../../global/images/bar2-left.gif);
  float: left;
  height: 29px;
  width: 15px;
}
.EditBlockHeaderMain
{
  background-image: url(../../global/images/bar2-center.gif);
  color: #ffffff;
  float: left;
  font-size: 13px; 
  font-weight: 700; 
  height: 29px;
  padding-top: 5px;
  width: 499px;
}
.EditBlockHeaderRight
{
  background-image: url(../../global/images/bar2-right.gif);
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 1px;
}

.EditBlockToggleButtonOpenedActive
{
  background-image: url(../../global/images/bar2-popclose1.gif);
  cursor: pointer;
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}
.EditBlockToggleButtonOpened
{
  background-image: url(../../global/images/bar2-popclose0.gif);
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}
.EditBlockToggleButtonClosedActive
{
  background-image: url(../../global/images/bar2-popopen1.gif);
  cursor: pointer;
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}
.EditBlockToggleButtonClosed
{
  background-image: url(../../global/images/bar2-popopen0.gif);
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}


.EditBlockContent
{
	float: right;
	left: 15px;
	display: block;
	width: 500px;

}
.EditBlockContentHidden
{
	display: none;
}

.EditBlockFooter
{
  float: right;
  height: 11px;
  left: 15px;
  overflow: hidden;
  width: 500px;
}
.EditBlockFooterLeft
{
  background-image: url(../../global/images/block-botton-left.gif);
  float: left;
  height: 11px;
  width: 11px;
}
.EditBlockFooterMain
{
  background-color: #dcdcdc;
  background-image: url(../../global/images/block-botton-center.gif);
  float: left;
  height: 11px;
  width: 478px;
}
.EditBlockFooterRight
{
  background-image: url(../../global/images/block-botton-right.gif);
  float: left;
  height: 11px;
  width: 11px;
}

.EditBlockHelpButtonShow
{
  background-image: url(../../global/images/bar2-help0.gif);
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}
.EditBlockHelpButtonShowActive
{
  background-image: url(../../global/images/bar2-help1.gif);
  float: right;
  height: 29px;
  margin-top: -5px;
  width: 30px;
  z-index: 5;
}

.CSSEditBlockLine
{
  color: #404040;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px; 
  font-weight: 700;
  height: 25px;
  line-height: 16px;
  margin: 0px;

  position: relative;
  text-align: left;
}

.CSSEditBlockLine TD
{
	border: 1px solid #ececec;
}
.CSSEditBlockLineFieldFull
{
  background-color: #dcdcdc;
  float: left;
  height: 25px;
  margin: 1px;
  width: 496px;
  position: relative;
}
.CSSEditBlockLineField1
{
  background-color: #dcdcdc;
  float: left;
  height: 25px;
  margin: 1px;
  width: 146px;
  position: relative;
}

.CSSEditBlockLineValue1
{
  background-color: #dcdcdc;
  margin: 1px;
  float: left;
  height: 25px;
  width: 348px;
  position: relative;
}

.EditBlockLineCell
{
	float:left;
}
.ajLayer
{
  border:1px solid #000; 
  background-color: #ffffff; 
  position: absolute; 
  padding: 2px;
  z-index:100;
  display:none;
}


.autocomplete-loading
{
	background-image:url(../../global/images/ajaxaction_transp.gif);
	background-position: center right;
	background-repeat:no-repeat;
}
ul.autocomplete 
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid ButtonShadow;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
	display:none;
	z-index:1000;
}
ul.autocomplete li 
{
  display: block; 
  padding: 0.3em; 
  overflow: hidden;
  width: 100%;
  cursor:pointer;
}

ul.autocomplete li.selected 
{
  background-color: Highlight ; 
  color: #fff;
}