@CHARSET "UTF-8";

.smallBox {
   width: 250px !important;
   overflow: hidden;
   padding: 0px;
   margin: 0px 0px 10px 0px;
}

.smallBox .header {
   height: 30px;
   line-height: 30px;
   background: transparent url(../../images/smallbox-title.png) no-repeat;
   padding: 0px;
}

.smallBox .title {
   font-weight: bold;
   margin-left: 10px;
   
}

.smallBox .icon {
   width: 13px;
   height: 12px;
   margin-top: 9px;
   margin-right: 10px;
   cursor: pointer;
   background: transparent url(../../images/smallbox-ico.png) no-repeat;
}

.smallBox .minimized {
   /*background: transparent url(../../images/smallbox-ico-max.png) no-repeat;*/
   background-position: 0px 0px;
}

.smallBox .maximized {
   /*background: transparent url(../../images/smallbox-ico-min.png) no-repeat;*/
   background-position: 0px -12px;
}

.smallBox .box-content {
   border: 1px solid #2C8BCB;
   /*height: 100px;*/
   /*margin: -1px 0px 0px 0px;*/
   margin: 0px;
   
}

.smallBox .box-content .loading {
   height: 30px;
}

.smallBox ul {
   background: transparent url(../../images/smallbox-tabs.png) no-repeat left top;
   height: 22px;
   margin-top: 5px;
  
}

.smallBox li {
   background: transparent url(../../images/smallbox-tabs.png) no-repeat left -22px;
   height: 22px;
   margin-left: 7px;
   float: left;
   white-space: nowrap;
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
   
}

.smallBox li.current {
   background-position: left -44px;
}

.smallBox li a {
   background: transparent url(../../images/smallbox-tabs.png) no-repeat right -22px;
   height: 16px;
   line-height: 16px;
   margin-left: 8px;
   margin-right: -8px;
   padding: 3px 9px 2px 0px;
   display: block;
   font-size: 9px;
   color: #777777;
   text-decoration: none;
}

.smallBox li.current a {
   background-position: right -44px;
   color: #000000;
}

.smallBox .search-footer {
   height: 17px;
}

.smallBox .more {
   /*background: transparent url(../../images/smallbox-more-bg.png) no-repeat 0px 0px;
    height: 21px;
    width: 59px;
    color: #004098;*/
   border: 0px solid #2C8BCB;
   border-width: 0px 0px 0px 0px;
   width: 40px;
   height: 16px;
   line-height: 16px;
}

.smallBox .more a {
   text-decoration: none;
   font-weight: bold;
   color: #2C8BCB;
}

.clr {
   height: 0px;
}

