/******** BODY ********/

body	{
	font-family: arial, "trebuchet ms", tahoma, verdana, sans-serif;
	background-color: #fffdf3;
	}

/* body wrapper */
#bodyarea	{
	text-align: left;
	padding-bottom: 20px;
	border: solid #666 1px;
	margin: 10px 25px 20px 25px;
	background-color: #fff;
	padding-top: 0px;
	}

/******** COMMON ********/

a	{
	color: #600;
	text-decoration: underline;
	}
a:hover	{
	color: #333;
	text-decoration: none;
	}
a:active	{
	color: #333;
	text-decoration: none;
	}
a:visited	{
	color: #600;
	text-decoration: underline;
	}

h1	{
	color: #333;
	font-size: 2.1em;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
	padding: 25px 0 2px 15px;
	border-top: 1px solid #999;
	background-image: url(../_images/_css/bar.h1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 35px;
	margin-top: 5px;
	}
h1.weekly_tip  {
	font-size: 1.6em;
	text-align: center;
}
h2	{
	text-decoration: none, color: #000;
	font-size: 1.6em;
	margin: 0;
	padding: 5px 10px 2px 15px;
	color: #960;
	border-bottom: solid #666 1px;
	}
h3	{
	font-size: 1.3em;
	font-weight: bold;
	margin: 35px 0 0 15px;
	padding: 0;
	color: #960;
	border-bottom: solid 1px #ccc;
	}
h4	{
	text-decoration: none, color: #000000;
	font-size: 1em;
	margin: 20px 0 0 0px;
	padding: 4px 10px 3px 0;
	color: #333;
	}
p	{
	font-size: 1em;
	line-height: 1.4em;
	margin: 10px 30px 10px 35px;
	padding-right: 15%;
	}
ul li	{
	list-style-type: circle;
	font-weight: normal;
	}
li	{
	margin: 10px 10px 10px 35px;
	padding-right: 20%;
	line-height: 1.4em;
	font-size: 1em;
	}
li ol li	{
	list-style-type: lower-alpha;
	}


/******** NOTEBOXES ********/

/* REMOVE "sidebox" style, and consolodate into "notebox" style!  */
#sidebox	{
	float: right;
	margin: 12px 0 15px 15px;
	padding: 0 5px 5px 10px;
	width: 190px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	margin: 12px 0 15px 15px;
	background-image: url(../_images/misc/bar_bw.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	}
#sidebox h4	{
	text-decoration: none;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	color: #333333;
	font-size: 1.2em;
	margin: 8px 0 5px 0;
	}
#sidebox p	{
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1em;
	}
#sidebox li	{
	color: #800000;
	list-style-type: disc;
	margin: 0 0 0 -10;
	padding: 0;
	}
/* IE hack	\*/
* html #sidebox	{
	padding: 10px 5px 5px 10px;
	}
/*	end hack */

.notebox	{
	float: right;
	width: 190px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	margin: 10px;
	background-image: url(../_images/support/bar_bw.jpg);
	background-repeat: no-repeat;
	clear: both;
	}
.notebox h4	{
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	font-size: 1.1em;
	padding: 5px 5px 2px 30px;
	border-bottom: solid 1px #000;
	margin-top: 5px;
	margin-bottom: 10px;
/*	background-color: #FFE35E; */
	background-color: #FFF;
	background-repeat: no-repeat;
	}
.notebox p	{
	font-size: .85em;
	margin: 0;
	padding: 0 8px 15px 10px;
	}
.notebox li	{
	list-style-type: disc;
	margin: 0 0 0 -10;
	padding: 0;
	}

/******** NOTEBOX SUB ********/

.tip	{
	background-color: #FFFFCC;
	}
.tip h4	{
	background-image: url(../_images/logos.icons/icon_lightbulb.jpg);
	}

.gotcha	{
	background-color: #FFCCCC;
	}
.gotcha h4	{
	background-image: url(../_images/logos.icons/icon_gotcha.gif);
	padding-left: 35px;
	}

.geek	{
	background-color: #CEE6FF;
	}
.geek h4	{
	background-image: url(../_images/logos.icons/icon_geek.png);
	}


/******** FUNCTION BAR ********/

div.functions   {
	padding-right: 15px;
	float: right;
	position: relative;
	padding-left: 10px;
	font-size: 0.8em;
	margin-left: 40px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}
div.functions img	{
	border: 0;
	}
div.functions a	{
	text-decoration: none;
	}


/******** MISC ********/

#prev_next	{
	border-top: 1px solid #999;
	padding: 10px 10px 2px 15px;
	margin: 0 0 15px 0;
	}

#prev_next a.prevpage	{
	border: none;
	float: left;
	clear: both;
	}
#prev_next a.nextpage	{
	border: none;
	float: right;
	clear: both;
	}

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

.small	{
	font-size: .8em;
	}

.important	{
	color: #c00
	}

p.close_window	{
	font-size: 0.8em;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 15px;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	}


/******** FOOTER ********/

#footer	{
	color: #000;
	font-size: 0.8em;
	padding: 5px 0 5px 0;
	}
#footer a	{
	color: #333;
	text-decoration: none;
	}
#footer a:visited	{
	color: #333;
	text-decoration: none;
	}
#footer a:hover	{
	color: #666;
	text-decoration: underline;
	}
#footer p {
	margin: 0 25px 0 0;
	padding: 0;
	text-align: right;
	}
