    /* Help & Manual Premium Pack Version 1.30 CSS Settings */
	/* Copyright 2009 - 2010 by Tim Green */

@media screen{
	
/* Resetting styles for topics without headers */
  body {    
      margin:0; 
      padding:0; 
      padding: 10px 15px 5px 10px;
     } 

  #idcontent {    
      padding: 0;
      margin: 0;
   } 

  #innerdiv { 
  	/* Transparent border stops Firefox italics bug */
	  border: 1px solid transparent !important;
	  border: 0;
      padding: 0;
      margin: 0; 
   } 
  /* 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; }

/* 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;
	}	

/* Advanced Popups Container */
 
div.popups {
	visibility: hidden;
	width: auto;
	margin: 0;
	padding: 0 7px 7px 0;
	overflow: auto;
	position: absolute;
	z-index: 900;
	border: 0px solid red;
	border-width: 2px;    
	border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #EEEEEE;
    border-top-color: #EEEEEE;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #969696; 
	-webkit-box-shadow: 2px 2px 3px #969696;
	box-shadow: 2px 2px 3px #969696;
	background-color: #fff;  zoom: 1;  
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

/* Permalink Box */	
	
div#permalink {
	position: absolute;
	bottom: 60px;
	left: 20px;
	z-index: 1000;
	visibility: hidden;
	width: auto;
	padding-top: 3px;
	background-color:#fdfcdc;
	overflow: hidden;
}
div#permalink textarea {
	position: relative;
	width: 250px;
	top: 3px; bottom: 3px; left: 3px; right: 3px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px; 
	font-weight: bold;
}
.dlgHowTo {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.1em;
	margin: 0;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}
} /* End Media Screen */

@media print{
     #idnav, .idnav, .idnav a, #breadcrumbs,#autoTocWrapper,#idheader,#permalink ,.popups,.help-url{ display:none;}
     #printheader {display:block; font-weight: bold; margin: 5px 0 20px 0;}
     #printtitle {font-weight: bold;}
} /* End Media Print Block*/