@charset "utf-8";
/* CSS Document */

/****************************************************************
 *
 *      G A L L E R Y 
 *
 */
 
 
	/**
	 * Gallery Thumbs
	 */
	div.galleryPlaceHolder {
		clear: both;
	}
	div.galleryPlaceHolder div.ThumbnailBox{
		float:left;
	}
	
* html div.galleryPlaceHolder div.ThumbnailBox{ /* just for IE 6 */ 
		float:left;	
		width: 133px;
	}
	div.galleryPlaceHolder a {
		width: 134px;
		height: 62px;
 
		display: block;
 
		margin-right: 4px;
		margin-top: 4px;
	}
 
	div.galleryPlaceHolder a.l {
		margin-right: 0;
	}	
	div.galleryPlaceHolder a.s {
		width: 133px;
	}
	div.galleryPlaceHolder a.NoTopMargin {
		margin-top: 0;
	}	
	div.galleryPlaceHolder a.ac img,
	div.galleryPlaceHolder a:hover img {
		background-image:none;
	}
	
	div.galleryPlaceHolder a img {
		background-image:url(/images/global/general/gallery_ov.png);
	}
	
	div.ThumbnailDescription {
		
		font-size: 11px;
		font-weight:normal;
		text-decoration:none;
		color:#999999;
		width: 130px; /* should delete with "new" gallery */
		height: 18px;
		padding: 0px 2px 0px 2px;
		white-space:nowrap;
		overflow:hidden;
	}
	div.galleryPlaceHolder .TextActive { /* Version 1 Thumbnails */
		color:#000000;
	}	
	div.galleryPlaceHolder .TextActiv { /* Version 2 Thumbnails */
		color:#fff;
	}	
	div.galleryPlaceHolder .TextBig {
		width:130px;
	}	
	div.galleryPlaceHolder .TextSmall {
		width:129px;
	}	
	/**
	 * Headline gray GalleryLegendGrayBar
	 */
	div.GalleryLegendGrayBar {
		background-color: #E4E4E4; color: #000000;
	
		
		font-size: 12px;
		font-weight:bold;
		text-decoration:none;
	
		/* margin-top: 4px; */
		height: 23px;
		vertical-align: middle;
		position:relative;
	}
	
	/* OLD Styles: After compiling EM these can be deleted */
	div.GalleryLegendGrayBar .l{
		float: left;
	}
	div.GalleryLegendGrayBar .r{
		/* float: right; */
		position:absolute;
		/*height:23px;*/
		/*line-height:23px;*/
		top:0px;
		right:0px;
		border-top:0;
	}
	div.GalleryLegendGrayBar a {
		/* display: block;*/
		
		/*height: 23px;
		line-height: 23px;*/
 
		padding-left: 8px;
		padding-right: 16px;
	}
	
	div.GalleryLegendGrayBar span{
		padding: 0;
		white-space: nowrap;
	}
	div.GalleryLegendGrayBar a img {
	
	}
	div.galleryText {
		padding: 4px 4px 4px 5px;
	}
	div.galleryDownload {
		border-left: 4px solid #FFFFFF;
		white-space:nowrap;
	}
	div.galleryDownload img {
		vertical-align: middle;
	}	
	a.galleryDownload {
		background-color: #E4E4E4;
		/* color: #527BB9; OLD Color*/
		color:#d36d00;
		
		font-size: 12px;
		text-decoration:underline;
		font-weight:bold;
	}
	
	a.galleryDownload:visited {
		background-color: #E4E4E4;
		/* color: #527BB9; OLD Color */
		color: #d36d00;
	}	
 
	/* NEW Styles */
	div.GalleryLegendGrayBar .BoxLegend {
		float:left;
		height:15px;
		overflow:hidden;
		padding:4px 4px 4px 5px;
	}	
	div.GalleryLegendGrayBar .BoxDownloadLink {
		float:right;
		height:15px;
		overflow:hidden;
		padding:4px 0px 4px 8px;
		border-left:4px solid #FFFFFF;
	}
 
/* find additinal color codes within cw-global-car-color.css these are online for the border */
	
 
/*       (END) G A L L E R Y  
 																*
																*                                                                
																*
*****************************************************************/