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%; }


img { border:0; }
a:link { color:#039; }
a:visited { color:#639; }



#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;
  }




/* 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;
  }





/*** 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:1050;
  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;
   width:1050px;
  text-align:right;
  }
#framework-logo {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  height:72px;
  z-index:1010; /* Moz logo active - must be above framework-header (1000) */
  }
#framework-header .nav-secondary {
  position:relative;
  margin-right: 3px;
  padding:12px 0 0 10px;
  height:25px;
  width:1035px;
  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;
  }

/*
--------------------------
Contextual Search (Search 2.0)
--------------------------
*/

#framework-header {
  z-index:1030;
  }

/* Have to create 2 ids to handle 2 forms */
#search-drop-down, #search-results-drop-down {
  display:none;
  position: absolute;
  z-index:10000;
  }
#autoSuggest{
  margin-top:0px;
  padding-left:7px;
  padding-right:5px;
  display:none;
  background-image:url(images/css/framework_infohover_mid.png);
  _background-image:url(images/css/framework_infohover_mid.gif);
  }
#search-results-drop-down #autoSuggest{
  background-image:url(images/css/searchresults_infohover_mid.png);
  _background-image:url(images/css/searchresults_infohover_mid.gif);
  }
div.suggestionEntry {
  width: 236px; 	/* excludes the 10px spacing on the both sides */
  color: #2F6681;
  text-align:left;
  }
#search-results-drop-down div.suggestionEntry {
  width: 420px;
  }

div.suggestionEntryHover {
  background-color: #DDE6EB;
  color: #2F6681;
  text-decoration: underline;
  text-align:left;
  }

div.suggestionEntry, div.suggestionEntryHover {
  padding: 2px 10px 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  }

#contextual-search-buttons {
  display:none;
  text-align:left;
  background-image:url(images/css/framework_infohover_mid.png);
  _background-image:url(images/css/framework_infohover_mid.gif);
  padding:4px;
  padding-left:12px;
  }
#search-results-drop-down #contextual-search-buttons {
  background-image:url(images/css/searchresults_infohover_mid.png);
  _background-image:url(images/css/searchresults_infohover_mid.gif);
  }

.contextual-search-link {
  cursor:pointer;
  background-color:#FFFFFF;
  };
hr.contextual-search-hr {
  border:none;
  height:1px;
  color:#CCCCCC;
  background-color:#CCCCCC;
  }

div.contextual-search-top {
  height:12px;
  background-image:url(images/css/framework_infohover_top.png);
  _background-image:url(images/css/framework_infohover_top.gif);
  }
#search-results-drop-down div.contextual-search-top {
  background-image:url(/web/fw/i/searchresults_infohover_top.png);
  _background-image:url(/web/fw/i/searchresults_infohover_top.gif);
  }

div.contextual-search-bot {
    height:12px;
    background-image:url(/web/fw/i/framework_infohover_bot.png);
    _background-image:url(/web/fw/i/framework_infohover_bot.gif);
    background-position:bottom left;
    }
#search-results-drop-down {
    background-image:url(/web/fw/i/searchresults_infohover_bot.png);
    _background-image:url(/web/fw/i/searchresults_infohover_bot.gif);
    }

/***
---------------------------------
Site Area Navigation
---------------------------------
. 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 {
  margin:1px 0 0 0;
  background:url(images/css/pnav-bg-on.gif) repeat-x top left;
  }
  /* IE requires height. FF1.0 takes literally */
  * html #cdc-nav-module {
    height:1%;
    }
#cdc-nav-module .nav-container  {
  margin:-3px 0 0 0;
  padding:0;
  width:900px;
  }
#cdc-nav-module .nav {
  margin:0;
  padding:6px 7px 6px 8px;
  border-right:1px solid #ccc;
  }
  * html #cdc-nav-module .nav {
  /* IE hover alternative */
  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 .nav:hover, #cdc-nav-module .hover {
  background:url(images/css/pnav-bg.gif) repeat top left; /* ck */
  }
#cdc-nav-module .nav a {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  height:auto; /* Required. Not 100% */
  color:#FFFFFF;
  background-color:transparent;
  font-size:90%;
  line-height:1.13em; /* default 4px line-height; */
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  }
#cdc-nav-module .nav:hover a, #cdc-nav-module .hover a {
  position:relative;
  color:#fff;
  }
  
  

  

/***
-----------------------------------
Web Hierarchical Navigation - hinav
-----------------------------------
. defines classes: parent, peer, selected, & child.
. legend:
     li    : bottom
     li li : all others
***/

.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:#2f6681;
  background-color:transparent;
  font-size:86%;
  text-decoration:none;
  border-bottom:1px solid #acc2cd;
  }

/* Bring selected to front */
.hinav li a.selected, .hinav li a.selected:visited, .hinav span.selected {
  z-index:10;
  background-color:#dde6eb;
  border-top:1px solid #c8cacc;
  border-bottom:1px solid #acc2cd;
  }

/* Cancel topmost border */
.hinav li li a, .hinav li li a:visited,  .hinav li li span {
  border-top:1px solid #d5e0e6;
  }
.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 */
  }

/* hinav special case for peers of parent */
.hinav.show_parent_peers a.parent_peer {
   padding-left: 15px !important;
   width: 162px !important;
   }
.hinav.show_parent_peers li a.selected {
  padding-left: 28px !important;
  width: 149px !important;
  }



