﻿#menuHolder
{
    background-color: Red;
    margin: 0px;
}

#contentHolder
{
}

.menuHolder
{
}

.staticMenu
{
}

.footer
{
}

#headerArea
{
    background-color: #C6C6CE;
}

.staticMenuItem
{
    background-color: #404040;
    color: White;
    font-weight: bold;
    padding: 3px 6px;
    border: none 0px white;
    margin: 0px;
}

.dynamicMenuItem
{
    background-color: #f8f8f8;
    color: #404040;
    font-weight: bold;
    padding: 3px 6px;
    border: solid 1px #e24012;
    margin: 0px;
    border-collapse: collapse;
    height: 24px;
}

.staticMenuItem tr td a:active, .staticMenuItem tr td a:hover, .staticMenuItem tr td a:link, .staticMenuItem tr td a:visited
{
    color: White;
    text-decoration: none;
}

.dynamicMenuItem tr td a:active, .dynamicMenuItem tr td a:hover, .dynamicMenuItem tr td a:link, .dynamicMenuItem tr td a:visited
{
    color: #404040;
    text-decoration: none;
}

/* Not for IE6, other browsers should work though */
table.staticMenu > tbody > tr > td:first-child .staticMenuItem
{
    background-color: #e24012;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td .staticMenuItem
{
    background-color: #ef9500;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td + td + td + td .staticMenuItem
{
    background-color: #f9c200;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td + td + td + td + td + td + td .staticMenuItem
{
    background-color: #68ac00;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td + td + td + td + td + td + td + td + td + td .staticMenuItem
{
    background-color: #0093d4;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td .staticMenuItem
{
    background-color: #444c9c;
}
table.staticMenu > tbody > tr > td:first-child + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td .staticMenuItem
{
    background-color: #823487;
}

td.sectionHeader, .sectionHeader td, .sectionHeader th
{
    font-style: normal;
    font-weight: bold;
    line-height: 1.4em;
    color: #434C9C;
    padding: 12px 0px 12px 0px;
}
.detail
{
}
.detail td
{
    padding: 1px 3px;
}
.textedit
{
    width: 600px;
}
.numberedit
{
    width: 150px;
}
textarea.textedit
{
    height: 80px;
}
.numeric
{
    text-align: right;
}
#dataTable
{
}
#dataTable table
{
    border-collapse: collapse;
}
.searchTable
{
    border-collapse: collapse;
    border: solid 1px #c0c0c0;
    text-align: left;
}
.searchTable .bordered
{
    border: solid 1px #c0c0c0;
}
.searchTable td
{
    border: none;
    padding: 3px 6px;
}
#companyData
{
    padding: 0px 12px;
    border-left: solid 1px #e0e0e0;
    vertical-align: top;
}
#companyYears
{
    padding: 0px 12px;
    vertical-align: top;
}
.rubric
{
    font-size: 90%;
}
.key
{
    font-weight: bold;
}
.buttonName
{
    font-weight: bold;
}
.header h1.site-name
{
    font-size: 2.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 1em 0 0.3em 0;
    padding: 0;
    text-align: center;
}
.header h1.site-name a, .header h1.site-name a:link, .header h1.site-name a:visited
{
    color: #E24012;
}

.header .site-slogan
{
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 0.3em;
    text-align: center;
}

#contentHolder H1
{
    clear: both;
    margin-top: 12px;
    display: block;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    width: 100%;
    color: #e24012;
    padding-top: 3px;
    background-color: #e3e3e7;
}
#contentHolder H1 A
{
    color: #e24012;
    text-decoration: underline;
}
#contentHolder H1 A:hover
{
    color: #e24012;
    text-decoration: underline;
}
#contentHolder H2
{
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 12px;
    color: #434c9c;
}

table.listview
{
    border-collapse: collapse;
    border: solid 1px #999999;
}

tr.odd
{
    background-color: #f0f0f0;
    color: #333333;
}
.listview td, .listview th
{
    border: solid 1px #999999;
    padding-left: 6px;
    padding-right: 6px;
}
.listview th
{
    color: White;
    background-color: #444444;
}
tr.even
{
    background-color: #e8e8e8;
    color: #222222;
}
tr.insert
{
    background-color: #c0c0c0;
}
tr.pager
{
    background-color: #c6c6ce;
    color: White;
}
.pager td
{
    text-align: center;
}

.resultsTable td, .resultsTable th
{
    padding-left: 3px;
    padding-right: 3px;
}

.resultsTable .pager td
{
    padding-left: 1px;
    padding-right: 1px;
}

.resultsTable th
{
    background-color: #c6c6ce;
    color: White;
    vertical-align: bottom;
}

.resultsTable th a, .resultsTable th a:link, .resultsTable th a:visited, .resultsTable th a:focus, .resultsTable th a:active
{
    color: White;
}
div#membershipOuter
{
    width: 100%;
}
div#register, div#forgotPassword, div#login
{
    text-align: center;
}
div#membership
{
    width: 665px;
    margin-left: auto;
    margin-right: auto;
}
.membershipManager
{
}
.membershipCurrentUserPanel
{
}
.membershipTitleBar
{
    display: none;
}
.membershipToolbar
{
    border: solid 1px #999999;
}
.membershipUserList
{
}
.membershipViewPanelHeading
{
    font-weight: bold;
    background-color: #e8e8e8;
}
.membershipViewPanel
{
}
.membershipViewPanelTitle
{
}
.membershipManager > table > tbody > tr + tr > td:first-child
{
    background-color: #e8e8e8;
    border: solid 1px #999999;
}
.membershipManager > table > tbody > tr + tr > td + td
{
    background-color: #f0f0f0;
    border: solid 1px #999999;
}