/****
Libra Home CSS - home.css clean
$Revision: 1.3 $
. html element initialization
. standard html styles
. base structure styles
. framework banner styles
. libra specific styles
. site area nav styles
. package: basic text formatting for flydown menus      
. showcase styles
. web module segment styles
. footer styles
(c) Solnovo, Inc.
Written by Scott A. Smith
****/

                         /***
-----------------------------------
Web Hierarchical Navigation - hinav
-----------------------------------
. defines classes: parent, peer, selected, & child.
. legend:
     li    : bottom
     li li : all others
***/
   body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
   .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
   * html
   .clearfix{height:1%;}
   .corner-top,
   .corner-left,
   .corner-bottom
            {background-image:url(../images/cr_def.gif);
            background-repeat:no-repeat;
            display:block;
            position:relative;
            font-size:0;
            line-height:0;
            margin:0;
            padding:0;
            height:3px;}
   .corner-top
            {background-position:100% 0;
            width:auto;
            top:-1px;
            right:-1px;z-index:1;}
   .corner-top
   .corner-left
            {background-position:0 -6px;
            width:3px;left:-2px;}
   .corner-bottom
            {background-position:100% -3px;
            clear:both;width:auto;
            bottom:-1px;
            right:-1px;}
   .corner-bottom
   .corner-left
            {background-position:0 -9px;
            width:3px;left:-2px;}body

#libra{margin:0 0 0 10px;
        font:80.5% arial,helvetica,sans-serif;
        color:#000;
        background-color:#fff;
        text-align:center;}
        * html body

#libra{font:80% arial,helvetica,sans-serif;}

#module_row{margin-top:8px;background:url(..images/backgrounds.png) no-repeat left top;height:auto;width:100%;}
#module_row_bottom{background:url(../images/backgrounds.png) no-repeat left -442px;display:block;height:6px;width:100%;}
#side-stage{margin-top:8px;}

#homepage{width:902px;text-align:left;margin:auto;position:relative;}a:link,a:visited{color:#2f6681;text-decoration:none;}a:active,a:hover{color:#2f6681;text-decoration:underline;}.skiplinks{visibility:hidden;display:none;margin-left:-9999px;}

#home-cols{margin-top:8px;z-index:20;}
#home-col1{float:left;width:700px;opacity:.999;}
#home-col2{float:left;width:200px;margin-left:8px;display:inline;}

#newsticker{min-height:22px;%height:22px;background:transparent url(../images/backgrounds.png) no-repeat scroll -702px bottom;color:#000099;font-size:86%;padding-bottom:4px;}
#newsticker .top-corners{background:transparent url(../images/backgrounds.png) no-repeat scroll -702px 0;padding-top:6px;%zoom:1;}
#newsticker h3{float:left;padding-left:12px;padding-right:18px;}
#newsticker .newsticker-controls{float:left;width:40px;height:19px;padding-right:12px;margin-top:-2px;}
#newsticker .newsitem-previous{width:19px;height:19px;float:left;}
#newsticker .newsitem-next{height:19px;width:20px;float:right;border-left:solid 1px #ccc;}
#newsticker .newsticker-controls a{text-decoration:none;display:block;width:100%;height:100%;}
#newsticker .newsitem-previous a{background:transparent url(../images/sprites.gif) no-repeat scroll 5px 4px;}
#newsticker .newsitem-previous a:hover{background-position:5px -21px;}
#newsticker .newsitem-next a{background:transparent url(../images/sprites.gif) no-repeat scroll -43px 4px;}
#newsticker .newsitem-next a:hover{background-position:-43px -21px;}
#newsticker ol{list-style-type:none;position:relative;float:left;width:450px;}
#newsticker ol li{list-style-position:inside;position:absolute;top:0;left:0;}
#newsticker ol li a:hover{text-decoration:underline;}
#newsticker ol li .date{color:#666;}
#newsticker .degrade{float:left;}
#newsticker .newsticker-nav{width:125px;float:right;}
#newsticker .newsticker-all{float:left;left:11px;position:relative;}
#newsticker a.newsticker-all:hover{text-decoration:underline;}
#newsticker .newsticker-feed{text-decoration:none;display:block;width:17px;height:17px;float:right;padding-right:13px;background:transparent url(../images/sprites.gif) no-repeat scroll -300px -1px;}


body#libra {
  margin: 0 5px 0 3px;
  padding:0px;
  font:80.5% Arial,Helvetica,sans-serif; /* Sets base */
  color:#000;
  background-color:#fff;
  min-width:902px;
  }
  * html body#libra {
    font:80% Arial,Helvetica,sans-serif; /* IE6 reset */
    width: expression((documentElement.clientWidth < 910) ? "902px" : "auto" ); /* IE scroll shift */
    }
pre { font-size:124.5%; } /* Reverse default PRE resizing (smaller) in Mozilla-based browsers */
  * html pre { font-size:100%; }
/* End migration from legacy.css */

img { border:0; }
a:link { color:#039; }
a:visited { color:#639; }
.skiplinks {
  visibility:hidden; /* NS7 */
  display:none;
  }

/***
---------------------
Base Structure Styles
---------------------
. primarily defines framework table structure
. legend:
     base-main     : outter table - contains tds: column left, column center
     column-center : outter td    - contains table: base content
     base-content  : inner table  - contains tds: column titles, column main, column right
     column-main   : inner td     - contains div: content-main
     content-main  : inner div    - contains actual content
***/

#framework-base-banner {
  margin:0;
  padding:0;
  width:100%;
  }
#framework-wrapper { width: 100%; }
#framework-base-main, #framework-base-content {
  margin:0;
  padding:0;
  width:100%;
  border:0;
  border-collapse:separate;
  border-spacing:0;
  empty-cells:hide;
  vertical-align:top;
  }

/* master declaration for vertical align */
/* #framework-base-banner td, ck: not being used in Libra */
#framework-column-left,
#framework-column-center,
#framework-column-main,
#framework-column-right,
#framework-base-footer td {
  vertical-align:top;
  }

/* main content area styles */
#framework-column-left,
#framework-column-main,
#framework-column-titles,
#framework-column-right {
  padding:0;
  }
#framework-column-left{
  empty-cells:hide;
  max-width:190px;
  }
#libra #framework-base-main { background:none; }

/* min height to footer */
#framework-column-center { height:350px; }
#framework-column-center, #framework-column-main {
  margin:0;
  padding:0;
  width:100%;
  }
#framework-content-main { margin:5px 10px 0 10px; }
#framework-content-right {
  border-collapse:separate;
  empty-cells:hide;
  text-align:center;
  }


/***
-----------------------
Btx Overrides and Fixes
-----------------------
***/

/* right column table overrides */
#framework-content-right table {
  width:188px;
  margin:2px 0 0 8px;
  text-align:left;
  }

/* right column content backward compatibility
. addresses greyline overlap issue due to #framework-content-right table styles
. added 04/01/05
. shouldn't be required in Libra
*/
#framework-content-right table table {
  width:100%;
  margin:0;
  }
#framework-content-right span.content {
  display: block;
  width:188px;
  margin:2px 0 0 8px;
  text-align:left;
  }

/* right column image overrides
. Used for old ad banners outside of table
. added 04/01/05
*/
#framework-content-right img { margin:2px 0 0 8px; }


/* Moz override to select only img's that are children of the right content div */
#framework-content-right>img { width:188px; }

/* IE override - Code counts ChildNodes where length is > 8 for the CAMP comments */
* html #framework-content-right{
    width:expression((document.getElementById('framework-content-right').childNodes.length > 8)? "201px" : "0");
    }

/* reset any img inside table 04/01/05 */
#framework-content-right table img {
  margin-top:0;
  margin-left:0;
  text-align:left;
  }

/* fix spacing issue between 60x60 img and text 04/05/05*/
#framework-column-main tbody tbody tbody span.content img {
  display:block;
  padding-right:10px;
  }



/***
---------------------
Libra Specific Styles
---------------------
. generic round corners
. added 09/01/06
***/

/*** Generic Rounded Corner Module Declaration ***/
.corner-top, .corner-left, .corner-bottom {
  background-repeat:no-repeat;
  display:block;
  position:relative;
  font-size:0;
  line-height:0;
  margin:0;
  padding: 0;
  height:3px;
  }
.corner-top {
  background-position:100% 0;
  width:auto;
  top:-1px;
  right:-1px;
  }
.corner-top .corner-left {
  background-position:0 -6px;
  width:3px;
  left:-2px;
  }
.corner-bottom {
  background-position:100% -3px;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
  }
.corner-bottom .corner-left {
  background-position:0 -9px;
  width:3px;
  left:-2px;
  }

/* Corner Themed Overrides
. corner image/color/module margins should be overridden in a module css
*/
.cdc-rc-container {
  border:1px solid #ccc;
  width:auto;
  margin:0;
  padding:0;
  }
.corner-top, .corner-left, .corner-bottom {
  background-image: url(../i/cr_def.gif);
  }


