/*
-----------------------------------------------
support.sas.com template bookviewer
author:   ginny matsey
version:  29DEC09
----------------------------------------------- */

/* ****** DEFAULT STYLES *******
----------------------------------------------- */
@import url("sasleftside.css");
/* -------------------------------------------- */


/* -------------------------------------------- */
/* book title banner					        */
/* -------------------------------------------- */
#docpeb {
        background: #c6cfe7 url(/images/bookviewer/tbar_doc.jpg) center center repeat; 
        /*border-bottom: 1px dotted #ccc;*/
        font-size: .825em;
        height: 51px;
}

#docpeb h1.booktitle	{
	font-family:helvetica, arial, sans-serif;
	font-weight: 600;
	font-size: 1.7em;
	color: #6a6a6c;
	padding: 0px 0px .2em 15px;
	margin:0;
	text-align: left;
}

#docpeb ul {
        margin: 0;
        padding: 5px 2px 4px 0px;
        text-align: right;
        border: 0px solid green; 
}

#docpeb ul.siteBreadcrumb	{
	margin: 0;
	padding: 5px 0px 4px 15px;
	text-align: left;
}

#docpeb li {
        margin:0px 0px 0px 0px;
        padding: 0px 2px 0px 2px;
        list-style-type:none;
        display: inline;
        white-space: nowrap;
}

#docpeb a:link {text-decoration: none;}
#docpeb a:visited {text-decoration: none;}
#docpeb a:active {text-decoration: none;}
#docpeb a:hover {text-decoration: underline;}

/* -------------------------------------------- */
/* inactive breadcrumbs for context only        */
/* -------------------------------------------- */
#breadcrumb	{
	margin-bottom: 2.5em;	
}

/* for IE 6 */ 
* html #breadcrumb {
	float:right;
	margin-bottom: 0; /* NEW: removes extra vertical whitespace */
}


/* NEW: for IE 7 */
* + html #breadcrumb {
	float: right; /* removes extra vertical whitespace */
	margin-bottom: 0; /* removes extra vertical whitespace */  
}


#breadcrumb ul	{
        margin: 0;
        padding-left: .2em;
        text-align: left;
}
	
#breadcrumb li	{
        margin:0px 0px 0px 0px;
        padding-right: .2em;
	font-size: .7em;
        list-style-type:none;
        display: inline;
        white-space: nowrap;
		float:left;
}

/* for IE 6 */ 
* html #breadcrumb li {
	white-space: normal;
}

#breadcrumb .divider	{
	padding-left: .3em;
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Search Box (within document search)                    */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
#breadcrumb #searchBox {
        float: right;
        padding: 0;
        margin: 0px 5px 0px 0px;
        white-space: nowrap;
}

/* for IE 6 */ 
* html #breadcrumb #searchBox {
	margin:0;
	white-space: normal;
}

#breadcrumb #searchBox fieldset {
        border: 1px solid #ccc;
        padding: 0px 5px 10px 10px;       
        margin: 0px 0px 0px 0px;
}



#breadcrumb #searchBox fieldset.search {
        border: 0px solid #ffffff;
        text-align: right;
}

#breadcrumb #searchBox label {
        font-size: .8em;
        color: #fff;
        background-color: inherit;
        
}

#breadcrumb #searchBox input.searchField  {
        font-size: .8em;
        background: url(/images/bg_searchbox.gif) top left repeat-x;
        border: 1px solid #A5ACB2;
        height: 15px;
        padding: 1px;
        float: none;

}


#breadcrumb #searchBox input.searchButton  {
        font-size: .7em;
        font-weight: bolder;
        color: #013a75;
        text-align: center;
        border: 1px solid #A5ACB2;
        cursor: pointer;
        padding: 1px;
        background: #deebff no-repeat;
        text-shadow: none;
        margin: 0px 0px 0px 0px;

}





