/*
-----------------------------------------------
support.sas.com template bookviewer
author:   ginny matsey
version:  29DEC08

Updated for Bookviewer V2
author:  pjt
version 2009-12-01
----------------------------------------------- */


/* -------------------------------------------- */
/* 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;
}

#docpeb ul.peb li {  /* mod for peb block with share */
    padding: 0px 2px 0px 22px;
    white-space: nowrap;
    position: relative;
	float: left;
}

#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;

}





/* ------------------------------------------------------ */	
/* ------------------------------------------------------ */	
/* 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;
}


/* -------------------------------------------- */	
/* 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;
}