/***
---------------------------------
Framework Banner
---------------------------------
. relative positioned (sits along top, regardless of where its served on linearized page).
. Banner includes: logo, secondary-navigation, and search.
. legend:
     region-selector : worldwide
***/

#framework-base-banner {
  margin:0;
  padding:0;
  }
#framework-header {
  position:relative;
  overflow:visible;
  height: 72px;
  text-align:right;
  }
#framework-logo {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  height:72px;
  z-index:10; /* Moz logo active */
  }
#framework-header .nav-secondary {
  position:relative;
  margin-right:-1px;
  padding:12px 0 0 10px;
  height:25px;
  font-size:86%;
  color:#666;
  background-color:transparent;
  white-space:nowrap;
  }
.nav-secondary {
  color:#666;
  background-color:transparent;
  }
.nav-secondary .region-selector {
  margin:0 26px 0 90px;
  }
.nav-secondary .region-selector span.region,
.nav-secondary .region-selector span.language {
  font-weight:bold;
  }
.nav-secondary .region-selector .language-selector {
  padding-left:4px;
  }
#framework-header .nav-secondary a,
#framework-header .nav-secondary a:visited {
  color:#2f6681;
  background-color:transparent;
  text-decoration:none;
  }
#framework-header .nav-secondary a:hover {
  text-decoration:underline;
  }
#framework-header .nav-secondary .link-delimiter {
  padding:0 7px 0 4px;
  }
#framework-header .nav-secondary a.login,
#framework-header .nav-secondary .loggedin {
  font-weight:bold;
  }
#framework-header .search-entitlement {
  visibility:hidden; /* NS7 */
  display:none;
  }
#framework-header .search {
  float:right;
  height:22px;
  }
#framework-header .search label {
  visibility:hidden; /* NS7 */
  display:none;
  }
#framework-header #searchPhrase {
  float:left;
  margin:0 -1px 0 0;
  padding:1px 0 2px 3px;
  height:100%; /* Moz text-box resize */
  width:250px;
  border:1px solid #ccc;
  border-top:2px solid #999;
  border-left:2px solid #999;
  font-size:100%; /* IE text-box resize */
  }
#framework-header .search #go {
  float:left;
  height:22px;
  width:31px;
  }

.hinav {
  position:relative;
  padding:9px 8px 21px 0;
  }
  * html .hinav { width:182px; }
.hinav h3 { display:none; }
.hinav ul {
  margin:0;
  padding:0;
  }
.hinav li {
  display:inline;
  margin:0;
  padding:0;
  list-style:none;
  }
.hinav li a, .hinav li a:visited, .hinav span {
  position:relative;
  display:block;
  margin-bottom:-1px;
  color:#000066;
  background-color:transparent;
  font-size:86%;
  text-decoration:none;
  border-bottom:1px solid #cccccc;
  }

/* Bring selected to front */
.hinav li a.selected, .hinav li a.selected:visited, .hinav span.selected {
  z-index:10;
  background-color:#dddddd;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  }

/* Cancel topmost border */
.hinav li li a, .hinav li li a:visited,  .hinav li li span {
  border-top:1px solid #cccccc;
  }
.hinav a, .hinav a:visited, .hinav span {
  padding:3px 6px 3px 7px;
  width:169px; /* IE redraw */
  }
.hinav a.peer, .hinav a.peer:visited,
.hinav a.selected, .hinav a.selected:visited,
.hinav span.peer, .hinav span.selected {
  padding-left:15px;
  width:161px; /* IE redraw */
  font-weight:bold;
  }
.hinav a.child, .hinav a.child:visited, .hinav span.child {
  padding-left:28px;
  width:147px; /* IE redraw */
  }


/***
---------------------------------
Libra Section and Page Titles CSS
---------------------------------
. features overrides to btx
. can be used with btx version of framework.css
. legened:
    title-section : h1
    title-page    : h2
***/

/*** Page and Section Titles ***/

#framework-content-titles h1, #framework-content-titles h2 {
  margin:0;
  padding:0 0 0 10px;
  font-family: Arial, Helvetica, Sans-serif;
  }
#framework-content-titles h1 {
  margin:13px 0 -10px 0;
  font-size:87%;
  color:#8e9091;
  }
#framework-content-titles h2 {
  padding:13px 0 7px 9px;
  font-size:175%;
  line-height:0.92em;
  color:#424e53;
  border-bottom:1px solid #ccc;
  }
#framework-content-titles  > h2:first-child {
  margin-top:-1px;
  }

/***
---------------------------------
Footer
---------------------------------
. defines styles for: text/link, copyright, legal
***/

#framework-footer {
  margin:28px 0 0 15px;
  font-size:86%; /* Set font smaller than normal */
  color:#333;
  background-color:#fff;
  line-height:120%;
  }
#framework-footer a, #framework-footer a:visited {
  color:#2f6681;
  background-color:transparent;
  text-decoration:none;
  }
#framework-footer a:hover {
  text-decoration:underline;
  }
#framework-footer #footer-copyright {
  padding:0 7px 0 0;
  float:left;
  }
#framework-footer #footer-legal {
  float:left;
  padding-bottom:18px;
  }

/*
components.css
$Revision: 1.16 $
. modules

*/
/*
ccss-fixed-width.css
$Revision: 1.0 $
. styles for content css
*/

/* I so don't want to have to do this, but we have to OVERRIDE framework margins and body tag to fix the width!   */
body#libra { width:902px; }
* html body#libra { width:expression((documentElement.clientWidth>902)?"902px":"902px"); }

.root #framework-content-right {
    width: 196px !important;
    }

#framework-content-main { margin-left:0; margin-right:0;}

/* remove system generated page titles */
/* currently true for root and solutions,will need to make this more specific as soon as a page type that uses system titles is speced */
#framework-content-titles { display: none; }


.contentMargins { margin-left: 0; }

.contcss migrate { display:none; }

.contcss .top-parcel { padding-bottom:12px; }
.contcss .top-parcel td { vertical-align:top; }

.contcss .top-parcel .image-text-promo { margin-top:12px; }

.contcss .colset3,
.contcss .colset4,
.contcss .subcol { margin:0; padding:0; }
.contcss .col1,
.contcss .col2 { display:inline; }

.contcss .root .colset3 .col1 { width:222px; float:left; }
.contcss .root .colset3 .col2 { width:222px; margin-left:16px; float:left; }
.contcss .root .colset3 .cols1-2 { width:460px; float:left; }
.contcss .root .colset3 .col3 { width:222px; margin-left:16px; float:left; }

.contcss .root .colset4 .col1 { width:162px; margin-right:17px; float:left; }
.contcss .root .colset4 .col2 { width:162px; margin-right:16px;  float:left; }
.contcss .root .colset4 .col3 { width:162px; margin-right:17px; float:left; }
.contcss .root .colset4 .cols1-3 { width:520px; margin-right:16px; float:left; }
.contcss .root .colset4 .col4 { width:162px; float:left; }

/* start float clearing with no clearing divs */
.contcss .colset3:after,
.contcss .colset4:after,
.contcss .subcol:after,
.contcss .thumb:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.contcss .colset3,
.contcss .colset4,
.contcss .subcol  { %height:1%; }

/* end float clearing styles */

.contcss .feature-holder {
   border:#000066 1px solid;
   padding:9px 12px 0px 11px;
   margin-bottom:12px;
}

.contcss .standard-holder {
   border:#000066 solid;
   border-width:0 0 1px 1px;
   padding:9px 12px 0px 12px;
   margin-bottom:12px;
   margin-right:0;
}

.contcss .rtl .standard-holder { border-width:0 1px 1px 0; }

.contcss .header-holder {
   border:#000066 1px solid;
   padding:0px 12px;
   margin-bottom:12px;
   margin-top:0;
}

.contcss .header-holder .title {
   background-color:#ccc;
   margin:0 -12px 9px -12px;
   padding:2px 12px 4px 12px;
   font-size:109.5%;
   font-weight:bold;
   color:#666;
}

.contcss .cn .header-holder .title,
.contcss .rtl .header-holder .title {
   font-size:108.5%;
   line-height:154%;
}

.contcss .subcol {
   margin:0;
   padding:0;
}

/* unfortunately all these styles seem to need the colset selector to get selected, otherwise I would have left them out */
.contcss .colset3 .subcol .col1,
.contcss .colset4 .subcol .col1,
.contcss .colset3 .subcol .col2,
.contcss .colset4 .subcol .col2 { width:50%;  float:left; margin:0; display:inline;  %margin-right:-1px; }

.contcss .rtl .colset3 .subcol .col1,
.contcss .rtl .colset4 .subcol .col1,
.contcss .rtl .colset3 .subcol .col2,
.contcss .rtl .colset4 .subcol .col2 { float:right; %margin-right:0; %margin-left:-1px; }

.contcss .colset3 .subcol .col1 .item,
.contcss .colset3 .subcol .col1 .thumb,
.contcss .colset4 .subcol .col1 .item,
.contcss .colset4 .subcol .col1 .thumb { padding-right:8px;}
.contcss .colset3 .subcol .col2 .item,
.contcss .colset3 .subcol .col2 .thumb,
.contcss .colset4 .subcol .col2 .item,
.contcss .colset4 .subcol .col2 .thumb { margin-left:8px; }