/***
---------------------------------
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;
  width:1040px;
  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;
  }

.skiplinks {display:inline; position:absolute; visibility:visible; top:-110px;  }
.skiplinkShow { background-color:#fcfcfc;padding:10px;border:1px solid #ccc; visibility:visible; left:125px;top:20px; display:block; position:absolute;z-index:100; }
#home-header .search label { display:inline; visibility:visible; }
.skiplabel { float:left; margin-left:-99999px;}

    #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:#999;
		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:#666;
		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(/web/fw/i/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%; }
.ellipsis {
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:99%;
   %width:170px;
   _width:86%;
}
a .ellipsis {
    cursor: pointer;
}
/*
************************************************
Widgets
************************************************
*/
.widget-indicator { display:none; }
/*
************************************************
Partner Locator Widget
************************************************
*/
#partner-locator h4 {
    font-size: 100%;                /* fixes h4 conflict */
    padding: 5px 0;
}
#partner-locator form {
    margin-top: -3px;
    border: solid 1px #999;
    border-top-width: 0;
    padding: 6px 0 6px 12px;
    margin-bottom: 0;
}
#partner-locator input,
#partner-locator select {
    width: 158px;
    %width: 156px;
    font-size: 86%;
    color: #666;
}
#partner-locator select {
    width: 162px;
}
#partner-locator input.submit {
    color: #2F6681;
    font-family: arial;
    font-size: 100%;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 1px 6px 2px;
    %padding: 1px 8px;
    width: auto !important;
    overflow:visible;
}
*html #partner-locator input.submit {
    width:1%;
}
#partner-locator img {
    display: none !important;
}
/*
************************************************
Widget - Accordion
************************************************
*/
.cdc-widget-accordion {
    border: 1px solid #ccc;
    font-size: 85.5%;
    color: #666;
}
.cdc-widget-accordion h2.acc-title {
    background: #fff;
    font-size: 109%;
    color: #666;
    margin: 0;
    padding: 7px 11px 6px 11px;
}
.sitecopy_hs .cdc-widget-accordion h2.acc-title {
    font-size: 124%;
}
.contcss .cdc-widget-accordion h2 {
    font-size: 126.5%;
}
.cdc-widget-accordion .acc-panel {
    background-color: #c7cfd2;
}
.cdc-widget-accordion a.acc-header {
    cursor: pointer;
    font-weight: bold;
    color: #666 !important;
    text-decoration: none;
    overflow: hidden;
    /*white-space: nowrap; // didn't work for ie */
    padding: 4px 11px;
    margin: 0;
    display: block;
}
.contcss .cdc-widget-accordion a.acc-header {
    font-size: 116%;
}
.cdc-widget-accordion .acc-header h4 {
    margin: 0;
    font-size: 100%;
    color: #666;
}
.sitecopy .cdc-widget-accordion a.acc-header {
    font-size: 100%;
}
.sitecopy_hs .cdc-widget-accordion a.acc-header {
    font-size: 114%;
}
.cdc-widget-accordion .acc-panel {
    background: url('/web/fw/w/accordion/inactive_bg.jpg') repeat-x;
}
.cdc-widget-accordion .acc-active {
    background: url('/web/fw/w/accordion/active_bg.jpg') repeat-x;
    background-color: #ebebeb;
}
.cdc-widget-accordion a.acc-arrow {
    padding-left: 27px;
    background: url('/web/fw/w/accordion/acc-arrow-right.gif') 10px 6px no-repeat;
}
.cdc-widget-accordion a.acc-arrow-active {
    padding-left: 27px;
    background: url('/web/fw/w/accordion/acc-arrow-down.gif') 10px 6px no-repeat;
}
#framework-base-content .cdc-widget-accordion .acc-header:hover {
    text-decoration: none;
}
.cdc-widget-accordion .acc-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: auto;
    display: block;
}
.cdc-widget-accordion .acc-content {
    text-align: left;
    padding: 9px 12px 16px 12px;
    margin: 0;
}

/*
 ********************************************************
 *            Backpack: general
 ********************************************************
 */
