/*
 * Copyright (c) 2015-2016 TriVir LLC - All Rights Reserved
 *
 *  This software is proprietary and confidential.
 *  Unauthorized copying of this file, via any medium, is strictly prohibited.
 */

/* begin Page */

body {
    margin: 0 auto;
    padding: 0;
    background-color: #8C8C8C;
    background-image: url(/javax.faces.resource/images/page_g.jpg.jsf);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover {
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

a {
    text-decoration: underline;
    color: #000000;
    font-size: 8pt;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

a:link {
    text-decoration: underline;
    color: #000000;
}

a:visited, a.visited {

    color: #323630;
}

a:hover, a.hover {
    text-decoration: none;
    color: #464A44;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {

    color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
    font-size: 18px;
    color: #000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
    font-size: 18px;
    color: #000000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
    font-size: 15px;
    color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
    font-size: 13px;
    color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
    font-size: 12px;
    color: #000000;
}

#art-main {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor: default;
}

#art-page-background-gradient {
    position: absolute;
    background-image: url(/javax.faces.resource/images/page_g.jpg.jsf);
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 100%;

}

#art-page-background-gradient {
    background-position: top center;
}

/*#art-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}
*/
.cleared {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

form {
    padding: 0 !important;
    margin: 0 !important;
}

/* end Page */

/* begin Box, Sheet */
.art-sheet {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 900px;
    min-width: 53px;
    min-height: 53px;
    margin-bottom: 20px;
}

.art-sheet-body {
    position: relative;
    z-index: 1;
    padding: 6px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl {
    position: absolute;
    z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl {
    width: 72px;
    height: 72px;
    background-image: url(/javax.faces.resource/images/sheet_s.png.jsf);
}

.art-sheet-tl {
    top: 0;
    left: 0;
    clip: rect(auto, 36px, 36px, auto);
}

.art-sheet-tr {
    top: 0;
    right: 0;
    clip: rect(auto, auto, 36px, 36px);
}

.art-sheet-bl {
    bottom: 0;
    left: 0;
    clip: rect(36px, 36px, auto, auto);
}

.art-sheet-br {
    bottom: 0;
    right: 0;
    clip: rect(36px, auto, auto, 36px);
}

.art-sheet-tc, .art-sheet-bc {
    left: 36px;
    right: 36px;
    height: 72px;
    background-image: url(/javax.faces.resource/images/sheet_h.png.jsf);
}

.art-sheet-tc {
    top: 0;
    clip: rect(auto, auto, 36px, auto);
}

.art-sheet-bc {
    bottom: 0;
    clip: rect(36px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl {
    top: 36px;
    bottom: 36px;
    width: 72px;
    background-image: url(/javax.faces.resource/images/sheet_v.png.jsf);
}

.art-sheet-cr {
    right: 0;
    clip: rect(auto, auto, auto, 36px);
}

.art-sheet-cl {
    left: 0;
    clip: rect(auto, 36px, auto, auto);
}

.art-sheet-cc {
    position: absolute;
    z-index: -1;
    top: 36px;
    left: 36px;
    right: 36px;
    bottom: 36px;
    background-color: #E8E8E8;
}

.art-sheet {
    margin-top: -6px !important;
    cursor: auto;
}

/*#art-page-background-simple-gradient, */
#art-page-background-gradient, #art-page-background-glare {
    min-width: 900px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 888px;
    height: 100px;
    overflow: hidden;
}

div.art-header-jpeg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 888px;
    height: 100px;
    background-image: url(/javax.faces.resource/images/header.jpg.jsf);
    background-repeat: no-repeat;
    background-position: center center;
}

/* end Header */

/* begin Logo */
.art-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 378px;
}

.art-logo-text {
    display: block;
    text-align: center;
}

.art-logo-text, .art-logo-text a {
    font-size: 21px;
    padding: 0;
    margin: 0;
    color: #A3A3A3 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.art-nav {
    position: relative;
    height: 25px;
    z-index: 100;
}

.art-nav .l {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 25px;
    background-image: url(/javax.faces.resource/images/nav.jpg.jsf);
}

.art-nav .l {
    left: 0;
    right: 0;
}

/* end Menu */

/* begin MenuItem */

/* begin Layout */
.art-content-layout {
    display: table;
    padding: 0;
    border: none;
    width: 888px;
}

.art-content-layout .art-content-layout {
    width: auto;
    margin: 0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell {
    display: table-cell;
}

div.art-layout-cell div.art-layout-cell {
    display: block;
}

div.art-content-layout-row {
    display: table-row;
}

.art-content-layout {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: Transparent;
    border: none !important;
    padding: 0 !important;
}

.art-layout-cell, .art-content-layout-row {
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublock-body {
    position: relative;
    z-index: 1;
    padding: 0;
}

.art-vmenublock-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublock {
    margin: 5px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublockcontent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-block-body {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-block {
    margin: 5px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-blockcontent-body {
    position: relative;
    z-index: 1;
    padding: 0;
}

.art-blockcontent-body {
    color: #000000;
    font-size: 12px;
}

.art-blockcontent-body a:link {
    color: #000000;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited {
    color: #666666;

}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover {
    color: #000000;
    text-decoration: none;
}

.art-blockcontent-body ul {
    list-style-type: none;
    color: #20231F;
    margin: 0;
    padding: 0;
}

.art-blockcontent-body ul li {
    line-height: 1.25em;
}

/* end Box, BlockContent */

/* begin Button */
input, select, textarea, select {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
/* end Button */

/* begin Box, Post */
.art-post {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-post-body {
    position: relative;
    z-index: 1;
    padding: 7px;
}

.art-post {
    margin: 7px;
}

a img {
    border: 0;
}

.art-article img, img.art-article {
    margin: 10px;
}

.art-metadata-icons img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}

pre {
    white-space: pre-wrap;
    overflow: auto;
    padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-postheader {
    margin: 0.2em 0;
    padding: 0;
    font-size: 18px;
    color: #343932;
}

.art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover {
    font-size: 18px;
    margin: 0;
    color: #343932;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-postheader a:link {
    text-align: left;
    text-decoration: none;
    color: #424242;
}

.art-postheader a:visited, .art-postheader a.visited {

    color: #575F54;
}

.art-postheader a:hover, .art-postheader a.hovered {
    text-decoration: underline;
    color: #606F71;
}

/* end PostHeader */

/* begin PostContent */

.art-postcontent {
    margin: 0;
}

/* end PostContent */

/* begin Footer */
.art-footer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 888px;
    margin: 0 auto;
}

.art-footer .art-footer-inner {
    height: 1%;
    position: relative;
    z-index: 0;
    padding: 15px;
    text-align: center;
}

.art-footer .art-footer-background {
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(/javax.faces.resource/images/footer.png.jsf);
    width: 888px;
    height: 150px;
    bottom: 0;
    left: 0;
}

.art-footer .art-footer-text p {
    margin: 0;
}

.art-footer .art-footer-text {
    display: inline-block;
    color: #171717;
    letter-spacing: 1px;
}

.art-footer .art-footer-text a:link {
    text-decoration: none;
    color: #4A4A4A;

}

.art-footer .art-footer-text a:visited {
    text-decoration: none;
    color: #161816;

}

.art-footer .art-footer-text a:hover {
    color: #444E50;
    text-decoration: none;
}

/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
    font-family: Arial,sans-serif;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #5E6C6E;
}

.art-page-footer {
    margin: 1em;
    text-align: center;
    text-decoration: none;
    color: #666666;
}

/* end PageFooter */

/* begin LayoutCell, content */
.art-content-layout .art-content {
    width: 75%;
}

.art-content-layout .art-content .art-block {
    background-color: #DBDBDB;
}

.art-content-layout .art-content-wide {
    width: 100%;
}

/* end LayoutCell, content */

img.image {
    margin: 0;
    padding: 0;
    border: none;
}
