/**
 * libra.css
 * $Revision: 1.10 $
 *
 *  libra.css -- aggregated and minified
 *  DO NOT EDIT THIS FILE -- edit the individual files and rebuild
 *
 * 
 *  Concatenated collection of Libra-related CSS files
 *  . used for libra layouts within portal framework and pages
 *  . uses cisco_base.css
 *  . removes legacy.css
 *  . based on #libra framework
 * 
 *   (c) 1992-2008 Cisco Systems, Inc. All rights reserved.
 *   Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html'
 * 
 *
 * MANIFEST:
 *   /web/fw/c/framework.css 1.41 
 *   /web/fw/c/components.css 1.22 
 *   /web/fw/c/legacy.css 1.3 
 *   /web/fw/w/cl/cl-base.css 1.4 
 *   /web/fw/w/cl/a03v3.css 1.2 
 *   /web/fw/w/cl/a11v8.css 1.2 
 *   /web/fw/w/cl/a11v1.css 1.2 
 *   /web/fw/w/cl/a11v2.css 1.2 
 *   /web/fw/w/cl/a11v3.css 1.2 
 *   /web/fw/w/cl/a11v4.css 1.2 
 *   /web/fw/w/cl/a11v5.css 1.2 
 *   /web/fw/w/cl/a11v6.css 1.2 
 *   /web/fw/w/cl/a11v7.css 1.2 
 *   /web/fw/w/cl/a06v5.css 1.2 
 *   /web/fw/w/cl/c00v1.css 1.2 
 *   /web/fw/w/cl/c00v6.css 1.2 
 *   /web/fw/w/cl/c00v10.css 1.2 
 *   /web/fw/w/cl/c00v15.css 1.2 
 *   /web/fw/w/cl/c00v18.css 1.2 
 *   /web/fw/w/cl/c17v1/c17v1.css 1.3 
 *   /web/fw/w/cl/c00v20.css 1.2 
 *   /web/fw/w/cl/c01v1.css 1.2 
 *   /web/fw/w/cl/c11v3.css 1.2 
 *   /web/fw/w/cl/c15v7.css 1.2 
 *   /web/fw/w/cl/c17v3.css 1.1 
 *   /web/fw/w/cl/c17v4.css 1.2 
 *   /web/fw/w/cl/c19v1/c19v1.css 1.2 
 *   /web/fw/w/cl/c24v1.css 1.2 
 *   /web/fw/w/cl/c25v2.css 1.2 
 *   /web/fw/w/cl/c25v7.css 1.2 
 *   /web/fw/w/cl/c25v8/c25v8.css 1.2 
 *   /web/fw/w/cl/c26v1/c26v1.css 1.2 
 *   /web/fw/w/cl/c28.css 1.2 
 *   /web/fw/w/cl/c28v1.css 1.2 
 *   /web/fw/w/cl/c28v2.css 1.2 
 *   /web/fw/w/cl/c28v3.css 1.2 
 *   /web/fw/w/cl/c28v4.css 1.2 
 *   /web/fw/w/cl/c28v5.css 1.2 
 *   /web/fw/w/cl/c28v6.css 1.2 
 *   /web/fw/w/cl/n03v6.css 1.2 
 *   /web/fw/w/cl/n03v8.css 1.2 
 *   /web/fw/w/cl/n04v4/n04v4.css 1.3 
 *   /web/fw/w/cl/n04v5/n04v5.css 1.2 
 *   /web/fw/w/cl/n05v15.css 1.2 
 *   /web/fw/w/cl/n05v16.css 1.2 
 *   /web/fw/w/cl/n05v17/n05v17.css 1.2 
 *   /web/fw/w/cl/n09v4.css 1.2 
 *   /web/fw/w/cl/n19.css 1.2 
 *   /web/fw/w/cl/n21/n21.css 1.2 
 *   /web/fw/w/cl/n22v1/n22v1.css 1.2 
 *   /web/fw/w/cl/s01.css 1.2 
 *   /web/fw/w/cl/s02v12.css 1.2 
 *   /web/fw/w/cl/s04v3.css 1.2 
 *   /web/fw/w/cl/s07v3.css 1.2 
 *   /web/fw/w/cl/s07v5.css 1.2 
 *   /web/fw/w/cl/s14v1.css 1.2 
 *   /web/fw/w/cl/s15v1.css 1.3 
 *   /web/fw/c/cl.css 1.8 
 *   /web/fw/w/cl/cl-base-libra.css 1.2 
 *   /web/fw/w/cl/cl-base-sitecopy.css 1.2 
 */

/*
 * BEGIN /web/fw/c/framework.css
 */
/****
Libra Framework CSS - framework.css
Revision: 1.41 
. standard html styles
. base structure styles
. btx overrides and fixes
. banner styles
. site area nav style
. hinav styles
. section and page title styles
. footer styles
(c) 1992-2005 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
****/

/***
--------------------
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;
  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; }

/***
---------------------
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:1010; /* Moz logo active - must be above framework-header (1000) */
  }
#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;
  }

/*
--------------------------
Contextual Search (Search 2.0)
--------------------------
*/

#framework-header {
  z-index:1000;
  }

/* 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(/web/fw/i/framework_infohover_mid.png);
  _background-image:url(/web/fw/i/framework_infohover_mid.gif);
  }
#search-results-drop-down #autoSuggest{
  background-image:url(/web/fw/i/searchresults_infohover_mid.png);
  _background-image:url(/web/fw/i/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(/web/fw/i/framework_infohover_mid.png);
  _background-image:url(/web/fw/i/framework_infohover_mid.gif);
  padding:4px;
  padding-left:12px;
  }
#search-results-drop-down #contextual-search-buttons {
  background-image:url(/web/fw/i/searchresults_infohover_mid.png);
  _background-image:url(/web/fw/i/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(/web/fw/i/framework_infohover_top.png);
  _background-image:url(/web/fw/i/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(../i/pnav-bg.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:796px;
  }
#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(../i/pnav-bg-on.gif) repeat top left; /* ck */
  }
#cdc-nav-module .nav a {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  height:auto; /* Required. Not 100% */
  color:#2f6681;
  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;
  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;}
/*
 * END /web/fw/c/framework.css
 */
/*
 * BEGIN /web/fw/c/components.css
 */
/*
components.css
Revision: 1.22 
. modules
(c) 1992-2007 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
************************************************
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:#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: framework
 ********************************************************
 */
#mycisco {
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:5px 7px 5px 8px;
	z-index:900;
	width: 93px;
	border-top:1px solid #ededee;
	border-bottom:1px solid #ededee;
}
#mycisco:hover, #mycisco.mh {
	background:url(/web/fw/i/pnav-bg-on.gif) repeat top left;
	border-width:0px;
	%padding-top:6px;
}
#cdc-nav-module .open {
	background:url("/web/fw/w/backpack/bp-top-gr.gif");
}
#mycisco-anchor {
	position:relative;
	display:block;
	margin:0;
	height:auto;
	color:#2f6681;
	background-color:transparent;
	font-size:90%;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url("/web/fw/w/backpack/mycisco-open.gif") right top no-repeat;
	padding:0px 6px 0px 0px;
	%padding:0px 5px 0px 0px;
	white-space: nowrap;
}
#mycisco:hover #mycisco-anchor,#mycisco.mh #mycisco-anchor {
	color:#fff;
	background:url("/web/fw/w/backpack/mycisco-open-hover.gif") right top no-repeat;
}
#cdc-nav-module #mycisco.open #mycisco-anchor {
	color:#2f6681;
	background:url("/web/fw/w/backpack/mycisco-close.gif") right top no-repeat;
}
#mycisco-discovery {
	width: 188px;
	color: white;
	padding: 0;
	position: absolute;
	display: none;
	top: 10px;
	left: -50px;
}
#mycisco-discovery-top {
	width: 195px;
	height: 8px;
	margin: 0;
	padding: 0;
}
#mycisco-discovery-tooltip {
	padding: 5px 15px 12px 14px;
	width: 165px;
}
html>body #mycisco-discovery-top {background:url(/web/fw/w/backpack/discovery-notification-top.png) no-repeat top left;}
html>body #mycisco-discovery-tooltip { background:url(/web/fw/w/backpack/discovery-notification-bott.png) no-repeat bottom left; }
* html #mycisco-discovery-top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/fw/w/backpack/discovery-notification-top.png',sizingMethod='scale'); }
* html #mycisco-discovery-tooltip { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/fw/w/backpack/discovery-notification-bott.png',sizingMethod='scale'); }
#mycisco-discovery-bottom { border-top: 1px solid #80949e;  padding-top: 6px; margin-top: 16px;}
#mycisco #backpack a {
	color:#2f6681;
	display:inline;
	text-decoration:none;
}
#backpack {
	right:-8px;/* -7 ck: b268 */
	top:7px;
	width:234px; /* ck: b268 */
	position:absolute !important;
	display:none;
	z-index:900;
	padding:0px;
	margin:0px;
	background:url("/web/fw/w/backpack/bp-top-gr.gif") repeat-x 0px -20px;
	background-color:#f3f3f4;
}
* html #backpack {
	right:-1px;
}
#backpack-body {
	padding:12px 0px 8px 0px;
	_padding-bottom:0px;
	margin-left:-6px;
	width: 240px;
        _margin-left:-5px;
        _width:239px;
	position:relative;
}
html>body #backpack-body {background:url("/web/fw/w/backpack/bp-bg.png") repeat-y 1px 0;}
* html #backpack #backpack-body {
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/web/fw/w/backpack/bp-bg.png",sizingMethod="scale");
   	background-position:1px 0;
}
#backpack h2 {
	color:#fff;
	background-color:#5e5e5e;
	margin:0;
	padding:4px 0 4px 9px;
	width:222px;
	border-bottom:1px solid #757575;
}
#backpack #backpack-header-wrap {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #d2d2d2; /* b268 ccc */
	width:123px;
	position:absolute;
	left:7px;
	top:-0px;
	%top:-16px;
}
* html #backpack #backpack-header-wrap {
	top:-16px;
	left:7px;
}
#backpack-corners {
	width:239px;
	text-align:center;
	height:8px;
	margin:0 -5px -5px; /* ck: b268 */
	padding:7px 0 0;
	_margin-top:-4px;
	cursor:pointer;
	position: relative;
}
html>body #backpack-corners {
        background:url("/web/fw/w/backpack/bp-bot.png") bottom left no-repeat;
}
* html #backpack-corners {
        padding: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/web/fw/w/backpack/bp-bot.png",sizingMethod="crop");
      	top:4px;
      	left:0px;
        height:23px;
}
/*
 ********************************************************
 *            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;
}
/*
 * END /web/fw/c/components.css
 */
/*
 * BEGIN /web/fw/c/legacy.css
 */
/*
legacy-libra.css
Revision: 1.3 
. legacy styles for content
(c) 1992-2004 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

.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;
}
/*
 * END /web/fw/c/legacy.css
 */
/*
 * BEGIN /web/fw/c/cl.css
 */
/*
cl.css
Revision: 1.8 

Provides classes for Component Library

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/* ------ RESET FOR SAMBA AND LIBRA COMPATABILITY ----------------------------------------------- */
/*
 * BEGIN /web/fw/w/cl/cl-base.css
 */
/*
cl-base.css
Revision: 1.4 

Provides reset and base definitions for component library

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/* .clb declarations namespace Base Class For cl-reset */
.clb{
    font:x-small arial,helvetica,sans-serif;
    color:#666;
    background:#fff;
   }

/* Base class, that sets font size to 11px */
.clb *{
    font-size:110%;
    %font-size:85%;/*IE6 override*/
  }
/* Font Size to 11px For Nested cl's  */
.clb .clb *, /* 2nd level - for all elements */
.clb .clb .clb .clb * , /* 4th level - for all elements */
.clb * *,       /* 1st level - for all nested elements */
.clb .clb * *,  /* 2nd level - for all nested elements */
.clb .clb .clb * * , /* 3rd level - for all nested elements */
.clb .clb .clb .clb * *{font-size:100%; }  /* 4th level - for all nested elements */

/* Base class for 3rd level cl nesting to achieve 11px font size */
.clb .clb .clb *{ %font-size:100%; }

/* Styles for setting the base margin/padding for below tags */
.clb div,
.clb dl ,
.clb dt,
.clb dd,
.clb h4,
.clb h5,
.clb h6,
.clb pre,
.clb code,
.clb form,
.clb fieldset,
.clb legend,
.clb p,
.clb blockquote{
    margin:0;
    padding:0;
 }

/* To Override Default Borders */
.clb fieldset,
.clb img{border:0; }

/* To Override font sizes for pre tag in IE6 and FF3 */
.clb pre {
  font-size:110% !important;
  %font-size:100%;
}
/* To Override font sizes for code tag in IE6 & FF3 */
.clb code{
  font-size:108%;
  %font-size:100%;
 }
/* Overrides Bold Font */
.clb address,
.clb caption, /* No test case as tables are not used */
.clb cite,
.clb code,
.clb dfn,
.clb em,
.clb strong,
.clb var {
    font-style:normal;
    font-weight:normal;
    }

.clb strong{ font-weight:bold; }   /* Resets the Overridden Font-weight */
.clb em{ font-style:italic; }      /* Resets the Overridden Font-style */

.clb q:before,
.clb q:after {content:''; }

/* Overrides for the acronym element to set the font variant */
.clb abbr,
.clb acronym {
    border:0;
    font-variant:normal;
    }

/* Styles for the superscript /subscript element to differentiate 1px from the 14px default line-height */
.clb sup,
.clb sub {
	font-weight:normal;
	%font-size:120%;
 }

/* **************** Base Classes For The Entire page Ends Here************************ */

/* ************ Headers Classes Starts here****************************************** */

/* Baseline-ascender Deafult value has a margin of 16px.
  Bold font and color code did not apply for IE6 and hence overridden  */
.clb h1,
.clb h2,
.clb h3,
.clb h4,
.clb h5,
.clb h6,
.clb .clb h1,
.clb .clb h2,
.clb .clb h3{
    font-weight:bold;
    color:#666;
    margin:0;
   }

/* H1 header font styles */
.clb h1{
    font-size:127%;
    %font-size:101%; /* Overrides for h1 header to achieve 16px font size; instead
						it defaults to 127% which is comparitively larger than FF3 */
    }

/* H2 header font styles */
.clb h2{
    font-size:120%;
    %font-size:93%; /* Overrides for h1 header to achieve 14px font size; instead
						it defaults to 120% which is comparitively larger than FF3 */
    }

/* H3 header font styles */
.clb h3{
    font-size:107%;
    %font-size:85.8%; /* Overrides for h1 header to achieve 12px font size; instead
						it defaults to 107% which is comparitively larger than FF3 */
    }

/* ********************** 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;}

/* Styles for the named anchors title */
.clb h4 a:hover{text-decoration:none;}

/* ******************** 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:3px 0 0 0;
    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:7px 0 0 17px;
   }

/* 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:-15px;
    %margin:5px 0 0 15px;
    %padding:0 0 -8px;
    }

/* 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-left:-6px;
    %margin-left:26px; /* 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 */
    }

/* Styles for the list items within an nested UL ;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 ;not in sync with FF3 */

.clb ul ul li{
    %padding-left:4px;
   }

/* 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 7px;
    %padding-left:4px;
    padding-left:1px;
   }

/* 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{
    %margin:-5px 0 5px 7px;
    padding-left:1px;
    %padding-left:1px;
   }

/* OL Margin Adjustments for default page left margin */
.clb ol{ %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 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:-10px;
    %margin-left:17px;
    }

