body {
	font-family: Helvetica;
     margin: 0px;
     padding: 0px;
}

div.Header {
     height: 45px;
     padding-top: 10px;
     padding-left: 5px;
     margin-top: 7px;
}

div.LogoPane {
	height: auto;
	width: 135px;
     float: left;
     margin-top: 3px;
     margin-left: 5px;
     margin-bottom: 5px;
     margin-right: 50px;
     padding-left: 0px;
}


div.SearchPane {
	height: auto;
     display: inline;
     width: 173px;
     float: right;
     clear: right;
     margin-top: 7px;
     margin-left: 0px;
     margin-bottom: 0px;
     margin-right: 15px;
     padding-top: 0px;
}

div.ButtonPane {
	width: 100%;
	height: 40px;
	vertical-align: center;
	background: url("../graphics/gradient-center.png") repeat-x;
	background-position: bottom;
	border-top: 1px solid rgb(200, 200, 200);
     margin-top: 0px;
}	


div.ButtonArea1 {
     margin-left: 8px;
     margin-top: 5px;
     float: left;
}

div.ButtonArea2 {
     text-align:center;
     margin-left: 4px;
     margin-top: 5px;
     float: left;
}

div.ButtonArea3 {
     text-align:center;
     margin-top: 5px;
     padding-right: 0px;
}

div.Button {
	display: inline;
}

div.TitlePane {
	overflow: hidden;
     margin-top: 5px;
     margin-left: 0px;
     margin-bottom: 0px;
     margin-right: 0px;
}
.TitlePane {
	font-size: 11pt;
}
	
.TitlePane h1 {
	font-weight: bold;
     font-size: 16pt;
     margin-left: 0px;
     margin-top: 0px;
}

.TitlePane span.VersionForReview {
        color: #993333;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 3px;
}

.TitlePane span.Version {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 3px;
}

div.ReviewPane {
        position: fixed;
        top: 120px;
        margin: 0px 0px 5px 5px;
        width: 900px;
        font-size: 10pt;
        color: #993333;
}

div.MainPaneForReview {
	position: fixed;
	top: 155px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: quto;
	overflow: auto;
}

div.MainPaneForReviewWithImage {
	position: fixed;
	top: 155px;
	left: 300px;
	right: 0px;
	bottom: 0px;
	width: quto;
        margin-top: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
        margin-right: 0px;
	overflow: auto;
}
div.TOCPane {
     float: left;
     width: 250px;
     margin-top: 20px;
     margin-left: 15px;
     margin-bottom: 0px;
     margin-right: 15px;
}

div.ProductImage {
     margin-bottom: 20px;
}

div.MainPane {
      border-left: 1px solid #ababab;
	position: fixed;
	top: 125px;
	left: 275px;
	right: 0px;
	bottom: 0px;
      padding-left: 5px;
	width: auto;
	overflow: auto;
}
	
.Group {
	font-size: 11pt;
}

h2.Group {
	margin: 25px 5px 5px 0px;
	padding: 3px;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
	background-color: rgb(240, 240, 240);
	text-transform: uppercase;
     font-size: 11pt;
}

	
table.doctable {
	width: 98%;
	margin-left: 3px;
	border-collapse: collapse;
	font-size: 10pt;
}	

.doctable tr {
	padding: 0px;
}

td.titlecell {
	text-align: left;
        padding-bottom: 2px;
}

td.linktitlecell {
	text-align: left;
}

td.outputcell {
	width: 115px;
	text-align: right;
        padding-right: 3px;
     white-space:nowrap;
}

td.linkoutputcell {
	width: 115px;
	text-align: right;
        padding-right: 3px;
}

.doctable a:visited	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.doctable a:link	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.doctable a:hover	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid red;
}

	
img {
	border: none;
}

a.itooltip {
  padding-left: 10px;
  background: url("../graphics/info-icon.png") no-repeat center right;
  text-decoration: none;
  border-bottom: none;
}

a.itooltip:visited,
a.itooltip:link,
a.itooltip:hover {
  text-decoration: none;
  border-bottom: none;
}

span.tooltip:hover{
	display: inline;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
	position: absolute;
	background: #eeeeee;
	border: 1px solid #cccccc;
	color: #111111;
     white-space:normal;
}

span.tooltip {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
	position: absolute;
	background: #eeeeee;
	border: 1px solid #cccccc;
	color: #111111;
     white-space:normal;
}

a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
     white-space:normal;
}
a.tooltip:hover span {
  	display: inline;
  	position: absolute;
  	background: #eeeeee;
	border: 1px solid #cccccc;
  	color: #111111;
     white-space:normal;
}

tr.nestedgroup td.linktitlecell {
  	background-color: rgb(240, 240, 240);
  	padding-left: 10px;
	text-align: left;
}

tr.nestedgroup td.linkoutputcell {
  	background-color: rgb(240, 240, 240);
	width: 115px;
	text-align: right;
        padding-right: 3px;
}
tr.nestedgroup td.titlecell {
  	background-color: rgb(240, 240, 240);
  	padding-left: 10px;
	text-align: left;
}

tr.nestedgroup td.outputcell {
  	background-color: rgb(240, 240, 240);
	width: 115px;
	text-align: right;
        padding-right: 3px;
}

.invisible {
	display: none;
}

/* Hover ruler */
.doctable tr:hover {
  background: #fffde1;
}
tr.heading:hover {
  background: transparent;
}
.docpane {
  margin-left: 5px;
  margin-right: 5px;
}
.docpane2 {
  margin-left: 300px;
  margin-right: 5px;
  border-left: 1px solid #ababab;
}
.ProdImagePane {
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 150px;
  left: 20px;
  margin-right: 185;
  padding: 1.5em 0 0 10px;
  font-size: 90%;
}
.DownloadLink{
     text-align: center;
     font-size: 13px;
     font-style: heavy;
     color: #555555;
}
.DownloadLinkPane { 
  display: block;
  float: left;
  width: 250px;
  text-align: center;
  font-size: 13px;
  font-style: heavy;
  color: #555555;
}

.DownloadLinkPane a:link { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.DownloadLinkPane a:visited { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.DownloadLinkPane a:hover { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid red;
}

.DownloadLink a:link { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.DownloadLink a:visited { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.DownloadLink a:hover { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid red;
}

div.Footer {
     margin-top: 40px;
     margin-left: 0px;
     margin-bottom: 20px;
     margin-right: 0px;
     text-align:center;
     font-size: 10px;
}
.FooterRule {
     width: auto;
     overflow: hidden;
     margin-left: 10px;
     margin-right: 10px;
     border-top: 1px solid #ababab;
     
}
.Footer a:link { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.Footer a:visited { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.Footer a:hover { 
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid red;
}

.closeprintview {
	display: none;
}

.skipnavigation {
	display: none;
}
