html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

html, body, div, table, td {
	margin: 0;
	padding: 0;
}

div.ah_flash_div, div.ah_blocker {
 	position: absolute;
 	top: 0; 
 	left: 0;
 	height: 100%; 	
}
 
div.ah_blocker {
 	z-index: 100; 	
	background: url(./images/blank.gif);
    background-repeat: no-repeat;
    display: none;
}

div.ah_blocker div.column {
	width: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
div.column.left {float:left}
div.column.right {float:right}

div.ah_flash_div, div.ah_frame_div { 	
 	text-align: center;
}

div.ah_frame_div {
	position: absolute;		
	height: 100%;	
	overflow-y: auto;
	overflow-x: hidden;
}

div.ah_loader {
 	display: none;
 	padding: 3px;
 	background-color:#181C18;
 	color: #FFFFFF;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
 	text-align: center;
 	width: 150px;
}
 
iframe.ah_frame { 
	position: relative;	
	display:block;
 	height: 1000px;
 	margin: 0;
 	padding: 0;
 	overflow: hidden;
}

table {
	height: 100%;
}

td.ah_scrollgap {
	width:0px;	
}

.full_width, iframe.ah_frame, table {width:100%}