/* 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;
    %margin-left:16px;
    }

/* 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-left:-9px;
    %margin-left:10px;
   }

/* 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{
    %margin:-4px 0 0 9px;
    %padding-left:5px;
   }

/* 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;
    %padding-left:0;
    }
.clb ol ul li div div{
    %margin-top:-5px;
    }
/* ******************** 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%;
    %font-size:92%;
    margin:5px 0 7px 5px;      /* Check if we can move this to markup */
    %margin:9px 0 0 1px;		/* Check if we can move this to markup */
    }

/*Style for aligning the label with the input elements in the form */
/* Check if we can move this to markup */
.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*/
/* Check if we can move this to markup */
.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 */
/* Check if we can move this to markup */
.clb .input-radio {
    %position:relative;
    %top:0.3%;
    margin-right:6px;
    %margin-right:3px;
    }

/*Styles for the checkbox alignment with the label text */
/* Check if we can move this to markup */
.clb .input-checkbox {
    %position:relative;
    %top:0.2%;
    margin-top:5px;
    }

/*Styles for the submit button alignment with the label text */
/* Check if we can move this to markup */
.clb .input-submit {
    top:-3px;
    position:relative;
    %position:relative;
    %top:1px;
   }

/*Style for positioning the textarea*/
.clb textarea{
    font-size:100%;
    %font-size:95%;
    %padding-top:1px;             /* Check if we can move this to markup */
    margin:2px 0 0 10px;		  /* Check if we can move this to markup */
    %margin:12px 0 0 10px;        /* Check if we can move this to markup */
    }

/*Styles for postioning the dropdown*/
.clb select{
    margin:5px 0 0 10px;           /* Check if we can move this to markup */
    %margin:4px 0 0 10px;		   /* Check if we can move this to markup */
    font-size:115%;
    %font-size:101%;
    }

/* *************************** Form Element Classes Ends Here******************* */

/* ************************** Paragraph Classes Starts Here ******************** */

/*Styles for the h3 header override to achieve 12px font size within the paragraph section */
.clb span h3{
    font-size:98%;
    %font-size:100%;
    margin:0;              /* Check if we can move this to markup */
	%margin:-9px 0 -1px 0; /* Check if we can move this to markup */
    }

/* ************************* Paragraph Classes Ends Here *************** */

/* ************ Nested CL classes Starts Here ******************************** */

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 16px font size */

.clb .clb h1,
.clb .clb .clb h1,
.clb .clb .clb .clb h1{
    font-size:115.5%;
    %font-size:115%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h2 header to achieve 14px font size */

.clb .clb h2,
.clb .clb .clb h2,
.clb .clb .clb .clb h2{
    font-size:109.2%;
    %font-size:105%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 12px font size */

.clb .clb h3,
.clb .clb .clb h3,
.clb .clb .clb .clb h3{
    font-size:98%;
    %font-size:95%;
   }

/* ************ 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? */
    }

/*
 * END /web/fw/w/cl/cl-base.css
 */

/* ------ CATEGORY 'A': Application ----------------------------------------------- */

/* ---------- COMPONENT 'A03': Error -------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/a03v3.css
 */
/*

Revision: 1.2 

Provides classes for component A03v13: Alert Banner

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
A03v13 - Alert Banner
*************************************************************
*/

/* A03v3 Alert Banner */
.a03v3 {
    font-size:86%;
    background-color:#ffc;
    padding:3px 16px 5px;
    margin:0 auto 12px 0;
    }

.a03v3 h3 {
    font-size:100%; /* resets default h3 size */
    color:#900;
    margin:0;
    padding:0 0 1px;
    }
.a03v3 p {
    line-height:1.1em;
    }

/*
 * END /web/fw/w/cl/a03v3.css
 */

/* ---------- COMPONENT 'A11': PSA -------------------------------------------------*/

/* a11v8 needs to precede all other a11 css */
/*
 * BEGIN /web/fw/w/cl/a11v8.css
 */
/*

Revision: 1.2 

Provides classes for component A11v8: PSA Container -- Needs to be 1st A11 style

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v8
PSA Container -- Needs to be 1st A11 style
***********************************************
*/

.a11v8 {
    padding:7px 4px 10px 10px;
    %padding-top:8px; /* ck: b257 */
    border-width:1px;
    overflow:hidden;
    font-size:86%; /* layout? */
    }

.a11v8 form {
    margin:0;
    padding:0;
    }

/*
 * END /web/fw/w/cl/a11v8.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v1.css
 */
/*

Revision: 1.2 

Provides classes for component A11v1: PSA autosuggest

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v1
PSA autosuggest
***********************************************
*/

.a11v1 {
    position:relative; /* ck: b464 */
    z-index:10;  /* ck: b464 */
    padding:10px 0 0px 6px; /* top:10 ck: b257 */
    %padding-top:8px;  /* ck: b257 */
    _white-space:nowrap; /* ck: b424, for show/hide, may be issue with translations */
    }
.a11v1 form { position:relative; } /* ck b:415 */
.a11v1 #searchstring  {
    border:1px solid #ccc;
    width:285px; /* ck: b254 */
    %width:284px; /* ck: b254 */
    font-size:1.05em; /* 1.1em ck: b35,b264 */
    font-family:inherit; /* ck: b35 */
    color:#999; /* ck: b35 */
    padding:1px 10px 2px 1px; /* ck: b312, b35, b254 0 1 2 */
    %padding-left:2px;
    %margin-top:1px;
    %margin-right:1px; /* ck: b312 */
    }
    body:first-of-type .a11v1 #searchstring { font-size:inherit; } /* safari */

.a11v1 #searchstring.searched-phrase {
    color:#333; /* ck: b433 */
    }

.a11v1 #pssubmitbutton {
    position:relative;
    color:#2f6681;
    font:bold 1em arial,helvetica,sans-serif; /* ck: FF req family, IE req size */
    margin-left:1px;
    %margin-left:-3px; /* ck: b257 */
    %top:1px;
    _width:0; /* ck: IE6 button width fix */
    %overflow:visible; /* ck: IE button width fix */
    padding:0 2px 0 3px; /* ck: FF3 padding:0 3px 1px 2px; b312 */
    %padding:1px 5px 0 6px; /* ck: IE6/7 */
    }
    body:first-of-type .a11v1 #pssubmitbutton { padding-bottom:2px; } /* safari */
    .a11v1 #pssubmitbutton[id=PSSUBMITBUTTON] { padding:1px 3px 1px 4px; } /* ck: FF2 1px 3px 2px 2px; */
    .a11v1 #pssubmitbutton[id=PSSUBMITBUTTON]:disabled { padding:2px 4px 2px 5px; } /* ck: FF2 */
    .a11v1 #pssubmitbutton:disabled { color:#b2b2b2; }

.a11v1 div.suggestions {
    position: absolute;
    z-index:1; /* overlapping fix */
    overflow: auto;
    overflow-x:hidden; /* ck: b452 */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width:298px; /* ck: b381 302 */
    margin-left: 1px;
    padding: 0 0 7px;
    background-color: #fff;
    font-size: 11px;
    %margin-left:6px;
    %top:23px; /* ck b:415 */
    %left:0; /* ck b:415 */
    _white-space:normal /* ck: b452 ie6 needs to reset back to normal */
    }
    body:first-of-type .a11v1 div.suggestions { width:298px; margin-left:0px; } /* safari */

.a11v1 div.suggestions div {
    cursor: default;
    padding: 0;
    background-color: #fff;
    color: #2f6681;
    }
.a11v1 div.suggestions div:last-child {
    padding-bottom:7px;
    }
.a11v1 div.suggestions div.psindent{
    text-indent:-3px; /* ck: b254 */
    padding: 2px 10px 2px 8px; /* ck: b254 */
    %padding-left:7px; /* ck: b254 */
    _padding-left:8px; /* ck: b254 */
    }
    body:first-of-type .a11v1 div.suggestions div.psindent { padding:3px 10px 3px 5px; } /* safari */

.a11v1 div.suggestions div.ascurrent {
    background-color: :#d6e0e6;
    }
.a11v1 .ascurrent .psindent { background-color:#d6e0e6; }
.a11v1 .pscaption {
    color:#2f6681;
    font-size:88%;
    margin:1px 0 0;
    %margin-top:2px;
    }

/*
 * END /web/fw/w/cl/a11v1.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v2.css
 */
/*

Revision: 1.2 

Provides classes for component A11v2: PSA Breadcrumbs

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
************************************************
A11v2
PSA Breadcrumbs
************************************************
*/


.a11v2 {
    display:block;
    zoom:1;
    }
.a11v2 img { float:left; }
.a11v2 img, .a11v2 div a {
    background: url(/web/fw/i/breadcrumb_arrow.gif) no-repeat right center;
    padding-right: 16px;
    }
.a11v2 hr { /* ck: was a11v8, error? */
    margin:20px 6px 12px 0;  /* 20 6 11 0 ck: b257 */
    %margin:13px 6px 5px 0; /* 13 6 4 0 ck: b257 */
    }
.a11v2 div {
    padding-top: 1px;
    }
/* clearfix */
.a11v2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/*
 * END /web/fw/w/cl/a11v2.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v3.css
 */
/*

Revision: 1.2 

Provides classes for component A11v3: PSA Selector

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v3
PSA Selector
***********************************************
*/

.a11v3 {
     /* position:relative; ck: test */
 }

.a11v3 a:link,
.a11v3 a:visited,
.a11v3 a:hover,
.a11v3 a:active {
    text-decoration:none;
    outline:invert none thin;
    }
.a11v3 a:focus {
    outline-style:dotted;
    padding-right:13px;
    }

.a11v3 h3 {
    font-weight:bold;
    font-size:130%;
    color:#666;
    margin:8px 0 1px; /* 9 0 0 - ck b257 */
    %margin-bottom:0;
    line-height:1em;
    }
#psa_selector[id=PSA_SELECTOR] { margin-bottom:0; } /* FF2 */

.a11v3 hr {
    margin: 0 5px 0; /* ck: b257 */
    %margin:-8px 5px -6px; /* bottom -7px ck: b257 */
    }
    body:first-of-type .a11v3 hr { margin:-2px 5px -1px;} /* safari */
.a11v3 p {
    padding:3px 14px 0 5px;
    margin:0 0 -2px;
    %margin-bottom:0px;
    line-height:1.14em; /* ck: b257 */
    }
    body:first-of-type .a11v3 p { padding-top:4px; } /* safari */
.a11v3 ol {
    padding:3px 0 2px; /* 3 0 ck: b257 */
    %padding-bottom:3px; /* ck: b257 */
    margin:0;
    }
.a11v3 ol li {
    list-style:none;
    padding:0 0 1px 8px; /* 1 0 2 8 ck: b257 */
    %padding:1px 0 1px 8px; /* top:1 ck: b257 */
    margin:0;
    text-indent: -8px; /* wrap */
    %line-height: 1.14em;
    }
    body:first-of-type .a11v3 li { padding-top:1px; } /* safari */
.a11v3 ol li a {
    cursor:pointer; /* samba.min.css */
    text-decoration:none;
    padding:0 14px 0 5px;
    }
.a11v3 ol li p {
    padding-top:0;
    margin-bottom:0;
    }
.a11v3 ol li p a {
    text-decoration:underline;
    padding:0;
    }
.a11v3 ol ol {
    padding:0 0 1px 8px;
    margin:2px 0 -2px -8px;
    %margin-bottom:-1px;
    }
.a11v3 ol ol li {
    padding-left:13px;
    margin-left:-8px;
    text-indent:-8px;
    }


/* PSA Text Classes */
/* Locked */
.a11v3 li.pslocked {
    font-weight:bold;
    background:#d6e0e6 url(/web/fw/i/psabg.gif) top right;
    }
.a11v3 li.pslocked ol {
    font-weight:normal;
    background:#fff;
    }

/* Links*/
.a11v3 li.pslink a:link,
.a11v3 li.pslink a:visited,
.a11v3 li.pslink a:hover,
.a11v3 li.pslink a:active,
.a11v3 p a:link,
.a11v3 p a:visited,
.a11v3 p a:hover,
.a11v3 p a:active { text-decoration:underline; }

/* Unlinked Category */
.a11v3 li.psgroup {
    color:#333; /* ck: b255 */
    font-weight:bold;
    margin-bottom:3px; /* ck: b255 */
    padding:0 10px 0 13px;
    }
.a11v3 li.psgroup ol { %margin-top:1px; }  /* ck: b255 */
.a11v3 li.psgroup li { font-weight:normal; }



/*
 * END /web/fw/w/cl/a11v3.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v4.css
 */
/*

Revision: 1.2 

Provides classes for component A11v4: Navigation PSA Box (Left)

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v4
Navigation PSA Box (Left)
***********************************************
*/

.a11v4 {
    float:left;
    border:1px solid #ccc;
    overflow:auto;
    }

/*
 * END /web/fw/w/cl/a11v4.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v5.css
 */
/*

Revision: 1.2 

Provides classes for component A11v5: Link PSA Boxes (Center and Right)

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v5
Link PSA Boxes (Center and Right)
***********************************************
*/

.a11v5 {
    float:left;
    border:1px solid #ccc;
    overflow:auto;
    overflow-x:hidden;
    }

/*
 * END /web/fw/w/cl/a11v5.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v6.css
 */
/*

Revision: 1.2 

Provides classes for component A11v6: PSA Add a Device

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
************************************************
A11v6
PSA Add a Device
************************************************
*/

.a11v6 {
    border-width:1px;
    overflow:auto;
    display:none;
    position:absolute; /* ck: overflow test */
    background-color:#fff;
    /* text-align:center; ck: b256 */
    }

.a11v6 h4 {
    border-bottom-width:1px;
    background-color:#f3f4f5; /* ck: b256 */
    padding:3px 3px 2px; /* ck: b256 */
    font-weight:bold;
    text-align:center;  /* ck: b256 */
    }

.a11v6 form {
    margin-left:0;
    padding-top:3px; /* ck: b256 */
    %padding-top:2px; /* ck: b256 */
    }
.a11v6 fieldset {
    %position:relative; /* ck: ie align middle */
    display:table; /* ck: ff align middle */
    text-align:left;
    margin:0;
    %margin-bottom:4px; /* ck: b256 */
    padding:5px 4px 7px 10px; /* ck: */
    %padding-bottom:6px; /* ck: b256 */
    }

/* should be label but due to IE innerHtml, using span */
.a11v6 form div {
    display:table-cell; /* ck: ff align middle */
    vertical-align:middle; /* ck: ff align middle */
    %float:left;
    %position:relative; /* ck: ie align middle */
    /* margin:0.2em 0 0;  ck: b256 */
    %margin:0.3em 1px 0 0; /* ck: b256 */
    _margin-right:0; /* 3 ck: b256 */
    text-align:right;
    width:155px;/* ck: b256 */
    %width:154px; /* ck: b256 */
    _width:155px; /* ck: ie align middle */
    }

/* table simulation */
.a11v6 form span {
   display:table-cell; /* ck: ff align middle */
   %display:block; /* ck: ie align middle */
   vertical-align:middle; /* ck: ie align middle */
   padding-left:5px; /* ck: ff align middle */
   %position:absolute; /* ck: ie align middle */
   %top:50%; /* ck: ie align middle */
   %width:338px;/* ck: ie align middle */
   }
.a11v6 form div span {
   display:inline; /* ck: undo ie align middle */
   vertical-align:auto; /* ck: undo ie align middle */
   padding-left:0px;  /* ck: undo ff align middle */
   %position:relative; /* ck: undo ie align middle */
   %top:auto; /* ck: undo ie align middle */
   %width:auto; /* ck: ie align middle */
   }

.a11v6 fieldset input {
    %position:relative; /* ck: ie align middle */
    %top:-50%; /* ck: ie align middle */
    border:1px solid #ccc; /* ck: b256 */
    }
.a11v6 select {
    %position:relative; /* ck: ie align middle */
    %top:-50%; /* ck: ie align middle */
    /* height:1.7em; ck: b256 */
    border: 1px solid #ccc;  /* ck: b256 */
    padding:0 0 0 1px;
    max-width:338px; /* 321 ck: edge case causing scrollbars */
    min-width:175px;
    %font-size:100%;
    /* IE7 doesn't do min/max with DTD transitional.  319 for IE7, IE6 can go to 338px. */
    %width:expression(this.clientWidth <= 174 ? '175px':this.clientWidth >= 319 ? '100%':true); /* b564 */
    }
.a11v6 option {
    padding:0 7px 3px 5px; /* ck: b256 */
    }

.a11v6 input {
    padding:1px 2px 4px;
    %padding:0 2px 3px; /* ck: b256 */
    min-width:200px; /* ck: is this being used? */
    _width:200px; /* ck: is this being used? */
    %font-size:110%; /* ck: b256 */
    }


.a11v6 hr {
    margin:15px 10px 10px; /* 3 ck: b256 */
    %margin:11px 10px 3px;  /* -5 ck: b256 */
    }

.a11v6 input#ad-name {
    width:219px; /*221, 255 ck: b256 */
    }
