body {
	margin: 0;
	padding: 0;
	background: white;
	color: #353535;
	font-size: 0.8em;
	line-height: 1.7em;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: url("http://bradsoft.com/images/gradient.jpg") repeat-x top left;
}

.box {
	background-color: #ECF3F8;
	border: 1px solid #96BADC;
	padding: 12px 14px;
}

/*  */

#pagehead {
	/*background: #315077 url(helpimg/pagehead.png) repeat-x left top;*/
	background: url("http://bradsoft.com/images/banner.png") repeat-x top left;
	height: 30px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	padding-top: 6px;
}
#navbar {
	position: absolute;
	right: 24px;
	top: 6px;
	font-size: 10px;
}
#navbar, #navbar a { color: white; }

div#helplinks {
	font-size: x-small;
	margin-bottom: -10px;
	text-align: right;
	padding: 4px 10px;
	height: 30px;
	color: white;	
}

div.contentbox { margin: 12px 24px;}
h1 { font-size: 110%; }
h2 { font-size: 100%; }

div.tasklist { background-color: #F4FAFF; border: 1px solid #BBDEFF; }
div.tasklist li { margin-bottom: 5px; margin-left: -10px; margin-right: 12px; list-style-type: disc; }
a.helpindex { font-weight: bold; }
.topiclist { 	font-size: 90%; }
.topiclist li {	
	margin-left: -20px; 
	margin-right: 10px;
}

span.menuitem { font-style: italic; }
span.shortcut { font-family: "Courier New", monospace; }
span.tbtn { font-style: italic; }
span.task { color: #004780;  }

.helpnote {
	background-color: #F3F3F3;
	border: 1px solid #C0C0C0;
	padding: 8px 14px;
	font-size: 90%;
}

.gopro {
	background-color: InfoBackground;
	border: 1px dotted InfoText;
	color: InfoText;
	padding: 8px 14px;
}


img.boxed { border: 1px solid silver; padding: 2px; margin: 4px; }