/* DEPENDENCY! 
* "c26v1-pilot" requires "c16v3-pilot" 
* (lightbox pilot requires video player pilot)
*/

/*
* c26v1.css - formally known as spotlightbox.css
* $Revision: 1.4 $
* 
* (c) 1992-2008 Cisco Systems, Inc. All rights reserved.
* Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

.c26v1-pilot {  /* 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;
	height: auto;
	left:198px;
	margin-left:0; /* To override the style that is applying from cl-base.css */
	font-size:large;
	font-family:Arial,Helvetica,sans-serif;/*This style will be used when LB is present in a page without any framework(samba/libra)*/
}

.c26v1-pilot h2 { /* Styles for the lightbox title */
	margin:12px 75px 10px 14px;
	padding:0;
	text-align:left;
	font-size:104.2%;
	color:#336666;
}

.c26v1-pilot .lb-close {/* Styles for the close button in the lightbox */
	position:absolute;
	top:14px;
	right:15px;
	font-size:small;
}

.c26v1-pilot .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-pilot .lb-close a:hover {
	text-decoration:none !important;
}

.c26v1-pilot .lb-close img {/* Styles for the close button X image within the lightbox */
	padding-left:4px;
	border:0 none;
}

.c26v1-pilot .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-pilot .c16v3-pilot { /* Styles for the lightbox video content holder div */
	margin:auto;
	padding:0 15px 11px;
}

.jqmOverlay { _overflow:hidden !important;} /* IE Fix for Infinite Scroll */
.jqmOverlay {
		background-color:#666;
	}
html { _overflow:scroll;  }  /* IE Fix for Infinite Scroll */
