/* DEPENDENCY! 
* "c26v1" requires "c16v3" 
* (lightbox requires video player)
*/

/*
 * $Revision: 1.4 $
 *
 * c26.css: Provides classes for component C26
 *    - c26v1: Lightbox (formally known as spotlightbox.css)
 * 
 * (c) 1992-2009 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/*
*************************************************************
c26v1: Lightbox
*************************************************************
*/

.c26v1,
.clb .c26v1 {  /* Default class for lightbox component */
	display:none;
	background-color:#fff;      
	min-width:480px;
	_width:480px; /* 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;
	padding:15px;
}

.c26v1 h2 { /* Styles for the lightbox title */
	margin:0 60px 10px 0;
	text-align:left;
	font-size:104.2%;
	color:#336666;   
}

.c26v1 a:link,
.c26v1 a:visited,
.c26v1 a:active {
	color:#2F6681;
	text-decoration:none;
}

.c26v1 a:hover {
	color:#2F6681;
	text-decoration:underline;
}
 
.c26v1 .lb-close {/* Styles for the close button in the lightbox */
	top:14px;
	font-size:small;
	position:absolute;
	right:15px;
}

/* Styles for the close button anchor within the lightbox */
.c26v1 .lb-close a,
.c26v1 .lb-close a:link,
.c26v1 .lb-close a:visited,
.c26v1 .lb-close a:active {
	color:#666;
	text-decoration:none;
	outline:none;
	font-size:99.1%;
	%font-size:100% !important;
}

.c26v1 .lb-close a:hover {
	color:#666;
	text-decoration:underline;
}

.c26v1 .lb-close img {/* Styles for the close button X image within the lightbox */
	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;
}

.jqmOverlay {
	_overflow:hidden !important; /* IE Fix for Infinite Scroll */
	background-color:#666;
} 

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