#backpack #login-para,#backpack #account-para {
	margin:0px 16px 11px 14px;
	font-weight:normal;
	font-size:86%;
	color: #666;
	position: relative;
}
#backpack #login-para {
	margin-bottom:4px;
}
#backpack #login-para a,#backpack #account-para a {
	font-weight:bold;
}
#backpack .backpack-module {
	background-color:#fff;
	margin:10px 3px 0 14px;
	_margin:10px 3px 0 13px;
	position:relative;
	width: 217px;
	%width: 213px;
}
#backpack .backpack-module.bp-open {
	margin-bottom:13px;
}
#backpack .module-warning-message {
	color:#e58a00;
	text-indent:13px;
	background: url('/web/fw/i/icon-alert-warning.gif') 2px 2px no-repeat;
}
#backpack .backpack-module h3 {
	background: url('/web/fw/w/backpack/module-header.png') no-repeat;
	color:#636363;
	position:relative;
	margin:0px;
	padding:5px 13px 7px 8px;
	font-size:89%;
	font-weight:bold;
	width: 196px;
}
#backpack .backpack-module.bp-open h3 {
	background: url('/web/fw/w/backpack/module-header-open.png');
}
#backpack .backpack-module .infohover-icon,#backpack .backpack-module .module-maxmin-widget  {
	position:absolute;
	right:27px;
	_right:26px;
	top:6px;
}
#backpack .backpack-module .module-maxmin-widget {
	right:8px;
	_right:7px;
}
#backpack .backpack-module-collapsible {
	border:1px solid #c9c9c9;
	border-width:0px 1px 0px 1px;
	%width:101%;
	_width:100%;
}
#backpack .backpack-module-data {
	font-weight:normal;
	font-size:86%;
	border:#f0f0f0 1px solid;
	border-width:0px 1px 1px 1px;
	padding:0px;
	height: 159px;
	width:98.5%;
	_width:99.5%;
	overflow-y: auto;
        overflow-x: hidden;
	position: relative;
}
#backpack .backpack-module-footer {
	background-color:#f7f7f8;
	border-top:1px solid #c9c9c9;
	height:12px;
	font-size:88%;
	/* padding:3px 14px 0px 6px; */
        padding:3px 14px 4px 6px; /* ck: b317 */
        _padding-bottom:2px; /* ck: b317 */
}
#backpack .backpack-module-bot {
	position:relative;
	background:transparent url(/web/fw/w/backpack/module-bot.png) no-repeat bottom; /* ck: b317 F7F7F8 */
        top:3px;
	height:4px;
	width:215px;
        margin-top:-4px; /* ck: b317 */
	_margin-top:-16px; /* ck: b317 */
	_z-index:-1;
}
#backpack .backpack-module-footer a{
	color:#2f6681;
}
#backpack .backpack-module .context-message{
	margin:2px 20px -2px 6px;
	border-bottom:1px solid #9c9c9c;
	padding-bottom:2px;
	color:#333;
}
#backpack .backpack-module .context-message a{
	font-weight:bold;
}
#backpack .backpack-module ol {
	margin:0px;
	padding:0 9px 5px 6px;
	list-style-type:none;
}
#backpack .backpack-module li {
	border-bottom:1px solid #f0f0f1;
	position:relative;
}
#backpack .backpack-module .message {
	margin:7px 21px 0 5px;
	%margin:8px 21px 0 5px;
	color:#666;
	line-height:113%;
	%line-height:119%;
}
#backpack .backpack-module .message h4 {
	background: url('/web/fw/i/icon-alert-error.gif') 2px 2px no-repeat;
	color: #a50000;
	font-weight: bold;
	padding: 0px 0px 1px 15px;
}
#backpack .backpack-module .message br {
	padding-bottom:14px;
}
#backpack .backpack-module .message ul {
	margin:13px 0px 0px 0px;
        padding:0;
}
#backpack .backpack-module .message li {
	margin:1px 0px 0px 1px;
	font-weight:normal;
}
#backpack .backpack-bogus-module {
	height: 65px;
	%height: 66px;
}
#backpack .backpack-module-modal,
#backpack .link-hover {
	display:none;
}
#backpack .backpack-module-footer span {
	font-weight: normal;
	color: #666666;
}
#backpack .backpack-module-footer span.separator {
	color: #666666;
	padding: 0px 3px 0px 3px;
}
.backpack-module-spinner {
	display: block;
	margin: 40px auto 0px auto;
}
/* ************************* */
/* backpack modal dialog styles */
.backpack-modal {
    position: fixed;
    top: 134px;
    height:auto;
    width: 369px;
    font-size: 86%; /* 11px  eq*/
    border: 1px solid #999;
    background-color: #fff;
    margin: 0px 0px 0px -185px;
    padding: 0px 0px 0px 0px;
    left: 50%;
}
.backpack-modal-header {
    background-color:#dfddde;
    padding:3px 10px 2px;
    border-bottom:1px solid #999;
}
.backpack-modal h5 {
    font-size:110%;
    color:#333;
    margin:0px;
    padding:0px;
}
.backpack-modal-body {
	padding: 5px 10px 16px 10px;
	font-weight:bold;
	background-color: #fff;
}
.backpack-modal-footer {
    padding:0px 5px;
    border-top:1px solid #999;
    %margin-bottom: -25px;
    background:url(/web/fw/i/bg-3121.jpg) repeat-x left top;
}
.backpack-modal-footer .button {
    font-size:80.5%;
    font-weight:bold;
    margin:4px -4px 4px 4px;
    padding:2px 3px 3px 0px;
}
* html .backpack-modal-footer .button {
    font-size:100%;
    margin:-30px -4px 0px 4px;
    padding:0px 3px 0px 0px;
}
.backpack-modal-emph {
	font-weight: bold;
}
.backpack-modal-warning {
	font-family: arial;
	font-weight: normal;
	color:#e58a00;
	background: url('/web/fw/i/icon-alert-warning.gif') 5px 7px no-repeat;
	background-color: #ffc;
	border: 1px solid #f7dc8e;
	margin: 0px -6px 16px -6px;
	padding: 5px 5px 5px 21px;
}
* html .backpack-modal-warning {
	background: url('/web/fw/i/icon-alert-warning.gif') 6px 7px no-repeat;
}
.backpack-modal-error {
	font-family: arial;
	font-weight: normal;
	color:#a50000;
	background: url('/web/fw/i/icon-alert-error.gif') 5px 7px no-repeat;
	background-color: #ffc;
	border: 1px solid #a50000;
	margin: 0px -6px 16px -6px;
	padding: 5px 5px 5px 21px;
}
* html .backpack-modal-error {
	background: url('/web/fw/i/icon-alert-error.gif') 6px 7px no-repeat;
}
/* jqmodal style for backpack -- this may conflict with collab pages? */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 * the Window's z-index value will be set to 3000 by default (in jqModal.js). You
 * can change this value by either;
 *   a) supplying one via CSS
 *   b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500});
 */