.contcss .rtl .colset3 .subcol .col1 .item,
.contcss .rtl .colset3 .subcol .col1 .thumb,
.contcss .rtl .colset4 .subcol .col1 .item,
.contcss .rtl .colset4 .subcol .col1 .thumb  { padding-left:8px; padding-right:0;}
.contcss .rtl .colset3 .subcol .col2 .item,
.contcss .rtl .colset3 .subcol .col2 .thumb,
.contcss .rtl .colset4 .subcol .col2 .item,
.contcss .rtl .colset4 .subcol .col2 .thumb { margin-right:8px; margin-left:0; }

.contcss .colset4 .subcol .subcol .col1 ul { padding-right:9px; }
.contcss .rtl .colset4 .subcol .subcol .col1 ul { padding-right:0; padding-left:9px; }


/* basic styles in Content CSS for fonts and header sizes, easy to override if need be */
.contcss {
   font-size: 86%;
   color:#666;
}

.contcss .cn {
   font-size: 109.5%;
   line-height: 133.5%;
}

.contcss .jp {
   font-family: ms pgothic, arial, helvetica, sans-serif;
   font-size: 109.5%;
   line-height: 133.5%;
}

.contcss .kr {
   font-family: dotum, arial, helvetica, sans-serif;
   font-size: 109.5%;
   line-height: 133.5%;
}

.contcss .rtl {
   font-size:109.5%;
   line-height:133.5%;
   direction:rtl;
}

/* Title parcel styles */
.contcss .content-page-title {
   font-size: 164%;
   color:#666;
   font-weight:normal;
   border-bottom:1px solid #000066;
   border-left:1px solid #000066;
   padding: 3px 12px 6px 12px;
   %padding-bottom:7px;
   margin: 0 ;
}

.contcss .rtl .content-page-title {
   border-left:0;
   border-right:1px solid #000066;

}

.contcss .content-page-title h1 {
   font-size:100%;
   font-weight:normal;
   color:#666;
   margin:0;
   padding:0;
}

.contcss .cn .content-page-title,
.contcss .jp .content-page-title,
.contcss .kr .content-page-title,
.contcss .rtl .content-page-title  {
   font-size: 150.5%;
}

.contcss h2 {
   margin:0 0 9px 0;
   padding: 0 0 9px 0;
   font-size: 127.5%;
   border-bottom: solid 1px #ccc;
   color:#666;
}

* html .contcss h2 {
   padding-top:-16px;
}

.contcss .standard-holder h2 {
   margin-left:-12px;
   margin-right:-12px;
   padding-left:12px;
   padding-right:12px;
   font-size:109.5%;
}

.contcss .cn h2 {
   font-size: 108.5%;
   line-height: 154%;
}

.contcss .jp h2,
.contcss .kr h2,
.contcss .rtl h2 {
   font-size: 125.5%;
   line-height: 133.5%;
}

.contcss h3 {
   margin: 0;
   padding: 0 0 9px 0;
   font-size: 109.5%;
   color:#666;
}

.contcss .feature-holder h3 {
   padding-bottom:6px;
}

.contcss .standard-holder h3 {
   border-bottom: solid 1px #ccc;
   margin: 0 0 9px 0;
}

.contcss .cn h3,
.contcss .jp h3,
.contcss .kr h3,
.contcss .rtl h3 {
   font-size: 108.5%;
   line-height: 154%;
}


.contcss h4 {
   margin: 0;
   padding:6px 0 0 0;
   font-size:100%;
   color:#666;
}

.contcss .cn h4,
.contcss .jp h4,
.contcss .kr h4 {
   line-height: 133.5%;
}

.contcss .cn ul,
.contcss .jp ul,
.contcss .kr ul,
.contcss .rtl ul {
   line-height: 133.5%;
}

/* promobox aka vision statement aka grey box gone blue ? */

.contcss .promobox {
   border:1px solid #ccc;
   border-top:0;
   background-color:#d5e0e6;
   min-height:193px;
   %border-collapse:collapse;
   border-spacing:0;
   margin-top:0;
   padding-top:0;
   width:100%;  /* so it won't play well with data-driven floating modules */
}

* html .contcss .promobox {
   height:193px;
}

.contcss .promobox td { padding:0; } /* for the image, overridden for the text */

.contcss .promobox .flash-holder {
   background-color:#fff;
   padding:0;
}

.contcss .promobox td #flash-alt {
   padding:0;
   margin:9px 12px 12px 12px;
}

.contcss .promobox #flash-alt p {
   margin-bottom:-1px;
   font-size:100.5%;
   line-height:158.5%;
}

* html .contcss .promobox #flash-alt p {
   padding-bottom:10px;
   margin:0;
}

.contcss .promobox td.promobox-text {
   padding:12px 16px 16px 16px;
   margin-bottom:0;
   line-height:133.5%;
}

* html .contcss .promobox-text {
   padding-top:9px;
}

.contcss .promobox-text h2{
   color:#666;
   font-size:145.5%;
   line-height:normal;
   border:0 !important;
   margin-bottom:0 !important;
}

.contcss .cn .promobox-text h2,
.contcss .rtl .promobox-text h2 {
   font-size: 142%;
   line-height:123.6%;
}

.contcss .promobox-text p {
   margin:0;
   padding:0 0 6px 0;
   font-weight:bold;
}

.contcss .cn .promobox-text p {
   line-height: 158.5%;
}

.contcss .jp .promobox-text p,
.contcss .kr .promobox-text p {
   line-height: 142%;
}

.contcss .rtl .promobox-text p {
   line-height:146.5%;
}

.contcss .promobox-link {
   background: transparent url(/web/fw/i/promo_arrow.gif) no-repeat left 2px;
   padding-left:11px;
   font-weight:bold;
}

.contcss .rtl .promobox-link {
   background: none;
   padding-left:0;
   font-size:99%;
   line-height:146.5%;
}

.contcss .cn .promobox-link {
   line-height: 158.5%;
}

.contcss .jp .promobox-link,
.contcss .kr .promobox-link  {
   line-height: 142%;
}

/* Set of image/text modules going across page */

.contcss .promo-set {
   %border-collapse:collapse;
   border-spacing:0;
   margin-top:8px;
}

* html .contcss .promo-set {
   margin-top:7px;
}

.contcss .promo-set th {
   border-left:1px #ccc solid;
}

.contcss .rtl .promo-set th {
   border-right:1px #ccc solid;
   border-left:0;
}

.contcss .promo-set th h2{
   border:0;
   padding:8px 12px 1px 12px;
   margin-bottom: 7px;
   text-align:left;
   font-size: 104.5%;
}

.contcss .cn .promo-set th h2 {
   font-size:96%;
   line-height:158.5%;
}

.contcss .rtl .promo-set th h2 {
   font-size:120%;
   line-height:133.5%;
   text-align:right !important;
}

.contcss .promo-set th.gutter {
   padding: 0;
   margin: 0;
   border-left: #fff;
   width: 16px;
}

.contcss .promo-set td {
   border-collapse: separate !important;
   background-color:#eaeff2;
   border: 1px #ccc solid;
   padding:0;
   vertical-align:top;
   width:220px;
}

.contcss .promo-set .text {
   margin:0;
   padding:9px 11px 2px 11px;
}

* html .contcss .promo-set .text {
   padding-right:12px;
}

.contcss .promo-set .text p {
   margin:0;
   padding:0;
   padding-bottom:6px;
}

.contcss .promo-set .text ul {
   margin:0;
   padding:0;
   padding-bottom:6px;
   font-size:100.5%;
   line-height:133.5%;
}

.contcss .promo-set .text li {
   padding-bottom:0.4em;
}

/* List modules, and paragraphs */

.contcss .feature-holder p {
   margin-top:0;
   padding-top:0;
   padding-bottom:4px;
   margin-bottom:0;
}

.contcss ul.flush,
.contcss ul.no-bullet {
   margin-top:0;
   padding-top:0;
   padding-bottom:9px;
   margin-bottom:0;
}

.contcss ul.news {
   margin-top:0;
   padding-top:0;
   padding-bottom:7px;
   margin-bottom:0;
}

.contcss ul.compact {
   padding-bottom:0px !important;
}

.contcss .no-bullet,
.contcss .news {
   list-style-type:none;
   margin:0;
   padding:0;
}

.contcss .flush {
   margin-left:12px;
   padding-left:0;
   %padding-left:4px;
}

.contcss .rtl .flush {
   margin-left:0;
   margin-right:12px;
   padding-right:0;
   %padding-right:4px;
}

.contcss .flush li, .contcss .no-bullet li {
   padding-bottom: 0.4em;
}

 .contcss .news li  {
   padding-bottom: 0.55em;
}

.contcss li.chevron  {
   list-style:none;
   background-image: url(/web/fw/i/chevrons.gif);
   background-repeat:no-repeat;
   background-position:left 0.4em;
   padding-left:10px;
   padding-bottom: 0.4em;
}

