﻿* { padding: 0; margin: 0; }

body {
	background:#FFFFFF url(../Images/Mac/HeaderLeft.png) repeat-x;
	background-color:#FFFFFF;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/**********Global Rules**********/
a:link {
	color:#000099;
	text-decoration:underline;
}

a:visited {
	color:#6B612D;
	text-decoration:underline;
}

a:hover, a:active {
	color:#6D8AE0;
	text-decoration:underline;
}

p {
	background-color:#FFFFFF;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h1 {
	color: #050787;
	font-size: 1.5em;
	font-weight: bold;
	line-height:1.5em;
	padding-top: 15px;
	padding-bottom: 10px;
}

h2 {
	color: #050787;
	font-size: 1.3em;
	font-weight: bold;
	font-style:italic;
	line-height:1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	color: #050787;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.h3indent {
	color: #050787;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 10px 0;
	margin-left: 20px;
}

h6 {
	/*Used beneath h1 in special circumstances, e.g., http://word.mvps.org/Mac/ReferenceIndex.html*/
	color:#000000;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.3em;
	text-align:center;
	margin:0;
	padding-bottom: 20px;
}

ul {
	list-style-type:square;
	padding-left:30px;
}

ol { 
	padding-left:30px;
}

p.author {
	/*Use for attribution line*/
	font-size: .85em;
	text-align:right;
	padding-bottom: 10px;
}

p.slugline {
	color: #050787;
	font-style: italic;
	font-size: 1em;
}

p.blockquote {
	/*Use for blockquotes*/
	font-size: .95em;
	line-height: 1.1em;
	margin: 0 40px;
}

p.list-indent {
	/*Use for first level indent following an li*/
	list-style-type:none;
	padding-left:0px;
	padding-top:5px;
}

p.list-indent2 {
	/*Use for second level indent following an li*/
	list-style-type:none;
	padding-left:30px;
	padding-top:5px;
}

p.index-indent {
	/*Use for first level indent on Index pages*/
	margin: 0 0 0 20px;
	line-height: 0.9em;
	list-style-type:none;
}

p.index-indent2 {
	/*Use for second level indent on Index pages*/
	margin: 0 0 0 40px;
	line-height: 0.9em;
	list-style-type:none;
}
li {
	line-height: 1.2em;
	padding-bottom: 5px;
}

.ListNumber  { list-style-type: decimal; text-align: left; text-indent: -0.5 cm; 
               line-height: 100%; margin-left: 1.0cm; margin-top: 0; 
               margin-bottom: 0 }
.ListIndent {
	margin: 0px;
	text-indent: 30px;
	line-height: normal;
}
.ListBullet2 {
	text-indent: 0cm;
	list-style-type: square;
	padding-left: 0.5cm;
}
.ListBullet3 {
	text-indent: 0cm;
	padding-left: 1cm;
}


pre {
	/*Black: use for macros*/
	font-family:"Courier New", Courier, mono;
	color:#000000;
	font-size: .95em;
	font-weight:bold;
	margin-left: 10px;
	padding:0 0 2px 0;
}
.macro {
	/*Black: use for macros - alternative for <pre> style above*/
	font-family:"Courier New", Courier, mono;
	color:#000000;
	font-size: .95em;
	font-weight:bold;
	margin-left: 10px;
	padding:0 0 2px 0;
}

.macrocommand {
	/*Blue: use for commands within macros*/
	font-family:"Courier New", Courier, mono;
	color:#000099;
	font-size: .95em;
	font-weight:bold;
	margin-left: 10px;
	padding:0 0 2px 0;
}
.macrocomment {
	/*Green: use for comments within macros*/
	font-family:"Courier New", Courier, mono;
	color:#007F00;
	font-size: .95em;
	font-weight:bold;
	margin-left: 10px;
	padding:0 0 2px 0;
}

.code {
	/*Blue: Can be used for code within text.*/
	font-family:"Courier New", Courier, mono;
	font-size: 1em;
	font-weight:bold;
	
}

/*********End Global Rules**********/

/**********Header**********/
#header{
	height: 123px;	
}

.headerright {
	float: right;
	height: 123px;
	width: 140px;
}

.logo {
	padding: 30px 5px 10px 10px;
	overflow:hidden;
}