.jqmWindow {
   display: none;
   position:fixed;
   background-color:transparent;
   padding:0px;
}
.jqmOverlay {
   background-color: #fff;
   _overflow:hidden !important;
   cursor:default !important;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
html { _overflow:scroll;  }  /* IE Fix for Infinite Scroll */
/***************************************
   =cluetipClass: 'cdc'
-------------------------------------- */
#cluetip-inner {overflow:auto;}
.cluetip-cdc {
	background-color: transparent;
	width: 178;
}
.cluetip-cdc #cluetip-outer {
	border: 1px solid #999;
	position: relative;
	background-color: #fff;
}
.cluetip-cdc #cluetip-inner {
	display: inline-block;
	padding: 7px 10px 7px 10px;
	font-size: 86%;
	color: #666666;
}
.cluetip-cdc div#cluetip-close { display: none; }
/* cdc arrows */
.clue-right-cdc .cluetip-arrows {
	background: url(/web/fw/i/modal-arrows.gif) no-repeat -7px -46px;
	height: 13px;
	margin-left: 5px;
}
.clue-left-cdc .cluetip-arrows {
	background: url(/web/fw/i/modal-arrows.gif) no-repeat -7px -24px;
	left: 99.5%;
	margin-right: -6px;
}
.clue-top-cdc .cluetip-arrows { }
.clue-bottom-cdc .cluetip-arrows {
	background: url(/web/fw/i/modal-arrows.gif) no-repeat -0px -2px;
	height: 13px;
	width: 22px;
	left: 45%;
	margin-top: -8px;
}
.cluetip-cdc h4 {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 14px;
	font-weight: bold;
	font-size: 100%;
	color: #666666;
}
.cluetip-cdc #cluetip-inner p {
	margin: 0;
	padding: 0;
}
.cluetip-cdc #cluetip-inner a {
	text-decoration: none;
	color: #2f6681;
}
.cluetip-cdc #cluetip-inner a:hover {
	text-decoration: underline;
}
#cdc-cluetip-wrapper { position: relative; z-index: 5000; }
/* lightbox container, hide till rest of widget css comes in */
.video-lightbox-content {
	display:none;
}
.showForJs{display:none;}

#backpack  .backpack-module-data .message ul li{
	border-bottom:0px;
}

#backpack .backpack-module-data .message ul li a{
font-weight:bold;
}