/* -------------------------------------------- */	
/* previous next navigation 					*/
/* -------------------------------------------- */
#booknav	{
	background-color: #f3f3f3;
	font-size: .7em;
	padding: 3px;
	margin-bottom: 2em;
}
/* NEW: for IE 6 */ 
* html #booknav {
	display:inline-block;
	clear:both;
}

/* NEW: for IE 7 */
* + html #booknav {
	display:inline-block;
	clear:both;
}

#booknav_bottom	{
	font-size: .7em;
	padding: 3px;
	margin-top: 2em;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
}

#booknav ul,
#booknav_bottom ul {
        margin: 0px 0px 0px 0px;
        padding: 0em .2em .2em 0px;
        text-align: left;
}

#booknav li,
#booknav_bottom li {
        margin:0px 0px 0px 0px;
        padding: 0px 2px 0px 2px;
        list-style-type:none;
        display: inline;
        white-space: nowrap;
}

#booknav divider,
#booknav_bottom divider	{
	color: #6A6A6C;
}

#booknav a:link,
#booknav_bottom a:link {text-decoration: none;}
#booknav a:visited,
#booknav_bottom a:visited {text-decoration: none;}
#booknav a:active,
#booknav_bottom a:active {text-decoration: none;}
#booknav a:hover,
#booknav_bottom a:hover {text-decoration: underline;}

/* ------------------------------------------------------ */	
/* ------------------------------------------------------ */	
/* left column										      */
/* ------------------------------------------------------ */	
/* ------------------------------------------------------ */
#docleftcolumn	{
        width: 209px;
        margin: 0;
        padding: 0;
        float: left; 
        left: 0;
       /*  position: relative;  */
}


/* -------------------------------------------- */	
/* top links									*/
/* -------------------------------------------- */
.tocLinks {
        margin: 0px 0px 0px 0px;
        padding: .2em 0px .2em 10px;
		font-weight: normal;
        text-align: left;
		white-space:nowrap;
}

.tocLinks .divider	{
	color: #6A6A6C;
	padding-left: .5em;
	padding-right: .5em;
}

.tocLinks a	{
	font-weight:normal;
	font-size: .825em;
}

/* -------------------------------------------- */	
/* tabs											*/
/* -------------------------------------------- */
    #tabs {
      float:left;
      width:100%;
      background:#fff url(/images/bookviewer/tabBottom.gif) repeat-x bottom;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding: 4px 0px 8px 0px;
	  list-style:none;
      }
    #tabs li {
      float:left;
      margin:0;
      padding:0;
      }
	#tabs a {
      display:block;
      background:url(/images/bookviewer/tabLeft_off.gif) no-repeat left top;
	  font-weight:bold;
	  font-size: .825em;
	  color: #0066cc;
	  padding: 3px 0px 4px 3px;
      }
   #tabs a span	{
      background:#f5f9ff url(/images/bookviewer/tabRight_off.gif) no-repeat right top;
	  /*border-top: 1px solid #b6b9bd;*/
	  padding: 3px 6px 4px 3px;
      }
  	#tabs .current a {
      background:url(/images/bookviewer/tabLeft_on.gif) no-repeat left top;
	  border:0;
	  color: #505050;
	  padding-bottom: 5px;
      }
   #tabs .current a span	{
      background:url(/images/bookviewer/tabRight_on.gif) no-repeat right top;
	  border:0;
	  padding-bottom: 5px;
      }    
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
	
/* -------------------------------------------- */	
/* TOC											*/
/* -------------------------------------------- */
#leftscroll	{
	background-color:#f5f9ff;
	margin:0;
	overflow:auto;
	clear:both;
	padding-right: 8px;
}

#toc a {
	font-size: 80%; 
	color: #06c;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0;
}
#toc a:hover {
	color: #f60;
}

#toc ul {
    list-style-image: none;
	list-style-type: none;
	padding: 0px; 
	margin: 0 0 0 8px; 
}  
#toc ul ul,
#toc ul ul ul	
{
    list-style-image: none;
	list-style-type: none;
	margin-left: 16px;
} 
#toc .nolink	{
  	padding:12px 0px 0px 16px;
	margin: 0;
	list-style-type:none;
}
span.toc	{
	font-size: 80%;
}

