/*** GENERIC STYLES ***********************************************************/

html, body, th, td, *
{
    font-family: Arial, "MS Sans Serif" , Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

strong, b
{
    font-weight: bold;
    color: #09367A;
}

em, underline
{
    font-style: italic;
    text-decoration: none;
    color: #09367A;
}

small
{
    font-size: 10px;
}

p
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p
{
    margin-top: -5px !important;
}

ul
{
    margin: 10px;
    margin-left: 30px;
    list-style-type: square;
    list-style-position: outside;
    list-style-image: url(/Media/Graphics/Bullet.gif);
    line-height: 14px;
}

ul ul
{
    list-style-type: disc;
    list-style-image: url(/Media/Graphics/Bullet2.gif);
}


ul ul ul
{
    list-style-type: circle;
    list-style-image: url(/Media/Graphics/Bullet3.gif);
}

li, li > *
{
    line-height: 14px;
}

li + li
{
    margin-top: 2px;
}


h1, h2, h3, h4, h5
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #09367A;
    font-weight: normal;
}

h1
{
    font-size: 21px;
    line-height: 25px;
    background-image: url(/Media/Graphics/Arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px;
    padding: 5px;
    padding-left: 15px;
}

h2
{
    font-size: 16px;
    line-height: 20px;
}

h3
{
    font-size: 14px;
    line-height: 18px;
}

h4
{
    font-size: 12px;
    line-height: 16px;
}

h5
{
    font-size: 10px;
    line-height: 14px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child
{
    margin-top: 0px;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h3, h2 + h4, h2 + h5, h3 + h4, h3 + h5, h4 + h5
{
    margin-top: -5px;
    color: #7CACD3;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5
{
    padding-left: 16px;
}

blockquote
{
    margin: 20px;
    padding: 10px;
    border: solid 1px #A3C2DF;
    background-color: #CCDBEC;
    overflow: hidden;
}

a, a:link, a:active, a:visited, a:hover
{
    color: #5C8CB3;
    text-decoration: none;
}

a:hover
{
    color: #E89719;
}

br
{
    line-height: 8px;
}

hr
{
    border: solid 1px #A3C2DF;
    background: #A3C2DF;
    color: #A3C2DF;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

img
{
    border: none;
    vertical-align: middle;
}

img[hspace]
{
    margin-left: 10px;
    margin-right: 10px;
}

img[vspace]
{
    margin-top: 10px;
    margin-bottom: 10px;
}

input, textarea, select
{
    margin: 1px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

input[type="checkbox"], input[type="submit"], input[type="button"]
{
    margin: 1px;
    vertical-align: middle;
}

img, input[type="image"]
{
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

input[type="hidden"]
{
    display: none;
}

/*** TABLES *******************************************************************/

/* SHARED */

table, table[rules]
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    table-layout: auto;
    caption-side: top;
    border-spacing: 0px;
    border-collapse: collapse;
    border: solid 1px #A3C2DF;
}

table caption, table[rules] caption
{
    margin: 0px;
    padding: 4px;
    border: solid 1px #A3C2DF;
    border-bottom: none;
    background-color: #CCDBEC;
    color: #09367A;
    font-weight: normal;
    text-align: left;
}

table + table caption, table[rules] + table[rules] caption, table + table[rules] caption, table[rules] + table caption
{
    border-top: none;
}

table tr, table[rules] tr
{
    border: none;
}

table th, table[rules] th
{
    margin: 0px;
    padding: 5px 10px 5px 10px;
    border: none;
    background: #fff;
    color: #09367A;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

table td, table[rules] td
{
    margin: 0px;
    padding: 5px 10px 5px 10px;
    border: none;
}

table th[align="center"], table[rules] th[align="center"]
{
    text-align: center;
}

table th[align="right"], table[rules] th[align="right"]
{
    text-align: right;
}


/* RULES="COLS" */

table > tbody > tr > th, table[rules="rows"] > tbody > tr > th
{
    border-top: solid 1px #E89719;
    border-left: solid 1px #CCC;
}

table > tbody > tr:first-child > th, table[rules="rows"] > tbody > tr:first-child > th
{
    border-top: none;
    border-bottom: solid 1px #E89719;
}

table > tbody > tr > th:first-child, table[rules="rows"] > tbody > tr > th:first-child
{
    border-left: none;
}

table > tbody > tr > td, table[rules="rows"] > tbody > tr > td
{
    border-left: solid 1px #CCC;
}

table > tbody > tr > td:first-child, table[rules="rows"] > tbody > tr > td:first-child
{
    border-left: none;
}

table > tbody > tr:nth-child(odd) > td, table[rules="rows"] > tbody > tr:nth-child(odd) > td
{
    background-color: #EEE;
}

/* RULES="ROWS" */

table[rules="cols"]
{
    table-layout: auto;
}

table[rules="cols"] > tbody > tr > th
{
    border: none;
    border-top: solid 1px #CCC;
    border-left: solid 1px #E89719;
}

table[rules="cols"] > tbody > tr > th:first-child
{
    border-left: none;
    border-right: solid 1px #E89719;
}

table[rules="cols"] > tbody > tr:first-child > th
{
    border-top: none;
}

table[rules="cols"] > tbody > tr > td
{
    border: none;
    border-top: solid 1px #CCC;
    background-color: transparent;
}

table[rules="cols"] > tbody > tr:first-child > td
{
    border-top: none;
}

table[rules="cols"] > tbody > tr > td:nth-child(odd)
{
    background: #EEE;
}

/* RULES="groups" */

table[rules="groups"]
{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border: none;
}

table[rules="groups"] > tbody > tr > th
{
    text-align: left;
    font-weight: normal;
    color: #09367A;
    font-size: 16px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 3px;
}

table[rules="groups"] > tbody > tr > td
{
    vertical-align: top;
    padding: 10px;
    padding-right: 20px;
    border: solid 1px #CCC;
}


/* RULES="ALL" */

table[rules="all"]
{
    table-layout: auto;
}

table[rules="all"] > tbody > tr > th
{
    border-top: solid 1px #CCC;
    border-right: solid 1px #E89719;
}

table[rules="all"] > tbody > tr > th:first-child
{
    border-left: none;
    border-right: solid 1px #E89719;
}

table[rules="all"] > tbody > tr:first-child > th
{
    border-top: none;
    border-right: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #E89719;
}

table[rules="all"] > tbody > tr:first-child > th:first-child
{
    border: none;
}

table[rules="all"] > tbody > tr > td
{
    border: none;
    background: transparent;
}

table[rules="all"] > tbody > tr + tr > td
{
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
}

table[rules="all"] > tbody > tr + tr > th + td
{
    border-left: none;
}

table[rules="all"] > tbody > tr:first-child + tr > td
{
    border-top: none;
}

table[rules="all"] > tbody > tr > td:nth-child(odd)
{
    background: #EEE;
}

table[rules="all"] > tbody > tr:nth-child(odd) > td
{
    background: #E0E0EE;
}

table[rules="all"] > tbody > tr:nth-child(odd) > td:nth-child(even)
{
    background: #F0F0FF;
}


/* RULES="NONE" */

table[rules="none"], table[rules="none"] > tbody > tr > th, table[rules="none"] > tbody > tr > td
{
    width: auto;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    margin: 0px;
    padding: 0px;
    caption-side: top;
    table-layout: auto;
    empty-cells: hide;
    background: transparent;
    color: #000;
    vertical-align: top;
    text-align: left;
}

/* CUSTOM */

.TreeView table, .TreeView table tr th, .TreeView table tr td
{
    width: auto;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    margin: 0px;
    padding: 0px;
    caption-side: top;
    table-layout: auto;
    empty-cells: hide;
    background: transparent;
    color: #000;
    vertical-align: middle;
    text-align: left;
}

.SpecificationTable tr:nth-child(odd) th
{
    background-color: #EEE;
}