/* .contcss .rtl li.chevron  {
   background-position:right 0.4em;
   padding-right:10px;
} live site doesn't switch this, chevron points wrong way */

.contcss .standard-holder hr, .contcss .feature-holder  hr {
   height:0;
   border:0;
   border-top:1px #ccc solid;
   margin:9px 0;
   %margin:2px 0;
}

.contcss .thumb img {
   float:left;
   margin: 3px 10px 13px 0px;
   width:60px; height:60px;
}

.contcss .thumb .thumb-txt {
   margin-left:72px;
   min-height:60px;
   padding-bottom:6px;
}
* html .contcss .thumb .thumb-txt {
   height:60px;
}

.contcss .thumb .thumb-txt h2,
.contcss .thumb .thumb-txt p,
.contcss .thumb .thumb-txt a {
   margin:0;
}

.contcss .feature-holder .thumb .thumb-txt h3 {
   padding-bottom:4px;
}

.contcss .thumb.wrap .thumb-txt{
   margin-left:0px;
}

.contcss .standard-holder .main-title {
   border-bottom:1px solid #d6d8da;
   padding:4px 10px;
   margin:0 -10px;
}

.contcss .js-only { display:none; }
.contcss .subcol form {
   padding:3px 0 9px 0;
   margin:0;
}

.contcss .subcol form select {
   font-size: 100%;
   color: #666;
}

.contcss .feedback-link {
   background-color:#eaeff2;
}



.contcss table.promobox-cat {
   empty-cells: show;
   }

.contcss .promobox-cat td {
   border: solid 1px #ccc;
   margin: 0;
   padding: 0;
   }

.contcss .promobox-cat td.main {
   border-bottom: none;
   width: 100%;
   vertical-align: top;
   }

.contcss .promobox-cat td.base-link {
   border-top: none;
   vertical-align: bottom;
   }

.contcss .promobox-cat td.base-link br {
   line-height: 0;
   }

.contcss .promobox-cat .base-link-holder {
   border-top: solid 1px #ccc;
   padding-top: 9px;
   margin: 0 12px 13px 12px;
   }

.contcss .promobox-cat td.videobar {
   background-color: #e5e5e5;
   border: none;
   border-left: solid 8px #fff;
   vertical-align: top;
   }

.contcss .promobox-cat .main-content {
   margin: 9px 12px 0 12px;
   %margin-bottom: 0;
   }

.contcss .promobox-cat .main-content h3 {
   padding: 0;
   }

.contcss .promobox-cat .main-content p {
   padding: 0;
   margin-top: 10px;
   margin-bottom: 10px;
   }

.contcss .promobox-cat .main-content .flush {
   padding-bottom: 9px;
   }

.contcss .promobox-cat .flash-alt {
   min-width: 164px;
   %width: 164px;
   }

.contcss .promobox-cat .promo-video {
   padding: 9px 12px 12px;
   }

.contcss .promobox-cat .promo-video h3 {
   padding-bottom: 3px;
   }

.contcss .promobox-cat .promo-video p {
   margin: 9px 0 1px;
   }

/*
************************************************
simulated libra right column framework
(also see framework.css libra overrides)
************************************************
*/





    #libra .module-related,
    #libra .module-blob,
    #libra .module-myaccount,
    #libra .module-adbanner,
    #libra .ad-right {
        padding:0px 0px 0px 8px;
    }

    #libra .module-related,
    #libra .module-blob,
    #libra .module-myaccount,
    #libra .module-adbanner,
    * html #libra .module-related,
    * html #libra .module-blob,
	* html #libra .module-myaccount,
    * html #libra .module-adbanner {
        width:188px;
    }

/*
************************************************
web module related tools, related links, & blob
************************************************
*/
	.module-related, .module-blob {
		width:186px;
		margin:2px 0px 10px 0px;
		padding:0px 0px 0px 2px;
		text-align:left;
	}
    * html .module-related, * html .module-blob {
		width:187px;
		padding:0px 0px 0px 3px;
    }

	.module-related h3 {
		display:block;
		margin:0px 0px 3px 0px;
		padding:3px 12px;
		color:#fff;
		background-color:#000066;
		font-weight:bold;
		text-decoration:none;
		font-size:85%;
	}
	.module-related h4 {
		display:block;
		margin:0px;
		font-size:85%;
		padding:1px 12px 0px 12px;
		color:#000066;
		font-weight:bold;
		text-decoration:none;
	}
	.module-related ul {
		display:block;
		margin:0px 0px 3px 0px;
		border:0px;
		padding:0px;
		font-size:85%;
	}
	.module-related ul li {
		display:block;
		list-style:none;
		margin:0px;
		padding:0px 0px 3px 12px;
	}

/*
*****************************
web module myaccount
******************************
*/
	.module-myaccount {
		width:186px;
		margin:2px 0px 10px 0px;
		padding:0px 0px 0px 2px;
		text-align:left;
	}
    	* html .module-myaccount {
		padding:0px 0px 0px 3px;
		margin-top:1px;
    	}
	.module-myaccount h3 {
		display:block;
		margin:0px 0px 3px 0px;
		padding:3px 12px;
		color:#fff;
		background-color:#900;
		font-weight:bold;
		text-decoration:none;
		font-size:85%;
	}
	.module-myaccount .content {
		display:block;
		margin:0px 0px 3px 0px;
		padding:3px 12px;
		color:#000;
		font-size:85%;
	}


/*
********************************
web module ad banner
********************************
*/
	.module-adbanner {
		width:186px;
		margin:2px 0px 10px 0px;
		padding:0px 0px 0px 2px;
		text-align:left;
	}
    	* html .module-adbanner {
        width:187px;
		padding:0px 0px 0px 3px;
		margin-top:1px;
    	}

	.ad-right{ /* temp for dummy right content data or keep? */
		margin:1px 0px 0px 2px;
		padding: 0px 0px 0px 3px;
        text-align:left;
	}

/*
********************************
web module page popups
********************************
*/
	#framework-popup-banner,#framework-popup-main,#framework-popup-footer{
  		border-collapse:separate;
  		border-spacing:0px;
		vertical-align:top;
		border:0px;
		padding:0px;
		margin:0px;
		width:100%;
		empty-cells:hide;
	}
	#framework-popup-main{
		margin-top:15px;
	}
	#framework-popup-footer{
		border-top:1px solid #ccc;
	}
	#framework-popup-banner #framework-column-header{
		height:72px;
		width:100%;
	}
	#framework-popup-banner #framework-header {
		position:absolute;
		margin:3px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		top:0px;
		left:0px;
		z-index:1;
		height:72px;
		min-width:0px;
		width:100%;
		background:url(/swa/i/popup-header-bkg.gif) no-repeat left bottom;
	}
	#framework-popup-banner #framework-logo {
		position:absolute;
		margin:0px 0px 0px 0px;
		padding:0px;
		top:0px;
		left:25px;
		z-index:2;
	}
	#framework-popup-banner #framework-header .search {
		position:absolute;
		height:27px;
		top:38px;
		right:0px;
		margin:0px;
		padding-left:197px;
		background:url(/swa/i/search-bkg.gif) no-repeat;
	}
	#framework-popup-banner .popup-title-content {
		position:absolute;
		left:159px;
		bottom:15px;
		width:45%;
		padding:0px 0px 0px 0px;
	}
	#framework-popup-banner .popup-title-page {
		color:#666666;
		font:18px Verdana;
		font-weight:bold;
		margin:0px 0px 1px 0px;
		line-height:100%;
	}
	/* Main content container */
	#framework-popup-main #framework-content-main {
		margin:0px 0px 0px 0px;
		padding:0px;
	}
	#framework-popup-footer #framework-footer {
		min-width:0px;
	}
	#framework-popup-footer #framework-footer .legal {
		margin:10px 0px 0px 18px;
	}
	/* Override for content-css column popups */
	#framework-popup-contentcss #framework-content-main {
		margin:5px 30px 20px 24px;
	}
	/* Override for long column content popups */
	#framework-popup-long #framework-content-main {
		margin:5px 187px 20px 160px;
	}
	/* Override for standard column popups */
	#framework-popup-standard #framework-content-main {
		margin:5px 30px 20px 160px;
	}

	/* utility style, used currently by cross-nav, but may be applicable elsewhere */
	.clear-all { clear:both; font-size:1px; line-height:1px; }

	/* left here purely for amusement */
	.nothing {}

	/* Overrides for IE are designated by starting with '* html' and are located next to the rule they are overriding */
	/* from: listing_2column.xsl */
	.categoryHome {
		margin-top:-7px;
		margin-left:-1px;
		font-size:88%;
		line-height:110%;
	}
	.categoryHome .flat-list {
		margin-top:16px;
	}
	.categoryHome .listing {
		margin-top:0;
		padding-top:0;
		padding-right:11px;
	}