.contentMargins { margin-left: 6px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; }
.popupMargins { margin-left: 13px; margin-top: 0px; margin-right: 7px; margin-bottom: 15px; }
.contentTier1Margins, .tier1Margins { margin-left: 6px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.contentTier2Margins, .tier2Margins { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.contentTier3Margins, .tier3Margins { margin-left: 13px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.contentTier4Margins, .tier4Margins { margin-left: 13px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.moduleTier1Margins { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.moduleTier2Margins { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.moduleTier3Margins { margin-left: 13px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }
.moduleTier4Margins { margin-left: 13px; margin-top: 0px; margin-right: 0px; margin-bottom:4px; }

.tools {color:#ffffff;text-decoration:none;font-weight:normal;}
.toolslinks {color:#ffffff;text-decoration:underline;font-weight:normal;}
.toolsinactive {color:#999999;text-decoration:none;font-weight:normal;}

.reltext {color:#000000;text-decoration:none;font-weight:normal;}
.relheader {font-size:95%;color:#000000;text-decoration:none;font-weight:bold;}
.reltitle {font-size:95%;color:#666666;text-decoration:none;font-weight:bold;}
.relboldlink {text-decoration:underline;font-weight:bold;}
.rellink {text-decoration:underline;font-weight:normal;}

.featuretitle {color:#336666;text-decoration:none;font-weight:bold;}
.featuretext {color:#336666;text-decoration:none;font-weight:normal;}
.featurelink {text-decoration:underline;font-weight:normal;}

.contentTitle, H1, .contenttitle {font-size:105%;color:#000000;text-decoration:none;font-weight:bold;}
H2, .contenttitlealt {font-size:105%;color:#336666;text-decoration:none;font-weight:bold;}
.contenttitlesub {font-size:105%;color:#000000;text-decoration:none;font-weight:normal;}
.contenttitlerev {font-size:105%;color:#ffffff;text-decoration:none;font-weight:bold;}
.contentheader {font-size:105%;color:#000000;text-decoration:none;font-weight:bold;}
H3, .contentheaderalt {font-size:105%;color:#336666;text-decoration:none;font-weight:bold;}
.contentheaderrev {font-size:105%;color:#ffffff;text-decoration:none;font-weight:bold;}
.contentheaderrevlink {font-size:105%;color:#ffffff;text-decoration:underline;font-weight:bold;}
.contentheaderlink {font-size:105%;text-decoration:underline;font-weight:bold;}
.contentContent, .content {color:#000000;text-decoration:none;font-weight:normal;}
.contentBold, TH, H4, DT, .contentbold {font-size:105%;color:#000000;text-decoration:none;font-weight:bold;}
.contentLink, .contentlink {text-decoration:underline;font-weight:normal;}
.contentBoldLink, .contentboldlink {font-size:105%;text-decoration:underline;font-weight:bold;}
.contentlinkalt {font-size:105%;color:#000000;text-decoration:underline;font-weight:normal;}
BLOCKQUOTE, .contentlabel {color:#000000;text-decoration:none;font-weight:normal;}
.contentlabellink {text-decoration:underline;font-weight:normal;}
.contentlabelalt {color:#336666;text-decoration:none;font-weight:normal;}
.contentdynamic {color:#000000;text-decoration:none;font-weight:normal;}
.contentnoteheader {font-size:105%;color:#990000;text-decoration:none;font-weight:bold;}

.caption {font-size:90%;color:#000000;text-decoration:none;font-weight:normal;}
.captionlink {font-size:90%;text-decoration:underline;font-weight:normal;}

.message {color:#000000;text-decoration:none;font-weight:normal;}
.messagealt {color:#000000;text-decoration:none;font-weight:bold;}
.messagelink {text-decoration:none;font-weight:normal;}
.messageheader {color:#336666;text-decoration:none;font-weight:bold;}
.messageheaderalt {color:#000000;text-decoration:none;font-weight:bold;}
.alertheader {color:#990000;text-decoration:none;font-weight:bold;}

.moduleTitleRevLink, .moduletitlerevlink, .moduletitlerevlink:link, .moduletitlerevlink:visited  {color:#ffffff;text-decoration:underline;font-weight:bold;}
.moduleTitleRev, .moduletitlerev {color:#ffffff;text-decoration:none;font-weight:bold;}
.moduleFeatureTitle, .modulefeaturetitle {color:#99cccc;text-decoration:none;font-weight:bold;}
.moduleFeatureTitleLink, .modulefeaturetitlelink {color:#99cccc;text-decoration:underline;font-weight:bold;}
.moduleTitle, .moduletitle {color:#000000;text-decoration:none;font-weight:bold;}
.modulecolumn {color:#336666;text-decoration:none;font-weight:bold;}
.moduleContent, .modulecontent {color:#000000;text-decoration:none;font-weight:normal;}
.moduleLink, .modulecontentlink {font-size:95%;text-decoration:underline;font-weight:normal;}
.modulecontentrevlink {color:#ffffff;text-decoration:underline;font-weight:normal;}
.moduleBold, .modulecontentbold {color:#000000;text-decoration:none;font-weight:bold;}
.moduleBoldLink, .modulecontentboldlink {text-decoration:underline;font-weight:bold;}
.modulesection {color:#000000;text-decoration:none;font-weight:normal;}
.modulecaption {font-size:95%;color:#000000;text-decoration:none;font-weight:normal;}
.modulecaptionlink {font-size:95%;text-decoration:underline;font-weight:normal;}
.modulesubhead {color:#336666;text-decoration:none;font-weight:bold;}

.appsnavbordercolor { background-color:#336666; }
.appsnavlinecolor { background-color:#003333; }
.appsnavcolor { background-color:#999999; }
.appsnavcolorsecondary { background-color:#cccccc; }
.appsnavcolorselected { background-color:#ffffff; }

.inputtext {font-family:Courier,monospace;color:#000000;text-decoration:none;font-weight:normal;}

.invisible {display:none;position:absolute;visibility:hidden;margin:0;padding:0;}

.skiplink {display:none;}

.link-total{
	color:#666666;
}

.modulecontentdem {
	font-size:110%;
	color: #666666;
	text-decoration:none;
}

.clb{
    font:x-small arial,helvetica,sans-serif;  /* included x-small here to achieve 11px font size by overriding the font size of
                                                 the clb class accordingly in both IE6 and FF3 */
    color:#666;
    background:#fff;
    line-height: 1.274;  /* Equals 14px line height both in IE6 & FF3 */
   }

/* Base class, that sets font size to 11px */
.clb *{
    font-size:110%;
    %font-size:85%;
  }

/* Font Size to achieve 11px For Nested clb's  */
.clb .clb *, /* 2nd level - for all elements */
.clb * * {font-size:100%; }

/* Styles for setting the base margin/padding for below tags */
.clb div,
.clb dl ,
.clb dt,
.clb dd,
.clb pre,
.clb code,
.clb form,
.clb fieldset,
.clb legend,
.clb p,
.clb blockquote{
    margin:0;
    padding:0;
 }

/* Override to set the borders to none */
.clb fieldset,
.clb img{border:0;}

/* Override to achieve 11px font sizes in sync with FF3;w/o this override it defaults to 14px in IE6 */
.clb pre {
    %font-size:100%;
}

/* Override to achieve 11px font sizes in sync with FF3;w/o this override it defaults to 14px in IE6 */
.clb code{
    %font-size:100%;
 }

/* Overrides to achieve normal font ;w/o this override they default to italic font style for FF3 */
.clb address,
.clb caption, /* No test case exist as tables are not used */
.clb cite,
.clb code,
.clb dfn,
.clb var {
    font-style:normal;
    }


.clb q:before,
.clb q:after {content:''; }

/* Overrides to achieve no borders w/o which both these elements get an underlined text for FF3 */
.clb abbr,
.clb acronym {
    border:0;
    }

/* Styles for the superscript /subscript element to differentiate 1px from the 14px default line-height */
.clb sup,
.clb sub {
    font-size:91% !important; /* !important becomes essential without which the font size doesnt have an effect  */
    %font-size:100% !important; /* !important becomes essential without which the font size doesnt have an effect  */
    %line-height:2.3; /* Included the line-height to fix the spacing issue b/w the subscript and the line
                         following it which is 8px in both IE6 & FF3  */
 }


/* ************************* Base Classes For The Entire page Ends Here  ****************************** */

/* ***************************** Headers Classes Starts here    *************************************** */

/* IE font sizes based on initial 85% IE base font size */

/* H1 header font styles */

.clb h1{
    margin:0;
    font-size:127% !important;
    %font-size:95% !important; /* This line of code was modified from %font-size:101% !important;
                                  to fix the baseline to ascender spacing to 9px b/w h1 wrapping lines  */
    }

/* H2 header font styles */
.clb h2,
.clb .clb h2{
    margin:0;
    font-size:120%;
    %font-size:90%;/* this line of code was modified from %font-size:93% !important;
                      to fix the baseline to ascender spacing to 8px b/w h2 wrapping lines  */
    }

/* H3 header font styles */
.clb h3,
.clb .clb h3{
    margin:0;
    font-size:107% !important;
    %font-size:85.8% !important;/* this line of code used to fix the baseline to ascender spacing to 8px b/w h3 wrapping lines  */
    }

.clb h4,
.clb h5,
.clb h6{
    margin:0;
 }

/* ********************** Headers Classes Ends here*************************** */

/* ************************* UL With Anchor Section Starts Here ********* */

/*Styles for the anchors nested within UL and inline elements section
overriding default color of #003399, as per requirement*/
.clb a {
    color:#2970a6;
    text-decoration:none;
    }
.clb a:hover { text-decoration:underline;}

/* Recently included the below snippet based on 23 Jun code review */
.clb a:link,
.clb a:hover,
.clb a:visited,
.clb a:active{color:#2970a6;}

/* Styles for the named anchors title */
.clb h4 a:hover{text-decoration:none;} /* This style might seem not appropriate to be
in cl-base .But becomes essential for a named anchor; if required can be moved to markup */


/* ******************** UL With Anchor Section Ends Here********************* */

/* *********** Unordered Lists/Ordered Lists/Nested Lists Classes Starts Here***** */

/* UL Margin Adjustments , Overrides the default page margin of 16px in IE 6 */
.clb ul{
    margin-left:-3px;
    %margin-left:20px;
    }

/* Styles for positioning line spacing between any 2 list items - baseline to ascender
Margin and padding reset to match the OL baseline-ascender spacing which is 13 px  */
.clb ul li{
    margin:5px 0 0 -18px;
    %margin:8px 0 0 0;  /* Lines of code was %margin:3px 0 0 0 ; its been modified to
                           set the top margin b/w any 2 UL list items to 13px  */
    padding-left:5px;
    %padding-left:0;
    }

/* Styles for positioning line spacing between a single liner list item and a 2 liner list item which is 13 px */
.clb ul li div{
    %margin:0 0 -3px 0;
    %padding-left:3px;
    }

/* Styles for positoning OL with UL */
.clb ul ol{
    margin-left:-7px;
    %margin:8px 0 0 17px; /* These line of code is modified from %margin:7px 0 0 17px;to align the nested OL top margin to 13px  */
   }

/* Styles to achieve 13px line spacing - basline to ascender b/w any 2 nested ordered - single liner list items */
.clb ul ol li{
    margin-left:-17px;
    padding-left:5px;
    %margin:5px 0 0 15px;
    %padding-left:0;
    }

/* Styles to achieve 13px line spacing - basline to ascender b/w a single liner list item & a two liner list item */
.clb ul ol li div{
    %margin:0 0 5px 8px;
    %padding-left:0;
   }

/* Styles for positoning unordered list  in sync with 13px left margin nested within an ULs */
.clb ul ul{
    %margin-top:5px; /* This line of code was included to align the top margin of this nested UL with the
                        nested OL.Top margin is 13px  */
    margin-left:-8px;
    %margin-left:24px; /* IE6 Override to achieve the left margin 13px in sync with FF3 w/o which they default to
                          7px left margin and this nested UL will not be in sync with the nested OL as well */

    }

/* sets left and top margins to 13px w/o which all the list items have a line spacing
of 8px b/w each one of them ;becomes non-sync with FF3 */
.clb ul ul li{
    %margin-top:9px; /* This line of code was included to align the top margin to 13px b/w any 2 list items  */
    %padding-left:-9px;
   }

/* Styles for aligning nested list items with nested divs in Paragraph and OL/UL section
Padding-left is for bullet alignment */
.clb ul ul li div{
    %margin:-4px 0 5px 9px; /* Modified this  line of code from %margin:-5px 0 5px 7px;
                               to achieve 13px top margin for the p tag within this li  */
    padding-left:2px;
    %padding-left:7px;
   }

/* Styles for the spacing between wrapping lines of text within the nested UL.
 Baseline - Ascender b/w the wrapping lines of text in UL was different IE and FF
 IE-9px and FF-8px. Padding-left is for bullet alignment */

.clb ul ul li p{
    padding-left:2px;
    %margin:-4px 0 5px 9px;
    %padding-left:7px;
   }

/* OL Margin Adjustments for default page left margin */
.clb ol{ %margin-left:16px; }

/* Styles for positioning line spacing between any 2 list items - baseline to ascender
   Margin and padding reset to match the OL baseline-ascender spacing which is 13 px  */
.clb ol li{
    margin:5px 0 0 -18px;
    %margin:5px 0 0 7px;
    padding-left:5px;
    %padding-left:0;
    }

/* Styles for positoning an OL within an OL w/o this override they default to 7px - IE6
   left margin and not in sync with FF3  */
.clb ol ol{
    margin-left:-12px;
    %margin-left:19px;
    }

/* Styles for aligning nested OL list items to make them in sync b/w IE6 and FF3 ;instead they
   default to -15px IE6 which wont in sync with the nested UL */
.clb ol ol li{
    margin-left:-15px;
    padding-left:5px;
    %margin-left:18px;
    %padding-left:0;
    }

/* Styles for any UL within an OL;they are overridden to make them in sync with the nested UL
   where the top and left margins are set to 13px each */
.clb ol ul{
    %margin-top:5px;/* This line of code was included to align the top margin of this nested UL with the
                        nested OL.Top margin is 13px  */
    margin-left:-11px;
    %margin-left:14px;
   }


/* Styles to achieve 13px spacing b/w a single liner list item and 2 liner list item in a nested UL  */
.clb ol ul li div{
    padding-left:2px;
    %margin:4px 0 0 9px;
    %padding-left:7px;
   }

/* Styles to achieve 8px line spacing b/w wrapping lines of text in nested UL */
.clb ul li div div,
.clb ol ul li div div{
    %margin-left:0;
    padding-left:1px;
    }
.clb ol ul li div div{
    padding-left:0;
    %padding-left:1px;
    }

/* ******************** Unordered Lists / Ordered Lists /Nested List Classes Ends Here ****** */

/* ************ Form Element Classes Starts Here********************************************** */

/*Style to override font style as these form elements are rendered with different font  */
.clb input,
.clb textarea,
.clb select { font-family:arial,helvetica,sans-serif; }

/* Styles for fixing the line height issue for the input elements across all browsers */
.clb input{
    font-size:92%;
    margin:5px 0 7px 5px;
    %margin:9px 0 0 1px;
    }

/* Style for aligning the label with the input elements in the form */
.clb label{
    %padding-top:5px;
    vertical-align:center;
    %position:relative;
    %top:3px;
    }

/* Style to fix the width of the textbox without affecting other input elements */
.clb .input-text{
    margin:5px 0 4px 5px;
    %margin:0 0 -5px 5px;
    %padding-top:1px;
    }

/* Styles for the radio button alignment with the label text */

.clb .input-radio {
    %position:relative; /* Though this could be avoided becomes essential
                           to align the radio button in sync with the labels adjacent to it */
    %top:0.3%;
    margin-right:6px;
    %margin-right:3px;
    }

/* Styles for the checkbox alignment with the label text */

.clb .input-checkbox {
    %position:relative;/* Though this could be avoided becomes essential
                           to align the checkbox in sync with the labels adjacent to it */
    %top:0.2%;
    margin-top:5px;
    }

/* Styles for the submit button alignment with the label text */

.clb .input-submit {
    top:-3px;
    position:relative; /* Though this could be avoided becomes essential
                           to align the submit button in sync with the labels adjacent to it */
    %top:1px;
   }

/* Style for positioning the textarea .The font size override are included
  to achieve 8px line spacing b/w any 2 lines of text within the textarea */
.clb textarea{
    font-size:100%;
    %font-size:95%;
    %padding-top:1px;
    margin:2px 0 0 10px;
    %margin:12px 0 0 10px;
    }

/* Styles for postioning the dropdown .The font size override are included
  to achieve 7px top spacing and 6px bottom spacing for the select values */
.clb select{
    margin:5px 0 0 10px;
    %margin:4px 0 0 10px;
    font-size:115%;
    %font-size:101%;
    }

/* *************************** Form Element Classes Ends Here******************* */

/* ************************** Paragraph Classes Starts Here ******************** */

/* Paragraph section  has a default font size of 11px. As this is a h3 header within the paragraph section the below snippet
override */
.clb span h3,
.clb .clb span h3{
    font-size:98% !important;
    %font-size:100% !important; /* Included !important as it becomes essential to achieve bold font weight */
    margin:0;
    %margin:-8px 0 0 0;
    }

/* ************************* Paragraph Classes Ends Here *************** */
.clb .clb h1{font-size:115.5% !important;} /* This line overrides the default h1 font size of 130% for FF3 ;achieves 16px
                                              font size using this override .w/o !important the font size doesnt have an effect  */
.clb .clb h2{font-size:109.3% !important;}/* This line overrides the default h2 font size of 120% for FF3 ; achieves 14px
                                             font size using this override .w/o !important the font size doesnt have an effect  */
.clb .clb h3{font-size:97.2% !important;}/* This line overrides the default h3 font size of 110% for FF3 ; achieves 12px
                                             font size using this override .w/o !important the font size doesnt have an effect  */


/* ************ Nested CL classes Ends Here ********************************* */

/*---------.clp reset declarations----------*/
.clp {
   text-align:left;
   font-size:x-small;
   color:#666;
   background:#fff;
   font-family:arial,helvetica,sans-serif;
}

/* makes 11/14px default in FF, will need override to make smaller for IE */
.clp * {
   font-size:110%;
   line-height:127.4%;
   %font-size:105%;
   %line-height:132.08%;
}

/* keep nesting from being a problem */
.clp * *, .clp .clp {
   font-size:100%;
   line-height:inherit;
}

.clp,.clp div,.clp dl ,.clp dt,.clp dd,.clp ul,.clp ol,.clp li,.clp h1,.clp h2,.clp h3,.clp h4,.clp h5,.clp h6,.clp pre,
.clp code,.clp form,.clp fieldset,.clp legend,.clp input,.clp textarea,.clp p,.clp blockquote {
   margin:0;
   padding:0;
}

.clp fieldset,.clp img{border:0;}.clp address,.clp caption,.clp cite,.clp code,.clp dfn,.clp em,.clp strong,.clp th,.clp var{
   font-style:normal;
   font-weight:normal; /* affects cdc */
}

.clp caption,.clp th {
   text-align:left;
}

.clp h1,.clp h2,.clp h3,.clp h4,.clp h5,.clp h6 {
   font-weight:bold;
   color:#666;
}

.clp strong{ font-weight:bold; }

.clp em{ font-style:italic; }

.clp ul, .clp ol { list-style-position:inside; }

.clp q:before,.clp q:after { content:''; }

.clp abbr,.clp acronym {
   border:0;
   font-variant:normal;
}

.clp sup,.clp sub {
   line-height:-1px;
   vertical-align:text-top;
}

.clp sub { vertical-align:text-bottom; }

.clp input,.clp textarea,.clp select {
   font-size:inherit;
   font-weight:inherit;
   font-family:arial,helvetica,sans-serif;
}

.clp h2 { font-size:127.3%; }

.clp h3 { font-size:120%; } /* default equiv 12px */

.clp a {
   color:#2970a6;
   text-decoration:none;
}

.clp a:hover { text-decoration:underline; }

.clp p.large { font-size:109.15%; }

/*
*************************************************************
CL - Generic Styles for NGW components
*************************************************************
*/

/* ------ Global Component Styles ----------------------------------------------- */
.cl a:link,
.cl a:hover,
.cl a:visited,
.cl a:active { color:#2f6881; }
.cl, .cl hr, .cl h4 {
    border:0 solid #ccc;
    color:#666;
    background-color:transparent;
    }
.cl hr {
    border-top-width:1px;
    height:0; /* safari */
    display:block; /* ck: required? */
    }


.a00v1 {
	font-size:11px;
	font-weight:bold;
	text-align:center;
    color:#2f6681 !important;
	margin:8px;
    text-decoration:none;
	display:inline-block;
	position:relative;
	float:left;
	overflow:visible;
	padding:5px 15px;
	_padding:5px 15px 5px;
	border-left:1px solid #667;
 }

/* js-enabled scenario */
.a00v1-js{
	padding:5px 15px 0;
	_padding:5px 8px 1px 10px;
	border:0;
}


/* Default class for button hover scenario */
 .a00v1:hover,
 .a00v1:hover span {
        background-position:right -24px;
		text-decoration:none !important;
}

/* top left (tl) rounded corner */
.a00v1 .a00v1-tl {
	background-position:left top;
    display:block;
    float:left;
    font-size:1px;
    margin-top:-5px;
	_margin-top:-5px;
    _left:0px;
	margin-left:-16px;
	_margin-left:-5px;
    height:20px;
	_height:23px;
    min-width:3px;
    _width:4px;
	position:absolute;
	%position:relative;
}

/* top left (tl) rounded corner */
.a00v1:hover .a00v1-tl {
   background-position:left -24px;
}

/* bottom left (bl) rounded corner */
.a00v1 .a00v1-bl {
    background-position: left -19px;
    display:block;
    position:relative;
    _position:absolute; /* require different approach for centering */
    height:5px;
    margin-left:-16px; /* offset .a00 padding */
    %margin-left:8px;
    _margin-left:-6px;
    %min-height:3px;
    %min-width:9px;
    %left:-50%;
    _left:6px;
    _bottom:0px; /* required for IE centering */
    %width:80%; /* IE required min 14px */
    _overflow:hidden;
}

/* bottom left (bl) rounded corner */
.a00v1:hover .a00v1-bl {
	background-position: left -43px;
}

/* bottom right (br) rounded corner */
.a00v1 .a00v1-br {
	background-position: right -19px;
    position:absolute;
    right:0;
    margin-top: -5px;
    height:5px;
    width:95%;
    _bottom:0px;
    _overflow:hidden;
	clear:both;
}

/* bottom right (br) rounded corner */
.a00v1:hover .a00v1-br {
	background-position: right -43px;
}

/* *** Button specific classes *** */
/* Gray/Default button */
.a00v1,
.a00v1 span {
	background:transparent url(/web/fw/w/cl/a00v1/a00v1.png) no-repeat right top;

}

/* Blue button */
.a00v1-alt1,
.a00v1-alt1 span {
	background-image:url(/web/fw/w/cl/a00v1/a00v1-alt1.png);
	color:#fff !important;
}

/* Green button */
.a00v1-alt2,
.a00v1-alt2 span {
	background-image:url(/web/fw/w/cl/a00v1/a00v1-alt2.png);
	color:#fff !important;
}

/* *** Disabled States *** */

/* Default class for disabled state in js-enabled scenario */
.a00v1-disabled{
	color:#ccc !important;
	cursor:default;
}

/* Default class for disabled hover state in js-enabled scenario */
.a00v1-disabled:hover,
.a00v1-disabled:hover span {
        background-position:right top;
    }
 /* class for top left span */
.a00v1-disabled:hover .a00v1-tl {
        background-position:left top;
    }
/* button disabled hover scenario for bottom right rounded corner span of the background image */
.a00v1-disabled:hover .a00v1-br {
        background-position: right -19px;
    }
/* button disabled hover scenario for bottom left rounded corner span of the background image */
.a00v1-disabled:hover .a00v1-bl {
        background-position: left -19px;
    }

/* Styles for the image icon within a button */
.a00v1 img {
   border:0;
   margin:0 3px; /* left align image*/
   %margin-left:4px;
   _margin:-2px 3px 0px 4px;
}

/* Firefox needed this style*/
.a00v1 img, x:-moz-any-link {
	vertical-align:middle;
}

/*Styles for Sitecopy framework overrides */
.sitecopy .a00v1{
	font-weight:bold;
	text-decoration:none;
}
