/*!* n19 v1.1 */
/* Segment Navigation
 * 
 * component options: pal-1, pal-2
 *
 * v1.1: update to version string for minify this individual file.
 * v1.0: initial version
 */

/* General Properties */
.n19-pilot {
	position:relative;
	height: auto;
	background: #fff;
	overflow:visible;
}
.ie .n19-pilot {
	top:0;
	left:0;
}
.rtl .ie .n19v1-pilot {
	right:-1px;
}

/* Borders and Colors */
.n19v1-pilot,
.n19v2-pilot,
.clb .n19v1-pilot,
.clb .n19v2-pilot {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ccc;
}
.rtl #ie8 .n19v1-pilot,
.rtl #ie8 .n19v2-pilot {
	margin-right:1px;
}

.n19v1-pilot {
	background-image:url('//www.static-cisco.com/assets/pilot/n19/n19v1_bg.gif');
	background-repeat: repeat-x;
}
.n19v2-pilot {
	background-color:#f0f0f0;
	border:1px solid #ccc;
}

.n19v1-pilot.pal-1 {
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
}
.n19v1-pilot.pal-2 {
	background-image:none;
	border:1px solid #ccc;
}
.n19v1-pilot.pal-2 {
	background-color:#f0f0f0;
}

/* Text Properties */
.n19v1-pilot p {
	margin-bottom: 16px;
}
.n19v1-pilot p.compact {
	margin-bottom: 0;
}
.n19v1-pilot a {
	position:relative;
	display:block;
}
.n19v1-pilot p a {
	display:inline;
}

.n19v2-pilot h3,
.n19v2-pilot p,
.n19v2-pilot a {
	display:inline;
}
.n19v2-pilot h3 {
	padding-right: 2px;
}


/* Rounded Corners */
.n19v1-pilot.poly,
.n19v2-pilot.poly {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ie67 .n19v1-pilot.poly,
.ie67 .n19v2-pilot.poly, 
#ie8 .n19v1-pilot.poly,
#ie8 .n19v1-pilot.poly {
	position:relative;
	behavior:url("/web/fw/lib/PIE.htc");
}