* html .categoryHome .listing {
		padding-right:16px;
	}
	.categoryHome ul {
		margin:0;
	}
	.categoryHome .listing .link,
	.categoryHome .listing .heading {
		margin-bottom:6px;
	}
	.categoryHome .listing .lastlink {
		margin-bottom:10px;
	}
	.categoryHome .listing .tier1 .heading{
		font-weight:bold;
		margin-top:16px;
		margin-bottom:6px;
	}
	.categoryHome .listing .tier2 {
		margin-left:8px;
	}
	.categoryHome .listing .tier3 {
		margin-left:16px;
	}
/* from listing_lll.xsl */
.llldropmenu {
	background-color:#ccc;
	width:100%;
	margin:0 0 18px 0;
	border:0;
	border-collapse:collapse;
}

* html .llldropmenu {
	border-bottom:#fff 1px solid;
}

.llldropmenu fieldset {
	border:0;
	font-size:95%;
	padding:4px;
}

.llldropmenu .title {
	display:block;
	float:left;
	margin-top:4px;
	font-weight:normal;
}
.low-level {
	margin-left:7px;
	margin-top:-1px;
	font-size:95%;
}
* html .low-level {
/*	padding-top:8px;*/
}

.low-level ul.listing {
	list-style-type:none;
	margin-top:-8px;
	padding:0;
	margin-left:0;
	font-size:95%;
}

* html .low-level ul.listing {
	margin-top:6px;
}

.low-level .listing ul {
	list-style-type:none;
	margin:-1px 0 0 9px;
	padding:0;
}
* html .low-level .listing ul {
	margin-top:0px;
}

.low-level .listing .heading {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:9px 0 3px 0;
}

.low-level .has-groups .listing .ungroup {
	margin:26px 0 0 0;
}
* html .low-level .has-groups ul.listing ul.ungroup {
	margin-top:12px;
}
.low-level .no-groups ul.listing ul.ungroup {
	margin:11px 0 0 0;
	padding-top:2px;
}
* html .low-level .no-groups ul.listing ul.ungroup {
	margin-top:-19px;
	padding-top:0;
}

.low-level .listing ul li {
	margin-top:5px;
}

/* from cross_nav.xsl (aka ordering.xsl)*/

/* this replicates spacing for inline-links */
.inline-link {
margin: 0 .25em;
}

/* These are the overrides for module context will be globally av. in the future... */
/* these are the equivalent of the moduleTitle, moduleLink and moduleContent styles from cdc.css */
/* module also formats the wrapping div */
	.module {
		background-color: #ffffff;
		padding: 6px 0;
		margin: 0;
		text-align:left;
	}


/* this is the spacing on divs within a module */
	.module div {
		padding: 1px 3px 0px 3px;
		margin: 0;
	}


/* module title also formats the div that the title is in */
	.module .title {
		font-size:85%;
		color:#ffffff;
		background-color: #336666;
		background-image: url(../images/corner_ur_7.gif);
		background-position: right top;
		background-repeat:no-repeat;
		padding: 2px 1px 1px 7px;
	}
	.module .contentArea {
		border: #336666 1px solid;
		padding-top:2px;
	}
	.module .header {
		font-size:85%;
		color:#ffffff;
		line-height:14px;
		margin-bottom:-1px;
	}
	.module .link, .module .content {
		font-size:85%;
		line-height:14px;
		margin: 0px 0px 3px 0px;
	}
	.module .bar {
		background-color: #666666;
		height:1px;
		margin: 6px 0px 3px 0px;
		width:100%;
	}

/* styling cross-nav module implementation: cross_nav.xsl - formerly ordering.xsl */
/* from: cross_nav.xsl - formerly ordering.xsl */
	.cross-nav {width:201px; float:right;}

	/* override some global styles */
	.module div {
		position:relative;
		padding:0;
	}
	.cross-nav .module .header {
		margin-bottom:0px;
		background-color: #ffffff;
		padding-top:6px;
	}

	.cross-nav .module .title {
		background-image: none;
		color:#666666;
		background-color: #d6d8da;
		padding:1px 0px 3px 7px;
		font-weight:bold;
		border: 0;
	}
	.cross-nav .module .header a {
		font-weight:bold;
	}
	.cross-nav .module .header {
		font-size:105%;
		border-bottom: #e3e3e3 1px solid;
	}

	/* these styles affect the entire module */
	.cross-nav .module .header, .cross-nav .module .contentArea {
		border-left: #d6d8da 1px solid;
		border-right: #d6d8da 1px solid;
		border-bottom: #d6d8da 1px solid;
    }
	.cross-nav .module .contentArea {
		border-top: none;
		padding-top:2px;
	}
	.cross-nav .module .content {
		line-height:12px;
		margin-bottom:0px;
		padding: 1px 7px 8px 7px;
	}

	.cross-nav .module .link {
		padding-left: 16px;
	}

/* GC: styling 'New!' links on low level listings */
/* from: link_formatter.xsl */
	.is-new-link {
		margin: 0;
		padding: 0;
		border: 0;
		background: #fff;
		color:#990000;
		font-family: arial, helvetica, sans-serif;
		font-size:95%;
	}

/* GC: styling 2 column listing with short descriptions: listing_2column_desc.xsl */
/* from: listing_2column_desc.xsl */

.listing-2col-desc .categoryHome {
	font-size:102%;
}
.listing-2col-desc .categoryHome h3 {
	font-size:98%;
}
.listing-2col-desc .categoryHome .list-item-desc p {
	margin: 0;
	padding: 5px 0;
	font-size:95%;
}

.listing-2col-desc .categoryHome .tier1 p {
	margin: 0;
	padding: 0;
}

.listing-2col-desc .categoryHome .link {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}

.listing-2col-desc .categoryHome .link a {
	font-weight: bold;
	font-size:95%;
}

.listing-2col-desc .categoryHome td.listing {
	padding: 0 15px 0 0;
}

/* GC: added for and IE table width fix to support variable width floating in a column*/
.table-width-fix { width:auto; }
.table-width-fix table { width:auto; margin-right:3px;}
* html .table-width-fix table { width:auto; margin:0;} /* IE override for margin issue */
.table-width-fix table table { width:100%; margin:0; }


/*
******************************************
Fixes and Overrides for Exisiting Content
******************************************
*/
	/* Fixes download module link from being aligned right (IE only) */
	#framework-content-main td td td { text-align:left; }


	/* Reset all margins to 0, framework is now setting margins */
	.contentMargins, .contentTier1Margins, .tier1Margins{
		margin-left:0px;
	}

    /* Right Nav Content in DIV wrapper */
    #rnav-wrapper {
		text-align: left;
    }
    /* Olgivy overrides for Partner & Reseller section */
    #rnav-wrapper {
       		width:187px;
    }
    #rnav-bar-gray {
       		margin:1px 0px 0px 3px;
      		width:100%;
    }
    #rnav-box-white {
       		margin:0px 0px 0px 3px;
       		width:100%;
    }

/*
************************************************
Following are styles needed for supported blobs
that are not part of framework
(Sidebar module, )
************************************************
*/

/*
************************************************
Sidebar module
************************************************
*/

.sidebar-region {
	width:186px;
	margin: 7px 0px 7px 2px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	text-align:left;
}

#libra .sidebar-region {
    background-color: #eaeff2;
}

* html .sidebar-region {
	width:187px;
	margin: 7px 0px 7px 3px;
}
.sidebar {
	padding: 10px 9px 0px 10px;
	color:#666666;
	font-size: 83%;
	background-image: none;
}
.sidebar h5 {
	margin: 0px 0px 10px 0px;
	font-size: 90%;
	line-height: 90%;
	color:#333333;
}
.sidebar h2 {
	display: block;
	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 0px;
	font-size: 110%;
	color: #990000;
}
#libra .sidebar h2 {
    	color: #8d5e01;
}

