@CHARSET "UTF-8";

.dont_print {
	display: none;
}

.force_print {
    display: inline;
}

.holder {
	float: auto;
	margin: 0px;
	height: auto;
}

.scroll-pane {
	width: 430px;
	overflow: auto;
	float: auto;
	height: auto;
}

.scroll-pane-static {
	width: 897px;
	overflow: auto;
	float: auto;
	height: auto;
}

.jScrollPaneContainer {
	position: fixed;
	overflow: auto;
	z-index: 1;
}

#content_static {
    height:auto;
}

#pane1 {
    position: fixed;
    overflow: auto;
    height:100%;
}

#try_hide_to_print {
    display:block;
}
