.Screen  { display: ; }
.Printer { display: none;  }

#Paper {
	background-color: #FFFFF4;
	border: 1px solid lightgrey;
	width: 970px;
	margin: 10px auto 0px auto;
	padding: 10px;
}

#LeftColumn { display: ; }
#LeftGutter { display: ; }

#RightColumn { display: ; }
#RightGutter { display: ; }

.DotsAll { border: 1px dotted lightgrey; }
.DotsRight { border-right: 1px dotted lightgrey; }
.DotsBottom { border-bottom: 1px dotted lightgrey; }
.DotsTop { border-top: 1px dotted lightgrey; }
.DotsLeft { border-left: 1px dotted lightgrey; }

#Overlay {
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.40;
	position: fixed;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9998;
	cursor: wait;
}

#Overlay_Dialog {
	position: fixed;
	position: absolute;
	left: 0;
	top: 0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding: 20px;
	z-index: 9999;
}
