/*
$Id: topics.css,v 1.3 2006/09/28 08:43:51 ww161634 Exp $
Copyright (C) 1997-2006 Sun Microsystems, Inc. All rights reserved.

Style sheet for Sun Secure Global Desktop Software documentation topics.
*/

body 
{ 
  background-color: #FFFFFF;
  font-family: sans-serif, HG-GothicB-Sun;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height; 15px;
}

p 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  line-height; 15px;
}
	
h1 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  padding-top: 10px;
  line-height: 15px;
}

h2 {
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  line-height: 15px;
}

h3 {
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  line-height: 15px;
}

h4 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

ol, ul, li
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  line-height: 15px;
  margin-left: 15px;
  padding-left:0px;
}

li 
{
  margin-top: 3px;
}

ul li
{
  list-style-type: disc;
}

a:link 
{ 
 color: #3E6B8A; 
 text-decoration: none;
}

a:visited 
{ 
 color: #35556B; 
 text-decoration: none;
}
	
a:active 
{ 
 color: #E76F00; 
 text-decoration: none;
}

a:hover [href]
{
 color: #3E6B8A; 
 text-decoration: underline;
}

pre  
{
  font-family: monospace, HG-GothicB-Sun;
  padding: 3px;
  monospacefont-size: 12px;
  white-space: pre;
  color: #666666;
}

/* Used for blocks of code*/
.codeblock 
{
  font-family: monospace, HG-GothicB-Sun;
  padding: 3px;
  font-size: 12px;
  background-color: #EEEEEE;
  white-space:pre;
  color: #666666;
}

code
{
  color: #666666;
}

hr 
{
  color: #CCCCCC;
  height:1px; 
}

/* Used for the breadcrumbs line */	
.lid 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  padding-bottom: 3px;
}

.lid a:active 
{
  color: #C06600;
  text-decoration: none;
}

.copyright 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  text-align: left;
  padding-top: 2em;
}

.note 
{ 
  font-family: sans-serif, HG-GothicB-Sun;
  text-align: right;
  font-size: 11px;
  color: #C06600;
  line-height: 15px;
}

.bugid 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size:9px;
  color: #666666;
}

th 
{ 
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

td 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  background-color: #FFFFFF;
}

td ul, td ol 
{
  margin-bottom: 0px;
}
	
.deftable 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #EEEEEE;
  vertical-align: top;
  text-align: left;
}

th.deftable 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #35556B;
  vertical-align: top;
  text-align: left;
}

th.deftable p 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #35556B;
  vertical-align: top;
  text-align: left;
}

td.deftable 
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #3E6B8A;
  background-color: #EEEEEE;
  vertical-align: top;
  text-align: left;
}

td.deftable ul li
{
  color: #3E6B8A;
}

th.deftable a:link 
{ 
  color: #FFFFFF; 
  text-decoration: none; 
}

th.deftable a:visited 
{ 
  color: #EEEEEE; 
  text-decoration: none; 
}

th.deftable a:active 
{ 
  color: #E76F00; 
  text-decoration: none; 
}

th.deftable a:hover 
{
  color: #FFFFFF;
  text-decoration: underline;
}

/* web style for data table example 1 */
.tableborder 
{
  border: 1px solid #EEEEEE;
  background-color: #EEEEEE;
}

/* web style for data table example 3 */
.tabledata3 
{ 
  border-style: none; 
  background-color: #EEEEEE;
}

/* used to fix the width of the related topics table*/
div.relatedpanel 
{
  margin-top: 2em;
  width: 50%;
}

.boldred
{
  font-family: sans-serif, HG-GothicB-Sun;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #881009;
  line-height; 15px;
}

.skip
{
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}

@media print

{
h1, h2, h3, h4
{
  page-break-after: avoid;
  page-break-inside: avoid;
}

td, p, li
{ 
  page-break-inside: avoid;
}

.tabledata3 
{  
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.tableborder 
{
  border-style: none;
  background-color: #FFFFFF;
}

td, th
{
  border: 1px solid #000000;}
}