.sidebar h3 {
	display: block;
	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 0px;
	font-size: 110%;
	color: #666666;
}
.sidebar p {
	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

/* For sidebar_module.xsl and its clones
  - this floating module is heavily used for download links on product support documents */

    .module-sidebar-xsl {
       padding:0 7px 4px 4px;
       border:1px solid #ccc;
       width:186px;
       float:right;
       text-align:left;
   }

    .module-sidebar-xsl  .main-header {
       margin:0 -7px 0 -5px;
       padding:0px 7px 1px 4px;
       background-color:#d5e0e6;
       color:#666;
    }

    .module-sidebar-xsl h3.main-header {
        font-size:100%;
    }

    .module-sidebar-xsl ul {
	margin:0;
	padding:0;
    }

    .module-sidebar-xsl li {
	margin:0;
	padding-top:4px;
	list-style-type:none;
        font-size:95%;
    }

/* for featured links and its clones
   - mostly seen in product series pages */
    .module-featured-links {
       padding:0 7px 7px 5px;
       border:1px solid #ccc;
       display:table; /* for gecko */
       margin-right:3px; /* for gecko */
       width:100%;
      /* IE stuff */
       float:expression(this.parentElement.offsetWidth - this.offsetWidth > 10?left:none);
       %width:auto;
/*       %margin-right:20px;*/
       %height:1%;
   }

    .module-featured-links  .main-header {
       margin:0 -7px 4px -5px;
       padding:2px 7px 1px 5px;
       background-color:#d5e0e6;
       color:#666;
    }

    .module-featured-links {
        font-size:86%;
    }

    .module-featured-links h3.main-header {
        font-size:110%;
    }

    .module-featured-links ul {
	margin:0;
	padding:0;
    }

    .module-featured-links li {
	margin:0;
	padding-bottom:4px;
	list-style-type:none;
    }

    .module-featured-links li p {
        margin-top:0;
        padding-top:0;
    }

    .module-featured-links .colset:after,
    .module-featured-links .group-description:after,
    .module-featured-links .thumb:after {
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
    }

    .module-featured-links .colset,
    .module-featured-links .group-description,
    .module-featured-links .thumb { %height:1%; }

    .module-featured-links .colset {
        margin-right:-10px;
    }
    .module-featured-links .col {
        float:left;
        width:49.99%; /* ie can't handle 50% here ! */
    }

    .module-featured-links .thumb .thumb-img {
       float:left;
       margin: 3px 5px 13px 0px;
    }

    .module-featured-links .thumb .thumb-txt {
       margin-left:65px;
       min-height:60px;
       padding-bottom:6px;
       padding-right:10px;
    }
    * html .module-featured-links  .thumb .thumb-txt {
       height:60px;
    }

    .module-featured-links  .thumb .thumb-txt h2,
    .module-featured-links .thumb .thumb-txt p,
    .module-featured-links .thumb .thumb-txt a {
       margin:0;
    }

    .module-featured-links .thumb.wrap .thumb-txt{
       margin-left:0px;
    }

    .module-featured-links .group-description img {
        float:left;
        width: auto;
    }
    .module-featured-links .group-description p {
/*        padding-right:10px; */
    }


/*
************************************************
Task Based Navigation
************************************************
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* Most Requested Resources Module */
#content-requested-resources {
    position:relative;
    margin:10px 0px 13px 0px;
    background-color:#eaeff2;
    border:1px solid #ccc;
    min-width:500px;
    min-height:145px; /* based on NetPro blob */
    }
* html #content-requested-resources {
    height:145px;
    }

#content-requested-resources h3 {
    margin:0;
    padding:2px 0 3px 10px;
    font-size:86%;
    color:#000;
    background-color:#ccc;
    min-height:1.3em;
    }
* html #content-requested-resources h3 {
    margin-right:-10px;
    height:1.3em;
    }

#content-requested-resources .resources { margin:7px 0 3px; }
* html #content-requested-resources .resources { width:auto;}

/* NetPro Blob Settings */
#content-requested-resources .resources ul {
    float:left;
    margin:0 0 0 10px;
    padding:0 340px 0 0;
    list-style-type:none;
    }
* html #content-requested-resources .resources ul {
    margin:0 0 0 5px;
    padding-right: 335px;
}

#content-requested-resources .resources li {
    margin-bottom:6px;
    font-size:86%;
    }

#content-requested-resources .blob {
    position:absolute;
    right:0px;
    margin:1px 10px 0 25px;
    padding:0;
    width:305px;
    font-size:86%;
    line-height:110%;
    font-weight:bold;
    color:#666;
    }


#content-requested-resources .blob a { font-weight:normal; }
#content-requested-resources .blob #rssreader { margin-top:5px; }


/* Right Column - Module Display Selector  */
#framework-content-right #module-display-selector #prod-photo {  margin-bottom:3px; }
* html #framework-content-right #module-display-selector #prod-photo { margin-bottom:0; }

#framework-content-right #module-display-selector #prod-photo,
#framework-content-right .prod-link,
#framework-content-right .cross-nav {
	width:188px;
	margin-left:5px;
	}

* html #framework-content-right #module-display-selector #prod-photo,
* html #framework-content-right .prod-link,
* html #framework-content-right .cross-nav {
	margin-left:0px;
	}

#framework-content-right .cross-nav {
    margin-bottom:-3px; /* ContentCSS margin fix to not hide clear-all */
    %margin-top:0px; /* IE6/7 */
    float:none; /* ContentCSS float clear */
    }

#framework-content-right #module-display-selector table,
#framework-content-right #module-display-selector img { margin:0; }

#framework-content-right #module-display-selector {
    margin:10px 0 0 0;
    text-align:left;
    }
* html #framework-content-right #module-display-selector { margin-left:6px; }


/* Maintain existing (no packaged) link formatting */
.prod-link {  margin-bottom:7px; }

#framework-content-right #module-display-selector .prod-link { margin-bottom:3px; }
* html #framework-content-right #module-display-selector .prod-link { margin-bottom:2px; }

#framework-content-right #module-display-selector .prod-link .captionlink { font-size:95%; }


/*
************************************************
Widgets
************************************************
*/
.widget-indicator { display:none; }

/*
************************************************
Partner Locator Widget
************************************************
*/

#partner-locator h4 {
    font-size: 86%;
    padding: 5px 0 3px;
}
#partner-locator form {
    margin-top: -3px;
    border: solid 1px #999;
    border-top-width: 0;
    padding: 6px 0 6px 12px;
}
#partner-locator input,
#partner-locator select {
    width: 158px;
    %width: 156px;
    font-size: 86%;
    color: #666;
}
#partner-locator select {
    width: 162px;
}
#partner-locator input.submit {
    margin: 17px auto 13px;
    padding: 1px 6px 2px;
    %padding: 1px 8px;
    font-family: arial;
    font-weight: bold;
    color: #2F6681;
    width: auto;
    %width:1%;
    %overflow:visible;
}



/* ************************************************** */


/***
--------------------------- 
HTML Element Initialization
---------------------------
. reset HTML Elements
***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}


/***
-------------------- 
Standard Html Styles
--------------------
. defines font, font size, and link styles 
. migrated from legacy.css to framework
. recycled from btx
***/


body#libra {
  margin: 0 5px 0 3px;
  font:80.5% arial,helvetica,sans-serif; /* Sets base */
  color:#000;
  background-color:#fff;
  }
  * html body#libra { 
    font:100% arial,helvetica,sans-serif; /* IE6 reset */
    width:98.9%;
    } 

a:link { color:#039; }

a:visited { color:#639; }

.skiplinks {
  visibility:hidden; /* NS7 */
  display:none;
  }

/*** 
---------------------
Base Structure Styles
---------------------
. primarily defines framework table structure 
. legend:
     base-main     : outter table - contains tds: column left, column center
     column-main   : inner td     - contains div: content-main
     content-main  : inner div    - contains actual content
***/

#home-banner,
#home-wrapper { width:797px; }

#home-main {
  width:100%;  
  border:0;
  border-collapse:separate;
  empty-cells:hide;
  vertical-align:top;
  height:350px; 
  }

#home-column-main,
#home-column-right { vertical-align:top; }

#home-column-main { width:100%; }

#home-content-main { margin:8px 8px 0 0; }


/***
-----------------------
Framework Banner Styles
-----------------------
. relative positioned (sits along top, regardless of where its served on linearized page).
. Banner includes: logo, secondary-navigation, and search.
. legend:
     region-selector : worldwide
***/

#home-header {
  overflow:visible;
  height: 72px;
  text-align:right; 
  }

#home-logo {
  position:absolute;
  top:0;
  left:0;
  height:72px;
  z-index:10; /* Moz logo active */
  }

#home-header .nav-secondary {
  margin-right:-1px; 
  padding:12px 0 0 10px; 
  height:25px;
  font-size:86%; 
  color:#000066;
  background-color:transparent; 
  white-space:nowrap;
  }

.nav-secondary .region-selector { margin:0 26px 0 90px; }

.nav-secondary .region-selector span.region,
.nav-secondary .region-selector span.language { font-weight:bold; }

.nav-secondary .region-selector .language-selector { padding-left:4px; }

#home-header .nav-secondary a,
#home-header .nav-secondary a:visited {
  color:#000066;
  background-color:transparent;
  text-decoration:none;
  font-weight:normal;
  }

#home-header .nav-secondary a:hover, #home-header .nav-secondary a:active { text-decoration:underline; }

#home-header .nav-secondary .link-delimiter { padding:0 7px 0 4px; }
#home-header .nav-secondary a.login,
#home-header .nav-secondary a:visited.login,
#home-header .nav-secondary .loggedin {
  font-weight:bold;
  }

/* Hide */
#home-header .search-entitlement,
#home-header .search label {
  visibility:hidden; /* NS7 */
  display:none;
  }

#home-header .search {
  float:right; 
  height:22px; 
  }

#home-header #searchPhrase { 
  float:left; 
  margin-right:-1px;
  padding:1px 0 2px 3px; 
  height:100%; /* Moz text-box resize */
  width:250px;
  border:1px solid #ccc;
  border-top:2px solid #999;
  border-left:2px solid #999;
  font-size:100%; /* IE text-box resize */
  }

#home-header .search #go { 
  float:left;
  height:22px;
  width:31px;
  }


/*** 
---------------------
Libra Specific Styles
---------------------
. generic round corners
. added 09/01/06
***/

