
table.standard {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table.standard th {
    background-color: #DDD;
    font-weight: bold;
    border: 0;
}

table.standard td {
    border: 0;
}

table.data {
    width: 100%;
}

table.data tr {
}

table.data th,
table.data td {
    color: #666;
    font-size: 12px;
    padding: 6px 16px 6px 0;
    text-align: left;
}

table.data th {
    background-color: #fff;
    font-size: 12px;
}

table.data tr.hilight td {
    background-color: #dfdfdf;
}

table.data tr.hilight td:first-child {
    border-top-left-radius: 3px;
}

table.data tr.hilight td:last-child {
    border-top-right-radius: 3px;
}

table.data td.controls,
table.data th.controls {
    width: 1%;
}

table.data.detail {
    background-color: #f0f0f0;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
}

table.data.detail th {
    background-color: #f0f0f0;
}

table.data.detail img {
    vertical-align: -3px;
}

table.data th.short,
table.data td.short {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

table.data td.container {
    padding-left: 28px;
    padding-right: 0;
    padding-top: 0;
}

table.form {
    margin: 0;
    padding: 0;
}

table.form tbody {
    margin: 0;
    padding: 0;
}

table.form td {
    border-bottom: #e5e5e5 2px solid;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

table.form fieldset,
table.form fieldset.columns {
    border-bottom: 0 solid;
}

table.data td.icon,
table.data th.icon {
    padding-right: 5px;
    padding-left: 5px;
    width: 12px;
}

table .fit-column {
    width: 1% !important;
    white-space: nowrap !important;
}

table th.centered,
table td.centered {
    text-align: center;
}

table th.left-aligned,
table td.left-aligned {
    text-align: left;
}

table th.right-aligned,
table td.right-aligned {
    text-align: right;
}

table th.no-wrap,
table td.no-wrap {
    white-space: nowrap;
}

table th.no-border-bottom,
table td.no-border-bottom {
    border-bottom: none;
}

