/* style sheet for manual pagers */

#manualPage {
/* NB: page has position:relative, pageHeader with position:absolute - positioned in relation to page */
	position: relative;
	width: 762px;
	margin: 0 auto;	
	padding: 0;
	/*padding: 1px 0 0 0; NB important to set padding-top 1px (or 125px) - otherwise there is offset on top of page */
	border: 0;
	background-image: url(images/manualPageBkg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll; 
}

#leftPane {
	float: left;
	width: 200px;
	margin: 142px 0 0 0; /* 125 + 17 = 142 */
	border: 0;
	padding: 0;
	clear: none;
}

#manualArticle {
	float: right;
	/* cannot set more than 526px and mleft 15px - in IE6 collide with right pane with unpredictable results */
	width:526px; 
    margin-top: 125px;
	margin-right: 13px;
	margin-bottom: 4em;
	margin-left: 0;
	border: 0;
	padding: 0;
}
/* for "Palm-CAD-Viewer-demo1.html" file 
 * demo moved from Manual section to main menu
.animatedDemo {
	float: right;
	margin: 100px 180px 0 0;
}
*/
.manualMenu {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/horizNavigation.gif);	
}

.manualMenuCurrPageColor {
	color: #FFCC33;
	font-size: 13px;
}

.manualMenu:hover{
	background-color: #7597DD;
	background-image: none;
}

.manualMenuSmall {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/horizNavigation.gif);	
}

.manualMenuSmallCurrPageColor {
	color: #FFCC33;
/*	font-size: 13px;*/
}

.manualMenuSmall:hover{
	background-color: #7597DD;
	background-image: none;
}

.copyrightManual {
	clear: both;
	margin: 0 0 0 215px;
	padding: 0 0 0.75em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
