/*
should change both theme 1/2 to new color
#0082A9 - theme RGB(0, 130, 196), HSB(200, 100, 77)

#58595B - gray
Replace Color - +153, +51, -37
*/

html {
}

body {
    color: #58595B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
}

.colorTheme {
    color: #0082A9;
}

.bgColorTheme {
    background-color: #0082A9;
}

.colorGray {
    color: #58595B;
}

a {
    color: #0082A9;
    text-decoration: none;
}

a:hover {
    color: #0082A9;
    text-decoration: underline;
}

#left-nav a:hover {
    font-weight: bold;
    text-decoration: none;
}

a img {
    border: none;
}

h1, h2 {
    color: #0082A9;
    font-size: 100%;
}

h1 {
    margin-top: 0;
}

h2 {
    margin: 2em 0 0 0;
}

hr {
    background-color: #0082A9;
    border: 1px solid #0082A9;
    height: 1px;
    margin: 0;
    padding: 0;
}

select {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 0 3px;
    height: 20px;
}

#langNav {
    float: right;
    font-size: 12px;
}

#langNav a {
    float: right;
}

#langNav span {
    color: #BBB;
    float: right;
    padding: 0 0.5em;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 980px;
}

td {
    vertical-align: top;
}

.leftCol {
    width: 180px;
}

.midCol {
    width: 450px;
}

.rightCol {
    width: 350px;
}

.firstRow td {
    padding-bottom: 1em;
}

#left-nav {
    font-size: 11px;
}

#left-nav .bullet {
    padding: 0 8px 8px 4px;
}

#left-nav .left-nav-item td.item {
    padding-top: 1px;
}

#left-nav .selected a {
    color: #0082A9;
    font-weight: bold;
}

#left-nav .subsection {
    margin: 6px 0 10px 0;
    width: 180px;
}

#left-nav .subsection .dash {
    background-image: url(images/dash.gif);
    font-size: 1px;
    height: 1px;
}

#left-nav .subsection .list {
    background-color: #F7FAF0;
    margin: 1px 0;
    padding: 10px 15px 4px 7px;
}

#left-nav .subsection .list .item td {
    padding-bottom: 2px;
    vertical-align: top;
}

#left-nav .subsection .list .item img {
    padding: 6px 10px 6px 0;
}

#left-nav .subsection .list .item a {
    color: #58595B;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#left-nav .subsection .list .item a:hover, #left-nav .subsection .list .item a.selected {
    color: #0082A9;
}

#footer {
    float: left;
    font-size: 11px;
    padding: 1em 0 1em 0;
}

#footer a {
    color: #58595B;
}

#font-size-changer {
    float: right;
    font-size: 11px;
    padding: 1em 0 1em 0;
}

.commandBar a {
    color: #58595B;
    float: right;
    font-size: 11px;
}

.commandBar a div {
    color: #58595B;
    padding: 2px 0.5em;
}

#content-table .main-content, #content-table.non-highlight .side-content, #content-table .spacer {
    background: url(images/footer.gif) repeat-x 0 100%;
}

#content-table.highlight .side-content {
    background: url(images/dash-v.gif) repeat-y;
    color: #58595B;
    padding: 25px 15px 5em 15px;
    width: 220px;
}

#content-table.highlight .side-content a {
    color: Black;
}

#content-table.highlight .side-content .caption {
    font-weight: bold;
}

#content-table.highlight .main-content {
    width: 460px;
}

#content-table.highlight .side-content a {
    color: #58595B;
}

#content-table.non-highlight .main-content {
    width: 520px;
}

#content-table.non-highlight .side-content {
    padding-bottom: 5em;
    width: 250px;
}

.main-content.eng p {
    text-align: justify;
}

#content-table {
    line-height: 1.5em;
}

#content-table .main-content {
    padding: 0 30px 5em 30px;
}

#content-table .side-content p.caption {
    margin: 0.2em 0 1em 0;
}

/*
#content-table .side-content img {
    margin-bottom: 0.5em;
}
*/

#content-table .main-content .caption {
    margin-top: 0.5em;
}

#content-table .main-content table thead td {
    background-color: #0082A9;
    color: White;
}

#content-table .main-content table td {
    padding: 0.5em 1em;
}

#article-title {
    color: #0082A9;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 2px;
}

img.title {
    padding: 7px 5px 5px 6px;
}

img.bullet-image {
    height: 15px;
    width: 11px;
}

img.dot-image {
    height: 6px;
    width: 6px;
}

#issue-title {
    margin: 0 0 0 0.5em;
}

#issue-title.chi {
    margin: 8px 0 0 0.5em;
}

#issue-title.gb {
    margin: 8px 0 0 0.5em;
}

.main-content .highlight-abbr {
    background-color: Yellow;
    color: Red;
}

.main-content .highlight-full {
    background-color: Cyan;
    color: Blue;
}

.side-content .highlight-abbr {
    background-color: Yellow;
    color: Red;
}

.side-content .highlight-full {
    background-color: Cyan;
    color: Blue;
}

.main-content sup {
    line-height: 0;
}