
     /*ServiceButton*/
    .ButtonText         { display:inline-block;}
    .ButtonCapsule      { display:inline-block; margin:0 2px; cursor: pointer;}
    .ButtonCenter       { height:27px; line-height:27px; padding: 0 3px; color:#ccc; background: #000 url("images/center.jpg") repeat-x left top; border-width: 0; float: left; width: auto; text-align: center; font-weight: bold; }
    .ButtonLeft         { width:5px; height:27px; background: #000 url("images/left.jpg") no-repeat left top; border-width: 0; float: left; }
    .ButtonRight        { width:5px; height:27px; background:#000 url("images/right_blue.jpg") no-repeat left top; border-width: 0; float: left; }
    .ButtonIconBlue     { height:27px;  width:17px; background:#000 url("images/icon_blue.jpg ") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconRed      { height:27px;  width:17px; background:#000 url("images/icon_red.jpg") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconGreen    { height:27px;  width:17px; background:#000 url("images/icon_green.jpg") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconDisabled { height:27px;  width:17px; background:#000 url("images/icon_red.jpg ") no-repeat left top; border-width: 0; float: left;}

    .ButtonIconEdit     {height:27px;  width:17px; background:#000 url("images/icon_edit.jpg") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconRemove   {height:27px;  width:17px; background:#000 url("images/icon_remove.jpg") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconAdd      {height:27px;  width:17px; background:#000 url("images/icon_add.jpg") no-repeat left top; border-width: 0; float: left;}
    .ButtonIconSave     {height:27px;  width:17px; background:#000 url("images/icon_save.jpg") no-repeat left top; border-width: 0; float: left;}


    .SimpleDelete, .SimpleDeleteDisabled {display:inline-block; height:30px;  width:32px; background:#000 url("images/remove.jpg ") no-repeat}
    .SimpleDelete         { background-position: left top;}
    .SimpleDeleteDisabled { background-position: left bottom;}

    .SimpleEdit, .SimpleEditDisabled {display:inline-block; height:30px;  width:32px; background:#000 url("images/edit.jpg ") no-repeat}
    .SimpleEdit         { background-position: left top;}
    .SimpleEditDisabled { background-position: left bottom;}

    .SimpleUp, .SimpleUpDisabled {display:inline-block; height:30px;  width:32px; background:#000 url("images/up.jpg ") no-repeat}
    .SimpleUp         { background-position: left top;}
    .SimpleUpDisabled { background-position: left bottom;}

    .SimpleDown, .SimpleDownDisabled {display:inline-block; height:30px;  width:32px; background:#000 url("images/down.jpg ") no-repeat}
    .SimpleDown         { background-position: left top;}
    .SimpleDownDisabled { background-position: left bottom;}

    .SimpleLeft, .SimpleLeftDisabled {display:inline-block; height:29px;  width:20px; background:#000 url("images/promote.jpg ") no-repeat}
    .SimpleLeft        { background-position: left top;}
    .SimpleLeftDisabled { background-position: left bottom;}

    .SimpleRight, .SimpleRightDisabled {display:inline-block; height:29px;  width:20px; background:#000 url("images/demote.jpg ") no-repeat}
    .SimpleRight        { background-position: left top;}
    .SimpleRightDisabled { background-position: left bottom;}

    .ButtonIcon {height:27px;  width:0; background:transparent; border-width: 0; float: left;}