#HELLO {}

/**** STYLE RESETS ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
/* ol, ul { list-style: none; } */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/**** BASICS ****/
body { 
    background: #E5E5E5 url(/webdocuments/page-bg.jpg) repeat-x top left;
    color: #333333; 
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0; 
    padding: 0;
}
body.TabPg { background-color: #ffffff; margin: 8px; }
body.PopupPg { background-color: #ffffff; margin: 0; }

p { line-height: 120%; padding: 0 0 20px 0; }
a { color: #0071BC; outline: none; text-decoration: none; }
a:hover { color: #124C77; text-decoration: underline; }
h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }
h1, h2, h3, h4, h5 { font-weight: bold; margin: 0; padding: 0; }
h1 {
    color: #333333;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
}
h2 {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #005093;
    margin: 0; padding: 0;
}
h2 a { color: #005093; }
h2 a:hover { color: #000000; }
h3 { 
    color: #000000;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 15px; 
    margin: 0; padding: 0; 
}
h3 a { color: #000000; }
h3 a:hover { color: #333333; }
h4 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
h5 {
    font-size: 10px;
}
.subheader3 {
    font-size: 13px;
    font-weight: normal;
    color: #AB6F07;
    font-style: italic;
    padding: 0 0 8px 0;
}


/**** GLOBAL MODIFIERS ****/
.firstp { margin-top: 0; }
.first { margin-bottom: 10px; }
.divider { border-bottom: solid 1px #cccccc; margin-bottom: 4px; padding-bottom: 2px; }
.plus { background-image: url(/webdocuments/toggle_plus.png); background-repeat: no-repeat; }
.minus { background-image: url(/webdocuments/toggle_minus.png); background-repeat: no-repeat; }
.center { text-align: center !important; }
.middle { vertical-align: middle !important; }
.iconr { padding-right: 18px !important; background-position: center right; } 
.iconl { padding-left: 18px !important; background-position: center left; }
.pdf { background-image: url(/webdocuments/Icons/icon_pdf.gif); background-repeat: no-repeat; }
.zip { background-image: url(/webdocuments/Icons/icon_zip.gif); background-repeat: no-repeat; }
.rss { background-image: url(/webdocuments/Icons/icon_feed.gif); background-repeat: no-repeat; }
.rss-sml { background-image: url(/webdocuments/Icons/icon_feedsml.gif); background-repeat: no-repeat; } 
.twitter { background-image: url(/webdocuments/Icons/twitter.png); background-repeat: no-repeat; }
.fltr { float: right; }
.fltl { float: left; }
.underline { text-decoration: underline; }
.clear { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }
.nobg { background-image: none !important; }
.textr { text-align: right !important; }
.textl { text-align: left !important; }
.textc { text-align: center !important; }


/**** MAIN STRUCURE: Header ****/
#header {
    background-color: #ffffff;
    border-bottom: solid 3px #0079C1;
    height: 78px;
    margin: 10px auto 0 auto;
    width: 960px;
}
#header img { vertical-align: bottom; }
#header #logo { 
    float: left;
    margin: 13px 0 0 15px;
    width: 300px;
}
#header .sharethis { float: right; margin: 35px 20px 0 0; }
#nav-global {
    float: right;
    padding: 0;
    width: 410px;
}
#nav-global ul { float: right; list-style: none; }
#nav-global ul li { display: inline; float: left; padding: 0;  }
#nav-global ul li a { 
    background-color: #efefef;
    border-left: solid 1px #D8D8D8;
    color: #555555;
    display: block;
    font-size: 11px; 
    font-weight: bold;
    padding: 5px 7px; 
}
#nav-global ul li a:hover {
    background-color: #D1D1D1;
    color: #000000;
    text-decoration: none;
}
#nav-global ul li a.first { border-left: none; }
#nav-global ul li a.trial{
    background-color: #AB2C00;
    color: #FFFFFF;
}
#nav-global ul li a.trial:hover {
    background-color: #952500;
    color: #ffffff;
}
#nav-global #google_translate_element {
    clear: both;
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
}
#nav-global #google_translate_element select { font-size: 11px; }

#stay-connected {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: solid 3px #0079C1;
    display: none;
    position: absolute;
    top: 22px;
    width: 350px;
    z-index: 100;
}
#stay-connected ul { list-style: none; padding-bottom: 10px; }
#stay-connected ul li { padding: 1px 0; }
#stay-connected ul li span { color: #666666; font-size: 10px; font-style: italic; }
#stay-connected ul.spaced li { padding: 0 0 10px 0;    }
#stay-connected ul.spaced li.last { padding-bottom: 0; }
#stay-connected h5 { margin: 10px 0 3px; }
#stay-connected .coll {
    float: left;
    margin: 0 10px;
    width: 160px;
}
#stay-connected .colr { 
    float: left;
    margin: 0 10px;
}


/**** MAIN STRUCTURE: Nav ****/
#nav {
    background: #000000 url(/webdocuments/nav-bg.png) repeat-x top left;
    border-bottom: solid 5px #D3D3D3;
    height: 28px;
    margin: 0 auto;
    width: 960px;
}
#nav ul, #nav ul ul {
    float:left;
    font-size: 11px;    
    list-style:none;
    line-height: 28px;
    margin: 0;
    padding: 0;
    z-index: 10;
}
    
#nav ul a {
    display: block;
    color: #dddddd;
    text-decoration: none;
    padding: 0px 10px;
}
 
#nav ul li {
    float: left;
    font-weight: bold;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#nav ul li a {
    border-right: solid 1px #5F5F5F;
    padding: 0 20px;
}
#nav ul ul {
    border-top: 1px solid #CCCCCC;
    border-bottom: solid 3px #0079C1;
    font-weight: normal;
    height: auto;
    left: -999em;
    line-height: 1;
    margin: 0;
    position: absolute;
    width: 181px;
}
#nav ul li li {
    border: solid 1px #CCCCCC;
    border-style: none solid solid solid;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    width: 179px;
}
#nav ul li li a {
    border: none;
    padding: 5px 10px;
    font-size: 11px;
    color: #666666;
}
#nav ul li li a.sub { background: transparent url(/webdocuments/arrow-blue.png) no-repeat 163px 5px; }
#nav ul li li a.hdr, #nav ul li li a.hdr:hover {
    background-color: #ffffff;
    color: #CC9900 !important;
    cursor: default;
    padding-top: 12px;  
}
#nav ul li:hover { height: 1%; } /* IE 7 sticky fix */
#nav ul li ul ul { margin:-22px 0 0 179px; }
#nav ul li li:hover { background:#0079C1; color: #FFFFFF; }
    