/* override input min-w */
.a11v6 input.ad-softwareversion,
.a11v6 #sw1,
.a11v6 #sw2,
.a11v6 #sw3 {
    min-width:70px;
    %width:70px;
    }
.a11v6 #ad-softwareversion-1, .a11v6 #sw1 { margin-right:8px; }
.a11v6 #ad-softwareversion-3, .a11v6 #sw3 { margin:0 8px 0 7px; %margin-left:8px; _margin-left:7px; /* ck: b256 */}

.a11v6 fieldset span b { %position:relative; %top:-50%; }


.a11v6 #adddevice_submit { /* ck: b256, 517 */
    color:#2f6681;
    font:bold 1em arial,helvetica,sans-serif; /* ck: FF needs family */;
    margin-left:169px;
    margin-bottom:12px; /* ck: overflow test */
    margin-top:0px;
    min-width:0;
    width:auto;
    _width:0; /* ck: IE6 button width fix */
    %overflow:visible; /* ck: IE button width fix */
    padding:0 2px 0 3px; /* ck: FF3 b312, b517 */
    %padding:1px 5px 0 6px; /* ck: IE6/7 b517 */
    }
    body:first-of-type .a11v1 #pssubmitbutton { padding-bottom:2px; } /* safari */
    .a11v6 #adddevice_submit[id=ADDDEVICE_SUBMIT] { padding:1px 3px 1px 4px; }  /* ck: FF2 b517 1px 5px 2px;*/
    .a11v6 #adddevice_submit[id=ADDDEVICE_SUBMIT]:disabled { padding:2px 4px 2px 5px; }  /* ck: FF2 b517 */
    .a11v6 #adddevice_submit:disabled { color:#b2b2b2; }



/* Form Error */
.a11v6 div.cl-error {
    display:none;
    padding: 8px 25px;
    background: #ff9 url(/web/fw/i/icon-alert-warning.gif) no-repeat scroll 10px 10px;
    color: #e80;
    font-weight: bold;
    text-align: left;
    }

/* Field Error */
.a11v6 span.cl-error {
    color: #900;
    background:url(/web/fw/i/icon-alert-error.gif) no-repeat left 2px;
    padding-left:15px;
    display:inline; /* override */
    }



/*
 * END /web/fw/w/cl/a11v6.css
 */
/*
 * BEGIN /web/fw/w/cl/a11v7.css
 */
/*

Revision: 1.2 

Provides classes for component A11v7: PSA Search Result's titled two tiered listing

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
***********************************************
A11v7
PSA Search Results
***********************************************
*/

.a11v7 h3 {
    color:#666;
    font-size:125%; /* 135% ck: b264 */
    margin: 0;
    text-decoration:underline;
    }

.a11v7 {
    /* padding:21px 22px 0px 0px;  19px top ck: b264
    line-height:1.65em; ck: b264 */
    }

.a11v7 ul { padding:0; } /* ck:b264 */

.a11v7 li {
    list-style:none;
    font-size:89.2%;/* ck: b264 */
    %font-size:90%;/* ck: b264 */
    font-weight: bold;
    color: #333;
    padding-top:11px;
    %padding-top:10px;
    line-height:1.4em; /* ck:b264 */
    }

.a11v7 li ul {
    margin-bottom:-1px; /* ck: b264 */
    padding-top:10px;/* 12px ck: b264 */
    padding-left:15px;
    %padding-top:10px;
    /* _padding-top:12px; ck: b264 */
    padding-bottom:1px;  /* ck: b264 */
    }

.a11v7 li li {
    font-size:92%; /* 95% ck: b264 */
    font-weight:normal;
    /* line-height:110%; ck:264 */
    padding-top:0;
    margin-bottom:2px; /* ck: b264 */
    /* padding-bottom:2px; */
    line-height:1.15em; /* ck:264 */
    }
/*
 * END /web/fw/w/cl/a11v7.css
 */

/* ---------- COMPONENT 'A06': View All Pages -------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/a06v5.css
 */
/*

Revision: 1.2 

Provides classes for component A06v5: Pagination for view all pages

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
A06v5 - Pagination Widget
*************************************************************
*/

/* A06v5 Pagination Widget */
 .a06v5{
	background:transparent url(/web/fw/i/pnav-bg.gif) repeat-x top left;
	height:22px;
	%height:19px;
	padding:6px 4px 3px 5px;
    %padding:6px 5px 7px 5px;
	_padding:6px 4px 6px 5px;
}
.a06v5 .items-per-page {
    float:left;
}
.a06v5 .items-per-page label{
vertical-align:middle;
%position:relative;
%top:-15%;
}
.a06v5 select{
	color:#333;
	height:20px;
	%margin-left:1px;
}
.a06v5 .pagination-links {
	 float:right;
}
.a06v5 .pagination-links input{
	background:none;
    border:0 none;
    color:#2f6681;
	font-size:100%;
    cursor:pointer;
    padding:0;
    margin:0 0 -2px 0;
	%margin:0 2px -1px 2px;
}
.a06v5 .pagination-links input:hover{
  %text-decoration:underline;
}
.a06v5 .pagination-links a{
	 color:#2f6881;
	 cursor:pointer;
	 text-decoration:none;

}
.a06v5 .pagination-links a:hover {
	text-decoration:underline;
}
.a06v5 input.previous-btn{
 margin-right:-1px;
 %margin-right:-5px;
}
.a06v5 input.next-btn{
margin:0 0 -2px -1px;
%margin-left:-2px;
%margin-right:3px;
}
.a06v5 select option{
	padding-left:2px;
}

.a06v5 #previous-btn{
  margin:0 -1px 0 0;
 %margin:0 -8px 3px 0;
}
.a06v5 #next-btn{
  margin:0 0 0 -1px;
 %margin:0 0 3px -4px;
}
.a06v5 .separator
{
 margin:0 2px 0 5px;
 color:#666;
}

.a06v5 .previous-disabled{
  margin:0 2px 0 0;
}
.a06v5 .next-disabled{
 margin:0 0 0 3px;
%margin:0 0 0 -1px;
_margin:0;
}
.a06v5 .previous-enabled{
  margin:0 2px 0 0;
 %margin:0 -1px 0 0;
 _margin:0 -1px 0 0;
}
.a06v5 .next-enabled{
margin:0 0 0 3px;
%margin:0 0 0 -1px;
_margin:0;
}
/*
 * END /web/fw/w/cl/a06v5.css
 */

/* ------ CATEGORY 'C': Content --------------------------------------------------- */

/* ---------- COMPONENT 'C00': Text ------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c00v1.css
 */
/*
c00v1.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c00v1 - Generic Element - Normal Paragraph
*************************************************************
*/


.c00v1 {
  font-size: 109.1% !important;
  line-height: 124% !important;
}



/*
 * END /web/fw/w/cl/c00v1.css
 */
/*
 * BEGIN /web/fw/w/cl/c00v6.css
 */
/*
c00v6.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c00v6 - Generic Element - Back to Top
*************************************************************
*/


.c00v6 {
  text-align: right;
  margin-bottom: 17px !important;
}
.c00v6 a {
  text-decoration: underline !important;
}


/*
 * END /web/fw/w/cl/c00v6.css
 */
/*
 * BEGIN /web/fw/w/cl/c00v10.css
 */
/*
c00v10.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c00v10 - Generic Element - 14pt Header
*************************************************************
*/


.clp h2.c00v10 {
  font-size:127.3%;
  margin-bottom: 7px !important;
  %margin-bottom: 5px !important;
}



/*
 * END /web/fw/w/cl/c00v10.css
 */
/*
 * BEGIN /web/fw/w/cl/c00v15.css
 */
/*
c00v15.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c00v15 - Generic Element - Linked List
*************************************************************
*/


.c00v15 {
  margin-top: 14px !important;
  margin-bottom: 9px !important;
}
.c00v15 ul {
  float: left;
  width: 50%;
}
.c00v15 li {
  padding: 0 0 8px 14px;
  list-style:none;
  list-style-position: outside;
  list-style-image:none !important;
  background-image: url(/web/fw/i/chevrons.gif);
  background-repeat:no-repeat;
  background-position:left 0.4em;
  %background-position:left 0.6em;
}
.c00v15 .col-left li {
  margin-right: 24px;
}
.c00v15 .col-right li {
  margin-left: 12px;
  margin-right: 12px;
}
.c00v15:after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  visibility:hidden;
}
.c00v15 {
  zoom:1; /* this style for ie float behavior, trying without wrapper class */
}

/*
 * END /web/fw/w/cl/c00v15.css
 */
/*
 * BEGIN /web/fw/w/cl/c00v18.css
 */
/*

Revision: 1.2 

Provides classes for component C00v18: Generic HR

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C00v18 -
*************************************************************
*/

/* C00v18 Generic HR */
.c00v18 hr {
    height:1px;
    color:#ccc;
    background-color:#ccc;
    border:none;
    margin:0 0 12px 0;
    padding:0;
    }

/*
 * END /web/fw/w/cl/c00v18.css
 */
/* --------- Tabs has to be before the stuff that can go in them ------------ */
/*
 * BEGIN /web/fw/w/cl/c17v1/c17v1.css
 */
/*
tabs.css
Revision: 1.3 
styles for tabs can be used for DHTML tabs or hand-coded tabs, see authoring guideline for HTML
(c) 1992-2006 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/


/* ---------------------------------------------
      The container
------------------------------------------------  */
.c17v1 {
	margin-right: 8px;
	zoom:1;  /* this style for ie float behavior */
}

.sitecopy .c17v1 {
	margin:10px;
}

.sitecopy .infotab {
	margin:-8px;
}

/* -----------------------------------------------
     Main tabs non-js version, also affects dhtml
--------------------------------------------------  */
.c17v1 .tab, .c17v1 .tab-active {
	vertical-align:bottom;
	zoom:1;  /* this style for ie float behavior */
}

/* -------------------------------------------
    The table for tabs in DHTML view
----------------------------------------------- */
.c17v1 .tabset {
	/* the thick line under the tabs */
	border-bottom:#2f6681 3px solid;
	position:relative;
	/* only 2 px gutter */
	margin:0;
	padding-left:5px;
}

.c17v1 .tabset table {
	border-collapse: collapse;
	position:relative;
}

.c17v1 .tabset td {
	padding-bottom:0;
	position:relative;
	padding-right:2px;
}

.c17v1 .tabset .tab .tabcorner, .c17v1 .tabset .tab-active .tabcorner {
	display: block;
	background-image: url(/web/fw/i/1px_white.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position:relative;
	top:13px;
	height:1px;
	width:100%;
}
.c17v1 .tabset .tab-active .tabcorner {
	top:8px;
	%top:10px;
	%left:0;
	z-index:1;
}
.c17v1 .tabset .tab .tabcorner span, .c17v1 .tabset .tab-active .tabcorner span {
	background-image: url(/web/fw/i/1px_white.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height:1px;
	width:1px;
	position:absolute;
	right:0;
	_right:-1px;
}
.c17v1 .tabset .tab-active a{
	text-decoration:none;
	display:block;
	border:1px #b6b6b6 solid;
	border-bottom:#fff 3px solid;
	padding:7px 9px 4px 10px;
	margin-top:7px;
	margin-bottom:-4px;
	background:url(/web/fw/i/active_gradient.gif) -1px 0 repeat-x;
	background-color:#fff; /* will replace with an img */
 	color:#666;
	cursor:default;
	font-weight:bold;
	overflow:visible;
	position:relative;
	%bottom:-2px;
	zoom:1;  /* this style for ie float behavior */
}

.c17v1 .tabset .tab  a {
	text-decoration:none;
	display:block;
	border:1px #ccc solid;
	border-bottom:0px;
	margin-top:12px;
	padding:3px 9px 3px 10px;
	background-color:#eaeff2;
	color:#2f6681;
	font-weight:bold;
}
html>body#libra .c17v1  .tabset .tab a { /* ie7 only */
	%padding-right:9px;
	%padding-left:9px;
}
#framework-base-content .c17v1 .tabset .tab  a:hover {
	background-color:#d1dce4;
	text-decoration:none;
}

.c17v1 .tabset .endtail {
	border-bottom:1px #666 solid;
	color:#fff;
}


/* ----------------------------------
   Affects subtabs in both views
------------------------------------*/

.c17v1 .subtab {
	margin-bottom:10px;
}


* html .c17v1  .subtab {
	margin-left:-5px;
}

.c17v1 .subtab ul {
	margin:0;
}

.sitecopy .c17v1 .subtab ul {
	padding-left:5px;
}

.c17v1 .subtab li {
	padding: 0 2px 0 5px;
	border-right: 1px solid #333;
	display: inline;
	color:#333;
	font-weight:bold;
	font-size:85%;
}


.c17v1 .subtab li a {
	font-weight:normal;
}

.c17v1 .subtab li.last-li {
	border-right: 0px;
}


/* --------------------------------------
     Subtabs in DHTML view
-----------------------------------------  */
.c17v1 #subtabs {
	padding:0;
	border-bottom:1px #ccc solid;
	margin:10px 0px 6px ;
}

.c17v1 #subtabs .subtab {
	margin-bottom:10px;
}

.c17v1 #subtabs .subtab li {
	font-size:88%;
}


/* ---------------------------------------
      Infotab - content container
------------------------------------------ */

.c17v1 .infotab {
	border:1px #ccc solid;
	border-top:0;
	padding:18px 12px 0;
	%padding-top:16px;
	zoom:1;  /* this style for ie float behavior */
}

.c17v1 .infotab .tab-col-left {
   float: left;
   width: 306px;
}

.c17v1 .infotab .tab-col-right {
   float: right;
   width: 172px;
}

.infotab:after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  visibility:hidden;
}
.infotab {
  zoom:1;  /* this style for ie float behavior */
}

.c17v1 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:4px; left:0px; font-size:0;}
.c17v1 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:-0px; right:0px;}

/*
 * END /web/fw/w/cl/c17v1/c17v1.css
 */

/* ------- Generic in tab --------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c00v20.css
 */
/*
c00v20.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c00v20 - Generic Element - Box with Header on Background
*************************************************************
*/


.clp .c00v20 {
  border: 1px solid #e9e9e9;
  background: #eee;
  padding:0 12px 17px;
}

.clp .c00v20  h3 {
  background: #dfdfdf url(/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif) repeat-x 0 0;
  padding:9px 12px 6px;
  border-bottom:1px solid #ccc;
  margin:-4px -12px 17px;
}

.clp .c00v20 p {
  margin-bottom:14px;
}

.clp .c00v20 li {
  margin-bottom:14px;
  list-style: outside;
  margin-left: 12px;
  %margin-left: 15px;
}



