﻿* {
    margin: 0px;
    padding: 0px;
}

/* Set up a table */
.table {
    display: table;
}

.row {
    display: table-row!important;
}

.cell {
    display: table-cell!important;
}

img {
    border: none;
}

.aspNetDisabled {
    text-decoration: none!important;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.strike {
    text-decoration: line-through;
}

.size16 {
    width: 16px;
    height: 16px;
}

.size16 * {
    width: 16px;
    height: 16px;
}

.textAlignCenter {
    text-align:center!important;
}

.hidden {
    visibility: hidden;
}