  /* Styles for the various hyperlink types */
a { color: blue; text-decoration: none; }
a:visited {color: blue; }
a:hover {color: blue; text-decoration: underline; }
a.weblink {color: blue; text-decoration: underline; }
a.weblink:visited {color: blue; }
a.weblink:hover {color: blue; text-decoration: underline; }
a.popuplink {color: red; text-decoration: none; }
a.popuplink:visited {color: red;}
a.popuplink:hover {color: red; text-decoration: underline; }
a.filelink {color: green; text-decoration: none; }
a.filelink:visited {color: green; }
a.filelink:hover {color: green; text-decoration: underline; }
  
@media screen{

   html.nonscroll { 
      overflow:hidden; 
   } 

  body {    
      margin:0; 
      padding:0; 
      overflow: hidden;
      height: 100%;
    } 

   div.nonscroll { 
      overflow:auto; 
   } 

 
   #idheader { 
      width:100%; 
      height:auto; 
      padding: 0 0 5px 0; 
      margin: 0; 
   } 
   /* Active header is off until turned on by script */
   #scriptNavHead {
   	  display: none;
   	  }
   #noScriptNavHead {
      
      }
	#printheader {
	  display:none;
   }
   /* Set the padding in the OUTER div for MSIE and CHM to prevent the 
      width bug and the horizontal scrollbar bug from activating. */ 

  #idcontent {    
      width: 100%; 
      padding: 0px !important; 
      padding: 10px 15px 5px 10px; 
      position: relative;
   } 

/* Set the padding in the INNER div for all other browsers. */ 

  #innerdiv {    
      padding: 10px 5px 5px 10px !important;  
      padding: 0px; 
   } 

         /* These styles are for the header, the print link 
         and the navigation links. Change .topichead padding
         to 5px 5px 0px 5px if you use the Print Topic link.  */

	#breadtable {
	margin:0;
	padding: 0;
	}
	.breadhead {
	margin: 0;
	padding: 5px 9px 0 5px;
	}
	
    .topichead {
       padding: 0px 10px 3px 8px;
    }
    .idnav {
       white-space: nowrap; 
       font-size: 1pt; 
       padding: 0 1px 1px 2px; 
       margin: 0; 
    }


   /* Components of the Topic AutoTOC Window */ 
   
       #autoTocWrapper {
       display: none; 
       z-index: 1000;                       
       padding: 0;
       margin: 0;
       border: 1px solid white;
       border-top: 0;
       width: auto;
       position: absolute;
       top: 35px;
       right: 18px;
       background-color: #fff;
       }
       
   #autoTocMiddle {
       border-left: 0;
       border-right: 1px solid #888;
       border-bottom: 1px solid #888;
       padding: 0;
       margin: 0;
       } 
   #autoTocInner {
       /* The default border color is changed to same color 
       as the navbox border by the AutoTOC script.  */
       border: 1px solid black;
       border-top: 0;
       margin: 0;
       padding: 0;
       }
       
    /* The default border link text and hover colors are changed to the values for 
       <%ATOC_LINKCOLOR%> and <%ATOC_HOVERCOLOR%> by the AutoTOC script.  */

	p.autoTOC {
		color: #333;
		font-size: 13px;
		font-weight: bold;
		margin:0; padding:0;
		line-height: 100%;
	}
       
    #autoTocWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
	
	/* The default background color is set to the same color as 
	the topic header background by the AutoTOC script.  */
	#autoTocWrapper ul li {
	padding: 2px 3px 5px 3px;
	background-color: #ccc;
	background-image: url("bg_topichd.gif");
	background-repeat: repeat-x;
	background-position: 0px -27px;
	cursor: pointer;
	}
/* Sortable Tables */
    table a.sortheader img {
    border: 0;
    }
    a.sortheader {
	color: black;
	text-decoration: none;
	white-space: nowrap;
	}
    a.sortheader:visited {
	color: black;
	text-decoration: none;
	}	
    a.sortheader:hover {
	color: black;
	text-decoration: none;
	}	
} /* End Media Screen Block*/

@media print{
     /* Hide header and turn on the print header in the printed version. */

     #idnav, .idnav, .idnav a, #breadcrumbs,#autoTocWrapper,#idheader { display:none;}
     #printheader {display:block; font-weight: bold; margin: 5px 0 20px 0;}
     #printtitle {font-weight: bold;}
     .topichead { padding: 5px 5px 20px 5px; }
} /* End Media Print Block*/