#nav ul li ul li:hover a, 
#nav ul li ul li li:hover a, 
#nav ul li ul li li li:hover a, 
#nav ul li ul li li li:hover a { color:#FFFFFF; }

#nav ul li:hover a { color: #FFFFFF; } 
#nav ul li.sfhover a:hover { color: #FFFFFF; }

#nav ul li:hover li a, 
#nav ul li li:hover li a, 
#nav ul li li li:hover li a, 
#nav ul li li li li:hover li a { color:#666666; }
#nav ul li:hover ul ul, 
#nav ul li:hover ul ul ul, 
#nav ul li:hover ul ul ul ul, 
#nav ul li.sfhover ul ul, 
#nav ul li.sfhover ul ul ul, 
#nav ul li.sfhover ul ul ul ul { left:-999em; }

#nav ul li:hover ul, 
#nav ul li li:hover ul, 
#nav ul li li li:hover ul, 
#nav ul li li li li:hover ul, 
#nav ul li.sfhover ul, 
#nav ul li li.sfhover ul, 
#nav ul li li li.sfhover ul, 
#nav ul li li li li.sfhover ul { left: auto; background: #FFFFFF; }

#nav ul li:hover, 
#nav ul li.sfhover { background: #0079C1 url(/webdocuments/nav-over-bg.png) repeat-x top left; }

#nav-search { 
    float: right;
    height: 28px;
}
#nav-search .textbox { 
    border: 0;
    color: #333333;
    font-size: 10px;
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 6px 0 0 0;
    padding: 0 4px;
    width: 95px; 
}
#nav-search .button { 
    background: transparent url(/webdocuments/search-button.png) no-repeat top left;
    border: 0;
    height: 15px;
    margin: 6px 25px 0 0; 
    vertical-align: middle;
    width: 15px;
}


/**** MAIN STRUCTURE: Breadcrumb ****/
#breadcrumb { color: #999999; clear: both; font-size: 11px; margin: 8px 0 6px 20px; }
#breadcrumb .bcnav { float: left; width: 600px; }
#breadcrumb .bcnav span { padding: 0 4px; }
#breadcrumb .sharethis { 
    float: right; 
    margin-right: 5px;
    text-align: right; 
    width: 100px; 
}
#breadcrumb #sharethis span { padding: 0; }


/**** MAIN STRUCTURE: Secondary Sub Nav ****/
#subnav2 { 
    border: solid 2px #D3D3D3;
    border-style: solid none;
    margin: 0 0 30px 10px; 
    width: 220px; 
}
#subnav2 h4 { margin: 15px 0 0 8px; }
#subnav2 ul
{
    list-style: none;
    margin: 0; padding: 3px 0;
}
#subnav2 ul li { display: inline; }
#subnav2 ul li ul { margin-left: 15px; }
#subnav2 a {
    color: #5D5D5D;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 8px;
    text-decoration: none;
}
#subnav2 a:hover, #subnav2 a.a { background-color: #EFEFEF; color: #000000 !important; text-decoration: none; }
#subnav2 a.a { background-color: #EFEFEF; }


/**** MAIN STRUCTURE: Middle Content ****/
#main { 
    background-color: #ffffff; 
    margin: 0 auto; 
    padding-bottom: 15px; 
    width: 960px; 
}
#main-twocol { width: 960px; }
#main-twocol .alpha { padding: 32px 0 15px 0; vertical-align: top; width: 220px; }
#main-twocol .beta { vertical-align: top; width: 740px; }


/**** MAIN STRUCTURE: Footer ****/
#footer {
    border-top: solid 4px #C5C5C5;
    height: 60px;
    margin: 0px auto;
    width: 960px;
}
#copyright {
    color: #999999;
    font-size: 11px;
    padding: 10px 10px 0 10px;
    float: left;
}
#copyright span { padding: 0 8px; }
#copyright .main { padding: 0; }
#copyright .main a { font-weight: bold;}
#copyright .legal { font-weight: normal; padding: 5px 0 0 0; }


/**** HOME: Hero Banner ****/
#banner-wrap {
    background-color: #000000;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    width: 960px;
    
}
#banner-content { height: 300px; width: 5000px; }
#banner-content .group { 
    height: 300px;  
    float: left;
    width: 960px;
}
#banner-content .group p.hdr {  
    color: #ffffff;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0 0 20px;
    width: 650px;
}
#banner-content .group p.subhdr {
    color: #ffffff;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 0 20px;
    width: 500px;
}
#banner-content .group ul { padding: 10px 0 0 35px; width: 520px; }
#banner-content .group ul li { color: #FFFFFF; font-size: 16px; padding: 2px 0; }
#banner-content .group .learn-more {
    padding: 10px 0 0 20px;
}
#banner-scroll {
    height: 75px;
    margin: 0 auto;
}
#banner-scrollarea {
    height: 75px; 
    position: relative;
    top: -75px;
    width: 960px; 
}
#banner-scrollarea p { 
    color: #000000; 
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px 0 10px;
    text-transform: uppercase;
    text-align: center;
}
#banner-scrollarea .btn {
    float: left;
    padding: 3px 5px 0 5px;
}
#banner-scrollarea a img { opacity: .7; filter: alpha(opacity = 70); }
#banner-scrollarea a:hover img, #banner-scrollarea a.selected img { opacity: 1; filter: alpha(opacity = 100); }
#banner-scrollarea .btngroup {
    border-right: solid 1px #E6E6E6;
    float: left;
    height: 75px;
    padding: 0 19px;
}


/**** HOME: Solutions, News, Products ****/
#home-info { 
    background: #ffffff url(/webdocuments/shadow-bg.png) repeat-x top left;
    height: 380px;
    margin: 0 auto;
    width: 960px;
}
#home-info h2 { 
    color: #000000;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
#home-info .subhead { color: #999999; padding: 0; }


/**** HOME: Solutions & Products picker ****/
#home-solutions {
    float: left;
    margin: 20px 0 0 10px;
    width: 460px;
}
#home-solutions-picker { 
    float: left;
    margin: 18px 0 0 0;
    width: 150px;
}
#home-solutions-picker .expanded { background: #FFFFFF url(/webdocuments/arrow-expanded.png) no-repeat 140px 9px; }
#home-solutions-picker .collapsed { background: #FFFFFF url(/webdocuments/arrow-collapsed.png) no-repeat 140px 9px; }

#home-solutions-picker div.links {
    float: left;
    width: 150px;
}
#home-solutions-picker div.links a.mainlink { 
    color: #333333;
    display: block;
    font-size: 13px; 
    font-weight: bold; 
    padding: 4px 0px 4px 0;
    width: 100%;
}
#home-solutions-picker div.links a.mainlink:hover,
#home-solutions-picker div.links a.active { color: #000000; }

