* html .png{
  width: expression(this.firstChild.width);
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");
  background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
  backgr\ound: none !important;
}

* html .png img{
  behavior: expression(this.style.visibility="hidden");
}

.png {
  display: block;
}

body {
	/* width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? '1000px' : '100%' );
	width: expression(document.body.clientWidth <= 1000 ? '1000px' : '100%'); */
}

.no-compress{
	width: expression(document.body.clientWidth <= 1000 ? '1000px' : '100%');
}

.container{
	margin-left: -301px;
	padding-right: 1px;
	overflow-x: hidden;
}

.container-inner{
	margin-left: 301px;
}


td, .pngbg{
  behavior: url("/css/iepngfix.htc")
}

#center-col {
	height: 100%;
}

.ie-stretched {
  position: absolute;
	width: 100%;
}

.pager a{
	/* display: inline-block; */
}

ul.drop-menu li{
	clear: left;
	float: left;
	zoom: 1;
	/* width: expression(parentNode.offsetWidth + "px"); */
	width: 180px;
}

.table-fullscreen{
	position: absolute;
	display: block;
	height: expression(document.documentElement.clientHeight);
}

.table-row{
	display: block;
}

.table-cell{
	position: relative;
	top: expression(document.documentElement.clientHeight<this.firstChild.offsetHeight ? '0px': (document.documentElement.clientHeight-this.firstChild.offsetHeight)/2);
}

.std-button{
	padding-left: 6px;
}

.informer-title{
	height: 40px;
}

#pm-alert{
	position: absolute;
}

#hot-keys{
	position: absolute;
	/* top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + 'px'); */
}

#fade-window{
	position: absolute;
}

#substrate{
	position: absolute;
}

.play-video a div{
	background: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttons/play_off.png', sizingMethod='image')");
}

.play-video a:hover div{
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttons/play.png', sizingMethod='image')");
}

.user-mini-profile .user-info{
	left: 100px;
	height: expression( parentNode.offsetHeight + "px" );
}

.user-info fieldset{
	width: auto;
}

@media print{

	.center-col{
		margin: 0;
		width: 100%;
	}

}