﻿/*
table
{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table, td, th
{
    border: solid 1px gainsboro;
}

td, th
{
    padding: 5px;
    text-align: center;
}
*/
table
{
    border-collapse: collapse;
}

th
{
    background-color: #f0f0f0;
    font-weight: bold;
}

thead th, th[scope=col]
{
    border-bottom: 1px solid black;
}

th[scope=row]
{
    border-right: 1px solid black;
}

/* Table Styles */
table.StateDiagramTable
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: solid 1px gainsboro;
}

table.StateDiagramTable td,
table.StateDiagramTable th
{
    border: solid 1px gainsboro;
    padding: 5px;
}

table.StateDiagramTable img
{
    border: 0 !important;
    float: none !important;
    margin: 0 !important;
}

table.asptable, table.asptable td
{
    border: 0;
    padding: 0;
}

.style1 table, table.style1, table.ProductSelect
{
    border-collapse: collapse;
    border: solid 1px gainsboro;
    width: 100%;
}

.style1 td, .style1 th, table.ProductSelect td, table.ProductSelect th
{
    padding: 5px;
    border: solid 1px gainsboro;
}

td.OptionsList
{
    padding: 0px !important;
}

.Specifications table, #Specifications table, table.Specifications
{
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    font-size: small;
    text-align: center;
    border: solid 1px black;
}

.Specifications table td, #Specifications table td, table.Specifications td
{
    padding: 2px 5px 2px 5px;
    border: solid 1px gainsboro;
}

/* Fix for broken lines in treeview in IE7 */
.SiteMap td div
{
    height: 20px !important;
}

.LabeledData td.row-heading, .ProductSelect td.row-heading
{
    text-align: right;
    vertical-align: middle;
}

.LabeledData td.data, .ProductSelect td.data
{
    text-align: left;
    vertical-align: middle;
}

.LabeledData td.TextAreaLabel
{
    vertical-align: top;
    padding-top: 8px;
}

td.label
{
    vertical-align: top;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.row-heading-top-right td.row-heading
{
    text-align: right;
    vertical-align: top;
}

table.default-left td, .ProductSelect td
{
    text-align: left;
}

td.row-heading
{
    background-color: #f0f0f0;
    font-weight: bold;
    border-right: solid 1px black !important;
}

tr.col-heading1
{
    background-color: #AD0224;
    color: White;
    font-weight: bold;
    font-size: large;
    text-align: left;
}

tr.col-heading1 td, tr.col-heading1 th
{
    border: solid 1px #AD0224;
}

tr.col-heading2, tr.col-heading2 td, tr.col-heading2 th, th[scope=col]
{
    background-color: #f0f0f0;
    font-weight: bold;
    border-bottom: solid 1px Black !important;
}

tr.col-heading3, tr.col-heading3 td, tr.col-heading3 th
{
    background-color: #e0e0e0;
    font-weight: bold;
    border-bottom: solid 1px black;
    text-align: left;
}

tr.col-heading4, tr.col-heading4 td, tr.col-heading4 th
{
    color: black;
    background-color: silver;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px black;
}

tr.alternate
{
    background-color: #f8f8f8;
}

table.ProductSelect
{
    width: auto;
    width: 100%;
}

td.label
{
    text-align: right;
}

td.data
{
    text-align: left;
}

table.RemoveBorder > tbody > tr > td
{
    border-collapse: collapse;
    border: none 0 Aqua !important;
    margin: 0;
    padding: 0;
}

.LongDescription
{
    padding-left: 10px;
    font-style: italic;
}