#home-solutions-picker ul.sublinks { 
    display: none;
    list-style: none; 
    padding: 0;
    width: 95%; 
}
#home-solutions-picker ul.sublinks li { 
    font-size: 11px;
}
#home-solutions-picker ul.sublinks li a { 
    border: solid 1px #ffffff;
    border-style: solid none solid solid;
    color: #666666;
    display: block;
    padding: 4px 8px;
    text-decoration: none; 
    width: 100%;
}
#home-solutions-picker ul.sublinks li a:hover {
    color: #000000; 
    text-decoration: underline;
}
#home-solutions-picker ul.sublinks li a.selected { 
    background-color: #EBF3FF; 
    border: solid 1px #B8C1CF;
    border-style: solid none solid solid;
    border-bottom-width: 3px;
    color: #000000; 
}
#home-solutions-picker ul.sublinks li a.selected:hover { text-decoration: none; }

#home-solutions-viewer {
    background-color: #EBF3FF;
    border: solid 1px #B8C1CF;
    border-style: solid solid solid none;
    border-bottom-width: 3px;
    height: 290px;
    float: left;
    margin: 10px 0 0 5px;
    width: 290px;
}
#home-solutions-viewer .solution-info { display: none; }
#home-solutions-viewer .solution-info h3 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 15px 0 15px;
}
#home-solutions-viewer .solution-info .overview {
    color: #000000;
    font-size: 11px;
    line-height: 130%;
    padding: 5px 15px 20px 15px;
}
#home-solutions-viewer .solution-info .learn { padding-left: 15px; text-transform: uppercase; font-weight: bold; }
#home-solutions-viewer .solution-info ul { margin: 0px 10px 15px 30px; }


/**** HOME: News ****/
#home-news { float: left; margin: 20px 0 0 20px; width: 220px; }
#home-news .group { border-bottom: dotted 1px #D3D3D3; padding: 10px 0; }
#home-news .group .date { font-size: 10px; }
#home-news .group .desc { font-size: 11px; padding: 5px 0; }
#home-news .group .title { padding: 0; }
#home-news .last { border: none; }
#home-news h2 a { color: #000000; text-decoration: none; }
#home-news h2 a:hover { color: #000000; text-decoration: underline; }
#home-news .IconR { padding-right: 22px !important; }

.more-links { 
    border-top: solid 2px #D3D3D3;
    margin-top: 15px;
    padding: 2px 4px;    
    text-align: center; 
}
.more-links ul { 
    list-style: none; 
    width: 100%;
    }
.more-links ul li { display: inline; padding-right: 6px; }
.more-links a { 
    background: transparent url(/webdocuments/arrow-blue.png) no-repeat left center;
    font-size: 11px;
    font-weight: bold; 
    text-transform: normal;
    padding-left: 13px; 
}
.more-links a.last { border: none; }
.more-links span { padding: 0 4px; }

#home-featured {
    float: left;
    margin: 20px 0 0 20px;
    width: 220px;
}
#home-featured .group { border-bottom: dotted 1px #D3D3D3; padding: 5px 0; margin: 10px 0; }
#home-featured .group .product { 
    font-size: 16px; 
    font-weight: normal; 
    margin: 0 auto; 
    width: 100%; 
} 
#home-featured .group .product a { color: #000000; }
#home-featured .group .subhead { font-size: 11px; padding: 0; }
#home-featured .group .more-links { border: none; text-align: right; }
#home-featured .group .more-links li { padding: 0 0 0 10px; }
#home-featured .last { border-bottom: none; }


/**** HOME: Customer Logos */
#home-logos {
    border-top: solid 1px #EEEEEE;
    height: 60px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 960px;
}
#home-boiler {
    background-color: #404040;
    margin: 0 auto;
    width: 960px;
}
#home-boiler p { 
    color: #AEAEAE;
    font-size: 12px;
    margin: 0; padding: 10px 20px;
    line-height: 130%;
}
#home-boiler a { color: #ffffff; }


/**** BODY: General ****/
.pgbody { 
    font-size: 12px; 
    margin: 0 0 10px 20px;
}
.pgbody h1 { margin: 15px 10px 0 0; }
.pgbody h2 { margin: 25px 10px 3px 0; }
.pgbody ul, .pgbody ol { padding: 0 0 15px 25px; }
.pgbody ul li, .pgbody ol li { padding: 3px 5px; }
.pgbody .clearl { margin-right: 20px; }
.pgbody .subheader1 { margin: 2px 2px 0 0; }
.pgbody .intro-teaser { 
    color: #666666; 
    line-height: 130%; 
    font-size: 13px; 
    margin: 5px 15px 15px 0px;
}
.pgbody .subblock { margin: 15px 2px 15px 0; padding: 0 10px; }
.pgbody .twocol-group {
    float: left;
    margin: 0;
    width: 340px;
}
.pgbody .twocol-group .more-links, .pgbody .threecol-group .more-links  { margin: 0; text-align: right; }
.pgbody .threecol-group {
    float: left;
    margin: 0;
    width: 220px;
}
.pgbody .nextcol { margin-left: 20px; }

.pgbody .contact-location { margin: 15px 0px 5px 0px; width: 700px; }
.pgbody .contact-location td { vertical-align: top; }
.pgbody .contact-location td.city { color: #000000; font-weight: bold; width: 220px; }
.pgbody .contact-location td.addr { width: 230px; }
.pgbody .contact-location ul { margin: 0 0 0 20px; }
.pgbody .contact-location p { padding: 0 0 10px 0; }
.pgbody .contact-location p.mapit a.gmaps { 
    background: #ffffff url(/webdocuments/Icons/map_google.png) no-repeat left center; 
    padding: 4px 0 4px 20px;
}
.pgbody .genbody-block { margin: 0 10px 22px 0; }
.pgbody .genbody-block h1 { margin: 0; padding: 0;  }
.pgbody img.imgrt {
    border: solid 1px #CCCCCC;
    float: right;
    margin: 0 6px 8px 8px;
    padding: 3px;
}
.pgbody .press-block { margin: 28px 6px 22px 25px; }
.pgbody .press-block .body-ftr { 
    border-top: dashed 1px #cccccc;
    padding: 12px 4px; 
    margin-top: 26px;
}

.pgbody .nextsteps {
    border-top: solid 2px #D3D3D3;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 10px 0;
    padding-top: 10px;
}
.pgbody .nextsteps h4 { font-size: 13px; margin-top: 15px; }
.pgbody .nextsteps ul {
    list-style: none;
    padding: 5px 0 5px 10px;
}
.pgbody .nextsteps ul li {
    background: #ffffff url(/webdocuments/arrow-blue.png) no-repeat 0 5px;
    padding: 2px 10px 2px 18px;
}
.pgbody .prodlist { margin-bottom: 10px; }
.pgbody .prodlist p { margin: 5px 0; }
.pgbody .prodlist img { border-bottom: solid 1px #D3D3D3; margin-top: 20px; }


/**** BODY: Pic & People listing ****/
#people-listing { margin: 0; padding: 15px 0 0 15px; width: 700px; }
#people-listing li { 
    height: 110px; 
    float: left;
    list-style: none;
    width: 330px;
}
#people-listing h2 { font-size: 15px; margin-top: 5px; }
#people-listing .title { color: #666666; padding-bottom: 6px; }
#people-listing .portrait { 
    border: solid 1px #cccccc; 
    float: left; 
    margin-right: 8px; 
    padding: 2px; 
}
#people-listing a { font-weight: bold; line-height: 22px; }
#people-portrait { 
    border: solid 1px #CCCCCC;
    float: left; 
    margin: 15px 10px 0 0;
    padding: 3px;
}

