﻿.saveButton
{
    background-image: url('Images/save.gif');
    background-repeat: no-repeat;
    background-color: Transparent;
    border-style: none;
    height: 14px;
    width: 16px;
    cursor: pointer;
}

.cancelButton
{
    background-image: url('Images/cancel.gif');
    background-repeat: no-repeat;
    background-color: Transparent;
    border-style: none;
    height: 14px;
    width: 12px;
    cursor: pointer;
}

.refreshButton
{
    background-image: url('Images/Refresh.gif');
    background-repeat: no-repeat;
    background-color: Transparent;
    border-style: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

#trashCan
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('Images/recycleBin.gif') no-repeat scroll center 10px;
    color: #333333;
    display: block;
    padding: 45px 5px 10px;
    text-decoration: none;
    width: 88px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.2;
}

#trashCan:hover
{
    color: #f30;
}

#trashCanGroups
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('Images/recycleBin.gif') no-repeat scroll center 10px;
    color: #333333;
    display: block;
    padding: 45px 5px 10px;
    text-decoration: none;
    width: 88px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.2;
}

#trashCanGroups:hover
{
    color: #f30;
}

#trashCanCompanies
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('Images/recycleBin.gif') no-repeat scroll center 10px;
    color: #333333;
    display: block;
    padding: 45px 5px 10px;
    text-decoration: none;
    width: 88px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.2;
}

#trashCanCompanies:hover
{
    color: #f30;
}

#trashCanCustomers
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('Images/recycleBin.gif') no-repeat scroll center 10px;
    color: #333333;
    display: block;
    padding: 45px 5px 10px;
    text-decoration: none;
    width: 88px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.2;
}

#trashCanCustomers:hover
{
    color: #f30;
}

#trashCanSites
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('Images/recycleBin.gif') no-repeat scroll center 10px;
    color: #333333;
    display: block;
    padding: 45px 5px 10px;
    text-decoration: none;
    width: 88px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.2;
}

#trashCanSites:hover
{
    color: #f30;
}
.exMessage
{
    position: absolute;
    top: 15px;
    left: 106px;
    width: 276px;
    height: 38px;
    padding: 13px 0 0 55px;
    background: url(messageBox.gif) no-repeat;
    font: bold 12px/1 arial,sans-serif;
    color: #fe0000;
}

.validator
{
    font-weight: bold;
}


.AddImage
{
    vertical-align: middle;
 }

.ToolBarText
{    
color:#000000;
text-decoration:none;
font-family:"segoe ui",arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
}
