@charset "iso-8859-1";


.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 300%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style *******************************/
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	padding-bottom: 1px;

}
a:hover
{
	text-decoration: none;

	border-bottom: dotted 1px #334;
	padding-bottom: 0px;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page.  ***************************/

body
{
	margin: 0 0;	
	font-size: 100.1%;	/* resolve some font size issues in some layouts */
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0 1px;
	min-width: 40em;	
	width: auto;
}
#masthead
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#outerColumnContainer
{
	border-left: solid 200px #fff;
	border-right: solid 200px #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -200px;
	width: 200px;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 200px;
	margin: 0 -200px 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff *******************************************/

.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

/* horizontal navigation stuff *******************************************/

.hnav
{
	border-bottom: solid 1px #fff;
	text-align: center;
}
.hnav, .hnav ul li a
{
	/* the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

/*********** Google stuff *************************************/
#siteSearch
{
	width: 100%; 
	margin: 10px auto 10px auto;
}
#googleAds
{
	width: 160px;
	margin: 20px auto;
}
/* page's "theme"  ********************************************/
#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
    border-color: #99f;
}
body
{
    background-color: #fff;
    color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6 { color: #003; }
#pageWrapper
{
    font-size: 84%; /* set your default font size here. */
}
.thisPage
{
color: #003;
background-color: #fff;
 }
#masthead
{
    background-color: #89f;
    color: #fff;
}
#masthead h1
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 4em;
}
.hnav
{
    background-color: #abf;
    color: #fff;
}
#outerColumnContainer
{
    border-left-color: #cdf;    /* left column background color */
    border-right-color: #cdf;   /* right column background color */
}
.vnav ul li a:link, .vnav ul li a:visited
{
    background-color: #abf;
    color: #000;
}
.vnav ul li a:hover
{
    background-color: #89f;
    color: #fff;
    border-bottom-width: 0;
}

.hnav ul li a:link, .hnav ul li a:visited
{
    background-color: #bcf;
    color: #000;
}
.hnav ul li a:hover
{
    background-color: #78F;
    color: #fff;
    border-bottom-width: 0;
}

#rightColumn .inside
{
    /* if you apply a font size to just #rightColumn, then its width,
     * which is specified in EMs, will also be affected. you don't want
     * that. so apply font size changes to the .inside element which exists
     * inside underneath all three columns
     */
    font-size: 90%;
    text-align: left;
}
#footer
{
    background-color: #89f;
    color: #fff;
    text-align: center;
}
.sidebar, .sidebarLinks
{
  position: relative;
  float: right;
  width: 40%;
  font-size: 90%;
  text-align: left;

  background-color: #cdf;
  color: #000;
  padding: 8px;
    margin-left: 5px;
    border-top-color: #AABBFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #AABBFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #99f;
    border-right-style: solid;
    border-right-width: thin;
    border-bottom-color: #99f;
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.sidebarLinks
{
	width: 180px; margin-top: 1em;
	
}
.sidebarLinks
{
	padding-top: 0;
}
.sidebar p, .sidebar h4 
{
  color: #000;
 }
.filename
{
 color: #000;
}
.warning
{
 color: red;
}
.bugfix
{
color: #9900FF;
    font-variant: small-caps
}


/******************************************************************************/

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-top-color: #AABBFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #AABBFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #89f;
    border-right-style: solid;
    border-right-width: thin;
    border-bottom-color: #89f;
    border-bottom-style: solid;
    border-bottom-width: thin;

}
.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: #89f
}
.answer
{
  margin: 0px; margin-bottom: 2px;
  padding-left: 5px; padding-top: 0px; padding-right: 5px; padding-bottom: 1px;
    border: 1px solid #89f;

}
.warning
{
 color: red;
}
.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; }
.newAlert
{
     font-variant: small-caps; 
     font-weight: 600; 
     color: #f00;
}

.home .nav-home a:link, .home .nav-home a:visited, .home .nav-home a:active, .home .nav-home a:hover
{
	visibility: hidden;
	cursor: pointer;
}
.faqs .nav-faqs a:link, .faqs .nav-faqs a:visited, .faqs .nav-faqs a:active, .files .nav-files a:link, .files .nav-files a:visited, .files .nav-files a:active, .backup .nav-backup a:link, .backup .nav-backup a:visited, .backup .nav-backup a:active, .problems .nav-problems a:link, .problems .nav-problems a:visited, .problems .nav-problems a:active, .tips .nav-tips a:link, .tips .nav-tips a:visited, .tips .nav-tips a:active, .communities .nav-communities a:link, .communities .nav-communities a:visited, .communities .nav-communities a:active, .links .nav-links a:link, .links .nav-links a:visited, .links .nav-links a:active, .tools .nav-tools a:link, .tools .nav-tools a:visited, .tools .nav-tools a:active, .sitemap .nav-sitemap a:link, .sitemap .nav-sitemap a:visited, .sitemap .nav-sitemap a:active, .contact .nav-contact a:link, .contact .nav-contact a:visited, .contact .nav-contact a:active 


{
	color: #003;
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.faqs .nav-faqs a:hover, .files .nav-files a:hover, .backup .nav-backup a:hover, .problems .nav-problems a:hover, .tips .nav-tips a:hover, .communities .nav-communities a:hover, .links .nav-links a:hover, .tools .nav-tools a:hover, .sitemap .nav-sitemap a:hover, .contact .nav-contact a:hover
{
	border-bottom: dotted 1px #003;
}
.vnav li.thisPage a:link, 
.vnav li.thisPage a:visited, 
.vnav li.thisPage a:active, 
.vnav li.thisPage a:hover 
{
	background-color: #fff;
	color: #003;
	cursor: pointer;
}
.vnav li.thisPage a:hover 
{
	cursor: pointer;
}
div.amazon
{
	margin:8px auto;
	text-align:center;
}