.c00v20 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:-1px; left:-13px; font-size:0;}
.c00v20 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-26px;}
.c00v20 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-18px; left:-13px; font-size:0;}
.c00v20 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:-26px;}
/*
 * END /web/fw/w/cl/c00v20.css
 */

/* ---------- COMPONENT 'C01': Text ------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c01v1.css
 */
/*

Revision: 1.2 

Provides classes for component C01v1: Page Title

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C01v1 -
*************************************************************
*/

/* C01v1 Page Title */
.c01v1 h1 {
	margin:10px 0 10px 12px;
	color:#666;
	font-size:170%;
	font-weight:normal;
	}

/*
 * END /web/fw/w/cl/c01v1.css
 */

/* ---------- COMPONENT 'C11': Spotlight ------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c11v3.css
 */
/*
c11v3.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c11v3 - Content - Image and Text
*************************************************************
*/


.c11v3 {
  margin: 16px 0 5px !important;
}
.c11v3 img {
  position: relative;
  float: left;
  margin: 2px 0 15px;

}
.c11v3 p {
  background: transparent;
  margin-left: 175px !important;
  margin-bottom: 12px;
  font-size: 109.1% !important;
  line-height: 124% !important;
}
.c11v3:after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  visibility:hidden;
}
.c11v3 {
  zoom:1; /* this style for ie float behavior */
}


/*
 * END /web/fw/w/cl/c11v3.css
 */

/* ---------- COMPONENT 'C15': Text ------------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c15v7.css
 */
/*
c15v7.css
Revision: 1.2 

Provides classes for component C15v7: Text

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C15v7 -
*************************************************************
*/

/* from .tab-content-container .section */
div.c15v7 {
	margin-bottom: 6px;
	clear: both;
	%height: 1%;
	font-size:x-small;
}

/* from .tab-content-container .section:after */
div.c15v7:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* from .tab-content-container ul.expanded-spacing */
div.c15v7 ul {
	font-size:110%;
	%font-size:85%;
	line-height:127.6%;
	margin:15px 0 -6px 0;
	padding:0;
}

/* from .tab-content-container ul.expanded-spacing li */
div.c15v7 ul li {
	list-style-type:none;
	margin: -3px 0 15px 0px;
	padding: 0;
	%font-size:130% !important;
}

/* from .tab-content-container span.callout */
div.c15v7 strong {
	font-weight:bold;
	font-size:100%;
	color:#666 !important;
	line-height:normal;
	%font-size:100% !important;
}

div.c15v7 p.small {
	color: #666;
	font-size:100%;
	%font-size:75%;
	line-height:127.6%;
	margin:-3px 0pt 9px;
	%margin:0px 0pt 10px;
	_margin:-4px 0pt 10px;
}

/* from .tab-content-container p.tab-subheadline */
div.c15v7 p { /* TS1 */
 	font-size:120%;
	line-height:133.6%;
 	%line-height: 134.5%;
 	margin: -3px 0 14px 0;
 	%margin: -4px 0 15px 0;
}

/* from .tab-content-container h3 */
div.c15v7 h3 {
	color:#666;
	font-size:140%;
	%font-size:130% !important;
	_font-size:140%;
	line-height:128.8%;
	%line-height:1.28em;
	margin:-4px 0 8px 0;
	%margin-top:0;
}

/* Overrides for sitecopy */

.sitecopy div.c15v7{
    font-size:110%;
	%font-size:x-small;
}
.sitecopy div.c15v7 p{
	%font-size:120% !important;
}
.sitecopy div.c15v7 h3{
	%font-size:130% !important;
}
/*
 * END /web/fw/w/cl/c15v7.css
 */

/* ---------- COMPONENT 'C17': DHTML TABS ------------------------------------------------*/
/* this is above, see note: url(/web/fw/w/cl/c17v1/c17v1.css); */
/*
 * BEGIN /web/fw/w/cl/c17v3.css
 */
/*

Revision: 1.1 

Provides classes for component C17v3: Tab Header

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C17v3 - Tab Header
         * formerly .infotab .tab-header
*************************************************************
*/

div.c17v3 {
	background: #fff url('/web/fw/i/tab-title-bg.gif') repeat-x bottom;
	font-size:x-small; /* To mimic tab-content-container fixed font approach */
}

div.c17v3 h2 {
	font-size: 180%;
	%font-size: 179%;
	margin: 0;
	padding: 12px 69px 9px 14px;
	_padding-top: 13px;
	%padding-top: 13px;
	_padding-bottom: 8px;
	%padding-bottom: 9px;
}
/*
 * END /web/fw/w/cl/c17v3.css
 */
/*
 * BEGIN /web/fw/w/cl/c17v4.css
 */
/*
c17v4.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c17v4 - Tabs - Tab Section Separator
*************************************************************
*/


h3.c17v4 {
  /*background: url('/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif') 0 0 repeat-x;*/
  background: #dfdfdf url(/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif) repeat-x 0 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #d3d3d3;
  padding: 6px 12px;
  margin: 0 -12px 18px !important;
  %margin-bottom: 16px !important;
  color: #666;
}
/*
 * END /web/fw/w/cl/c17v4.css
 */

/* ---------- COMPONENT 'C19': Accordion -------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c19v1/c19v1.css
 */
/*
c19v1.css - Contains classes integrated out of rc-accordion.css and components.css
Revision: 1.2 
(c) 1992-2008 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*****************************************
Styles for the Accordion Use Case
*****************************************/

/* Default class */
.c19v1 {
    color:#666;
	border:1px solid #ccc;
	%font-size:x-small;
}

/* Styles for the background image for the inactive tabs */
.c19v1 .acc-panel {
    background:#CED6D9 url(/web/fw/w/cl/c19v1/inactive_bg.jpg) repeat-x scroll 0 0;
    _margin-right:-1px;
}

/* Styles for bottom spacing between items in content */
.c19v1 li {
   padding-bottom:1px;
}
.c19v1 h2{
font-size:110%;
%font-size:140%;
}
.c19v1 ul,.c19v1 ul li{
	margin:0;
	padding:0;
}
.c19v1 li a{
	%font-size:130%;
}
.c19v1 .acc-content ul li a{
	%font-size:100%;
}

.c19v1 ul ul{
	margin:0;
}
/* Styles describing the item in the content */
.c19v1 .chevron  li {
    background:url(/web/fw/w/cl/c19v1/chevrons.gif) left 4px no-repeat;
    list-style-image:none ;
    list-style-position:outside;
    list-style-type:none;
    padding-left:9px;
    font-weight:bold;
	margin-left:0;
}

/*Styles for the links in the content */
.c19v1 .chevron li a{
    text-decoration:none;
    color:#2F6681;
}

/* Anchor links styles on hover */
#c19v1 ul.chevron li a:hover,.c19v1 .acc-header:hover{
	text-decoration:none !important;
}

.c19v1 .no-bullet li{ /* Styles for the list with no bullets sub menu in the test case */
    list-style-image:none;
    list-style-type:none;
    font-weight:normal;
    background:none;
	margin-left:0;
}

.c19v1 .image-list{/* Styles for the list items with linked images */
   list-style-image:none;
   list-style-type:none;
   margin-left:0px;
}

.c19v1 .image-list li{
	margin-left:0;
}

.c19v1 .image-list a p{
	text-decoration:underline;
}

/* Styles for the content alignment in the tab */
.c19v1 .acc-content {
    margin:0;
    padding:9px 12px 16px;
}

/* Styles for h2 sub heading */
.c19v1 h2.acc-title {
    background: #fff;
    margin: 0;
    padding: 7px 11px 6px 11px;
}

/* Styles for background image for the active tab  */
.c19v1 .acc-active {
    background:#ebebeb url(/web/fw/w/cl/c19v1/active_bg.jpg) repeat-x scroll 0 0;
}

/* Styles for the accordion header text anchor */
.c19v1 a.acc-header {
    cursor:pointer;
    display:block;
    overflow:hidden;
    padding:4px 11px;
    text-decoration:none;
	word-break:break-all;
}

.c19v1 .acc-header h4{
   font-weight:bold;
   %font-size:100%;
}

.c19v1 a.acc-header:hover {
    text-decoration:none;
}

/* Styles for the arrow image in the active tab */
.c19v1 a.acc-arrow-active {
    background:transparent url(/web/fw/w/cl/c19v1/acc-arrow-down.gif) no-repeat scroll 10px 6px;
    padding-left:27px;
}

/* Styles for the arrow image in the inactive tab */
.c19v1 a.acc-arrow {
    background:transparent url(/web/fw/w/cl/c19v1/acc-arrow-right.gif) no-repeat scroll 10px 6px;
    padding-left:27px;

}

/* Styles for the content area in the active tab  */
.c19v1 .acc-overlay {
    background:#fff none repeat scroll 0 0;
    border-bottom:1px solid #fff;
    border-top:1px solid #ccc;
    display:block;
    overflow:auto;
}

.c19v1 .acc-content h2{
 %margin-top:-2px;
}

 /*changed for fixing the c19v1 issue*/

.c19v1 .acc-content hr{
	background-color:#8F8F8F !important;
	color:#8F8F8F !important;
	height:1px;
	border-top:1px solid;
	border-bottom:0;
}


/* Overrides for sitecopy */

.sitecopy .c19v1{
	%font-size:90%;
}
.sitecopy .c19v1 .chevron li{
    margin-bottom:1px;
	%margin-bottom:3px;
}
.sitecopy .c19v1 .chevron li a{
	 font-weight:bold;
	 %font-size:90%;
}
.sitecopy .c19v1 .chevron li .no-bullet a{
	font-weight:normal;
}
.sitecopy .c19v1 .acc-content h2{
  color:#666 !important;
  font-size:105% !important;
  %font-size:120%;
  margin:7px 0 0 2px;
  %margin:-2px 0 0 0;
}
.sitecopy .clb.c19v1 .acc-header{
	font-size:100% !important;
}
.sitecopy .c19v1 .acc-header h4{
	%font-size:90% !important;
}

/*
 * END /web/fw/w/cl/c19v1/c19v1.css
 */

/* ---------- COMPONENT 'C24': Content, Generic Elements ---------------------------*/
/*
 * BEGIN /web/fw/w/cl/c24v1.css
 */
/*

Revision: 1.2 

Provides classes for component C24v1: paragraphs

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C24v1 - paragraphs
*************************************************************
*/

div.c24v1 p.small {
	color: #666;
	font-size:110.3%;
	line-height:127.6%;
	margin:-3px 0pt 9px;
	%margin:-4px 0pt 10px;
}

/* from .tab-content-container p.tab-subheadline */
div.c24v1 p, div.c24v1 p.regular {
	color: #666;
 	font-size: 120.4%;
 	line-height: 133.6%;
 	%font-size: 120%;
 	%line-height: 134.5%;
 	margin: -3px 0 14px 0;
 	%margin: -4px 0 15px 0;
}

/* from .tab-content-container p.tab-headline (TH2) */
div.c24v1 p.large {
	color: #666;
    font-weight: bold;
	font-size: 140%;
	line-height: 128.8%;
	%font-size: 115%;
	_font-size: 140%;
	%line-height: 1.28em;
	margin: -3px 0 11px 0;
	%margin: -4px 0 12px 0;
}

/*
div.c24v1 p.very-large {
}
*/

div.c24v1 hr {
   clear:both;
   height:1px;
   color:#CCCCCC;
   background-color:#CCCCCC;
   border:medium none;
   margin: 14px 0px 18px 0px;
   %margin: -5px 0px 11px 0px;
   padding: 0px;
}

/* Overrides for sitecopy */

.sitecopy div.c24v1{
	font-size:100% !important;
}

.sitecopy div.c24v1 p, div.c24v1 p.regular{
	font-size:100% !important;
}
/*
 * END /web/fw/w/cl/c24v1.css
 */

/* ---------- COMPONENT 'C25': Hero  ----------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c25v2.css
 */
/*
c25v2.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c25v2: Hero - Image Only - Short
*************************************************************
*/

.c25v2 {
   background: #c4d3d6 url('/web/fw/i/cl-sprite-hero-4px.jpg') left -16px repeat-x;
   margin-bottom: 12px;
   position: relative;
}

.c25v2 .content-right {
   float: right;
   width: 252px;
}

.c25v2 .content-left {
   margin: 0 276px 0 24px;
   padding: 29px 0 28px 0;
   %padding-bottom: 25px;
}

.c25v2 h3 {
   margin: 0;
   padding: 0 0 8px 0;
   font-family: arial;
   font-size: 20px;
   font-weight: normal;
   line-height: 23px;
   color: #fff;
}

.c25v2 p {
   margin: 0 0 27px 0;
   padding: 0;
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   line-height: 17px;
   color: #fff;
}

.c25v2 a {
   margin: 0;
   padding: 0;
}

.c25v2 a img {
   border: none;
   margin: 0;
   padding: 0;
}


/* rounded corners: includer.js - cdc.util.addCorners() */

.c25v2 .cl-top-corners {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 0 0 no-repeat;
   height: 4px;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   font-size: 0;
}

.c25v2 .cl-top-corners span {
}

.c25v2 .cl-bottom-corners {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 0 -12px repeat-y;
   height: 4px;
   width: 100%;
   font-size: 0;
   position: absolute;
   bottom: 0;
   left: 0;
}

.c25v2 .cl-bottom-corners span {
}
/*
 * END /web/fw/w/cl/c25v2.css
 */
/*
 * BEGIN /web/fw/w/cl/c25v7.css
 */
/*
c25v7.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c25v7: Hero - Image Only - Short
*************************************************************
*/

.c25v7 {
   background: #c4d3d6 url('/web/fw/i/cl-sprite-hero-4px.jpg') left -16px repeat-x;
   margin-bottom: 12px;
}

.c25v7 .content-right {
   float: right;
   width: 252px;
   padding: 6px 0 10px;
}
   .c25v7x3 .content-right {
      padding: 26px 0 30px;
   }

.c25v7 .content-left {
   margin: 0 276px 0 24px;
   padding: 29px 0 28px 0;
   %padding-bottom: 25px;
}

.c25v7 h3 {
   margin: 0;
   padding: 0 0 8px 0;
   font-family: arial;
   font-size: 20px;
   font-weight: normal;
   line-height: 23px;
   color: #fff;
}

.c25v7 p {
   margin: 0 0 27px 0;
   padding: 0;
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   line-height: 17px;
   color: #fff;
}

.c25v7 a {
   margin: 0;
   padding: 0;
}

.c25v7 a img {
   border: none;
   margin: 0;
   padding: 0;
}


/* rounded corners: includer.js - cdc.util.addCorners() */

.c25v7 .cl-top-corners {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 0 0 no-repeat;
   height: 4px;
   width: 100%;
   position: relative;
   top: 0;
   left: 0;
   font-size: 0;
}

.c25v7 .cl-top-corners span {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 100% -4px no-repeat;
   height: 4px;
   width: 100%;
   position: absolute;
   top: 0;
   right: 0;
}

.c25v7 .cl-bottom-corners {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 0 -12px repeat-y;
   height: 4px;
   width: 100%;
   font-size: 0;
   position: relative;
   bottom: -23px;
   %bottom: 0;
   left: 0;
}
   .c25v7x3 .cl-bottom-corners {
      bottom: -63px;
      %bottom: 0;
   }

.c25v7 .cl-bottom-corners span {
   display: block;
   background: url('/web/fw/i/cl-sprite-hero-4px.jpg') 100% -8px no-repeat;
   height: 4px;
   width: 100%;
   bottom: 0;
   position: relative;
   right: 0;
}

/*
 * END /web/fw/w/cl/c25v7.css
 */
/*
 * BEGIN /web/fw/w/cl/c25v8/c25v8.css
 */
