 .portal-column {
  width: 100%;
  min-height:25px;
  margin: 0px;
  padding: 0px;  
}
 .handle
 {
     overflow:hidden !important;
 }
 #portal-column-block-list .block .content {
  display: none;
}
 .block {
  margin: 0px;
  padding: 0px;
  border-width: 0px;

}
 .block div.handle 
 {
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  cursor:move;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  color: inherit;  
}
.block .content 
{

}
.block .block-toggle {
  background-image: url(block-slide.png);
  display: block;
  float: right;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.block .block-toggle span {
  display: none;
}

.block-hover {
  border: 1px dashed #000;
}

.block-list-handle, #portal .handle {
  cursor: move;
}

#portal-column-block-list .block .block-toggle {
  display: none;
}
.portal-zone-command
{    
    width:100%;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    font-family:Arial;
    line-height:25px;
    height:25px;
    background-image: url('../Css/AdminImages/widgetTitleBg.gif');
    background-repeat: repeat-x;
    
     
}
.toolbar
{
    position:fixed;
    width:100%;    
    color:White;
    border-bottom: solid 2px #444;
    height: 26px;
    background-image: url('../Css/AdminImages/widgetTitleBg.gif');
    background-repeat: repeat-x;
    font-family:Arial;
    font-size:13px;
    z-index:4000 !important; 
}
.hiddenBlock
{
    display:none;
}
table.toolbart td
{
    vertical-align:top;
    line-height:25px;
}