#toc li.leaf	{
	background: url(/images/bookviewer/dash.gif) left .6em no-repeat;
	padding: 2px 0px 0px 16px;
	margin:0;
	list-style-type:none; 
}

#toc li.node {
	padding: 2px 0px 0px 0px;
	margin:0;
	list-style-type:none; 
}




#toc li a	{
	display:inline;
}

#toc img	{
	float:left;
	margin-top: .5em;
	margin-right: .5em;
	margin-left: 0;
}


#toc li a.leftnavon { 
	color: #f60; 
}

/* -------------------------------------------- */	
/* ABOUT										*/
/* -------------------------------------------- */
#about	{
	font-size: .825em;
}

/* PRODUCT TABLE								*/
#about table	{
	margin: 12px 8px 0 8px;
	border: 1px solid #e1e1e1;
}
#about th	{
	text-align: left;
	padding: .2em .5em .2em .5em;
}
#about td	{
	text-align: left;
	padding: .2em .5em .2em .5em;
	border-top: 1px solid #e1e1e1;
}
#about td.noborder	{
	border-top: 0;
}

/* MISC ABOUT INFORMATION						*/
#about dl	{
	margin: 0px;
}
#about dt	{
	margin:0;
	padding: 1em 0 0 8px;
	font-weight: bold;
}
#about dd	{
	margin:0;
	padding: 0 0 0 2em;
}
/* TOPICS										*/
#aboutTopics	{
	margin-top: 1em;
	background: url(/images/elements/dotrule_h.gif) repeat-x top;
}
#aboutTopics h3	{
	margin:0;
	padding: 1.5em 0 0 8px;
	font-weight:bold;
}
#aboutTopics ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 8px;
}
#aboutTopics li 	{
        margin:0px 0px 0px 0px;
        padding-right: .2em;
        display: inline;
        white-space: nowrap;
		float:left;
}
/* -------------------------------------------- */	
/* INDEX										*/
/* -------------------------------------------- */


/* alpha bar	------------------------------- */
#index ul	{
	list-style-type: none;
	padding: 0px;
	margin: 6px 8px 0px 8px;
}
#index li	{
	margin:0;
	padding: 4px 4px 3px 0px;
	float:left;
	display: block;
}
#index a.alpha	{
	background-color:#dae3f5;
	padding: 0px 3px 2px 3px;
}
	

/* entries	---------------------------------- */
#entries	{
	margin-top:1em;
}
#entries ul	{
	list-style-type: none;
	padding: 0px;
	margin: 6px 8px 0px 8px;
}
#entries li {
	padding: 4px 0 0 0;
	margin: 0;
	display: block;
}
#entries .multiple	{
	font-size: .825em;
	color: #7f7f80;
	padding-left: .5em;
}

/* -------------------------------------------- */	
/* CONTENT									*/
/* -------------------------------------------- */
#content2	{
	font-size: medium;
	/* added 2008/01/14 ashreve(pjt) fix ie6 formatting bug */
	/* display: inline-block; */

}
/* moved to IE specific hack 2008/07/17 pjt fix firefox 3 formatting bug */
/* NEW: for IE 6 */ 
* html #content2 {
	display:inline-block;
}

