/*
 *
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * $Revision: 3.1 $
 *
 * n26v1-pilot.css: Content Ticker
 *    - n26v1-pilot: News Ticker
 *    - n26v1-alt1-pilot: Social Media Ticker
 *
 * (c) 1992-2011 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */
/*
*************************************************************
n26-pilot - Content Ticker
*************************************************************
*/

/* General Properties */
.n26-pilot {
	background: none repeat scroll 0 0 #ececec;
	border: 1px solid #ccc;
	height: 33px;
	margin: 0;
	padding: 0;
	position: relative;
	}
.ie .n26-pilot {
	padding-top: 1px;
	}
.n26v1-pilot .n26-nav {
	position: absolute;
	top: 7px;
	padding: 0;
	right: 11px;
	width: 150px;
	text-align:right;
	}
.rtl .n26v1-pilot .n26-nav {
	right: inherit;
	left:11px;
	text-align:left;
	}


/* Text Properties */
.n26v1-pilot h3 {
	float: left;
	color: #444;
	font-size: 12px;
	margin: 8px 9px 0 17px;
	font-weight:bold;
	}
.rtl .n26v1-pilot h3 {
	float: right;
	margin: 7px 17px 0 9px;
	}
.n26-pilot a:link, 
.n26-pilot a:visited {
	color: #2970a6;
	text-decoration: none;
	}
.n26-pilot a:hover {
	text-decoration: underline;
	}
.n26v1-alt1-pilot .n26-nav a#join {
	background: transparent url('//www.static-cisco.com/assets/pilot/c23/c23_caret_r.gif') scroll left center no-repeat;
	color: #2970a6;
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px 0 13px;
	}
.rtl .n26v1-alt1-pilot .n26-nav a#join {
	background: transparent url('//www.static-cisco.com/assets/pilot/c23/c23_caret_l.gif') scroll right center no-repeat;
	padding: 0 13px 0 7px;
	}


/* List Properties */
.n26v1-pilot ol {
	float: left;
	list-style-type: none;
	position: relative;
	margin: 9px 0 0;
	width: 600px;
	height: 17px;
	overflow: hidden;
	}
.n26v1-alt1-pilot ol {
	margin-top: 8px;
	}
.rtl .n26v1-pilot ol {
	float: right;
	}
.n26v1-pilot ol li {
	position: absolute;
	top: 0;
	left: 1px;
	background: transparent url('//www.static-cisco.com/assets/pilot/n26/n26-icons.png') -50px -50px no-repeat;
	margin:0;
	font-size: 12px;
	padding-left: 0;
	line-height: 17px;
	height:16px;
	}
.rtl .n26v1-pilot ol li {
	left: auto;
	right:1px;
	padding-right: 0;
	}
.n26v1-pilot ol li .date {
	background: none repeat scroll 0 0 #ececec;
	color: #525252;
	}


/* Icons */
.n26v1-pilot ol li.t1m-ticker-twitter {
	background-position:0 0;
	padding-left: 28px;
	}
.n26v1-pilot ol li.t1m-ticker-facebook {
	background-position:0 -21px;
	padding-left: 28px;
	}
.n26v1-pilot ol li.t1m-ticker-youtube {
	background-position:0 -40px;
	padding-left: 28px;
	}
.n26v1-pilot ol li.t1m-ticker-blogs {
	background-position:0 -60px;
	padding-left: 28px;
	}
.n26v1-pilot .n26-nav span {
	display:block;
	width: 16px;
	height:18px;
	float:right;
	margin:2px 0 0 9px;
	}
.rtl .n26v1-pilot .n26-nav span {
	float:left;
	margin:2px 9px 0 0;
	}
.n26v1-pilot .n26-nav .twitter {
	background: transparent url('//www.static-cisco.com/assets/pilot/n26/n26-icons.png') 0 0 no-repeat;
	}
.n26v1-pilot .n26-nav .facebook {
	background: transparent url('//www.static-cisco.com/assets/pilot/n26/n26-icons.png') 0 -21px no-repeat;
	}
.n26v1-pilot .n26-nav .rss {
	background: transparent url('//www.static-cisco.com/assets/pilot/n26/n26-icons.png') 0 -60px no-repeat;
	}


/* Component Controls */
.n26v1-pilot .n26-controls {
	float: left;
	margin-top: 9px;
	padding: 0 3px;
	width: 57px;
	}
.ie .n26v1-pilot .n26-controls {
	margin-top: 8px;
	}
.rtl .n26v1-pilot .n26-controls {
	float: right;
	}
.n26v1-pilot .n26-controls a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
.n26v1-pilot .newsitem-previous {
	border-right: 1px solid #afafaf;
	float: left;
	margin: 0;
	padding: 0;
	width: 24px;
	}
.rtl .n26v1-pilot .newsitem-previous {
	float: right;
	}
.n26v1-pilot .newsitem-previous a {
	background: transparent url('//www.static-cisco.com/assets/about/ent/i/hp-sprites-mb.png') scroll -7px 0 no-repeat;
	height: 16px;
	}
.n26v1-pilot .newsitem-next {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	width: 24px;
	}
.rtl .n26v1-pilot .newsitem-next {
	margin: 0;
	float: right;
	}
.n26v1-pilot .newsitem-next a {
	background: transparent url('//www.static-cisco.com/assets/about/ent/i/hp-sprites-mb.png') scroll -33px 0 no-repeat;
	height: 16px;
	}
.n26v1-pilot .newsitem-previous a:hover, 
.n26v1-pilot .newsitem-previous a:focus {
	background-position: -7px -16px;
	outline:none;
	}
.n26v1-pilot .newsitem-next a:hover, 
.n26v1-pilot .newsitem-next a:focus {
	background-position: -33px -16px;
	outline:none;
	}


/* Rounded Corners */
.n26-pilot.poly {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}
.ie67 .n26-pilot.poly, 
#ie8 .n26-pilot.poly {
	position:relative;
	behavior:url("/web/fw/lib/PIE.htc");
	}
.ie67 .n26-pilot .ctl, 
#ie8 .n26-pilot .ctl, 
.ie67 .n26-pilot .ctr, 
#ie8 .n26-pilot .ctr, 
.ie67 .n26-pilot .cbl, 
#ie8 .n26-pilot .cbl, 
.ie67 .n26-pilot .cbr, 
#ie8 .n26-pilot .cbr {
	display:block;
	height:4px;
	width:4px;
	position:absolute;
	background:transparent url('//www.static-cisco.com/web/fw/i/4px_corners_ccc.gif') 0 0 no-repeat;
	line-height:4px;
	}
.ie67 .n26-pilot .ctl, 
#ie8 .n26-pilot .ctl {
	top:-1px;
	left:-1px;
	}
.ie67 .n26-pilot .ctr, 
#ie8 .n26-pilot .ctr {
	background-position: 0 -4px;
	top:-1px;
	right:-1px;
	}
.ie67 .n26-pilot .cbl, 
#ie8 .n26-pilot .cbl {
	background-position: 0 -12px;
	bottom:-1px;
	left:-1px;
	}
.ie67 .n26-pilot .cbr, 
#ie8 .n26-pilot .cbr {
	background-position: 0 -8px;
	bottom:-1px;
	right:-1px;
	}
