﻿.editLink
{
    background-image: url("Images/Actions/edit.gif");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    display: block;
}

.deleteUserLink
{
    background-image: url("Images/Actions/delete.gif");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    display: block;
}

.customerDivisionLink
{
    background-image: url("Images/Actions/move_right.gif");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    display: block;
}    

table#UserTable {
    border: solid 1px #000000;
    border-collapse: collapse;
    margin-left: auto;
    margin-right:auto;    
}

table#UserTable td {
    padding: 5px;
    border: solid 1px #000000;
    width: 150px;
}

table#UserTable th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.headerText
{
    font-size: 15px;
    font-weight:bold;
    text-align: center;
    color:#c50022;
    background: #000000;    
}

.cellText
{
    text-align:center;
}