/* -------------------------------------------- */	
/* SGML FIXES									*/
/* -------------------------------------------- */
/* fixes caption */
.sgml caption a	{
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
.sgml caption a:hover {
	text-decoration: none;
	color: #000000;
}
.sgml caption {
	padding-top:1.4em;
	padding-bottom:.3em;
}

/* fixes head level 2 */
.sgml td hr	{
	margin-top: 1.4em;
	padding-bottom: 0px;
}
.sgml .title2 a {
	font-family: arial, "Arial Unicode MS", geneva, "Lucida Grande",  sans-serif;
   	color: #000000;
   	font-weight: bold;
   	font-size: 100%;
	margin:0px;
	padding:0px;
} 
.sgml .title2 a:hover	{
	text-decoration: none;
	color: #000000;
}

/* fixes head level 3 */
.sgml h3 a	{
	font-size: 115%;
	color:#000000;
}
.sgml h3 a:hover	{
	text-decoration: none;
	color: #000000;
}
.sgml h3	{
	margin:0px;
	padding:.7em 0px 0px 0px;
}

/* fixes chapter toc first level links */
#content2 .sgml h4 	{
	margin-bottom: .7em;
}
#content2 .sgml h4 a	{
	color:#06c;
}
#content2 .sgml h4 a:link	{
	color:#06c;
}
#content2 .sgml h4 a:hover	
{
    color:#06c; 
	text-decoration:underline;
}
#content2 .sgml h4 a:visited	{
	color:#06c;
}

/* fixes chapter toc second level links and links within dictionary elements */
.sgml .toc1 a	{
	font-weight:bold;
}

/* helped fix some of teh spacing issues */
.sgml p	{
	margin-top: 1.4em;
	padding:0px;
}


/* fixes nested unordered list in a definition */
.sgml dd li p	{
	margin-top: 1.4em;
}

/* fixes extra spacing in statement list */
.sgml td p	{
	margin:0px;
	padding:0px;
}

/* helps fix spacing issue below a table */
.sgml table	{
	margin:0;
	padding:0;
}

/* fixes code spacing problem and font-family problem in FireFox */
.sgml pre	{
	font-family:monospace;
	font-size: 110%;
   	color: #333333;
	padding:1.4em 0px 0px 12px;
	margin:0px;
}


/* -------------------------------------------- */	
/* XIS FIXES - 28JAN2009						*/
/* -------------------------------------------- */
/* fixes large font problem */
.accessibilityTopic,
.appendix,
.bookInfo,
.chapter,
.classUsageSection,
.errorMessageBlock,
.eventHandlersSection,
.eventsSection,
.glossary,
.privateAttributesSection,
.privateMethodsSection,
.procConcepts,
.procExampleGroup,
.procOverview,
.procReferences,
.procResults,
.procStatement,
.procStatementSyntax,
.procSyntax,
.procUsing,
.protectedAttributesSection,
.protectedMethodsSection,
.publicAttributesSection,
.publicMethodsSection,
.refClass,
.refDictEntry,
.refDictEntryCollection,
.refProc,
.requiredInterfacesSection,
.statementExample,
.supportedInterfacesSection,
.syntax,
.topic,
.troubleshootingBlock,
.whatsNew	{
	font-size: 84%;
	line-height: 125%;
}

/*fix spacing for chapter level headings */
#content2 .appendix h1.title,
#content2 .chapter h1.title,
#content2 .refProc h1.title,
#content2 .refProc h1.name	{
	margin-bottom: 0px;
	margin-top: 1.5em;
}

/*fix spacing for line above h2 (subTopic level) */
#content2 h2.title	{
	font-size: 120%;
	margin-top: .5em;
}

/*fix spacing and font size of h3 (subSubTopic level) */
#content2 h3.title	{
	font-size: 120%;
	margin-top: 2.2em;
}

/*fix double border around table */
table.tgroup	{
	border: none;
}

/* -------------------------------------------- */	
/* ************   NAVIGATION   **********       */ 
/* **   Do not display inline navigation elements */
/* **   contained in body of content              */
/* -------------------------------------------- */	
/* Do not display the top and bottom bars        */
.navBg {
	display: none;
}

.navBgTop {
	display: none;
}

/* Do not display the previous and next links 	 */
.nav {
	display: none;
}

/* Do not display the dividers "|"               */
.navDivider {
	display: none;
}

/* Do not display the running heads              */
.runninghead {
	display: none;
}

/* Do not display the internal bottom navigation line */
.navLine {
	display: none;
}

/* Do not display the internal copyright notice     */
.copyright {
	display: none;
}

