@charset "iso-8859-1";

/*******************************************************************************
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

form.atomz
{
margin-top: 3px;
}
.sidebar {
  position: relative;
  float: right;
  width: 40%;
  font-size: 90%;
  margin-right: 0px;
  text-align: left;

  background-color: #cdf;
  color: #000;
  padding: 8px;
  margin: 0px; margin-left: 5px;
    border: solid 1px black;

}
.sidebar p, h4
{
margin: 0; padding-top: 0px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;

  color: #000;
}
.indent
{
margin: 0px; margin-left: 30px; text-align: left
}
.go2top
{
font-size: smaller; margin-left: 30px; margin-bottom: 8px; margin-right: 10px; margin-top: 10px
}
.winmenu
{
 font-style: italic; font-weight: 700;
}
.path
{
 font-size: smaller; margin-left: 30px;
 }
.filename
{
 font-style: italic; font-variant: small-caps;
}
.warning
{
  font-weight: 700;
}
.question
{
     font-size: 110%; font-weight: 600;
     margin: 0px;
     margin-top: 5px;
     padding: 5px;
     padding-bottom: 3px;

     background-color: white;
}
.answer
{
  margin: 0px; margin-bottom: 2px;
  padding-left: 5px; padding-top: 0px; padding-right: 5px; padding-bottom: 1px;
    border: 1px solid black;

}
.warning
{
 color: black;
}
.bugfix
{
     font-variant: small-caps; font-weight: 600;
}
.errmsg
{
    font-size: 90%;
    margin-left: 10%;
    margin-top: 0px; margin-bottom: 4px;
    font-stretch: condensed
}
.tight
{ margin-top:1px; margin-bottom: 2px; }


#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, .hnav, .printHide
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
#masthead, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}
* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
body *
{
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}