/*
c25v8.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
c25v8: Hero - Video and Image Carousel
*************************************************************
*/

.c25v8 {
   /* margin-bottom: 12px; */
   position: relative;
}

/*
 * END /web/fw/w/cl/c25v8/c25v8.css
 */

/* ---------- COMPONENT 'C26': Lightbox --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c26v1/c26v1.css
 */
/* DEPENDENCY!
* "c26v1" requires "c16v3"
* (lightbox requires video player)
*/

/*
 * c26v1.css - formally known as spotlightbox.css
 * Revision: 1.2 
 *
 * (c) 1992-2008 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

.c26v1 {  /* Default class for lightbox component */
    display:none;
    background-color:#fff;
    min-width:485px;
    _width:485px; /* ie7 does min-width */
    text-align:center;
    position:fixed;
    _position:absolute;
    top:108px;
    border:1px solid #666;
    left:198px;
    margin-left:0; /* To override the style that is applying from cl-base.css */
    font-size:large;
}
.c26v1 h2 { /* Styles for the lightbox title */
    margin:12px 75px 10px 14px;
    padding:0;
    text-align:left;
    font-size:104.2%;
    color:#336666;
}

.c26v1 .lb-close {/* Styles for the close button in the lightbox */
    position:absolute;
    top:14px;
    right:15px;
    font-size:small;
}
.c26v1 .lb-close a:link { /* Styles for the close button anchor within the lightbox */
    color:#666;
    text-decoration:none;
    outline:none;
    font-size:99.1%;
}
.c26v1 .lb-close a:hover {
	 text-decoration:none !important;
}
.c26v1 .lb-close img {/* Styles for the close button X image within the lightbox */
    padding-left:4px;
    border:0 none;
}
.c26v1 .lb-caption { /* Unused styles in this refactoring for the lightbox caption */
    margin-bottom:15px;
    text-align:left;
    padding:0 15px;
    color:#2f6681;
    font-size:109.5%;
    line-height:109%;
    width:480px;
}
.c26v1 .c16v3 { /* Styles for the lightbox video content holder div */
    margin:auto;
    padding:0 15px 11px;
}
.jqmOverlay {
    _overflow:hidden !important; /* IE Fix for Infinite Scroll */
    background-color:#666;
}

html { _overflow:scroll;  }  /* IE Fix for Infinite Scroll */

/* Sitecopy overrides */

#framework-content-main .sitecopy .item .c26v1 h2  {
	font-size:104.2%;
}
#libra .sitecopy .item .c26v1 h2 {
	color:#336666;
}
.sitecopy .item .c26v1 h2 {
	color:#336666;
	font-size:104.2%;
	margin:12px 75px 10px 14px;
	padding:0;
	text-align:left;
}

#framework-content-main .sitecopy .c26v1 a {
	font-size:100%;
}
/*
 * END /web/fw/w/cl/c26v1/c26v1.css
 */

/* ---------- COMPONENT 'C28': Generic Elements ------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/c28.css
 */
/*

Revision: 1.2 

Provides classes for component C28, all variations: general portlet [C28v0?]

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/* C28 general portlet */
.c28 {
    border:1px solid #ccc;
    margin:0 16px 12px 0;
    background-color:#fff;
    font-size:86%;
    color:#333;
    zoom:1;
    }
    body:first-of-type .c28 { line-height:1.3em; } /* safari */

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

.c28 h4 {
    /* height:21px; ck: b313 */
    padding:4px 0 3px; /* ck: b313 6px; */
    border-bottom:1px solid #ccc;
    background-color:#e9f0fc;
    text-indent:10px;
    }

.c28 ul, .c28 ol {
    list-style:none;
    margin:8px 10px 0;
    padding-bottom:10px; /* IE likes padding */
    }

.c28 p {
    line-height:1.2em;
    }


/*
 * END /web/fw/w/cl/c28.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v1.css
 */
/*

Revision: 1.2 

Provides classes for component C28v1: Support Portlet - Product Selection

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v1: Product Selection
*************************************************************
*/

.c28v1 { background-color:#e9f0fc; }
.c28v1 h4 {
    font-size:135%;
    padding:2px 0 1px; /* ck: b312 */
    }

/*
*************************************************************
C28v1 - A11v1: Product Selection Autosuggest
*************************************************************
*/

.c28v1 .a11v1 {
    height:30px;
    padding:8px 0 0 10px; /* ck: b312, 8px 0 2px 10px */
    %padding-top:6px;
    %padding-bottom:3px;
    }
    body:first-of-type .c28 .a11v1 { padding-bottom:3px; } /* safari */

.c28v1 .a11v1 a {
    text-decoration:none;
    color:#333 !important;
    float:left;
    margin-top:3px; /* ck: b312, 4px */
    %margin-top:5px; /* ck: b313 */
    %margin-left:7px; /* ck: b257 */
    }
.c28v1 .a11v1 form {
    float:left;
    }
.c28v1 .a11v1 #searchstring {
    /* font-size:120%;
    padding:2px 2px 0;
    %margin-right:1px; */
    }
    body:first-of-type .c28 .a11v1 #searchstring { /* font-size:130%; */ } /* safari */
.c28v1 .a11v1 #pssubmitbutton {
    /* top:-2px;
    %top:1px; */
    }


/* show/hide categories */

.c28v1 .a11v1 a .hide-text,
.c28v1 .a11v1 a .show-text {
    display:block; /*ck: b424 */
    background:transparent url(/web/fw/i/sprite-plusminus-sm.gif) 0 -20px no-repeat;
    padding-left:14px;
    margin-left:4px; /* ck: b312, 2px */
    %margin-left:0px; /* ck: b312 */

    }
.c28v1 .a11v1 a .show-text {
    background-position: 0 2px;
    display:none;
    }

/*
*************************************************************
C28v1: Product Category Lists
*************************************************************
*/
.c28v1 .as-showoptions {
    height:237px; /* ck: b312 233 */
    %height:236px; /* ck: ie redline bug */
    overflow:auto;
    overflow-x:hidden;
    }
.c28v1 .as-showoptions ul {
    margin-top:5px;  /* ck: b312 */
    margin-right:15px; /* ck: b312 */
    width:186px; /* ck: b312, 192 */
    float:left;
    %margin-right:14px; /* ck: b312 */
    _margin-left:5px;
    _margin-right:17px; /* ck: b312 */
    }
.c28v1 .as-showoptions li {
    line-height:145.2%; /* ck: b312 */
    margin-bottom:6px; /* ck: b312, 8px */
    }

/*
 * END /web/fw/w/cl/c28v1.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v2.css
 */
/*

Revision: 1.2 

Provides classes for component C28v2: Support Portlet - Task Selector

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v2: Support Portlet - Task Selector
*************************************************************
*/

.c28v2 {
    background-color:#e9f0fc;
    font-size:inherit;
    %font-size:120%; /* ck: b313 */
    }
.c28v2 h4 {
    font-size:120%;
    %font-size:100%; /* ck: b313 */
    padding:2px 0 1px; /* ck: b313 */
    }

.c28v2 ul {
    margin:5px 4px 0px; /* ck: b313 5 4 1 */
    }
.c28v2 a {
    height:30px; /* ck: b322 was 30px */
    display:block;
    padding-left:46px; /* ck: b322 was 50px */
    padding-top:13px;
    }


.c28v2 li a:link,
.c28v2 li a:visited,
.c28v2 li a:hover { background:transparent url(/web/fw/i/common_tasks.png) no-repeat 0px 0px; }

.c28v2 .task-troubleshoot a:link,
.c28v2 .task-troubleshoot a:visited {
    background-position:0px -86px;
    }
.c28v2 .task-troubleshoot a:hover {
    /* background-position:-212px 0px; ck: b513  */
    background-position:-212px -86px;
    }
.c28v2 .task-install a:link,
.c28v2 .task-install a:visited {
    /* background-position:0px -43px; ck: b513  */
    background-position:0px -129px;
    }
.c28v2 .task-install a:hover {
    /* background-position:-212px -43px; ck: b513  */
    background-position:-212px -129px;
    }
.c28v2 .task-maintain a:link,
.c28v2 .task-maintain a:visited {
    /* background-position:0px -86px; ck: b513  */
    background-position:0px -215px;
    }
.c28v2 .task-maintain a:hover {
    /* background-position:-212px -86px; ck: b513  */
    background-position:-212px -215px;
    }
.c28v2 .task-configure a:link,
.c28v2 .task-configure a:visited {
    /* background-position:0px -129px; ck: b513  */
    background-position:0px -43px;
    }
.c28v2 .task-configure a:hover {
    /* background-position:-212px -129px; ck: b513 */
    background-position:-212px -43px;
    }
.c28v2 .task-design a:link,
.c28v2 .task-design a:visited {
    background-position:0px -172px; /* ck: b513 Correct */
    }
.c28v2 .task-design a:hover {
    background-position:-212px -172px; /* ck: b513 Correct */
    }
.c28v2 .task-download a:link,
.c28v2 .task-download a:visited {
    /* background-position:0px -215px; ck: b513 */
    }
.c28v2 .task-download a:hover {
    /* background-position:-212px -215px; ck: b513 */
    background-position:-212px 0px;
    }
.c28v2 li.task-download { margin-bottom:2px; }


/*
 * END /web/fw/w/cl/c28v2.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v3.css
 */
/*

Revision: 1.2 

Provides classes for component C28v3: Support Portlet - Horizontal Links with Feature

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v3: Horizontal Links with Feature
*************************************************************
*/

.c28v3 h5 { margin:0 0 4px; }
.c28v3 ul {
    margin-top:7px; /* ck: bug fix to make it 151px */
    zoom:1;
    }
