﻿.icon-box-active
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/active.png) no-repeat center center;
}
.icon-box-inactive
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/inactive.png) no-repeat center center;
}
.icon-box-html
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/html.gif) no-repeat center center;
}
.icon-box-attachment
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/attachment.png) no-repeat;
}
.icon-box-save
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/save.png) no-repeat center center;
}
.icon-box-import
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/import.png) no-repeat center center;
}
.icon-box-search
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/btn_search.gif) no-repeat center center;
}
.icon-box-searchx20
{
    width: 20px;
    height: 20px;
    background: url(../../images/icons/search_button.gif) no-repeat center center;
}
.icon-box-cartx20
{
    width: 20px;
    height: 20px;
    background: url(../../images/icons/shopping_cart_20x20.png) no-repeat center center;
}
.icon-box-arrow-up
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/arrow_up.gif) no-repeat center center;
}
.icon-box-arrow-down
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/arrow_down.gif) no-repeat center center;
}
.icon-box-arrow-up-s
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/arrow_up_s.gif) no-repeat center center;
}
.icon-box-arrow-down-s
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/arrow_down_s.gif) no-repeat center center;
}
.icon-box-url
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/icon_url.gif) no-repeat center center;
}
.icon-box-bullet
{
    margin-right: 10px;
    cursor: pointer;
    font-size: 10px;
    float: left;
    padding-left: 12px;
    background: url(../../images/icons/arrow_next.gif) no-repeat left center;
}
.icon-box-close-gray
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/close_window_silver.png) no-repeat center center;
}
.icon-box-close-gray-20x20
{
    width: 20px;
    height: 20px;
    background: url(/images/icons/close_window_silver_20x20.png) no-repeat center center;
}
.icon-box-settings
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/settings.png) no-repeat center center;
    cursor: pointer;
}
.icon-person-info
{
    width: 16px;
    height: 16px;
    background: url(../../images/icons/info-4-16.png) no-repeat center center;
}