html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 10px 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.Lazy {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style: square;
	padding: 0 0 0 10px;
	margin: 0 0 10px 8px;
}

	ul li {
		margin: 0 0 2px 0;
		line-height: normal;
	}
	
ol {
	list-style: decimal;
	padding: 0 0 0 24px;
	margin: 0 0 10px 0;
}

	ol li {
		margin: 0 0 2px 0;
		padding: 0;
		line-height: normal;
	}
	
.x-window {
    text-align: left !important;
}

/******************************************************************************
 * ZEPPELIN
 *****************************************************************************/
.Zeppelin {
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
	background: url('../img/zeppelin/controller_bg.gif') repeat-x bottom left;
}
	.Zeppelin .content {
		display: none;
		height: 50px;
		background: #505050;
		text-align: left;
	}
		.Zeppelin .content iframe {
			border: none;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
	.Zeppelin .controller {
		width: 974px;
		height: 28px;
		margin: 0 auto;
		text-align: center;
	}
		.Zeppelin .controller .handle {
			float: right;
			height: 28px;
			background: url('../img/zeppelin/controller_handle.png') no-repeat top right;
			padding: 0 10px 0 0;
			margin: 0;
			font-size: 11px;
			font-weight: bold;
			text-align: left;
		}
			.Zeppelin .controller .handle .mask {
				float: left;
				height: 28px;
				background: url('../img/zeppelin/controller_handle.png') no-repeat top left;
				padding: 0 0 0 10px;
			}
		.Zeppelin .controller .control {
			margin-left: 6px;
		}
		.Zeppelin .controller .loading {
			float: left;
			color: white;
			margin: 7px 0 0 0;
		}
		.Zeppelin .controller .username {
			float: left;
			color: white;
			margin: 6px 8px 0 0;
		}
		.Zeppelin .controller .separator {
			display: none;
			float: left;
			background: white;
			width: 2px;
			height: 13px;
			overflow: hidden;
			margin: 6px 6px 0 0;
		}
		.Zeppelin .controller .action {
			display: none;
			float: left;
			text-indent: -1000px;
			overflow: hidden;
			cursor: pointer;
			color: #162e5a;
			margin: 4px 0 0 0;
			cursor: pointer;
		}
			.Zeppelin .controller .signIn, .Zeppelin .controller .signIn-disabled {
				width: 65px;
				height: 22px;					
				margin: 1px 0 0 0;
				background: url('../images/HW_UL_SignIn_Button.png');
				/*
				background: url('../img/zeppelin/controller_signin_green.png');
				background: url('../img/zeppelin/controller_signin_red.png');
				background: url('../img/zeppelin/controller_signin_blue.png');
				*/
			}
			.Zeppelin .controller .signOut {
				width: 65px;
				height: 17px;	
				background: url('../img/zeppelin/controller_signout_red.png');
				/*
				background: url('../img/zeppelin/controller_signout_red.png');
				background: url('../img/zeppelin/controller_signout_blue.png');
				*/
			}
			.Zeppelin .controller .close {
				width: 48px;
				height: 17px;	
				background: url('../img/zeppelin/controller_close_blue.png');
			}
			.Zeppelin .controller .open {
				width: 48px;
				height: 17px;	
				background: url('../img/zeppelin/controller_open_blue.png');
			}
.PrintPage {
        position: absolute;
        top: 9px;
        right: 144px;
}
 
        .PrintPage a {
                width: 90px;
                height: 13px;
                padding-left: 20px;
                background: url('../img/print.gif') no-repeat top left;
                font-size: 11px;
        }
        
        
        
.MODULE_ADROTATOR .content div {
    text-align: center;
}

.MODULE_MARKETINGADBLOCK .content {
    width: 2000px;
}
.MODULE_MARKETINGADBLOCK .content div {
    display: inline;
}

.modal-visible object, .modal-visible embed {
    visibility: hidden !important;
}