.c28v3 ul:after {
    /* clearfix */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
.c28v3 li {
    float:left;
    border-right:1px solid #ccc;
    margin:4px 4px 0 0;
    padding:0 6px 1px 0; /* ck: b324 top 2px */
    }
.c28v3 .li-last {
    border-right:none;
    margin-right:0;
    padding-right:0;
    }
.c28v3 div {
    border-top:1px solid #ccc;
    margin:-2px 10px 12px;
    /* _margin-bottom:12px;  ck: redline bug */
    padding-top:8px;
    }
.c28v3 p { padding-right:0; } /* ck: b324 2px seems it is built in to the text */

/*
 * END /web/fw/w/cl/c28v3.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v4.css
 */
/*

Revision: 1.2 

Provides classes for component C28v4: Support Portlet - Links

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v4: Support Portlet - Links
*************************************************************
*/

.c28v4 li { margin-bottom:0.36em; }
.c28v4 li img { padding-left:2px; }
/*
 * END /web/fw/w/cl/c28v4.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v5.css
 */
/*

Revision: 1.2 

Provides classes for component C28v5: Support Portlet - Icon & Description

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v5: Support Portlet - Icon & Description
*************************************************************
*/

.c28v5 p {
    margin: 7px 10px 0 58px; /* ck: b326 */
    padding-bottom:9px; /* 11 IE likes padding */
    _margin-left:56px;
    _float:none;
    }
.c28v5 img {
    float:left;
    margin:7px 10px;
    }

/*
 * END /web/fw/w/cl/c28v5.css
 */
/*
 * BEGIN /web/fw/w/cl/c28v6.css
 */
/*

Revision: 1.2 

Provides classes for component C28v6: Support Portlet - Selector (dropdown)

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
C28v6: Support Portlet - Selector (dropdown)
*************************************************************
*/
.c28v6 form { display:none; }
.c28v6 select {
    width:142px;
    margin:11px 32px 12px 12px; /* ck: b330 bottom 12px */
    padding:1px;
    font-size:inherit;
    %font-size:110%; /* ck: b330 makes box 21px tall */
    }
.c28v6 option { font-size:inherit; }

/*
 * END /web/fw/w/cl/c28v6.css
 */

/* ------ CATEGORY 'G': Global ---------------------------------------------------- */

/* ------ CATEGORY 'N': Navigation ------------------------------------------------ */

/* ---------- COMPONENT 'N03': Category --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/n03v6.css
 */
/*

Revision: 1.2 

Provides classes for component N03v6: Product List

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/


/*
*************************************************************
N03v6 - Product List
*************************************************************
*/

/* from .tab-content-container .section-list */
div.n03v6 {
	margin-bottom: 6px;
	clear: both;
	%height: 1%;
	width: 100%;
}

/* from .tab-content-container .section-list:after */
div.n03v6:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* from .tab-content-container .section-list h3 */
div.n03v6 h3 {
	margin-bottom: 0;
	padding-bottom: 11px;
	color: #666;
	font-size: 127.6%;
	line-height: 128.8%;
	%font-size: 127%;
	%line-height: 1.28em;
	/* margin: -4px 0 8px 0; */
}

/* from .tab-content-container .prodlist */
div.n03v6 ul {
	margin:0px 0px 0px -15px;
	padding: 0 0 3px 0;
}

div.n03v6 ul li {
	width: 100%;
	list-style-type:none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 3px;
        %padding: 0px 0px 9px 3px;
	clear: left;
}

/* from .tab-content-container .prodlist .prodimg */
div.n03v6 img {
	float: left;
	padding: 0px 35px 12px 0px;
	/* vertical-align: bottom; */
	margin: 0px;
	margin-left:10px;

}


/* from .tab-content-container .prodlist .prodtext */
div.n03v6 ul div {
	float:left;
	%height: 1%;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

div.n03v6 ul div.narrow {
	float:left;
	%height: 1%;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

div.n03v6 a {
	display: block;
	margin: -3px 0px 7px 0px;
    padding: 0px;
	font-size: 109.6% !important;
	font-weight: bold;
	line-height: 123%;
	color:#2F6681;
}

/* Overrides for sitecopy */

.sitecopy .n03v6{
	font-size:100%;
}
.sitecopy .n03v6 h3{
	font-size:100% !important;
	margin-bottom:10px !important;
}
.sitecopy div.n03v6 a {
	text-decoration:none !important;
	%font-size:98% !important;
}
.sitecopy .n03v6 p{
	font-size:100% !important;
	%font-size:95% !important;
}

.sitecopy div.n03v6 img {
	%margin-left: 10px;
}
/*
 * END /web/fw/w/cl/n03v6.css
 */
/*
 * BEGIN /web/fw/w/cl/n03v8.css
 */
/*

Revision: 1.2 

Provides classes for component N03v8: Related Solutions

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/


/*
*************************************************************
N03v8 - Related Solutions ('Part of These SMB Solutions')
*************************************************************
*/

/* from .tab-content-container .section */
div.n03v8 {
	margin-bottom: 6px;
	clear: both;
	%height: 1%;
	font-size:x-small;
}

/* from .tab-content-container .section:after */
div.n03v8:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* from .tab-content-container h3 */
div.n03v8 h3 {
	color: #666;
	font-size: 140.3%;
	line-height: 128.8%;
    %font-size: 130%;
	_font-size: 140%;
 	%line-height: 1.28em;
	margin: -4px 0 8px 0;
	%margin-top:0;
}

/* from .minispotlist */
div.n03v8 ul {
	display: inline;
	width:205px;
        margin: 0px 25px 0px -15px;
        %margin: 0 25px 0 0;
        padding: 3px 0px 0px 0px;
}

/* from .minispot */
div.n03v8 ul li {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	%padding: 0px 0px 9px 3px;
	float:left;
	width:211px;
	%width:220px;
	%font-size:80%;
}

div.n03v8 ul div {
	float: left;
	width: 170px;
}

/* from .minispot img */
div.n03v8 img {
	float:left;
	padding-right:7px;
}

/* from .minispot .minispottext */
div.n03v8 p {
	float:left;
	width:170px;
    margin-top: 0px;
    padding: 2px 0px 0px 0px;
	font-size:100.3% !important;
	%font-size:125% !important;
}

div.n03v8 a {
	margin:0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 110%;
	%font-size: 140%;
	font-weight: bold;
	line-height: 123%;
	color:#2F6681;
}

div.n03v8 hr {   clear:both;
   height:1px;
   color:#CCCCCC;
   background-color:#CCCCCC;
   border:medium none;
   margin: 14px 0px 18px 0px;
   %margin: -13px 0px 11px 0px;
   padding: 0px;
}
/* Overrides for sitecopy */

.sitecopy div.n03v8{
	font-size:105%;
	%font-size:110% !important;
}
.sitecopy div.n03v8 h3{
	font-size:100% !important;
	%font-size:95% !important;
	margin:0 0 8px 0 !important;
}
.sitecopy div.n03v8 a{
	text-decoration:none !important;
	font-size:110% !important;
	%font-size:100% !important;
	_font-size:90% !important;
}

.sitecopy div.n03v8 ul li {
	%font-size:80% !important;
	_font-size:88% !important;
}
.sitecopy div.n03v8 p {
	%font-size:90% !important;
	_font-size:85% !important;
}
/*
 * END /web/fw/w/cl/n03v8.css
 */

/* ---------- COMPONENT 'N04': Graphical Nav ---------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/n04v4/n04v4.css
 */
/*
 * n04v4.css - Graphical Navigation (Formerly implemented via smb-hero.css)
 * Revision: 1.3 
 *
 * (c) 1992-2008 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/* Component class */

.n04v4{
 position:relative;
 min-height:216px;
 _height:216px;
 border:2px solid #ccc;
 margin: 15px 0;
 width:904px;
 %font-size:x-small;
}


/* JS version hero-nav height */
.n04v4.n04v4js{
 min-height:108px;
 %height:110px;
}

/* Icon Title Text */
.n04v4 a{
 text-decoration:none;
}
/* Icon Title Text : on hover */
.n04v4 a:hover{
 text-decoration:underline;
}
/* Top/Bottom icon set alignment */
.n04v4 .section1,
.n04v4 .section2{
 position:relative;
 background-repeat:no-repeat;
}
/* Top/Bottom links positioning - Non JS Version */
.n04v4 a.vtab{
 min-height:58px;
 _height:58px;
 padding:50px 20px 0 20px;
 font-size:145.5%;
 %font-size:150%;
 _font-size:145.5%;
 font-weight:bold;
 display:block;
 width:180px;
 %padding-bottom:2px !important;
}

/* Top/Bottom links positioning - JS Version */
.n04v4.n04v4js  a.vtab{
 min-height:35px;
 _height:35px;
 padding:18px 20px 2px 20px;
 width:180px;
}


/* bottom tab background on hover */
.n04v4 .bottom{
 background:url(/web/fw/w/cl/n04v4/vtab-prod-on.jpg) left bottom no-repeat;
 width:904px;
}

/* Top tab background - JS version */
.n04v4.n04v4js  .top.taboff {
 background:url(/web/fw/w/cl/n04v4/vtab-sol-off.jpg) left bottom no-repeat;
}

/* Width of top tab  */
.n04v4 .top{
 width:904px;
}

/* Top tab background on hover- JS version */
.n04v4.n04v4js .top{
 background:url(/web/fw/w/cl/n04v4/vtab-sol-on.jpg) left -56px no-repeat;
}

/* Bottom tab background - JS version */
.n04v4.n04v4js .bottom.taboff{
 background:url(/web/fw/w/cl/n04v4/vtab-prod-off.jpg) left top no-repeat;
 width:220px;
}

/* Icon title links - JS version */
.n04v4.n04v4js .taboff a.vtab{
 color:#4f7aa6;
}

.n04v4.n04v4js .taboff .item-list{
 display:none;
}

/* Icons alignment in top/bottom tabs  */
.n04v4 .item-list {
 width:686px;
 position:absolute;
 top:0px;
 left:220px;
 text-align:center;
 display:block;

}

/* Bottom tab default icons alignment  */
.n04v4.n04v4js .bottom .item-list{
 top:-55px;
}

.n04v4.n04v4js .top .item-list{
 %top:0px;
}

/* Icon text alignment  */
.n04v4 .item-list .navlink {
 display:block;
 height:102px;
 background-repeat:no-repeat;
 font-weight:bold;
 color:#2f6681;
 padding:8px 0px 0px 0px;
}

/* Icon text visited link color */
#n04v4 a:visited {
 color:#2f6681 !important;
}

/* Icons alignment in top/bottom div  */
.n04v4 .item-list div {
 float:left;
 position:relative;
}

/* styles for the hover popup info */

html>body .n04v5 .detail{
 *width:191px; /* special for ie7 */
}

/*info hover caret image alignment */
.n04v5 .detail{
 display:none;
 position:absolute;
 top:88px;
 /*this padding and margin needed for caret image */
 padding-top:8px;
 background:url(/web/fw/w/cl/n04v5/n04v5-caret.gif) top center no-repeat;
 text-align:left;
 width:186px;
 /*_margin-left:-16px;*/
 %margin-left:-5px;
}

/*Info hover text alignment */
.n04v4 .detail-text {
 padding:2px 14px 19px;
 width:164px;
 margin:3px -3px -8px;
 %padding:2px 14px 12px;
}

/* Info hover shadow image alignment  -special for IE */
* html .n04v4 .detail-text  {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/fw/w/cl/n04v5/n04v5-shadow.png',sizingMethod='scale');
 width:166px !important;
 margin:-2px -2px -2px -2px;
 position:relative;
}
html>body .n04v5 .detail-text {
  background:transparent url(/web/fw/w/cl/n04v5/n04v5-shadow.png) no-repeat bottom left;
  margin:-1px 1px 0px -3px;
  position:absolute;
  width:166px !important;
}

* html .n04v4 .detail-text a {
 z-index:1;
 position:relative;
}

/* Title positioning in info hover */
.n04v5 .detail h2{
 font-size:127.5% !important;
 %font-size:135% !important;
 color:#333;
 margin:6px 0 1px;
}

/* Sub Title positioning in info hover  */
.n04v4 .detail-text  .c15v2 {
 padding-bottom:5px;
 border-bottom:#ccc 1px solid;
}

/* Block titles beneath hero nav  */
.n04v5 .detail h3{
 margin-top:5px;
 margin-bottom:-4px;
 color:#333;
 font-weight:bold;
}
/* List style in Info hover  */
.n04v5 .detail ul li{
 margin:0px;
}

.n04v5 .detail ul{
 margin-left:12px;
 _margin-left:16px;
 margin-top:5px;
 padding:0;
 %margin-bottom:0;
}


/* Nav item width specs */
.n04v4 .set4 .item-list div {
 width:171px;
}
.n04v4 .set5 .item-list div {
 width:137px;
}
.n04v4 .set6 .item-list div {
 width:114px;
}
.n04v4 .set7 .item-list div{
 width:98px;
}

/* width for 5 icon case, first item */
.n04v4 .set5 .item-list div.item1{
    width:136px;
}


/* width for 7 icon case, last two items */

.n04v4 .set7 .item6,
.n04v4 .set7 .item7 {
    width:97px;
}


/* Icons Use Case Definitions */
/* 4 default */
.n04v4 .set4 .item1 .navlink {background-position: -27px 0px;}
.n04v4 .set4 .item2 .navlink {background-position: -253px 0px;}
.n04v4 .set4 .item3 .navlink {background-position: -486px 0px;}
.n04v4 .set4 .item4 .navlink {background-position: -711px 0px;}

/* 4 hover   */
.n04v4 .set4 .item1 .navlink:hover {background-position: -27px -110px;}
.n04v4 .set4 .item2 .navlink:hover {background-position: -253px -110px;}
.n04v4 .set4 .item3 .navlink:hover {background-position: -486px -110px;}
.n04v4 .set4 .item4 .navlink:hover {background-position: -711px -110px;}

/* 5 default */
.n04v4 .set5 .item1 .navlink {background-position: -20px 0px;}
.n04v4 .set5 .item2 .navlink {background-position: -206px 0px;}
.n04v4 .set5 .item3 .navlink {background-position: -387px 0px;}
.n04v4 .set5 .item4 .navlink {background-position: -570px 0px;}
.n04v4 .set5 .item5 .navlink {background-position: -752px 0px;}

/* 5 hover   */
.n04v4 .set5 .item1 .navlink:hover {background-position: -20px  -110px;}
.n04v4 .set5 .item2 .navlink:hover {background-position: -206px -110px;}
.n04v4 .set5 .item3 .navlink:hover {background-position: -387px -110px;}
.n04v4 .set5 .item4 .navlink:hover {background-position: -570px -110px;}
.n04v4 .set5 .item5 .navlink:hover {background-position: -752px -110px;}

/* 6 default */
.n04v4 .set6 .item1 .navlink {background-position: -23px 0px;}
.n04v4 .set6 .item2 .navlink {background-position: -173px 0px;}
.n04v4 .set6 .item3 .navlink {background-position: -322px 0px;}
.n04v4 .set6 .item4 .navlink {background-position: -476px 0px;}
.n04v4 .set6 .item5 .navlink {background-position: -623px 0px;}
.n04v4 .set6 .item6 .navlink {background-position: -777px 0px;}
/* 6 hover   */
.n04v4 .set6 .item1 .navlink:hover {background-position: -23px -110px;}
.n04v4 .set6 .item2 .navlink:hover {background-position: -173px -110px;}
.n04v4 .set6 .item3 .navlink:hover {background-position: -322px -110px;}
.n04v4 .set6 .item4 .navlink:hover {background-position: -476px -110px;}
.n04v4 .set6 .item5 .navlink:hover {background-position: -623px -110px;}
.n04v4 .set6 .item6 .navlink:hover {background-position: -777px -110px;}

/* 7 default */
.n04v4 .set7 .item1 .navlink {background-position: -15px 0px;}
.n04v4 .set7 .item2 .navlink {background-position: -145px 0px;}
.n04v4 .set7 .item3 .navlink {background-position: -275px 0px;}
.n04v4 .set7 .item4 .navlink {background-position: -405px 0px;}
.n04v4 .set7 .item5 .navlink {background-position: -535px 0px;}
.n04v4 .set7 .item6 .navlink {background-position: -665px 0px;}
.n04v4 .set7 .item7 .navlink {background-position: -795px 0px;}
/* 7 hover   */
.n04v4 .set7 .item1 .navlink:hover {background-position: -15px -110px;}
.n04v4 .set7 .item2 .navlink:hover {background-position: -145px -110px;}
.n04v4 .set7 .item3 .navlink:hover {background-position: -275px -110px;}
.n04v4 .set7 .item4 .navlink:hover {background-position: -405px -110px;}
.n04v4 .set7 .item5 .navlink:hover {background-position: -535px -110px;}
.n04v4 .set7 .item6 .navlink:hover {background-position: -665px -110px;}
.n04v4 .set7 .item7 .navlink:hover {background-position: -795px -110px;}

/* Info-Hover Positions for each Use Case */

/* 4 icon */
.n04v5 .set4 .item1-detail {left:214px;}
.n04v5 .set4 .item2-detail {left:386px;}
.n04v5 .set4 .item3-detail {left:554px;}
.n04v5 .set4 .item4-detail {left:724px;}

/* 5 icon */
.n04v5 .set5 .item1-detail {left:195px;}
.n04v5 .set5 .item2-detail {left:332px;}
.n04v5 .set5 .item3-detail {left:470px;}
.n04v5 .set5 .item4-detail {left:605px;}
.n04v5 .set5 .item5-detail {left:745px;}

/* 6 icon */
.n04v5 .set6 .item1-detail {left: 180px;}
.n04v5 .set6 .item2-detail {left: 295px;}
.n04v5 .set6 .item3-detail {left: 413px;}
.n04v5 .set6 .item4-detail {left: 524px;}
.n04v5 .set6 .item5-detail {left: 644px;}
.n04v5 .set6 .item6-detail {left: 755px;}

/* 7 icon */
.n04v5 .set7 .item1-detail {left: 177px;}
.n04v5 .set7 .item2-detail {left: 273px;}
.n04v5 .set7 .item3-detail {left: 371px;}
.n04v5 .set7 .item4-detail {left: 469px;}
.n04v5 .set7 .item5-detail {left: 570px;}
.n04v5 .set7 .item6-detail {left: 663px;}
.n04v5 .set7 .item7-detail {left: 760px;}


/* Overrides for sitecopy */

.sitecopy .n04v4{
	font-size:90% !important;
	%font-size:95% !important;
}
.sitecopy .n04v5{
	font-size:100% !important;
}
.sitecopy .n04v4 a{
	text-decoration:none !important;
	color:#2f6681 !important;
}
.sitecopy .n04v4 a.vtab{
	font-size:130% !important;
}

.sitecopy .n04v4 a:hover{
	text-decoration:underline !important;
}
.sitecopy .n04v5 .detail{
	font-size:92%;
}

.sitecopy .n04v5 .detail h2 {
	color:#333333 !important;
	font-size:127.5% !important;
	margin:6px 0 1px !important;
}

.sitecopy .n04v5 .detail ul {
	margin-left:14px;
	margin-top:5px ;
	padding:0;
}

.sitecopy .n04v5 .detail ul li {
	margin:0 !important;
	list-style:disc;
	padding-top:3px;
	%font-size:100% !important;
}

.sitecopy .n04v5 .detail{
	margin-left:-5px;
}
.sitecopy .n04v5 .detail-text {
  _width:166px !important;
}
/*
 * END /web/fw/w/cl/n04v4/n04v4.css
 */
/*
 * BEGIN /web/fw/w/cl/n04v5/n04v5.css
 */
/*
 * n04v5.css - Infohovers for Graphical Navigation (Formerly implemented via smb-hero.css)
 * Revision: 1.2 
 *
 * (c) 1992-2009 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/* styles for the hover popup info */

html>body .n04v5 .detail{
	*width:191px; /* special for ie7 */
}

/*info hover caret image alignment */
.n04v5 .detail{
	display:none;
	position:absolute;
	top:88px;
	/*this padding and margin needed for caret image */
	padding-top:8px;
	background:url(/web/fw/w/cl/n04v5/n04v5-caret.gif) top center no-repeat;
	text-align:left;
	width:186px;
}

/*Info hover text alignment */
/* TODO: can we use .n04v5 instead of .n04v4 here? */
.n04v4 .detail-text {
	padding:2px 14px 19px;
	width:164px;
	margin:3px -3px -8px;
}

/* Info hover shadow image alignment  -special for IE */
/* TODO: can we use .n04v5 instead of .n04v4 here? */
* html .n04v4 .detail-text  {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/fw/w/cl/n04v5/n04v5-shadow.png',sizingMethod='scale');
	width:194px;
	margin:-2px -2px -2px -2px;
	position:relative;
}
html>body .n04v5 .detail-text {
		background:transparent url(/web/fw/w/cl/n04v5/n04v5-shadow.png) no-repeat bottom left;
		margin:-1px 1px 0px -3px;
		position:absolute;
}

/* TODO: can we use .n04v5 instead of .n04v4 here? */
* html .n04v4 .detail-text a {
	z-index:1;
	position:relative;
}

/* Title positioning in info hover */
.n04v5 .detail h2{
	font-size:127.5%;
	color:#333;
	margin:6px 0 1px;
}

/* Sub Title positioning in info hover  */
/* TODO: can we use .n04v5 instead of .n04v4 here? */
.n04v4 .detail-text  .c15v2 {
	padding-bottom:5px;
	border-bottom:#ccc 1px solid;
}

/* Block titles beneath hero nav  */
.n04v5 .detail h3{
	margin-top:5px;
	margin-bottom:-4px;
	color:#333;
	font-weight:bold;
}
/* List style in Info hover  */
.n04v5 .detail ul{
	margin-left:12px;
	_margin-left:16px;
	margin-top:5px;

}

/* Info-Hover Positions for each Use Case */

/* 4 icon */
.n04v5 .set4 .item1-detail {left:214px;}
.n04v5 .set4 .item2-detail {left:386px;}
.n04v5 .set4 .item3-detail {left:554px;}
.n04v5 .set4 .item4-detail {left:724px;}

/* 5 icon */
.n04v5 .set5 .item1-detail {left:195px;}
.n04v5 .set5 .item2-detail {left:332px;}
.n04v5 .set5 .item3-detail {left:470px;}
.n04v5 .set5 .item4-detail {left:605px;}
.n04v5 .set5 .item5-detail {left:745px;}

/* 6 icon */
.n04v5 .set6 .item1-detail {left: 180px;}
.n04v5 .set6 .item2-detail {left: 295px;}
.n04v5 .set6 .item3-detail {left: 413px;}
.n04v5 .set6 .item4-detail {left: 524px;}
.n04v5 .set6 .item5-detail {left: 644px;}
.n04v5 .set6 .item6-detail {left: 755px;}

/* 7 icon */
.n04v5 .set7 .item1-detail {left: 177px;}
.n04v5 .set7 .item2-detail {left: 273px;}
.n04v5 .set7 .item3-detail {left: 371px;}
.n04v5 .set7 .item4-detail {left: 469px;}
.n04v5 .set7 .item5-detail {left: 570px;}
.n04v5 .set7 .item6-detail {left: 663px;}
.n04v5 .set7 .item7-detail {left: 760px;}



/*
 * END /web/fw/w/cl/n04v5/n04v5.css
 */

/* ---------- COMPONENT 'N05': Link Lists ------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/n05v15.css
 */
/*
n05v15.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/
.n05v15 {border:1px solid #ccc; position:relative; }
.n05v15 ul { width:33.3%; float:left; padding:0 0 22px;  list-style-type:none; list-style-position:outside; }
.n05v15 h3 { margin:11px 11px 9px; padding-bottom:7px; border-bottom:1px solid #ccc; }
.n05v15 li { margin: 0 18px 5px 12px; }
.n05v15 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 0 no-repeat; height:4px; width:100%; position:absolute; top:-1px; left:-1px; font-size:0;}
.n05v15 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -4px  no-repeat;  height:4px; width:100%; position:absolute; top:0; right:-2px;}
.n05v15 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-1px; left:-1px; font-size:0;}
.n05v15 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:-0px; right:-2px;}
.n05v15 div {zoom:1; /* this style for ie float behavior, trying without wrapper class */ }
.n05v15 div:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*
 * END /web/fw/w/cl/n05v15.css
 */
/*
 * BEGIN /web/fw/w/cl/n05v16.css
 */
/*
n05v16.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
n05v16 - Navigation - List - Solutions List w/ Optional Image
*************************************************************
*/


.n05v16 {
  border: 1px solid #ccc;
  padding: 0 18px 9px 12px !important;
}
.n05v16 h3 {
  background: #dfdfdf url('/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif') 0 0 repeat-x;
  border-bottom: 1px solid #ccc;
  padding: 7px 12px;
  margin: -4px -18px 17px -12px;
}
.n05v16 img {
  position: relative;
  float: left;
  margin-top: 3px;
  margin-right: 12px;
}
.n05v16 p {
  background: transparent;
  margin-bottom: 14px;
}
.n05v16 .p-first {
  margin-left: 162px;
}
.n05v16 h4 {
  color: #2970a6;
}
.n05v16:after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  visibility:hidden;
}
.n05v16 {
  zoom:1;  /* this style for ie float behavior */
}