#thewordsite {
	position: absolute;
	top: 1.5em;
	left: 0.5em;
	font-size: 2em;
	font-weight: 600;
	word-spacing: -2px;
	letter-spacing: -1pt;
}

#searchbox {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	position: relative;
	top: 1.0cm;
}
#searchbox a {
text-decoration:none;
}

/*Horizontal Nav Bar (hnb)*/
#headernav {
	position:absolute;
	right: 3.5cm;
	top: 6.1em;
	text-align:right;	
}

#hnb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	margin: 0 2px;
}
#hnb a {
text-decoration:none;
}

#hnb li {
	display: inline;
	list-style-type: none;
	border-left:2px solid #000000;
	padding: 0 1px 0 3px;
}

#hnb li.first {
	border:none;
}
/**********End Header**********/

/*The cleardiv is necessary for the footer to respect the float rule of the #searchbox in Win IE*/
 #cleardiv {
 clear: both;
 height: 0;
 font-size: 0;
 }

/*****Midsection: contains Sidebar and Content*****/
div#midsection {
	background: url(../Images/Mac/sidebar.png) repeat-y;
	min-height:450px;
	clear: both;
}

/*Sidebar: vertical nav bar*/
#sidebarnav {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-top: 1em;
	width: 185px;
}

#sidebarnav a {
	display: block;
	padding:3px 0;
	text-decoration:none;
}

#sidebarnav a:hover,
#sidebarnav a:active,
#sidebarnav a:focus {
	color: #FFFFFF;
	background-color:#CFDFFF;
	background-image:url(../Images/Mac/NavBarBar2.png);
	background-repeat:repeat-y;
}

#sidebarnav ul {
	font-weight: bold;
	list-style-type: none;
	padding: 5px 0 0 7px;
}

#sidebarnav ul ul {
	font-weight: normal;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}


#sidebarnav li {
	overflow: hidden;
}

/*Content Section*/
div#content {
	background-color: #FFFFFF;
	line-height: 110%;
	margin: 0 0 0 190px;
	padding: 0 30px 5px 30px;
	width: auto;
	overflow: visible;
}
div#content a {
text-decoration:underline;
}

div#content a:link {
	color:#000099;
	text-decoration:underline;
}

div#content a:visited {
	color:#6B612D;
	text-decoration: underline;
}

div#content a:hover, a:active {
	color:#6D8AE0;
	text-decoration: none;
}

div#content .index-indent a {text-decoration:underline;}
div#content .index-indent a:hover {text-decoration:none;}
div#content .index-indent2 a {text-decoration:underline;}
div#content .index-indent2 a:hover {text-decoration:none;}
div#content li a {text-decoration:underline;}
div#content li a:hover {text-decoration:none;}
div#content ul li {padding-top:5px; text-decoration:none;}
div#content ol li {padding-top:5px; text-decoration:none;}

div#content p.BodyText  { text-align: left; line-height: 120%; margin-left: 1 cm; margin-top: 0; 
               margin-bottom: 8 pts }
div#content P.Author {font-style:italic; text-align:Right}
div#content P.Macro {font-family: Arial, sans-serif; font-size:9pt; margin-top:0; margin-bottom:0; margin-left:1em}
div#content P.MacroComment {font-family: Arial, sans-serif; font-size:9pt; margin-top:0; margin-bottom:0; margin-left:1em; color:green}
div#content P.Index {color:#000000; font-size:8pt; font-weight:bold}
div#content P.Caption {color:#00007F; font-size:8pt; font-weight:bold; text-align: Center}

div#content P.TableTitle {color: #FFFFFF; font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; text-align: Center}
div#content P.TableText {margin-left:2; margin-right:2}	

/**********End Midsection**********/

/*This cleardiv is necessary for the footer to respect the float rule of the VNB background in Win IE*/
 #cleardiv2
 {
 clear: both;
 height: 1em;
 }

/**********Begin Footer**********/
div#footer {
	border-top: 2px solid #5C73BA;
	text-align: center;
}

.footerbar {
	list-style-type: none;
	padding:4px 0;
}

.footerbar li {
	display: inline;
	border-left: 1px solid #000000;
	font-size: .8em;
	padding: 0 1px 0px 3px;
}

.footerbar li.first {
	border:none;
}
/**********End Footer**********/