﻿div.buttonlist
{
    
    padding-bottom:32px;
    display : block;
    
}

div.buttonlistbottom
{
    padding-top:22px;
    padding-bottom:12px;
    display : block;
}

button
{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238) rgb(222, 222, 222) rgb(222, 222, 222) rgb(238, 238, 238);
    margin: 0px 7px 0px 0px;
    padding: 5px 10px 6px 7px;
    color: #336699;
    line-height: 130%;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    display: block;
    cursor: pointer;
    background-color: rgb(245, 245, 245);
}
button[type]
{
    padding: 5px 10px 5px 7px;
    line-height: 17px;
}

*:first-child + html button[type]
{
    padding: 4px 10px 3px 27px;
}

button.img
{
    /*margin: 0px 0px 0px 0px !important; Removed by Doss*/
    margin: 0px 8px -3px 0px !important;
    padding: 0px;
    border: currentColor;
    width: 16px;
    height: 16px;
}
*:first-child + html button.img
{
    margin: 0px 0px 0px 0px !important;
}


button.img.action
{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238) rgb(222, 222, 222) rgb(222, 222, 222) rgb(238, 238, 238);
    padding: 2px 10px 3px 27px;
    width: auto;
    overflow: visible;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 4px center;
}

button.img.action.WithoutText
{
    padding: 2px 10px 3px 7px;
    width: 24px;
    height:24px;
    font-size: 0px;
    color: Transparent;
}


button.img.action.negative
{
    color: tomato;
}

button.img.action.positive
{
    color: rgb(82, 146, 20);
}

button.img.action:hover
{
    border: 1px solid rgb(194, 225, 239);
    color: rgb(51, 102, 153);
    background-color: rgb(223, 244, 255);
}

button.img.action.WithoutText:hover
{
    color: Transparent;
}

button.img.action.negative:hover
{
    background-color: rgb(251, 227, 228);
    border: 1px solid rgb(251, 194, 196);
    color: tomato;
}

button.img.action.positive:hover
{
    border: 1px solid rgb(198, 216, 128);
    color: rgb(82, 146, 20);
    background-color: rgb(230, 239, 194);
}


button.img.action.add-new
{
    background-image: url("../../Images/Icons/add-user.png");
    padding: 2px 10px 3px 27px;
}
button.img.action.add-new-contact
{
    background-image: url("../../Images/Icons/add-user.png");
    padding: 2px 10px 3px 27px;
}

button.img.action.Find
{
    background-image: url("../../Images/Icons/Find.png");
    padding: 2px 10px 3px 33px;
}

button.img.action.add
{
    background-image: url("../../Images/Icons/add.png");
    padding: 2px 10px 3px 27px;
}

button.img.action.save
{
    background-image: url("../../Images/Icons/save.png");
}
button.img.action.cancel
{
    background-image: url("../../Images/Icons/cancel.png");
}
button.img.action.returntolist
{
    background-image: url("../../Images/Icons/returntolist.png");
}

button.img.action.tt-status
{
    background-image: url("../../Images/Icons/tt-status.png");
}
button.img.action.viewattachment
{
    background-image: url("../../Images/Icons/attachment.gif");
}

button.img.action.left-arrow
{
    background-image: url("../../Images/Icons/left-green.png");
}
button.img.action.right-arrow
{
    background-image: url("../../Images/Icons/right-green.png");
}


button.img.edit
{
    background-image: url("../../Images/Buttons/Icons/ico_edit.png");
}


button.img.busy
{
    width: 32px;
    height: 32px;
    background-image: url("../../Images/AjaxLoading.gif");
    display: inline;
}

button.img.delete
{
    background-image: url("../../Images/icons/delete.png");
}

button.img.add-simple
{
    background-image: url("../../Images/icons/add.png");
}


button.img.attachment
{
    background-image: url("../../Images/attachments/doc.gif");
}

button.img.attachment.doc
{
    background-image: url("../../Images/attachments/doc.gif");
}
button.img.attachment.docx
{
    background-image: url("../../Images/attachments/docx.gif");
}
button.img.attachment.exe
{
    background-image: url("../../Images/attachments/exe.gif");
}
button.img.attachment.gener
{
    background-image: url("../../Images/attachments/gener.gif");
}
button.img.attachment.gif
{
    background-image: url("../../Images/attachments/gif.gif");
}
button.img.attachment.htm
{
    background-image: url("../../Images/attachments/htm.gif");
}
button.img.attachment.jpg
{
    background-image: url("../../Images/attachments/jpg.gif");
}
button.img.attachment.media
{
    background-image: url("../../Images/attachments/media.gif");
}
button.img.attachment.ppt
{
    background-image: url("../../Images/attachments/ppt.gif");
}
button.img.attachment.pptx
{
    background-image: url("../../Images/attachments/pptx.gif");
}
button.img.attachment.sechead
{
    background-image: url("../../Images/attachments/sechead.gif");
}
button.img.attachment.txt
{
    background-image: url("../../Images/attachments/txt.gif");
}
button.img.attachment.vsd
{
    background-image: url("../../Images/attachments/vsd.gif");
}
button.img.attachment.xls
{
    background-image: url("../../Images/attachments/xls.gif");
}
button.img.attachment.xlsx
{
    background-image: url("../../Images/attachments/xlsx.gif");
}


button.img.action.convertlead
{
    background-image: url("../../Images/Buttons/Icons/ico_convert.png");
    padding: 2px 2px 2px 2px;
    width: 24px;
    height:24px;
    font-size: 0px;
    color: Transparent;
}