﻿.imgList .itemContainer, .imgList .itemBank 
{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.imgList .itemContainer 
{ 
}
.imgList .itemBank 
{ 
    /*width: 100%;*/
}
.imgList .itemContainer li
{ 
    margin: 0 3px 3px 3px; 
    border:1px solid #CCCCCC;
    height: 100px; 
    width: 100px;
    margin: 2px 3px 2px 3px;
    border:1px solid #CCCCCC;
    float:left;
    background:white;
    cursor:default;
    -moz-border-radius:4px;
}
.imgList .itemBank li
{ 
    margin: 0; 
    padding: 0; 
    height: 100px; 
    width: 100px; 
    border:1px solid #CCCCCC;
    background:white;
    cursor:default;
    float:left;
    margin: 2px 3px 2px 3px;
    -moz-border-radius:4px;
}
.imgList .itemBank li .handle
{
    cursor:move;
    width:100%;
    float:left;
}
.imgList .itemBank .blockMenuDiv, .imgList .itemBankDiv2 .blockMenuDiv
{
    cursor:move;
    background:white;
    padding-top:2px;
}
.imgList .itemBankDiv
{
}
.imgList .bankArea
{
    height:205px;
    overflow-y:scroll;
    clear:both;
    /*border:1px solid #CDCDCD;
    -moz-border-radius:4px;   
     height:450px; */
}
.imgList .itemBankDiv2
{
   /* border:1px solid #CDCDCD;
    -moz-border-radius:4px;*/
    height:250px;
    overflow-y:scroll;
    background:silver;
}
.imgList .handle
{
    cursor:move;
}
.imgList #dropArea
{
    padding-bottom:60px;
}
.imgList #dropArea .handle
{
    cursor:default; 
}
.imgList .handle .ui-icon
{
    float:left;
}
.imgList .unhandle .ui-icon
{
    float:right;
}
.imgList .tblMove
{
    width:100%;
}
.imgList #fake
{
    text-align:center;
}
.imgList .uploadBox
{
    height:450px;
}
.imgList .verysmall
{
    font-size:11px;
    font-family:Verdana,Arial,sans-serif;
}
/*override admin.css*/
.imgList .tblMove td.unhandle, .imgList .tblBlocksPreview .tblMove td.unhandle
{
    width:20px;
}
/*override-tabs
.imgList .ui-tabs .ui-tabs-panel
{
    padding:2px 0px 0px 0px;
}*/