.n05v16 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:-1px; left:-13px; font-size:0;}
.n05v16 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-32px;}
.n05v16 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-10px; left:-13px; font-size:0;}
.n05v16 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:-0px; right:-32px;}
/*
 * END /web/fw/w/cl/n05v16.css
 */
/*
 * BEGIN /web/fw/w/cl/n05v17/n05v17.css
 */
/*
n05v17.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
n05v17 - list - dated link list with footer links
*************************************************************
*/


.clp .n05v17 {
  border: 1px solid #e9e9e9;
  background: #eee;
  padding:0 12px 17px;
}

.clp .n05v17 h3{
  background: #dfdfdf url(/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif) repeat-x 0 0;
  padding:9px 12px 6px;
  border-bottom:1px solid #ccc;
  margin:-4px -12px 17px;
}


.clp .n05v17 ul {
  list-style:none outside;
  margin-bottom:14px;
}

.clp .n05v17 li {
  margin-bottom:8px;
}

.clp .n05v17 .separator { padding:0 4px; }

.clp .n05v17 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:-1px; left:-13px; font-size:0;}
.clp .n05v17 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-26px;}
.clp .n05v17 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-18px; left:-13px; font-size:0;}
.clp .n05v17 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:-26px;}
/*
 * END /web/fw/w/cl/n05v17/n05v17.css
 */

/* ---------- COMPONENT 'N09': Category Home Listings ---------------------*/
/*
 * BEGIN /web/fw/w/cl/n09v4.css
 */
/*
n09v4.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
n09v4 - Product Portfolio - Two column product list, per category
*************************************************************
*/


.n09v4 {
  margin-bottom: 7px !important;
/*  %margin-bottom: -2px !important;
    -- interferes with border; might need another way to tweak margin? */
  border-bottom: 1px solid #ddd;
}

.n09v4-last, .n09v4-flat {
  border-bottom:0;
  %margin-bottom: -2px !important;
}
.n09v4 h4 {
  margin: 0 0 8px;
  font-size: 109%;
  clear:both;
}
.n09v4 ul {
  float: left;
  width: 50%;
}
.n09v4 li {
  padding: 0 0 8px;
  list-style:none;
  list-style-position: outside;
}
.n09v4 .col-left li {
  margin-right: 24px;
}
.n09v4 .col-right li {
  margin-left: 12px;
  margin-right: 12px;
}
.n09v4:after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  visibility:hidden;
}
.n09v4 {
  zoom:1; /* this style for ie float behavior, trying without wrapper class */
}


/*
 * END /web/fw/w/cl/n09v4.css
 */

/* ---------- COMPONENT 'N19': Featured Content Escape Hatches ---------------------*/
/*
 * BEGIN /web/fw/w/cl/n19.css
 */
/*
n19.css: Tip Navigator (Featured Content/Small Business)
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

.n19 {
   border:1px solid #ccc;
   background:#eee;/* top background color & attach gradient image at bottom repeat-x;*/
   padding:11px 11px 15px;
   position:relative;
   zoom:1; /* idiotic ie bug. can't see positioned images unless this 'has layout' !!!!! */
}


.n19 .cta {
   padding-left:13px;
   background:url(/web/fw/i/arrow_transp_5x9.gif) no-repeat center left;
}

.n19 h3 {
   margin-bottom:3px;
}


.n19 p {
   line-height:141%;
   margin-bottom:12px;
}


.n19 img {
   float:right;
   padding:2px 0 12px 12px;
}


.n19 .cl-top-corners {
   display:block;
   background:url(/web/fw/i/4px_corners_ccc.gif) 0 0 no-repeat;
   height:4px;
   width:100%;

position:relative;

top:-12px;
   left:-12px;
   font-size:0;

}

.n19 .cl-top-corners span {
   display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -4px  no-repeat;
   height:4px;
   width:100%;

position:absolute;

top:0;

   right:-24px;

}

.n19 .cl-bottom-corners {
   display:block;

background:url(/web/fw/i/4px_corners_ccc.gif) 0 4px repeat-y;
   height:4px;
   width:100%;
   font-size:0;
   position:relative;
   bottom:-16px;
   left:-12px;

}

.n19 .cl-bottom-corners span {
   display:block;
   background:url(/web/fw/i/4px_corners_ccc.gif) 100% -8px  no-repeat;
   height:4px;
   width:100%;
   bottom:-0px;
   position:relative;
   right:-24px;
}
/*
 * END /web/fw/w/cl/n19.css
 */

/* ---------- COMPONENT 'N21': Product Drawer ---------------------*/

/*
 * BEGIN /web/fw/w/cl/n21/n21.css
 */
/*
 * n21.css: Product Drawers
 * Revision: 1.2 
 *
 * (c) 1992-2009 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

.n21 {
  	position:relative;
	%zoom:1;
	%padding-top:4px;
}
.c17v1 .infotab .n21 {
    margin:0 -12px !important;  /* stretches all the way across tab */
    %margin-left:-29px !important;
}

ul.n21, .n21 .items, .n21 .infolinks {
	list-style:none;
}

.n21 .series {
	position:relative;
	min-height:100px;
	_height:100px;
	background:url("/web/fw/i/category_bg_2x200.gif") repeat-x;
	padding:20px 12px 0;
	border-bottom:1px solid #ccc;
	%zoom:1;
	%margin:-3px 0;
	%padding-top:23px;
	%border-left:1px solid #ccc;
}

.n21 .prodinfo {
	float:left;
	margin-right:124px;
}

.n21 .notice {
	color:#9a3435;
	padding-left:10px;
}

.n21 .items {
  	background:url("/web/fw/i/separator_bg_2x6.gif") bottom repeat-x;
	border-bottom:1px solid #ccc;
	%margin-left:16px;
	%padding:0 12px;
	%border-left:1px solid #ccc;
}

.n21 .items li {
	padding:20px 0;
	margin:0 12px;
	border-bottom:1px solid #eee;
	%zoom:1;
	%margin-top:-3px;
	%margin-left:-18px;
	%padding-left:18px;
}

.n21 ul.details {
	list-style:disc outside;
	margin: 0 0 0 116px;
	padding:0;
	%padding-left:12px;
	%zoom:1;
	%position:relative; /* These 3 so IE doesn't cut off the top of the bullet */
	%top:-5px;
	%padding-top:10px;
}

.n21 ul.details li  {
	padding:0;
	border:none;
	vertical-align:top;
	%margin-bottom:4px;
	%margin-left:4px;
	%position:relative; /* These 2 so IE doesn't cut off the top of the bullet */
	%top:-3px;
}

.n21 ul.details img {
	height:7px;
	width:59px;
}
.n21 ul.infolinks {
	width:104px;
	float:right;
	margin:13px 0 0 -136px;
	%margin:10px -10px 0 -112px;
	z-index:10;
	zoom:1;
	padding:0;
}

.n21 ul.infolinks li {
	padding:5px 0;
	border-width:0 0 1px;
	%margin-left:-12px;
	margin-right:0;
}

.n21 ul.infolinks li.last {
	border:none;
}

.n21 img.product {
	width:100px;
	height:80px;
}

.n21 h3, .n21 h4  {
	margin: -80px 0 4px 114px;
	%margin-top:-87px;
}

.n21 h4 {
	zoom:1;
}

.n21 h3.noimg, .n21 h4.noimg {
	margin-top:0;
}

.n21 .series h3 a {
	font-size:90.9%;
}

.n21 p {
	font-size:109.1%;
	margin:0 12px 0 114px;
	padding-bottom:36px;
}

.n21 a.show {
	display:block;
	padding:12px 12px 9px 0;
	text-align:right;
	position:absolute;
	right:0; bottom:0;
}
.n21 a.show:hover {
	text-decoration:inherit;
}

.n21 a.show .icon {
	height:13px;
	padding-right:25px;
	display:inline-block;
	margin-bottom:-2px;
}
.n21 .hidetext {
	display:none;
	min-height:12px;
	_height:12px; /* ie7 knows min-height */
}
.n21 .hidetext .icon {
	background: url("/web/fw/i/expand_contract_icon_sprite.gif") no-repeat right -66px;
}
.n21 .hidetext:hover .icon {
	background-position:right -99px;
	text-decoration:none;
}

.n21 .showtext .icon {
	background: url("/web/fw/i/expand_contract_icon_sprite.gif") no-repeat right top;
}
.n21 .showtext:hover .icon{
	background-position:right -33px;
	text-decoration:none;
}
.n21 a.show:hover .text {
	text-decoration:underline;
}
/*
 * END /web/fw/w/cl/n21/n21.css
 */

/* ---------- COMPONENT 'N22': Feature Carousel ---------------------*/
/*
 * BEGIN /web/fw/w/cl/n22v1/n22v1.css
 */
/*
n22v1.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
n22v1 - feature carousel - title, description, links within box carousel
*************************************************************
*/


.n22v1 {
   border: 1px solid #e9e9e9;
   background: #eee !important;
   padding: 0 12px !important;
   display: block;
}

.n22v1 h3 {
   background: #dfdfdf url('/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif') 0 0 repeat-x;
   border-bottom: 1px solid #ccc;
   padding: 6px 12px 7px !important;
   margin: -4px -12px 0;
}

.n22v1 ol {
   list-style-type:none;
   list-style-position: outside;
   margin: 16px 0 12px;
   padding: 0;
}

.n22v1 .hidden {
   display: none;
}

.n22v1 p {
   margin-bottom: 14px;
}

.n22v1 .cta-links {
   margin-left: -8px;
}

.n22v1 .cta-links a {
   margin: 0 8px;
}

/* navigation controls */
.n22v1 .carousel-controls {
   position: relative;
   float:right;
   padding-top: 2px;
}

.n22v1 .carousel-previous {
   width: 12px;
   height: 15px;
   float: left;
}

.n22v1 .carousel-next {
   width: 12px;
   height: 15px;
   float: left;
}

.n22v1 #carousel-dots div {
   width: 9px;
   height: 15px;
   float: left;
}

.n22v1 .carousel-dots {
   background: transparent url(/web/fw/w/cl/n22v1/cl-n22v1-sprite.gif) -9px 3px no-repeat scroll;
}

.n22v1 .carousel-dots-on {
   background: transparent url(/web/fw/w/cl/n22v1/cl-n22v1-sprite.gif) -18px 3px no-repeat scroll;
}

.n22v1 .carousel-controls a {
   text-decoration: none;
   display: block;
   width: 100%;
   height: 100%;
}

.n22v1 .carousel-controls a:hover {
   text-decoration: none;
}

.n22v1 .carousel-previous a {
   background: transparent url(/web/fw/w/cl/n22v1/cl-n22v1-sprite.gif) 3px 3px no-repeat scroll;
}

.n22v1 .carousel-next a {
   background: transparent url(/web/fw/w/cl/n22v1/cl-n22v1-sprite.gif) -27px 3px no-repeat scroll;
}

.n22v1:after {
   clear:both;
   content: ".";
   display:block;
   height:0;
   visibility:hidden;
}
.n22v1 {
   zoom:1; /* this style for ie float behavior, trying without wrapper class */
}

.n22v1 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 0 no-repeat; height:4px; width:100%; position:relative; top:-1px; left:-13px; font-size:0;}
.n22v1 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-26px;}
.n22v1 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-1px; left:-13px; font-size:0;}
.n22v1 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:-0px; right:-26px;}


/*
 * END /web/fw/w/cl/n22v1/n22v1.css
 */

/* ------ CATEGORY 'S': Sidebar --------------------------------------------------- */

/* ---------- COMPONENT 'S01': Let Us Help --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s01.css
 */
/*
s01.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
s01: Cisco Assistant
*************************************************************
*/

.s01 {
	border: 1px solid #ccc;
   background: #eee url('/web/fw/i/s01-bg.png') left bottom repeat-x;
   padding: 5px 11px 11px;
	position:relative;
}

.s01 h3 {
   margin: 0;
   padding: 0 0 9px 0;
}

.s01 ul {
   border-top: 1px solid #ccc;
   margin: 8px 0 0 0;
   %margin: 5px 0 0 0;
   padding: 5px 0 0 0;
   %padding: 3px 0 0 0;
}

.s01 li {
   margin: 0;
   %margin-left: -16px;
   padding: 0 0 2px 0;
   %padding: 0;
   list-style: none;
}