/**** BODY: Resource Center ****/
.rsrc-toppicks { 
    background: #ffffff url(/webdocuments/box-graygrdnt-bg.png) repeat-x bottom left;
    border-top: solid 2px #D3D3D3; 
    margin-top: 5px; 
    width: 100%; 
}
.rsrc-toppicks td { padding-bottom: 10px; vertical-align: top; }
.rsrc-toppicks tr.spacer td { height: 25px; }
.rsrc-toppicks td.icon { padding: 12px 0 10px 5px; vertical-align: top; width: 95px; }
.rsrc-toppicks .rsrc-group { }
.rsrc-toppicks h3 { margin: 18px 0 0 0; }
.rsrc-group  { padding: 10px 10px 0 10px; }
.rsrc-group .title { font-weight: bold; }
.rsrc-group div.details { padding: 3px 0 0 0; font-size: 11px; }
.rsrc-group div.details p { display: none; padding: 5px 0; }
.rsrc-group a.details-link { color: #C0C0C0; text-transform: uppercase; }
.rsrc-group a.details-link:hover { color: #333333; }
.huuuge-spacer {
    height: 1000px;
}
.linkhdr { margin-right: 10px; }
.linkhdr h2 {
    float: left;
    margin-right: 10px;
    width: 300px;
}
.linkhdr .rt {
    float: right;
    font-size: 11px;
    margin: 28px 5px 0 0;
    text-align: right;
}
.linkhdr form select {
     font-family: "Segoe UI", Arial, Helvetica, sans-serif;
     font-size: 11px;
}


/**** BODY: Page banner image ****/
.pgbanner
{
    margin: 0;
    width: 700px;
}
.pgbanner img { display: block; }
.pgbanner .prodbnr { position: relative; height:140px; z-index: 0; }
.pgbanner .prodbnr img.bnr  { position: absolute; z-index: 0; }
.pgbanner .prodbnr .btns {
    height: 20px;
    position: relative;
    top: 103px;
    left: 16px;
}
.pgbanner .prodbnr .btns a { 
    background: url(/webdocuments/prodbnr-ctabuttons.png) no-repeat top left; 
    display: block;
    float: left;
    height: 0px;
    margin-right: 2px;
    overflow: hidden;
    padding-top: 19px;
    width: 98px;
}
.pgbanner .prodbnr .btns a.assessment:hover { background-position: 0 0; } 
.pgbanner .prodbnr .btns a.assessment { background-position: 0 -20px; } 
.pgbanner .prodbnr .btns a.blog:hover { background-position: 0 -40px; } 
.pgbanner .prodbnr .btns a.blog { background-position: 0 -60px; } 
.pgbanner .prodbnr .btns a.buynow:hover { background-position: 0 -80px; } 
.pgbanner .prodbnr .btns a.buynow { background-position: 0 -100px; } 
.pgbanner .prodbnr .btns a.freetrial:hover { background-position: 0 -120px; } 
.pgbanner .prodbnr .btns a.freetrial { background-position: 0 -140px; } 
.pgbanner .prodbnr .btns a.webinars:hover { background-position: 0 -160px; } 
.pgbanner .prodbnr .btns a.webinars { background-position: 0 -180px; } 
.pgbanner .prodbnr .btns a.whitepapers:hover { background-position: 0 -200px; } 
.pgbanner .prodbnr .btns a.whitepapers { background-position: 0 -220px; } 

.pgbanner .hdrtxt
{
    background-color: #8F8F8F;
    padding: 6px 0;
}
.pgbanner .hdrtxt p {
    color: #E7E7E7; 
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin: 0;
    padding: 0px 12px; 
}
.pgbanner .hdrtxt a { 
    color: #FFC461; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; }
.pgbanner .hdrtxt a:hover { border-bottom: solid 1px #FFFFFF; color: #FFFFFF; }

.pgbanner #bnrnav {
    border-bottom: solid 1px #AFAFAF;
    height: 30px;
    margin: 0; padding: 0;    
}

.pgbanner #bnrnav ul {
    margin: 0; padding: 0; 
}
.pgbanner #bnrnav ul li {
    float: left;
    margin: 0; padding: 0;
    list-style-type: none; 
    text-align: center;
    width: 171px;
}
.pgbanner #bnrnav a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0 9px 0;
    text-decoration: none;
}
.pgbanner #bnrnav a:hover { }

