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

div.ButtonArea2 {
	position: fixed;
	left: 460px;
}

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 h1 {
	font-weight: bold;
	margin-left: 3px;
	margin-top: 3px;
}

.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: quto;
	overflow: auto;
}

div.MainPaneWithImage {
        position: fixed;
        top: 125px;
        left: 300px;
        right: 0px;
        bottom: 0px;
        margin-top: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
        margin-right: 0px;
        width: quto;
        overflow: auto;
}
	
.Group {
	font-size: 11pt;
}

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

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

.doctable tr {
	padding: 0px;
}

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

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

td.outputcell {
	width: 125px;
	text-align: center;
}

td.linkoutputcell {
	width: 125px;
	text-align: center;
}

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

div.nolinktooltip span { 
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
}

div.nolinktooltip: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: center;
}

.invisible {
	display: none;
}
