
/* STYLES TO HIDE WHEN PRINTING  */

.hide	{
	display: none;
}
.print	{
	display: none;
}
#logo	{
	display: none;
	}
object   {
	display: none;
}
embed   {
	display: none;
}
.video_example   {
	display: none;
}
div.functions	{
	display: none;
}
div.functions a img	{
	display: none;
}
div.notebox	{
	display: none;
}
div.video_example	{
	display: none;
}
#prev_next	{
	display: none;
}
.top	{
	display: none;
	}
p.close_window	{
	display: none;
	}


/* STYLES TO MODIFY WHEN PRINTING */
body	{
	font-family: arial, "trebuchet ms", tahoma, verdana, sans-serif;
	}
h1	{
	font-weight: bold;
	font-size: 1.6em;
	border-bottom: solid 1px #000;
}
h2	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px 10 2px 0;
	border-bottom: solid 1px #000;
}
h3	{
	text-decoration: none, color: #000000;
	font-size: 1em;
	margin: 25px 0 0 15px;
	padding: 0;
	color: #333333;
	border-bottom: solid 1px #000;
}
p	{
	font-size: 0.95em;
	line-height: 1.4em;
	margin: 10px 30px 10px 35px;
	padding-right: 20%;
	}
ul	{
	list-style-type: circle;
	}
li	{
	font-size: 0.95em;
	margin: 10px 10px 10px 35px;
	}
a	{
	color: #000000;
	text-decoration: none;
}


.notebox tip	{
	float: right;
	width: 190px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	margin: 10px;
	}
.notebox tip h4	{
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	font-size: 1.1em;
	padding: 5px 5px 2px 10px;
	border-bottom: solid 1px #000;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.notebox tip p	{
	font-size: .8em;
	margin: 0;
	padding: 0 8px 15px 10px;
	}
.notebox tip li	{
	list-style-type: disc;
	margin: 0 0 0 -10;
	padding: 0;
	}
.notebox gotcha	{
	float: right;
	width: 190px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	background-color: #FFCCCC;
	margin: 10px;
	}
.notebox gotcha h4	{
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	font-size: 1.1em;
	padding: 5px 5px 2px 10px;
	border-bottom: solid 1px #000;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FF6666;
	}
.notebox gotcha p	{
	font-size: .8em;
	margin: 0;
	padding: 0 8px 15px 10px;
	}
.notebox gotcha li	{
	list-style-type: disc;
	margin: 0 0 0 -10;
	padding: 0;
	}

img.screenshot {
	padding: 3px;
	border: 1px solid #000;
	background-color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	}


/******** FOOTER STYLES ********/
#footer	{
	color: #000;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 40px;
	}
#footer a	{
	text-decoration: none;
	}
#footer p {
	margin: 0;
	padding: 0;
}
