body {
	font-family: Helvetica;
}

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: 460px;
  padding-top: 6px;
}

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

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

div.TitlePane {
	position: fixed;
	left: 185px;
	top: 20px;
	right: 5px;
	height: 60px;
	overflow: hidden;
}
.TitlePane {
	font-size: 11pt;
}
	
.TitlePane h2 {
	font-weight: bold;
        margin: 3px 0 0 3px;
        padding: 0;
}

.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.ProductImage {
     position: fixed;
     float: left;
     top: 155px;
     margin-top: 10px;
     margin-left: 10px;
     margin-bottom: 10px;
     margin-right: 10px;
}

div.MainPane {
	position: fixed;
	top: 125px;
	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;
	/* width: 100%; */
}

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

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

.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 { 
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 120px;
  left: 80px;
  font-size: 13px;
  font-style: heavy;
  color: #555555;
}

.DownloadLinkPaneForReview { 
  display: block;
  float: left;
  width: 180px;
  position: fixed;
  top: 175px;
  left: 80px;
  font-size: 13px;
  font-style: heavy;
  color: #777777;
  text-decoration: underline;
}

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