/* rounded corners: includer.js - cdc.util.addCorners() */

.s01 .cl-top-corners {
   display: block;
   background: url('/web/fw/i/4px_corners_ccc.gif') 0 0 no-repeat;
   height: 4px;
   width: 100%;
   position: relative;
   top: -6px;
   left: -12px;
   font-size: 0;
}

.s01 .cl-top-corners span {
   display: block;
   background: url('/web/fw/i/4px_corners_ccc.gif') 100% -4px no-repeat;
   height: 4px;
   width: 100%;
   position: absolute;
   top: 0;
   right: -24px;
}

.s01 .cl-bottom-corners {
   display: block;
   background: url('/web/fw/i/4px_corners_ccc.gif') 0 4px repeat-y;
   height: 4px;
   width: 100%;
   font-size: 0;
   position: relative;
   bottom: -12px;
   left: -12px;
}

.s01 .cl-bottom-corners span {
   display: block;
   background: url('/web/fw/i/4px_corners_ccc.gif') 100% -8px no-repeat;
   height: 4px;
   width: 100%;
   bottom: 0;
   position: relative;
   right: -24px;
}
/*
 * END /web/fw/w/cl/s01.css
 */

/* ---------- COMPONENT 'S02': Related --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s02v12.css
 */
/*
s02v12.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
s02v12 - Related - Related Links in Container
*************************************************************
*/


.clp .s02v12 {
  border: 1px solid #e9e9e9;
  background: #eee;
  padding:0 12px 5px;
}

.clp .s02v12 h3 {
  background: #dfdfdf url(/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif) repeat-x 0 0;
  padding:9px 12px 6px;
  border-bottom:1px solid #ccc;
  margin:-4px -12px 6px;
}

.clp .s02v12 ul {
  list-style:none outside;
}

.clp .s02v12 li {
  margin-bottom:8px;
}

.s02v12 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:-1px; left:-13px; font-size:0;}
.s02v12 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-26px;}
.s02v12 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-6px; left:-13px; font-size:0;}
.s02v12 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:-26px;}
/*
 * END /web/fw/w/cl/s02v12.css
 */

/* ---------- COMPONENT 'S04': Feedback -------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s04v3.css
 */
/*

Revision: 1.2 

Provides classes for component S04v3: Feedback

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
S04v3 - Feedback
*************************************************************
*/

.s04v3 {
    font-size:86%;
    border:1px solid #ccc;
    padding:6px 10px 10px;
    margin:0 16px 12px 0;
    }



/*
 * END /web/fw/w/cl/s04v3.css
 */

/* ---------- COMPONENT 'S07': Ad Banner / Promotion ------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s07v3.css
 */
/*

Revision: 1.2 

Provides classes for component S07v3: Ad Banner

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
S07v3 - Ad Banner
*************************************************************
*/

.s07v3 img#bam_img { margin:0; } /* reset margin left */

/*
 * END /web/fw/w/cl/s07v3.css
 */
/*
 * BEGIN /web/fw/w/cl/s07v5.css
 */
/*
s07v5.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
s07v5 - Promotion - Action-Oriented Promo
*************************************************************
*/


.clp .s07v5 {
  border: 1px solid #ccc;
  background: #eee;
  padding:9px 12px 15px;
}

.clp .s07v5 h4 {
   margin-bottom:5px;
   font-size:109.1%;
}

.clp .s07v5 p {
   margin-bottom:11px;
}

.clp .s07v5 .cta {
   background:url(/web/fw/i/arrow_transp_5x9.gif) no-repeat left center;
   padding-left:12px;
}

.s07v5 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:-10px; left:-13px; font-size:0;}
.s07v5 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:-26px;}
.s07v5 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:-16px; left:-13px; font-size:0;}
.s07v5 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_ccc.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:-26px;}
~
/*
 * END /web/fw/w/cl/s07v5.css
 */

/* ---------- COMPONENT 'S14': Graphical Sidebar List --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s14v1.css
 */
/*
s14v1.css
Revision: 1.2 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
s14v1 - Graphical Sidebar List - List with Title & Icons
*************************************************************
*/


.s14v1 {
  border: 1px solid #d6d6d6;
}

.clp .s14v1 h3 {
  background: #d0d0d0 url(/web/fw/i/cl-bkgnd_e9e9e9-dfdfdf.gif) repeat-x 0 0;
  padding:9px 12px 6px;
  margin-top:-4px;
  border-bottom:#aaa 1px solid;
}

.clp .s14v1 ul {
   list-style:none outside;
   background-color:#e7e7e7;
   margin-bottom:-4px;
}

.clp .s14v1 li {
   font-weight:bold;
   line-height:121%;
   border-top:#f4f4f4 1px solid;
   border-bottom:#d6d6d6 1px solid;
}

.clp .s14v1 .twitter a {
  background-position:7px -322px;
}
.clp .s14v1 .podcast a {
  background-position:7px 2px;
}
.clp .s14v1 .multimedia a {
  background-position:7px -43px;
}
.clp .s14v1 .blog a {
  background-position:7px -89px;
}
.clp .s14v1 .news a {
  background-position:7px -137px;
}
.clp .s14v1 .feed a {
  background-position:7px -181px;
}
.clp .s14v1 .discussion a {
  background-position:7px -227px;
}
.clp .s14v1 .design a {
  background-position:7px -273px;
}

.clp .s14v1 li a {
   background:url(/web/fw/i/resources_icons_sprite_20.gif) no-repeat;
   display:block;
   padding:7px 38px 5px;
}

.s14v1 .cl-top-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:0; left:0; font-size:0;}
.s14v1 .cl-top-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:0;}
.s14v1 .cl-bottom-corners { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:0; left:0; font-size:0;}
.s14v1 .cl-bottom-corners span { display:block; background:url(/web/fw/i/4px_corners_e9.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:0;}
/*
 * END /web/fw/w/cl/s14v1.css
 */

/* ---------- COMPONENT 'S15': Graphical Sidebar List --------------------------------------------*/
/*
 * BEGIN /web/fw/w/cl/s15v1.css
 */
/*
s15v1.css
Revision: 1.3 

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
s15v1 - Graphical Sidebar List - List with Background Color
*************************************************************
*/


.clp .s15v1 {
  /* border: 1px solid #ccc; */
}

.clp .s15v1 ul {
   list-style:none outside;
   margin:-4px 0;
}

.clp .s15v1 li {
   font-weight:bold;
   line-height:121%;
   border-top:#6a92a5 1px solid;
   border-bottom:#3b6479 1px solid;
}

.clp .s15v1 li a {
   color:#fff;
   background:#5b8498;
   display:block;
   padding:7px 12px 5px;
}

.clp .s15v1 li a:hover {
   background:#7094a5;
   text-decoration:none;
}
.s15v1 .cl-top-corners { display:block; background:url(/web/fw/i/blue_corners.gif) 0 0 no-repeat; height:4px; width:100%; position:relative;  top:0; left:0; font-size:0;}
.s15v1 .cl-top-corners span { display:block; background:url(/web/fw/i/blue_corners.gif) 100% -4px no-repeat; height:4px; width:100%; position:absolute; top:0; right:0;}
.s15v1 .cl-bottom-corners { display:block; background:url(/web/fw/i/blue_corners.gif) 0 -12px no-repeat; height:4px; width:100%; position:relative; bottom:0; left:0; font-size:0;}
.s15v1 .cl-bottom-corners span { display:block; background:url(/web/fw/i/blue_corners.gif) 100% -8px  no-repeat;  height:4px; width:100%; position:relative; bottom:0; right:0;}
/*
 * END /web/fw/w/cl/s15v1.css
 */
/*
 * END /web/fw/c/cl.css
 */
/*
 * BEGIN /web/fw/w/cl/cl-base-libra.css
 */
/*
cl-base-libra.css
Revision: 1.2 
Provides classes for 8shapes components
(c) 1992-2007 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/* Base class, that sets font size to 11px in the Libra cl-base */
.clb *{
    %font-size:105%;
	}

/* Font Size to 11px For Nested cl's in the Libra cl-base  */
.clb .clb *, /* 2nd level - for all elements */
.clb .clb .clb .clb * , /* 4th level - for all elements */
.clb * *,       /* 1st level - for all nested elements */
.clb .clb * *,  /* 2nd level - for all nested elements */
.clb .clb .clb * * , /* 3rd level - for all nested elements */
.clb .clb .clb .clb * *{font-size:100%; }  /* 4th level - for all nested elements */

/* Overrides for h1 header to achieve 16px font size in IE6/FF3  */
.clb h1{
    %font-size:127%;
    }

/* Overrides for h2 header to achieve 14px font size in IE6/FF3  */
.clb h2{
    %font-size:120%;
    }

/* Overrides for h3 header to achieve 12px font size in IE6/FF3  */
.clb h3{
    %font-size:107%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 16px font size */

.clb .clb h1,
.clb .clb .clb h1,
.clb .clb .clb .clb h1{
    font-size:115.5%;
    %font-size:127%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h2 header to achieve 14px font size */

.clb .clb h2,
.clb .clb .clb h2,
.clb .clb .clb .clb h2{
    font-size:109.2%;
    %font-size:115%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 12px font size */

.clb .clb h3,
.clb .clb .clb h3,
.clb .clb .clb .clb h3{
    font-size:98%;
    %font-size:107%;
    }

/*Styles for the h3 header override to achieve 12px font size within the paragraph section */
.clb span h3{
	font-size:100%;
    %font-size:105%;
	margin-top:11px;/* Check if we can move this to markup */
    %margin-top:-10px;
    }


/*
 * END /web/fw/w/cl/cl-base-libra.css
 */
/*
 * BEGIN /web/fw/w/cl/cl-base-sitecopy.css
 */
/*
cl-base-sitecopy.css
Revision: 1.2 
Provides classes for 8shapes components
(c) 1992-2007 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/* Base class, that sets font size to 11px in the Sitecopy cl-base */
.clb *{
    %font-size:105%;
	}

/* Font Size to 11px For Nested cl's in the Sitecopy cl-base  */
.clb .clb *, /* 2nd level - for all elements */
.clb .clb .clb .clb * , /* 4th level - for all elements */
.clb * *,       /* 1st level - for all nested elements */
.clb .clb * *,  /* 2nd level - for all nested elements */
.clb .clb .clb * * , /* 3rd level - for all nested elements */
.clb .clb .clb .clb * *{font-size:100%;}  /* 4th level - for all nested elements */

/* Overrides for h1 header to achieve 16px font size in IE6/FF3  */
.clb h1{
    %font-size:127%;
    }

/* Overrides for h2 header to achieve 14px font size in IE6/FF3  */
.clb h2{
    %font-size:120%;
    }

/* Overrides for h3 header to achieve 12px font size in IE6/FF3  */
.clb h3{
    %font-size:107%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 16px font size */

.clb .clb h1,
.clb .clb .clb h1,
.clb .clb .clb .clb h1{
    font-size:115.5%;
    %font-size:127%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h2 header to achieve 14px font size */

.clb .clb h2,
.clb .clb .clb h2,
.clb .clb .clb .clb h2{
    font-size:109.2%;
    %font-size:115%;
    }

/*Styles For The 2nd/ 3rd /4th Level Nesting of h1 header to achieve 12px font size */

.clb .clb h3,
.clb .clb .clb h3,
.clb .clb .clb .clb h3{
    font-size:98%;
    %font-size:107%;
    }

/*Styles for the h3 header override to achieve 12px font size within the paragraph section */
.clb span h3{
	font-size:100%;
    %font-size:105%;
	margin-top:11px; /* Check if we can move this to markup */
    %margin-top:-10px;
    }

.clb pre{
	margin-left:-70px;
	%margin-left:-120px;
	font-size:100%;
	}
/*
 * END /web/fw/w/cl/cl-base-sitecopy.css
 */

/* MANIFEST:
 *   /web/fw/c/framework.css 1.41 
 *   /web/fw/c/components.css 1.22 
 *   /web/fw/c/legacy.css 1.3 
 *   /web/fw/w/cl/cl-base.css 1.4 
 *   /web/fw/w/cl/a03v3.css 1.2 
 *   /web/fw/w/cl/a11v8.css 1.2 
 *   /web/fw/w/cl/a11v1.css 1.2 
 *   /web/fw/w/cl/a11v2.css 1.2 
 *   /web/fw/w/cl/a11v3.css 1.2 
 *   /web/fw/w/cl/a11v4.css 1.2 
 *   /web/fw/w/cl/a11v5.css 1.2 
 *   /web/fw/w/cl/a11v6.css 1.2 
 *   /web/fw/w/cl/a11v7.css 1.2 
 *   /web/fw/w/cl/a06v5.css 1.2 
 *   /web/fw/w/cl/c00v1.css 1.2 
 *   /web/fw/w/cl/c00v6.css 1.2 
 *   /web/fw/w/cl/c00v10.css 1.2 
 *   /web/fw/w/cl/c00v15.css 1.2 
 *   /web/fw/w/cl/c00v18.css 1.2 
 *   /web/fw/w/cl/c17v1/c17v1.css 1.3 
 *   /web/fw/w/cl/c00v20.css 1.2 
 *   /web/fw/w/cl/c01v1.css 1.2 
 *   /web/fw/w/cl/c11v3.css 1.2 
 *   /web/fw/w/cl/c15v7.css 1.2 
 *   /web/fw/w/cl/c17v3.css 1.1 
 *   /web/fw/w/cl/c17v4.css 1.2 
 *   /web/fw/w/cl/c19v1/c19v1.css 1.2 
 *   /web/fw/w/cl/c24v1.css 1.2 
 *   /web/fw/w/cl/c25v2.css 1.2 
 *   /web/fw/w/cl/c25v7.css 1.2 
 *   /web/fw/w/cl/c25v8/c25v8.css 1.2 
 *   /web/fw/w/cl/c26v1/c26v1.css 1.2 
 *   /web/fw/w/cl/c28.css 1.2 
 *   /web/fw/w/cl/c28v1.css 1.2 
 *   /web/fw/w/cl/c28v2.css 1.2 
 *   /web/fw/w/cl/c28v3.css 1.2 
 *   /web/fw/w/cl/c28v4.css 1.2 
 *   /web/fw/w/cl/c28v5.css 1.2 
 *   /web/fw/w/cl/c28v6.css 1.2 
 *   /web/fw/w/cl/n03v6.css 1.2 
 *   /web/fw/w/cl/n03v8.css 1.2 
 *   /web/fw/w/cl/n04v4/n04v4.css 1.3 
 *   /web/fw/w/cl/n04v5/n04v5.css 1.2 
 *   /web/fw/w/cl/n05v15.css 1.2 
 *   /web/fw/w/cl/n05v16.css 1.2 
 *   /web/fw/w/cl/n05v17/n05v17.css 1.2 
 *   /web/fw/w/cl/n09v4.css 1.2 
 *   /web/fw/w/cl/n19.css 1.2 
 *   /web/fw/w/cl/n21/n21.css 1.2 
 *   /web/fw/w/cl/n22v1/n22v1.css 1.2 
 *   /web/fw/w/cl/s01.css 1.2 
 *   /web/fw/w/cl/s02v12.css 1.2 
 *   /web/fw/w/cl/s04v3.css 1.2 
 *   /web/fw/w/cl/s07v3.css 1.2 
 *   /web/fw/w/cl/s07v5.css 1.2 
 *   /web/fw/w/cl/s14v1.css 1.2 
 *   /web/fw/w/cl/s15v1.css 1.3 
 *   /web/fw/c/cl.css 1.8 
 *   /web/fw/w/cl/cl-base-libra.css 1.2 
 *   /web/fw/w/cl/cl-base-sitecopy.css 1.2 
 */