/*** Generic Rounded Corner Module Declaration ***/
.corner-top, .corner-left, .corner-bottom {
  position:relative; /* req */
  background-image: url(/swa/i/cr_def.gif);
  background-repeat:no-repeat;
  display:block;
  font-size:0;
  height:3px;
  }

.corner-top {
  background-position:100% 0;
  width:auto;
  top:-1px;
  right:-1px;
  }

.corner-top .corner-left {
  background-position:0 -6px;
  width:3px;
  left:-2px;
  }

.corner-bottom {
  background-position:100% -3px;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
  }

.corner-bottom .corner-left {
  background-position:0 -9px;
  width:3px;
  left:-2px;
  }

.cdc-rc-container {
  border:1px solid #ccc;
  width:auto;
  }

.side {
  border:1px solid #aeaeae;
  border-top:0;
  }

/*** 
---------------------------
Site Area Navigation Styles
---------------------------
. features overrides to generic rounded corners css 
. defines border and the corners. 
. content to define height & keep the corner positioning correct 
. legend:
    cdc-nav-module : wrapper div
    nav-container  : table
    nav            : table column cells
***/

#cdc-nav-module {
  position:relative;
  margin-top:1px;
  background:url(/images/sitearea-nav.jpg) repeat-x top left;
  z-index:10;  /* req: flydowns */
  }
  /* IE requires height. FF1.0 takes literally */
  * html
#cdc-nav-module { height:1%; }

#cdc-nav-module .nav-container  {
  margin-top:-3px; 
  width:795px;
  }
  /* IE6 moves flydown 1 pixel down to not overlap nav */    
  * html

#cdc-nav-module .nav-container { margin-bottom:-1px; }

#cdc-nav-module .nav { 
  padding:6px 7px 6px 8px;
  border-right:1px solid #ccc;
  }
  /* IE hover alternative */
  * html #cdc-nav-module .nav {
  behavior: expression( 
    this.onmouseenter=new Function("this.className+=' hover'"),
    this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),
    this.style.behavior=null);
    } 

#cdc-nav-module .lastnav { border-right:0 solid #ccc; }

#cdc-nav-module .nav:hover, #cdc-nav-module .hover {
  background:url(/images/sitearea-nav.jpg) repeat-x 0 -100px;
  }

#cdc-nav-module .nav a {
  display:block;
  padding:0; /* req */
  height:auto; /* req: min auto. Not 100% */
  color:#000099;
  background-color:transparent;
  font-size:85%;
  line-height:1.13em; /* equiv: 4px line-height; */
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  font:arial narrow;
  }

#cdc-nav-module .nav:hover a,
#cdc-nav-module .hover a { color:#fff; }


/***
----------------------------------------
Package: Basic text formatting for menus            
----------------------------------------
 . Change colors, fonts, borders, etc.
***/

.menuFrame {
  overflow:hidden; 
  position:absolute;
  display:none;
  /* IE require -1px top to remove doubleline with flydown, 
     Safari is couple pixels off  */
  %margin-top:-1px; 
  }
  * html .menuFrame { margin-left:1px; } /* req: IE 6 extra 1 pixel margin */

.menu {
  position:relative;
  width:100%;
  height:100%;
  border:1px outset;
  border-top-width:0; 
  font-size:90.0%;
  }

.menu li {
  display:inline;
  %margin-bottom:-1px; /* IE has 1 extra pixel at top of each li */
  }
  * html body .menu li {
    behavior: expression( 
      this.onmouseenter=new Function("this.className+=' subhover'"),
      this.onmouseleave=new Function("this.className=this.className.replace(' subhover','')"),
      this.style.behavior=null); 
    }

.menu a:link, .menu a:visited {
  line-height:108%;
  color:#000066;
  padding:2px 10px 3px;
  text-decoration: none;
  border-top:1px solid #d5e0e6;
  border-right:1px solid #c9cbcd;
  display:block;
  background:url(/images/light-nav-bg.png) repeat-x;
  width:185px;
  }
  * html .menu li a:link, * html .menu li a:visited {
    background:none;
    background-color:#fff;
    filter:alpha(opacity=97); /* req: IE 6 & 7, ignored by rest */
    }
  * html .menu li a:hover {
    background-color:#000099;
    filter:alpha(opacity=97); /* req: IE 6 & 7, ignored by rest */
    }

.menu a:hover, .menu .subhover {
  display:block;
  background-position:0 -250px; 
  }

.link-group { font-weight:bold; }

.menu .link-group a:link, .menu .link-group a:visited,
.menu .link-group a:hover, .menu .link-group a:active { 
  border-top:1px solid #acc2cd; 
  border-right:1px solid #c9cbcd;
  font-weight:bold !important; 
  }

#aboutFrame { %margin-left:-1px; } /* IE 7 positioning offset */
  * html #aboutFrame { margin-left:0; } /* restore IE 6 position */

/* Partner menu opens inwards */
#alliancesFrame {
  margin-right:-1px; /* FF Fix. */
  left:588px !important; 
  }
  * html #alliancesFrame {
    left:587px !important; 
    width:201px; 
    } 

 /*
---------------------------------
Showcase Styles
---------------------------------
 . News Box

*/

.showcase {
  margin:3px 0 0px;
  width:215px;
  float:left;
  font-size:86%;
  color:#666;
  background:url(/images/home_corners_small.gif) no-repeat;
  background-position:-218px bottom;  /*horizontal position of bottom line*/
  }

.showcase .showcase-bottom {
  position:relative; /*  req */
  background:url(/images/home_corners_small.gif) no-repeat;
  margin-top:0;
  padding:5px 0 5px;
  min-height:100px; /* req: IE7 */
  }
  * html .showcase-left .showcase-bottom {
    height:221px;
    }

.showcase .parcel-content {
  margin-top:0px;
  padding:0 8px 7px 8px;
  border-left:1px solid #AAA;
  border-right:1px solid #AAA;
  }

.showcase-left .parcel-content {
  min-height:173px;
  }
  * html .showcase-left .parcel-content {
    height:173px;
    }

.showcase h2 {
  padding:7px 0 9px 6px;
  line-height:1em;
  font-size:142%;
  font-weight:bold;
  }

.showcase li {
  color:#666;
  line-height:13px;
  padding-left:7px;
  }

.showcase img { margin-bottom:-1px; }

* html .showcase-left .parcel-content ul { 
  position:relative;
  }

.showcase-left .parcel-content li { 
  display:block;
  background:url(/images/dotted.gif) repeat-x;
  }

.showcase-left .parcel-content .outer { 
  height:38px; 
  %height:100%; /* req: IE7 */
  %min-height:38px; /* req: IE7 */
  display:table;
  position:static;
  }
  * html .showcase-left .parcel-content .outer {
    height:38px; /* reset: IE6 */
    position:relative;
    }

.showcase-left .parcel-content .middle {
  display:table-cell;
  vertical-align:middle;
  width:270px;
  padding:7px 0 5px;
  %position:relative;
  %top:50%;
  %padding:6px 0;
  }

.showcase-left .parcel-content .inner {
  %position:relative;
  %top:-50%;
  }

.showcase-right { float:right; }

.showcase-right h2 {
  padding-bottom:10px;
  background:url(/swa/i/dotted.gif) repeat-x bottom;
  }

.showcase a:link, .showcase a:visited {
  color:#2f6881;
  text-decoration:none;
  }
.showcase a:hover, .showcase a:active {
  text-decoration:underline;
  }

.showcase h3 {
  font-size:130%;
  font-weight:normal; /* default is bold */
  padding:1px 0 4px;
  }

.showcase .link-more { font-weight:bold; }

.showcase div.link-more {
  line-height:1em;
  padding:6px 0 5px;
  }

.link-all {
  clear:both;
  display:block;
  font-weight:bold;
  padding-left:5px;
  padding-top:12px;
  background:url(/images/dotted.gif) repeat-x;
  }

.promotion {
  margin:3px 0 0px;
  width:295px;
  float:left;
  font-size:86%;
  color:#666;
  background:url(/images/home_corners.gif) no-repeat;
  background-position:-295px bottom;  /*horizontal position of bottom line*/
  }

.promotion .promotion-bottom {
  position:relative; /*  req */
  background:url(/images/home_corners.gif) no-repeat;
  margin-top:0;
  padding:5px 0 5px;
  min-height:100px; /* req: IE7 */
  }
  * html .promotion-left .promotion-bottom {
    height:221px;
    }

.promotion .parcel-content {
  margin-top:0px;
  padding:0 8px 7px 8px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  }

.promotion-left .parcel-content {
  min-height:173px;
  }
  * html .promotion-left .parcel-content {
    height:173px;
    }

.promotion h2 {
  padding:7px 0 9px 6px;
  line-height:1em;
  font-size:142%;
  font-weight:bold;
  }

.promotion li {
  color:#000066;
  line-height:13px;
  padding-left:7px;
  }

.promotion img { margin-bottom:-1px; }

* html .promotion-left .parcel-content ul {
  position:relative;
  }

.promotion-left .parcel-content li {
  display:block;
  background:url(/images/dotted.gif) repeat-x;
  }

