
body {
  font-family: Helvetica;
}

div.ClosePrintView { 
  display: none;
}

div.LogoPane {
  position: fixed;
  left: 0;
  top: 20px;
  margin: 5px;
  height: auto;
  width: 135px;
}

div.SearchPane {
  position: fixed;
  right: 0;
  top: 30px;
  margin: 5px;
  height: auto;
  width: auto;
}

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


div.ButtonArea1 {
  position: fixed;
  left: 3px;
  padding-top: 6px;
}

div.ButtonArea2 {
  position: fixed;
  left: 390px;
  padding-top: 6px;
}

div.ButtonArea3 {
  position: fixed;
  left: 630px;
  padding-top: 8px;
}

div.Button {
  display: inline;
  padding-left: 5px;
}

div.doc_title {
  position: fixed;
  left: 150px;
  top: 20px;
  right: 5px;
  height: 60px;
  overflow: hidden;
}
.doc_title {
  font-size: 11pt;
}

.doc_title h2 {
  font-weight: bold;
  margin: 3px 0 0 3px;
  padding: 0;
}

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

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


div.ReviewPane {
  position: fixed;
  top: 220px;
/*  margin: 0px 0px 5px 5px;*/
  margin: 0px 0px 5px 310px;
  width: auto;
  font-size: 10pt;
  color: #993333;
}

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

div.MainPaneForReviewWithImage {
  position: fixed;
  top: 195px;
  left: 300px;
  right: 0px;
  bottom: 0px;
  width: auto;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-right: 0px;
  overflow: auto;
}

div.ProductImage {
  position: fixed;
  float: left;
  top: 155px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

div.MainPane {
  position: fixed;
  top: 145px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  overflow: auto;
}

.Group {
  font-size: 11pt;
}

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

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

.doctable tr {
  padding: 0px;
}

td.titlecell {
  width: auto;
  text-align: left;
}

td.linktitlecell {
  width: auto;
  text-align: left;
}

td.outputcell {
  width: 125px;
  text-align: right;
  padding-right: 20px;
}

td.linkoutputcell {
  width: 125px;
  text-align: right;
  padding-right: 20px;
}

.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;
}

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

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

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

tr.nestedgroup td.linkoutputcell {
  background-color: rgb(240, 240, 240);
  width: 125px;
  text-align: right;
  padding-right: 20px;
}

/* Hover ruler */
.doctable tr:hover {
  background: #fffde1;
}
tr.heading:hover {
  background: transparent;
}
.docpane {
  margin-left: 5px;
  margin-right: 5px;
}
.docpane2 {
  position: absolute;
  left: 300px;
  margin-right: 5px;
  margin-left: 10px;
}
.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%;
}

.ProdImagePaneGS {
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 180px;
  left: 20px;
  margin-right: 185;
  padding: 1.5em 0 0 10px;
  font-size: 90%;
}

.ProdImagePaneForReview {
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 205px;
  left: 20px;
  margin-right: 185;
  padding: 1.5em 0 0 10px;
  font-size: 90%;
}

.ProdImagePaneForReviewGS {
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 235px;
  left: 20px;
  margin-right: 185;
  padding: 1.5em 0 0 10px;
  font-size: 90%;
}

.DownloadLinkPane { 
  position: fixed;
  float: left;
  width: 300px;
  height: 100%;
  top: 145px;
  font-size: 13px;
  font-style: heavy;
  color: #555555;
  padding-top: 20px;
  margin-right: 10px;
  background-color: #eeeeee;
  border-right: 1px solid rgb(171, 171, 171);
}

.DownloadLinkPaneForReview { 
  position: fixed;
  float: left;
  width: 300px;
  top: 205px;
  font-size: 13px;
  font-style: heavy;
  color: #777777;
}

.DownloadLinkPane a {
  margin-left: 15%;
}

.DownloadLinkPaneForReview a {
  margin-left: 15%;
}

.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;
}

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

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

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

.Group a:link {
  color: black;
  text-decoration: none;
}

.toggle {
  padding-right: 2px;
}

.videoicon {
  position: relative;
  width: auto;
  height: 1.3em;
  top: 0.2em;
  margin-right: 0.2em;
}

input.grayout { 
        opacity: 0.4;
        filter: alpha(opacity=40);
}
