/*************************  Style Layout  *************************/

body {
   color: #555555;
   background-color: #F6F6F6;
   background-image: url(/.shared/bodyBg.png);
   background-repeat: repeat-x;
   background-position: left bottom;
   background-attachment: fixed;
}

@media print {
    body {
        background-color: transparent;
        background-image: none;
    }
}

.siteWidth {
    width: 980px;
    border-collapse: collapse;
}

.pagePadding {
    vertical-align: top;
    padding: 0 20px 0 20px;
    border: 0;
    margin: 0;
}

.downarrow {
    width: 6px;
    height: 3px;
    margin: 0;
    vertical-align: middle;
}

.subbar, .toolbar {
    width: 100%;
    font: 8.5pt Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #578CCA;
    margin: 0;
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

.subbar a, .toolbar a {
    padding: 5px 10px;
    line-height: 1.0em;
    background-color: white;
    display: inline-block;
    text-align: center;
    margin: 5px 0 5px 0;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
}

.toolbarSelected {
    background-image: url(/.shared/arrowUp.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.toolbarSelectedTop {
    background-image: url(/.shared/arrowDown.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.banner {
    width: 100%;
    font: .7em Arial, Helvetica, sans-serif;
    color: #578CCA;
    font-weight: bold;
    height: 90px;
    table-layout: fixed;
    background-color: white;
    vertical-align: bottom;
    text-align: left;
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    overflow: hidden;
    display: block;
    vertical-align: top;
    background-repeat: repeat-x;
}

.banner td {
    padding: 0;
    vertical-align: top;
}

.bannerQuote {
    text-align: right;
    width: 300px;
    color: white;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    height: 90px;
    overflow: hidden;
}

img.icon {
    width: 16px;
    height: 16px;
    border: 0;
}

.searchBox {
    text-align: left;
    display: block;
    padding: 0;
    vertical-align: top;
    width: 129px;
    float: right;
}

.searchBox input {
    font: 8.5pt Arial, Helvetica, sans-serif;
    margin: 3px 0 3px 0;
    padding: 0 0 0 3px;
    border: 2px solid #888888;
    width: 110px;
    height: 17px;
    font-weight: bold;
    color: white;
    background-color: #777777;
}

.searchResults em, .searchResults font {
    font-size: .8em;
    font-style: normal;
}

.searchResults dt, .searchResults dd, .searchResults strong {
    background-color: white;
    border: 0;
}

.footer {
    font: 1em Arial, Helvetica, sans-serif;
    color: #578CCA;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0 25px 0;
}

.footer a {
    padding: 3px 10px 3px 10px;
    line-height: 1.8em;
}

.footerDetailPrint {
    color: black;
    font: .5em Arial, Helvetica, sans-serif;
    text-align: center;
}

.helphr {
    height: 2px;
    border: 1px solid #5A99C4;
}

.curveBox, .curveBox a:link, .curveBox a:visited {
    color: #2C3D4E;
}

.curveBoxSelf, .curveBoxSelf a:link, .curveBoxSelf a:visited {
    color: #50470D;
}

.calendarWeekNum a:link, .calendarWeekNum a:visited {
    color: #AAAAAA;
}

table.sectionBar a:link, table.sectionBar a:visited {
    color: windowtext;
}

table.sectionBar {
    font: 8pt Arial, Helvetica, sans-serif;
    height: 22px;
    background-color: #002039;
    border-top: 1px solid threedhighlight;
    border-right: 1px solid threedshadow;
    border-bottom: 1px solid threedshadow;
    border-left: 1px solid threedhighlight;
    background-color: threedface;
    overflow: hidden;
    padding: 0;
    border-collapse: collapse;
}

.curveBoxSelf a:hover, .curveBox a:hover, table.sectionBar a:hover, td.calendarWeekNum a:hover, .curveBox a:hover, .curveBoxSelf a:hover, .glossaryLink:hover {
    text-decoration: none;
    background-color: #578CCA;
    color: white;
}

.inPageListing {
    width: 245px !important; 
    white-space: nowrap;
    overflow: hidden;
}

.inPageListing h1, .inPageListing h2, .inPageListing h3 {
    font-weight: normal;
    margin: 0 0 0.3em 0;
    padding: 0;
    text-shadow: none;
}

.inPageListing h1 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px !important;
}

.inPageListing h2 {
    font-size: 12px !important;
    margin-left: 15px;
}

.inPageListing h3 {
    font-size: 11px !important;
    margin-left: 30px;
}

iframe {
    width: 100%;
    height: 100%;
    border-top: 1px solid #ACA899;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid #ACA899;
    margin: 0;
    padding: 0;
    background-color: #F0F1EC;
}

iframe.library {
    height: 250px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/*************************  Comments  *************************/
.commentlist li {
    color: #203955;
    padding: 0 5px 0 5px;
    margin-left: -20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    border: 1px solid #E1EAF4;
    background: #EFF3FA;
}

.commentlist li.alt {
    background: #F1F5FA;
}

.commentlist li.own {
    color: #50470D;
    border: 1px solid #E3D165;
    background: #FFF5D4;
}

/*************************  USER DETAILS  *************************/

td.toolBarTab {
    background-color: #002039;
}

/*************************  SiteNavigation  *************************/

.currentPage a:link, .currentPage a:visited {
    background-color: #47688D;
    color: white;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
}

/*************************  smallSiteNavigation  *************************/

.smallSiteNavigation {
    margin: 5px 0 0 5px;
}

.smallSiteNavigation div {
    margin: 0 0 2px 0;
}

.smallSiteNavigation .smallSiteNavigation {
    margin-left: 20px;
}

.smallSiteNavigation a {
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0px 3px 0px 14px;
    font-size: 8pt;
    overflow: hidden;
    white-space: nowrap;
}

.smallSiteNavigation .fileBack   {background-image: url("/.shared/back_small.gif");}
.smallSiteNavigation .fileAsc    {background-image: url("/.shared/asc_small.gif");}
.smallSiteNavigation .fileAvi    {background-image: url("/.shared/avi_small.gif");}
.smallSiteNavigation .fileMp3    {background-image: url("/.shared/mp3_small.png");}
.smallSiteNavigation .fileDoc    {background-image: url("/.shared/doc_small.gif");}
.smallSiteNavigation .fileOdt    {background-image: url("/.shared/odt_small.gif");}
.smallSiteNavigation .fileFolder {background-image: url("/.shared/folder_small.gif");}
.smallSiteNavigation .fileImg    {background-image: url("/.shared/img_small.gif");}
.smallSiteNavigation .fileSwf    {background-image: url("/.shared/swf_small.gif");}
.smallSiteNavigation .fileChm    {background-image: url("/.shared/chm_small.gif");}
.smallSiteNavigation .filePdf    {background-image: url("/.shared/pdf_small.gif");}
.smallSiteNavigation .fileAi     {background-image: url("/.shared/ai_small.gif");}
.smallSiteNavigation .fileMht    {background-image: url("/.shared/ie_small.gif");}
.smallSiteNavigation .filePgp    {background-image: url("/.shared/pgp_small.gif");}
.smallSiteNavigation .fileTxt    {background-image: url("/.shared/txt_small.gif");}
.smallSiteNavigation .fileXls    {background-image: url("/.shared/xls_small.gif");}
.smallSiteNavigation .filePpt    {background-image: url("/.shared/ppt_small.gif");}
.smallSiteNavigation .fileZip    {background-image: url("/.shared/zip_small.gif");}
.smallSiteNavigation .fileDwn    {background-image: url("/.shared/dwn_small.gif");}

/*************************  mainSiteNavigation  *************************/

.mainSiteNavigation {
    margin-left: 5px;
}

.mainSiteNavigation div {
    padding: 2px;
}

.mainSiteNavigation a {
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 2px 5px 2px 20px;
    white-space: nowrap;
}

.mainSiteNavigation .fileAsc    {background-image: url("/.shared/asc.gif");}
.mainSiteNavigation .fileAvi    {background-image: url("/.shared/avi.gif");}
.mainSiteNavigation .fileMp3    {background-image: url("/.shared/mp3.png");}
.mainSiteNavigation .fileDoc    {background-image: url("/.shared/doc.gif");}
.mainSiteNavigation .fileOdt    {background-image: url("/.shared/odt.gif");}
.mainSiteNavigation .fileFolder {background-image: url("/.shared/folder.png");}
.mainSiteNavigation .fileImg    {background-image: url("/.shared/img.gif");}
.mainSiteNavigation .fileSwf    {background-image: url("/.shared/swf.gif");}
.mainSiteNavigation .fileChm    {background-image: url("/.shared/chm.gif");}
.mainSiteNavigation .filePdf    {background-image: url("/.shared/pdf.gif");}
.mainSiteNavigation .fileAi     {background-image: url("/.shared/ai.gif");}
.mainSiteNavigation .fileMht    {background-image: url("/.shared/ie.gif");}
.mainSiteNavigation .filePgp    {background-image: url("/.shared/pgp.gif");}
.mainSiteNavigation .fileTxt    {background-image: url("/.shared/txt.gif");}
.mainSiteNavigation .fileXls    {background-image: url("/.shared/xls.gif");}
.mainSiteNavigation .filePpt    {background-image: url("/.shared/ppt.gif");}
.mainSiteNavigation .fileZip    {background-image: url("/.shared/zip.gif");}
.mainSiteNavigation .fileDwn    {background-image: url("/.shared/dwn.gif");}

/*************************  #floatBox  *************************/

#floatBox {
    width: 180px;
    float: right;
    overflow: hidden;
    padding: 0px 0px 15px 0px;
    border: 1px solid #DDDDDD !important;
    -moz-border-radius-topleft:        30px;
    -webkit-border-top-left-radius:    30px;
    -moz-border-radius-bottomleft:     30px;
    -webkit-border-bottom-left-radius: 30px;
    background: #FFFFFF url(/STshared/images/bgFooter.png) repeat-x scroll left top;
    margin: 0 0 1.5em 1.5em;

    <!--[if gte IE 5.5]>
    right: 22px;
    margin-right: -20px; // Hack to position it right in IE.
    <![endif]-->
}

/*************************  breadcrumbs  *************************/

.breadcrumbs {
    text-align: right;
    display: block;
}

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited {
    color: white;
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 1px 3px 2px 3px;
    line-height: 1.5em;
}

/*************************  Column  *************************/

.leftPageColumn, .rightPageColumn  {
    width: 180px;
    vertical-align: top;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: .9em;
}

.rightPageColumn ul, .leftPageColumn ul {
    margin-left: 1.5em;
}

.rightPageColumn h2, .leftPageColumn h2 {
    background-color: #333333;
    font: 8pt Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    clear: both;
    padding: 4px 5px 4px 4px;
    text-align: right;
    margin: 0;
    line-height: 1em;
}

.rightPageColumn li, .leftPageColumn li {
    list-style-image: url(/.shared/li.gif);
}

.leftPageColumn h2 {
    text-align: left;
}

/*************************  showcase  *************************/

.showcase {
    background-color: #333333;
    color: #DDDDDD;
    text-align: center;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}

.showcase img {
    border: 1px solid #333333;
    padding: 0;
    margin: 0;
    width: 178px;
    height: 160px;
    background-color: #333333;
}

/*************************  Gallery Thumbnail  *************************/

.galleryThumbnail {
    float: left;
    text-align: center;
    margin: 9px;
    font-size: 7.5pt;
}

.galleryThumbnail div {
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
}

.galleryThumbnailBubble {
    width: 90px;
    height: 90px;
}

.galleryThumbnailFlag {
    width: 16px;
    height: 11px;
    margin-left: 74px;
    margin-top: -11px;
    float: right;
}

/*************************  Horizontal Menus  *************************/

.horizontalMenus {
    width: 100%;
    color: #578CCA;
    font-weight: bold;
    height: 23px;
    margin-bottom: 0px;
    background-color: #333333;
    text-align: left;
    padding: 0;
    -moz-box-sizing: border-box;
    z-index: 100;
    position: relative;
    background-image: url("/.shared/horizontalMenusBg.png");
    background-position: center right;
    background-repeat: no-repeat;
}

#horizontalMenus, #horizontalMenus ul {
    list-style: none;
    font-weight: bold;
    margin: 0;
    background-color: #333333;
}

#horizontalMenus a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 4px 5px 5px 5px;
    margin: 0 .3em 0 .3em;
}

#horizontalMenus a.rightarrow, #horizontalMenus a.rightarrow:hover {
    background-image: url("/.shared/rightarrow.gif");
    background-position: center right;
    background-repeat: no-repeat;
}

#horizontalMenus li {
    float: left;
    background-color: #333333;
    font: 8pt Arial, Helvetica, sans-serif;
    font-weight: bold;
    list-style: none;
    color: white;
    margin: 0;
}