.promotion-left .parcel-content .outer {
  height:38px;
  %height:100%; /* req: IE7 */
  %min-height:38px; /* req: IE7 */
  display:table;
  position:static;
  }
  * html .promotion-left .parcel-content .outer {
    height:38px; /* reset: IE6 */
    position:relative;
    }

.promotion-left .parcel-content .middle {
  display:table-cell;
  vertical-align:middle;
  width:270px;
  padding:7px 0 5px;
  %position:relative;
  %top:50%;
  %padding:6px 0;
  }

.promotion-left .parcel-content .inner {
  %position:relative;
  %top:-50%;
  }

.promotion-right { float:right; }

.promotion-right h2 {
  padding-bottom:10px;
  background:url(/images/dotted.gif) repeat-x bottom;
  }

.promotion a:link, .promotion a:visited {
  color:#000066;
  text-decoration:none;
  }
.promotion a:hover, .promotion a:active {
  text-decoration:underline;
  }

.promotion h3 {
  font-size:130%;
  font-weight:normal; /* default is bold */
  padding:1px 0 4px;
  }

.promotion .link-more { font-weight:bold; }

.promotion div.link-more {
  line-height:1em;
  padding:6px 0 5px;
  }

.link-all {
  clear:both;
  display:block;
  font-weight:bold;
  padding-left:5px;
  padding-top:12px;
  background:url(/images/dotted.gif) repeat-x;
  }


/* Alert Component */
.alert-container {
  position:relative;
  border:1px solid #d9c89e;
  display:table; /* FF only */
  margin-bottom:-1px;
  width:275px;
  background:url(/swa/i/home_security-bg.gif);
  }

.alert-icon-container {
  position:relative;
  display:table-cell; /* FF only */
  width:43px;
  text-align:center;
  vertical-align:middle;
  }
  /* override: IE. Compensation for lack of display:table support */
  .alert-icon-container {
    %position:absolute;
    %float:left;
    %top:50%;
    }

.alert-content { 
  position:relative; 
  width:210px;
  line-height:13px;
  padding:6px 8px 5px;
  border-left:1px solid #d9c89e;
  }
  .alert-content {
    %left:45px;
    }

.alert-icon {
  position:relative;            
  %top:-13px; /* req: IE7 needs to be half of image height */
  }
  * html .alert-icon {
    top:-50%;  /* reset IE6 */
    }

#product-intro {
  margin-top:9px;
  padding-left:5px;
  padding-bottom:5px;
  min-height:99px;
  }
  /* min-height equivalent */
  * html #product-intro {
    height:99px; 
    }

#product-intro .product-img {
  text-align:center;
  }  

#product-intro .product-img-vert {
  float:left;
  top:-4px;
  padding-right:8px;
  } 
  /* IE 3px Float Margin Bug Fix (Fix messes up Safari 2.0 but is ignored by FF) */ 
  * html #product-intro .product-img-vert .product-content {
    display:inline-block;
    }  


/*
-------------------------
Web Module Segment Styles
-------------------------
 . info (links)
 . quicklinks
 . (software) downloads
 . opt-parcel
*/

/* All Modules */
.side-parcel {
  background:#fff url(/swa/i/home_corners.gif) no-repeat -781px bottom;
  margin:8px 0 1px;
  padding-bottom:1px;
  width:189px;
  }

.side-parcel h3 {
  background:#aeaeae url(/swa/i/home_corners.gif) no-repeat -592px 0px;
  padding:5px 10px 4px;
  color:#fff;
  font-weight:bold;
  font-size:85%;
  line-height:1em;
  }

.side-parcel ul {
  padding:9px 0 3px 10px; 
  line-height:101%; /* sync IE and FF line-height */
  }

.side-parcel li {
  display:block;
  padding:0 0 5px;
  }

.side-parcel ul,
.nojs, .js {
  border-left:1px solid #aeaeae;	
  border-right:1px solid #aeaeae;	
  font-size:85%;
  }

.side-parcel div.selectBox a {
  display:block;
  width:153px;
  min-height:14px; /* req: mac */
  padding:2px 6px 1px;
  border:1px solid #aeaeae;
  background:url(/swa/i/dd-arrow.gif) no-repeat 149px 1px;
  text-decoration:none; 
  }
.side-parcel div.selectBox a:link, 
.side-parcel div.selectBox a:visited { 
  color:#666;
  text-decoration:none;
  }

div.selectBox a:hover, 
div.selectBox a:visited { text-decoration:none; }

#quicklinks, #downloads {
  display:none;
  position:absolute;
  top:-1px;
  width:165px;
  background-color:#fff;
  border:1px solid #aeaeae;
  margin-bottom:8px; 
  }

.optionsBox { position:relative; }

.optionsBox ul{ 
  border:0; /* offset: double borders on left and right sides */
  width:153px;
  padding:3px 0; 
  }

.optionsBox li { display:inline; }

.optionsBox li a:hover { 
  text-decoration:none; 
  background-color:#d5e0e6; 
  }

.optionsBox li a:link, .optionsBox li a:visited { 
  display:block;
  width:100%;
  color:#666; 
  margin:0; 
  padding:2px 6px 1px;
  }
  * html .optionsBox li a:link, * html .optionsBox li a:visited { 
    font-size:110%; 
    }

.optionsBox li a:link.link-group, .optionsBox li a:visited.link-group { font-size:120%; }

#quicklinks-js {
  display:none;
  margin-top:-2px;
  padding:0 10px 10px;
  }
  * html #quicklinks-js { padding-left:11px; }
   
#quicklinks-nojs {
  font-weight:bold;
  margin-top:-1px;
  padding:0 10px 7px;
  }
  * html #quicklinks { margin-left:-1px; } /* 1px discrepency only with QL*/

#quicklinks{background-image:url(../images/hp-backgrounds.png);background-position:-1404px bottom;position:relative;display:block;padding-bottom:7px;color:#2F6681;font-size:86%;min-height:20px;}
#quicklinks h3{background-image:url(../images/hp-backgrounds.png);background-position:-1404px 0;padding:6px 0 0 12px;}
#quicklinks .control{display:block;position:absolute;right:8px;top:3px;background-image:url(../images/sprites.gif);background-position:-91px 7px;border-left:#ccc 1px solid;width:20px;height:19px;}
#quicklinks .control:hover{background-position:-91px -18px;}
#quicklinks .control-up{background-position:-144px 7px;}
#quicklinks .control-up:hover{background-position:-144px -18px;}
#quicklinks ul{padding:12px;list-style-type:none;height:auto;width:174px;background:url(../images/sitearea-nav-bg.png) repeat-x;border:#ccc 1px solid;border-width:0 1px;}* html
#quicklinks ul{background:none;background-color:#fff;filter:alpha(opacity=96);}
#quicklinks .ql-corner-bottom{background:url(/images/featuredlinksroundcorners.gif) no-repeat;background-position:1px bottom;padding:0 0 1px;}
#quicklinks .ql-corner-top{background:url(/images/featuredlinksroundcorners.gif) no-repeat;background-position:1px top;padding:1px 0 0;}

#home-col2{float:left;width:100px;margin-left:0px;display:inline;}

#downloads-js {
  display:none;
  padding:7px 10px;
  }

#downloads-nojs {
  font-weight:bold;
  padding:8px 10px; 
  }

.side-parcel a:link, .side-parcel a:visited,
#downloads-nojs a:link, #downloads-nojs a:visited {
  text-decoration:none;
  color:#000066;
  }

.side-parcel a:hover, .side-parcel a:active,
#downloads-nojs a:hover, #downloads-nojs a:active { text-decoration:underline; }

.opt-parcel { margin-top:8px; } 

/* Alternative Settings */
.no-rc h3 {
  padding-top:5px;
  background-image:none;
  }

.alt-color    { background-color:#efefef; }

.alt-links ul { padding:5px 0 1px 10px; }

.alt-links li {
  display:block;
  list-style:none;
  margin:4px 0 2px -5px;
  line-height:1em;
  padding-left:15px;
  background:url(/swa/i/chevrons.gif) no-repeat 3% 25%;
  }

.alt-links a:link, .alt-links a:visited { font-weight:bold; }


/***
--------------------
Footer Styles
--------------------
. defines styles for: text/link, copyright, legal
***/

#home-footer {
  padding:25px 0 0 15px; 
  font-size:86%; /* Set font smaller than normal */
  color:#333;
  line-height:13px;
  }
  * html #home-footer { padding-top:26px; } /* offset: IE6 1px less above footer */

#home-footer a, #framework-footer a:visited {
  color:#000099;
  background-color:transparent; 
  text-decoration:none;
  }

#home-footer a:hover, #home-footer a:active { text-decoration:underline; }

#home-footer #footer-copyright {
  padding-right:7px; 
  float:left;
  }

#home-footer #footer-legal {
  white-space:nowrap;
  float:left;
  padding-bottom:18px;
  }
  * html #home-footer #footer-legal {
    padding-bottom:17px;  /* offset: IE 1 px larger */
    }
 