.pgbanner .blue0 { background: #000000 url(/webdocuments/bnrnav_blue.gif) no-repeat 0 -1px; }
.pgbanner .blue1 { background: #000000 url(/webdocuments/bnrnav_blue.gif) no-repeat 0 -32px; }
.pgbanner .blue2 { background: #000000 url(/webdocuments/bnrnav_blue.gif) no-repeat 0 -63px; }
.pgbanner .blue3 { background: #000000 url(/webdocuments/bnrnav_blue.gif) no-repeat 0 -94px; }
.pgbanner .blue4 { background: #000000 url(/webdocuments/bnrnav_blue.gif) no-repeat 0 -125px; }
.pgbanner .yellow0 { background: #000000 url(/webdocuments/bnrnav_yellow.gif) no-repeat 0 -1px; }
.pgbanner .yellow1 { background: #000000 url(/webdocuments/bnrnav_yellow.gif) no-repeat 0 -32px; }
.pgbanner .yellow2 { background: #000000 url(/webdocuments/bnrnav_yellow.gif) no-repeat 0 -63px; }
.pgbanner .yellow3 { background: #000000 url(/webdocuments/bnrnav_yellow.gif) no-repeat 0 -94px; }
.pgbanner .yellow4 { background: #000000 url(/webdocuments/bnrnav_yellow.gif) no-repeat 0 -125px; }

.pgbanner .btm 
{
    background: transparent url(/webdocuments/banner_btm.gif) repeat-x top left;
    height: 17px;
    text-align: right;
}
.pgbanner .btm p { 
    font-size: 11px;
    margin: 0; 
    padding: 4px 8px 4px 8px; 
}
.pgbanner .btm a { 
    background: transparent url(/webdocuments/arrow_circle.gif) no-repeat center right;
    color: #000000; 
    font-style: normal; 
    font-weight: bold; 
    padding-right: 12px;
    text-decoration: none; }
.pgbanner .btm a:hover { text-decoration: underline; }


/**** BODY: Product Icon & Header ****/
.prodiconhdr { margin: 18px 0 12px 0; }
.prodiconhdr img {
    float: left;
    margin: 0 14px 0 4px;
}
.prodiconhdr .subheader1 { padding: 0; margin: 0; }
.prodiconhdr h1 { padding: 7px 0 2px 0; margin: 0; }
.prodiconhdr h1.ecm { color: #3D9D32; }
.prodiconhdr h1.inst { color: #00559D; }
.prodiconhdr h1.elo { color: #721C79; }
.prodiconhdr h1.appread { color: #DBB508; }
.prodiconhdr h1.newver2010 { padding-bottom: 6px; }
.prodiconhdr h1.newver2010 span { 
    background: url(/webdocuments/badge-new2010.jpg) no-repeat center right;
    padding: 3px 150px 3px 0;
}

/**** TABS ****/
.pgtabs { 
    background-color: #FFFFFF; 
    border-bottom: solid 4px #000000; 
    height: 24px; 
    margin-right: 10px; 
}
.pgtabs ul { 
    margin: 0; 
    padding: 0; 
}
.pgtabs ul li { 
    display: block; 
    float: left;
    list-style-type: none;
    padding: 0; 
    text-align: center;
    width: 96px;
}
.pgtabs li a {
    background: transparent url(/webdocuments/tab.gif) no-repeat top left;
    color: #000000;
    display: block;
    font-size: 10px; 
    font-weight: bold;
    padding: 6px 0 6px 0;
    text-decoration: none;
}
.pgtabs li a:hover { background: transparent url(/webdocuments/tab_over.gif) no-repeat top left; color: #FFFFFF; }
.pgtabs li a.a { background: transparent url(/webdocuments/tab_over.gif) no-repeat top left; color: #FFFFFF; }
.pgtab-wrap { 
    border: solid 4px #4d4d4d;
    border-style: none solid solid solid;
    background-color: #ffffff;
    margin-right: 10px;
    padding: 10px; 
}

.pgtab-inner h3 a { color: #0071BC; }
.pgtab-inner h3 a:hover { color: #124C77; }
.pgtab-inner table td { font-size: 12px; }
.pgtab-inner .subblock { margin-left: 0; padding-left: 0; }
.pgtab-inner .rsrclink { font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px; }
.pgtab-inner .nextstep-group { padding: 4px 8px 15px 0; }
.pgtab-inner .spaced-list ul li { margin: 0; padding-bottom: 8px; }
.pgtab-inner .spaced-list span { color: #000000; font-weight: bold; }

.subtabs { 
    background: #4d4d4d url(/webdocuments/bg_subtab.jpg) repeat-x top left;
    height: 34px;
    margin-right: 10px;
    padding-left: 12px;
}
.subtabs ul {
    float: left;
    margin: 11px 0 0 0; padding: 0;
    width: 100%;
}
.subtabs ul li { 
    display: inline;
    margin: 0; padding: 0;
    list-style: none;
}
.subtabs li a {
    color: #DFDFDF;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 6px 0 5px 0;
    text-decoration: none;
    text-align: center;
    width: 92px;
}
.subtabs li a:hover, .subtabs li a.a { 
    background: #000000 url(/webdocuments/subtab_over.gif) no-repeat top left;
    color: #fff; 
}
.subtabs li a.a, .subtabs li a.a:hover {
    background: #FFFFFF url(/webdocuments/subtab_active.gif) no-repeat top left;
    color: #000000;
}

.subtabs-topquicknav { 
    font-size: 11px;
    text-align: right;
}

.subtabs-topquicknav a { 
    font-size: 11px !important;
}


/* Resources tab */
.rsrc-highlight {
    height: 65px;
    padding: 7px 0 0 4px;
}
.rsrc-highlight a { color: #0E4063; text-decoration: underline; }
.rsrc-highlight a:hover { color: #000000; }

.rsrc-highlight img {  float: left; padding-right: 15px; }
.rsrc-highlight .txt { position: relative; padding-top: 4px; }
.rsrc-highlight .txt span { font-size: 15px; font-weight: bold; } 
.rsrc-highlight p { margin: 0; padding: 4px 0; }
.rsrc-block { margin-bottom: 14px; }
.rsrc-block a { color: #0E4063; text-decoration: underline; }
.rsrc-block a:hover { color: #000000; }
.rsrc-block h3 { font-size: 14px; }
.rsrc-block ul { margin: 2px 0 0 16px; }
.rsrc-block ul li { font-size: 11px !important; }
.rsrc-block ul.prod-rsrcs li { 
    font-size: 12px !important; 
    font-weight: bold; 
}

/* Main */
.MainContent { background-color: #ffffff; margin: 0 auto; width: 960px; }


/**** Inner paging nav bar ****/
.inner-navbar {
    background: #ffffff url(/webdocuments/paging_bkgrd.gif) repeat-x top left;
    border: solid 1px #AFAFAF;
    margin: 5px 10px 5px 0;
    padding: 5px 0 7px 0;
    text-align: right;
}
.inner-navbar ul { list-style: none; margin: 0 6px 0 0; padding: 0; }
.inner-navbar ul li { 
    display: inline; 
    font-size: 11px;
    font-weight: bold;
    padding: 0 6px;
}
.inner-navbar ul li a {
    padding-bottom: 1px; 
    text-decoration: none;
}
.inner-navbar ul li a:hover { border-bottom: solid 1px #124C77; }
.inner-navbar ul li a.a { border-bottom: solid 1px #000000; color: #000000; cursor: default; }


/* Events */
.eventlist { margin: 7px 0 0 22px; width: 660px; }
.eventlist td { vertical-align: top; }
.eventlist .date { 
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 135px; 
}
.eventlist .details { padding: 0 0 20px 15px; }
.eventlist .details h2 { margin-top: 0; }
.eventlist .pagetext { padding-top: 6px; }
.eventlist .imgbadge { width: 60px; }


/* Downloads */
.DownloadCntr { margin: 6px 0 20px 0; }
.DownloadBox {
    border-bottom: dotted 1px #cccccc;
    height: 64px;
    padding: 0 15px 0 6px;
}
.DownloadBox table { width: 100%; }
.DownloadBox table td { vertical-align: top; }
.DownloadBox .Icon { padding-top: 6px; width: 70px; }
.DownloadBox .Name { width: 170px; }
.DownloadBoxOver { background-color: #EFEFEF; }
.DownloadBox h3 {
    color: #000000;
    margin: 0;
    padding: 5px 6px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.DownloadBox h3 a { text-decoration: none; }
.DownloadBox ul {
    margin: 6px 0 0 0; padding: 0;
}
.DownloadBox ul li { 
    display: inline;
    list-style: none; 
    margin: 0 3px 0 0; 
    padding: 0;
}
.DownloadBox ul li a { 
    color: #000000; 
    font-size: 12px; 
    font-weight: bold;
    outline: none !important; 
    padding: 3px 5px; 
    text-decoration: none; 
}
.DownloadBox ul li a.Main { background-color: #D7D7D7; }
.DownloadBox ul li a:hover, .DownloadBox ul li a.A { color: #C51230; }
.DownloadBox .Co { color: #9F9F9F; font-size: 85%; font-weight: normal; }
.DownloadBox .SubLinks
{
    display: none;
    height: 18px;
    margin-top: 12px;
    padding: 0;
    position: absolute;
    width: 400px;
}
.DownloadBox .SubLinks ul { margin: 0; padding: 0; }
.DownloadBox .SubLinks ul li a { font-size: 9px; }
.DownloadBox .SubLinks ul li a:hover { 
    background-color: transparent;
    border-bottom: none;
    color: #C51230; 
}


/**** PROMO BOXES ****/
.promobox { 
    margin: 20px 0 0 10px; 
    width: 220px; 
}
.promobox h4 {
    background: #CC9900 url(/webdocuments/promobox-bg.png) repeat-x top left; 
    color: #FFFFFF;
    margin: 0; 
    padding: 3px 8px;
}
.promobox h4 a { color: #FFFFFF; }
.promobox img.pic { display: block; }
.promobox .text { 
    border: solid 1px #D3D3D3; 
    border-bottom-width: 2px;
    border-style: none solid solid solid; 
    color: #676464;
    font-size: 11px;
    padding: 5px 10px; 
}
.promobox .text a { font-weight: bold; }
.promobox .text ul { margin: 0 5px 0 13px; padding: 0; }
.promobox .text ul li { margin: 0; padding: 3px 0; }


/**** PROMO BOX: Testimonial, Blog Posts ****/
.testimonial { border-top: solid 1px #D3D3D3; }
.testimonial p.quote { font-style: italic; font-size: 12px; }
.testimonial p.name { font-weight: bold; padding: 0; text-align: right; }
.testimonial .logo { 
    border: solid 1px #D3D3D3;
    border-style: none solid;
    padding: 8px 0 5px 0;
    text-align: center;
}

.blogposts .text a { font-weight: normal; }
.blogposts .text img { display: none; }
.blogposts .text p { line-height: 180%; padding: 15px 0 5px; }
.blogposts .text p a { font-weight: bold; padding: 8px 0; }


/**** PROMO BOX: Related Links ****/
.related-links { 
    margin: 20px 0 0 10px; 
    width: 220px; 
}
.related-links h4 { 
    background: #425075 url(/webdocuments/relatedlinks-bg.png) repeat-x top left; 
    color: #ffffff;
    margin: 0; 
    padding: 3px 8px;
}
.related-links h5 { color: #000000; margin: 6px 0 4px 0; }
.related-links .text { 
    border: solid 1px #D3D3D3;
    border-bottom-width: 2px;
    border-style: none solid solid solid;
    color: #333333;
    font-size: 11px;
    padding: 5px 8px; 
}
.related-links table td { font-size: 11px; }
.related-links .links { padding-bottom: 6px; }
.related-links a { font-weight: bold; }

/**** Alert Box ****/
.alertbox { 
    margin: 0 0 0 10px; 
    background-color:#f7f2d5; 
}
.alertbox .text { 
    border: solid 1px #D3D3D3; 
    border-bottom-width: 2px;
    color: #676464;
    font-size: 11px;
    padding: 5px 10px; 
}
.alertbox .text a { font-weight: normal; }


/**** Features Table ****/
.feat-showall { 
    background-color: #efefef;  
    text-align: right; 
    padding: 4px 8px; 
}
.feat-showall a { font-weight: bold; }
.feat-showall a:hover { }
.featlist
{
    border-collapse: collapse;
    font-size: 12px; 
    margin: 0; padding: 0;
}
.featlist th
{
    background-color: #DDDDDD;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 4px;
    text-align: center;
    vertical-align: top;
}
.featlist td
{
    border: solid 1px #DDDDDD;
    border-style: none none dotted none;
    padding: 10px 8px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
.featlist td.sub {
    background-color: #CC9900;
    border-style: none;
    color: #efefef;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    text-transform: uppercase;
}
.featlist td.center { color: #666666; font-size: 10px; padding-top: 12px; }
.featlist h3 { margin: 0; }
.featlist a { font-weight: bold; }
.featlist a:hover { }
.featlist span.overview { color: #333333; margin: 0; padding: 0; }
.featlist span.overviewlt { color: #9F9F9F; margin: 0; padding: 0; }
.featlist div.full { padding: 10px 0; margin: 0 0 0 12px; }
.editions-threecol div.full img { width: 410px; }
.editions-twocol div.full img { width: 500px; }
.editions-zeroCol div.full img { width: 550px; }

.feat-footnote
{
    color: #666666; 
    font-size: 11px; 
    padding: 5px 11px;
}


/* Pull Down Message */
#impmsg-panel {
    background: #000000 url(/webdocuments/bg_impmsgpnl.jpg) repeat-x bottom left;
    display: none;
    font-weight: normal;
    height: 103px;
    margin: 0; 
}
#impmsg-panel table {
    height: 83px;
    margin: 0 auto;
    width: 960px;
}
#impmsg-panel table td { text-align: left; }
#impmsg-panel table td.cologos { border-right: solid 1px #333333; padding-left: 8px; width: 300px; }
#impmsg-panel table td.msg { color: #cccccc; padding: 0 45px 0 15px; } 
#impmsg-panel p {
    color: #999999;
    font-size: 15px;
    margin: 0 0 15px 0; padding: 0 0 0 3px;
}
#impmsg-panel a { 
    color: #FFFFFF; 
    font-size: 12px; 
    padding: 0 3px;
    text-decoration: none; 
}
#impmsg-panel a:hover { color: #999999; }
#pulldown-tab {
    height: 21px;
}
#pulldown-tab a {
    background: transparent url(/webdocuments/imptab_intraware.gif) no-repeat 0 -23px;
    border: none;
    display: block;
    height: 21px;
    text-decoration: none;
    width: 343px;
}
#pulldown-tab a.a { background: transparent url(/webdocuments/imptab_intraware.gif) no-repeat 0 -1px; }
#pulldown-tab a span { visibility: hidden; }


/* Site Map */
.sitemap { 
    font-size: 12px; 
    margin: 12px 5px 0 55px;
    width: 375px;
}
.sitemap a { color: #C51230; display: block; text-decoration: none; }
.sitemap a:hover { color: #000000; text-decoration: underline; }
.sitemap p { padding: 0; margin: 0; }
.sitemap .home { 
    font-size: 14px;
    font-weight: bold;
}
.sitemap .home a { color: #000000; padding: 0; }
.sitemap .lvl1 a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 22px 0 0 0;
}
.sitemap .lvl2 a { 
    font-size: 12px; 
    font-weight: bold;
    padding: 2px 0;
}
.sitemap .lvl3 a {
    font-size: 12px;
    padding: 2px 0 2px 20px;
}
.siteMap .lvl4 a {
    font-size: 11px;
    padding: 1px 0 1px 40px;
}


/**** MarketFirst Forms ****/
.M1_InnerFld { border-collapse: collapse; margin: 0; padding: 0; width: 100%; }
.M1_InnerFld td { vertical-align: top; }
.M1_InnerFld select, .M1_InnerFld input { margin-left: 1px; }
.M1_EmailBegin { padding-left: 15px; }
.M1_ReqText {
    padding: 5px 0 20px 0;
    color: #999999;
}
.M1_SubmitBtn { padding: 20px 0 0 2px; }
.M1_SubmitBtn input { 
    background: #2B74C2 url(/webdocuments/m1btn_bluebg.png) repeat-x top left;
    border: solid 1px #205A93; 
    color: #FFFFFF; 
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 14px;
    overflow: visible;
    padding: 8px 12px;
    width: auto;
}
.M1_SectionDivider { height: 25px; }


/**** Legacy MVSN styles ****/
.solutionheader2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #FFFFFF;
}

.header1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #8F8F8F;
}
.subheader1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #8F8F8F;
    font-style: italic;
}
.pagetext {
    color: #333333;
    font-size: 12px; 
    font-style: normal;
    font-weight: normal;
}

.subheader2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    font-style: normal;
}
.subheader2 A{ color: #000000; font-weight: bold; text-decoration: none; }


.MoreLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #C51230;
}
.MoreLink A:Link{color: #C51230; font-weight: bold; text-decoration: underline;}
.MoreLink A:Visited{color: #C51230; font-weight: bold; text-decoration: underline;}
.MoreLink A:Hover{color: #000000; font-weight: bold; text-decoration: underline;}
.MoreLink A:Active{color: #000000; font-weight: bold; text-decoration: underline;}
a.MoreLink:Link{color: #C51230; font-weight: bold; text-decoration: underline;}
a.MoreLink:Visited{color: #C51230; font-weight: bold; text-decoration: underline;}
a.MoreLink:Hover{color: #000000; font-weight: bold; text-decoration: underline;}
a.MoreLink:Active{color: #000000; font-weight: bold; text-decoration: underline;}


.ProdCatHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
.ProdCatHeader2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #424242;
}

.NewsletterLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
a.NewsletterLinks:Link{color: #C51230;font-family:  Arial, Helvetica, sans-serif;font-weight: normal;font-size: 11px;text-decoration: underline;}
a.NewsletterLinks:Visited{color: #C51230;font-family:  Arial, Helvetica, sans-serif;font-weight: normal;font-size: 11px;text-decoration: underline;}
a.NewsletterLinks:Hover{color: #000000;font-family:  Arial, Helvetica, sans-serif;font-weight: normal;font-size: 11px;text-decoration: underline;}
a.NewsletterLinks:Active{color: #000000;font-family:  Arial, Helvetica, sans-serif;font-weight: normal;font-size: 11px;text-decoration: underline;}
.SolutionMenuHeader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;}
.SolutionMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;    
}
a.SolutionMenu:Link{color: #FFFFFF;font-family:  Arial, Helvetica, sans-serif;font-style: normal;font-weight: normal;font-size: 14px;text-decoration: none;}
a.SolutionMenu:Visited{color: #FFFFFF;font-family:  Arial, Helvetica, sans-serif;font-style: normal;font-weight: normal;font-size: 14px;text-decoration: none;}
a.SolutionMenu:Hover{color: #0E4063;font-family:  Arial, Helvetica, sans-serif;font-style: normal;font-weight: normal;font-size: 14px;text-decoration: none;}
a.SolutionMenu:Active{color: #0E4063;font-family:  Arial, Helvetica, sans-serif;font-style: normal;font-weight: normal;font-size: 14px;text-decoration: none;}

table.chart { 
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
}
table.chart th
{
    background-color: #DDDDDD;
    border: solid 1px #DDDDDD;
    color: #000000;
    padding: 4px 10px 4px 8px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
table.chart th.tableheader { 
    background-color: #DDDDDD; 
    border: solid 1px #DDDDDD;
    color: #000000;    
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 4px 8px;
    text-align: left;
    vertical-align: top;
}
table.chart th.tableheader a { text-decoration: none;  }
table.chart th.tableheaderon
{
    background-color: #666666;
    border: solid 1px #DDDDDD;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 4px 8px;
    text-align: left;    
    vertical-align: top;
}
table.chart th.tableheaderon a:hover { 
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}
table.chart th.tableheaderon a:link { 
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}
table.chart td
{
    border: solid 1px #DDDDDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px 10px 4px 8px;
    text-align: left;
    vertical-align: top;
}
table.chart a { font-weight: bold; }
table.chart th.dateWidth { width: 100px; }
table.chart th.version { color: #0e4063; font-size: 13px; }
table.chart td.link a { font-weight: normal; font-size: 13px; }
table.chart td.center { text-align: center; }

table.plain
{
    border: none;
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
}
table.plain th
{
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 4px 8px;
    vertical-align: top;
    text-align: left;
}
table.plain td
{
    padding: 4px 10px 4px 8px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

td.centeredAll { vertical-align: middle !important; text-align: center !important; }
td.centeredHorz { text-align: center !important; }
td.centeredVert { vertical-align: middle !important; }
td.alignedRight { text-align: right !important; }
td.alignedBottom { vertical-align: bottom !important; }

input.txt { position : absolute; left : 120px; }
input.chk { position : relative; }

.errormessage
{
    font-weight: bold;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, Default; 
    font-size: 12px;
}
.reddot { font-size: 10px; color: #FF0000; }
.reddot-meta {
    background-color: #ffffff;
    filter: alpha(opacity=80);
    font-size: 11px;    
    height: 35px;
    padding: 3px 5px 0 5px;
    opacity: 0.8;    
}
.reddot-meta .title { font-weight: bold; }
.reddot-meta .desc { color: #666666; }
.reddot-meta .dots {
    float: left;
    height: 35px;
    width: 30px;
}

/**** FancyBox ****/
.fancybox-youtube img { margin: 2px 0 5px 0; }
div#fancy_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 30; }
div#fancy_loading { position: absolute; height: 40px; width: 40px; cursor: pointer; display: none; overflow: hidden; background: transparent; z-index: 100; }
div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url(/webdocuments/fancybox/fancy_progress.png) no-repeat; }
div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90;  padding: 20px 20px 40px 20px; margin: 0; background: transparent; display: none; }
div#fancy_inner { position: relative; width:100%; height:100%; background: #FFF; }
div#fancy_content { margin: 0; z-index: 100; position: absolute; }
div#fancy_div { background: #000; color: #FFF; height: 100%; width: 100%; z-index: 100; }
img#fancy_img { position: absolute; top: 0; left: 0; border:0; padding: 0; margin: 0; z-index: 100; width: 100%; height: 100%; }
div#fancy_close { position: absolute; top: -12px; right: -15px; height: 30px; width: 30px; background: url(/webdocuments/fancybox/fancy_closebox.png) top left no-repeat; cursor: pointer; z-index: 181; display: none; }
#fancy_frame { position: relative; width: 100%; height: 100%; display: none; }
#fancy_ajax { width: 100%; height: 100%; overflow: auto; }
a#fancy_left, a#fancy_right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; z-index: 111; display: none; background-image: url("data:image/gif;base64,AAAA"); outline: none; overflow: hidden; }
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }
span.fancy_ico { position: absolute; top: 50%; margin-top: -15px; width: 30px; height: 30px; z-index: 112; cursor: pointer; display: block; }
span#fancy_left_ico { left: -9999px; background: transparent url(/webdocuments/fancybox/fancy_left.png) no-repeat; }
span#fancy_right_ico { right: -9999px; background: transparent url(/webdocuments/fancybox/fancy_right.png) no-repeat; }
a#fancy_left:hover, a#fancy_right:hover { visibility: visible; background-color: transparent; }
a#fancy_left:hover span { left: 20px; }
a#fancy_right:hover span { right: 20px; }
#fancy_bigIframe { position: absolute; top: 0; left: 0;width: 100%; height: 100%; background: transparent; }
div#fancy_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 70; border: 0; padding: 0; margin: 0; }
div.fancy_bg { position: absolute; display: block; z-index: 70; border: 0; padding: 0; margin: 0; }
div#fancy_bg_n { top: -20px; left: 0; width: 100%; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_n.png) repeat-x; }
div#fancy_bg_ne { top: -20px; right: -20px; width: 20px; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_ne.png) no-repeat; }
div#fancy_bg_e { right: -20px; height: 100%; width: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_e.png) repeat-y; }
div#fancy_bg_se { bottom: -20px; right: -20px; width: 20px; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_se.png) no-repeat; }
div#fancy_bg_s { bottom: -20px; left: 0; width: 100%; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_s.png) repeat-x; }
div#fancy_bg_sw { bottom: -20px; left: -20px; width: 20px; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_sw.png) no-repeat; }
div#fancy_bg_w { left: -20px; height: 100%; width: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_w.png) repeat-y; }
div#fancy_bg_nw { top: -20px; left: -20px; width: 20px; height: 20px; background: transparent url(/webdocuments/fancybox/fancy_shadow_nw.png) no-repeat; }
div#fancy_title { position: absolute; z-index: 100; display: none; }
div#fancy_title div { color: #FFF; font: bold 12px Arial; padding-bottom: 3px; white-space: nowrap; }
div#fancy_title table { margin: 0 auto; }
div#fancy_title table td { padding: 0; vertical-align: middle; }
td#fancy_title_left { height: 32px; width: 15px; background: transparent url(/webdocuments/fancybox/fancy_title_left.png) repeat-x; }
td#fancy_title_main { height: 32px; background: transparent url(/webdocuments/fancybox/fancy_title_main.png) repeat-x; }
td#fancy_title_right { height: 32px; width: 15px; background: transparent url(/webdocuments/fancybox/fancy_title_right.png) repeat-x; }


/**** Pop up page ****/
.PopUpContent {padding-top: 5px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000;}
.PopUpContent h1 { font-size:24px; color:#0e4063; font-weight:bold; font-family: Arial, Helvetica, sans-serif;}
.PopUpContent p { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000;}
.CloseWindow a { color:#F2B538; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size:10px;}
.CloseWindow a:visited { color:#F2B538;}
.CloseWindow a:hover { color:#0E4063;}
.CloseWindow a:active { color:#0E4063;}


/**** GSA ****/
#results { margin: 20px 0 0 0; }
#results p { }
#results a { }
#results .s { font-size: 11px; } /* Result description */
#results .s td { width:34em; }
#results .s span.cite { color: #008000; }
#results .g { font-size: 13px; margin: 20px 0 0 0; padding: 0;} /* Title */
#results .f, #results .f a { color:#7777cc; } /* More Results */
#results .z { display:none; } /* HR divider */
#results div.n { margin-top: 1em; } /* Page bar */
#results div.n a { color:#333333; font-size: 10pt; }
#results div.n .i { font-size: 10pt; font-weight:bold; }
#results .i, #results .i:link { color:#0071BC; } /* Active page number in page bar */

#results .w, #results .w a { color:#0071BC; }
#results .t { background-color:#FFFFFF; color:#333333; }
#results .a, #results .a:link { color:#646464; }
#results .q, #results .q a { color:#0071BC; }
#results .b, #results .b a { color:#0000CC; font-size: 12pt; font-weight:bold; }
#results .d { margin-right:1em; margin-left:1em; }
#results div.oneboxResults { max-height:150px; overflow:hidden; }