#horizontalMenus li ul {
    position: absolute;
    left: -999em;
    width: 185px;
    font-weight: normal;
    border: 1px solid #AAAAAA;
}

#horizontalMenus li li {
    clear: both;
    margin: 0;
    font: 8pt Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#horizontalMenus li ul a {
    width: 170px;
    line-height: 1.2em;
    padding: .3em .1em .2em .1em;
    margin-left: 5px;
    -moz-box-sizing: border-box;
}

#horizontalMenus li ul ul {
    margin: -1.5em 0 0 160px;
}

#horizontalMenus li:hover ul ul, #horizontalMenus li:hover ul ul ul, #horizontalMenus li.sfhover ul ul, #horizontalMenus li.sfhover ul ul ul {
    left: -999em;
}

#horizontalMenus li:hover ul, #horizontalMenus li li:hover ul, #horizontalMenus li li li:hover ul, #horizontalMenus li.sfhover ul, #horizontalMenus li li.sfhover ul, #horizontalMenus li li li.sfhover ul {
    left: auto;
}

#horizontalMenus li:hover, #horizontalMenus a:hover, #horizontalMenus li.sfhover {
    background-color: #578CCA;
    color: white;
}

/*************************  Print  *************************/

@media print {

    .siteWidth {
        width: 100%;
    }

    .pagePadding {
        padding: 0;
    }

}

/*************************  End  *************************/

