
/**
 *   @section: SmoothBox PopUp
 *   @author: Larsen
 *   @since: 20080222
 *   @version: 0.2
 *   @revision: 20080222 - 0
 *   @comment: the 'smoothbox.js' had been changed for advanced styling abilities -> 'smoothbox_wy.js'
 */

html,
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}
	
	/* Overlayer to shade Page Background */
		
		iframe#TB_HideSelect {
			background-color: #ffffff;
			border: none;
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 200;
			}
		
		div#TB_overlay {
			background-color: #000000;
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 201;
			}
		
		div#TB_load {
			display: none;
			height: 100px;
			position: absolute;
			width: 100px;
			z-index: 101;
			}
	
	
	/* The general PopUp Window */
		
		div#TB_window {
			padding: 10px;
			position: absolute;
			text-align: left;
			z-index: 202;
			}
			
		/* Title Bar */
			
			div#TB_window div#TB_title {
				background: #000;
				height: 32px;
				}
			
			/* Close Button */
			div#TB_window div#TB_title a#TB_closeWindowButton {
				background: transparent url('../../_abb/jango/popup-button_close.png') center center no-repeat;
				_background-image: url('../../_abb/jango/popup-button_close.gif');
				display: block;
				height: 30px;
				padding: 0px;
				position: absolute;
				right: 12px;
				top: 12px;
				width: 30px;
				z-index: 209;
				}
			
			/* Prev-/Next-Buttons */
				
				div#TB_window div#TB_title span#TB_next {
					display: block;
					_display: none; /* no way to get this done in IE6 !?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!? */
					}
				
				div#TB_window div#TB_title span#TB_next a {
					background-image: none;
					display: block;
					width: 50%;
					height: 100%;
					padding: 0px;
					position: absolute;
					right: 0px;
					top: 0px;
					z-index: 208;
					}
				
				div#TB_window div#TB_title span#TB_next a:hover {
					background: url('../../_abb/jango/popup-button_next.png') right center no-repeat;
					}
				
				div#TB_window div#TB_title span#TB_prev {
					display: block;
					_display: none; /* no way to get this done in IE6 !?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!? */
					}
				
				div#TB_window div#TB_title span#TB_prev a {
					background-image: none;
					display: block;
					width: 50%;
					height: 100%;
					left: 0px;
					padding: 0px;
					position: absolute;
					top: 0px;
					z-index: 207;
					}
				
				div#TB_window div#TB_title span#TB_prev a:hover {
					background: url('../../_abb/jango/popup-button_prev.png') left center no-repeat;
					}
	
	
	/* Image PopUp */
		
		div#TB_window a#TB_ImageOff {
			background-color: #ffffff;
			background-image: none;
			display: block;
			padding: 0px;
			}
		
		div#TB_window a#TB_ImageOff img#TB_Image {
			border: none;
			display: block;
			padding: 15px 15px 5px 15px;
			}
	
		/* Lower Part of the Picture Window */
		div#TB_window div#TB_caption {
			background: #ffffff;
			padding: 0px 15px 15px 15px;
			overflow: hidden;
			_zoom: 1.0;
			}
	
		/* Image Count */
		div#TB_window div#TB_caption div#TB_secondLine {
			color: #afafaf;
			float: right;
			font-size: 10px;
			line-height: 16px;
			}
	
	
	/* AJAX PopUp */
		
		div#TB_window div#TB_ajaxWindowTitle {
			background:#000000;;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			height: 23px;
			margin: 0px;
			padding: 9px 15px 0px 15px;
			}
		
		div#TB_window div#TB_ajaxContent {
			background-color: #ffffff;
			padding: 40px 15px 15px 15px;
			overflow: auto;
		}

