/* CSS for Release Notes or Service Pack Notes  and for all the chapters at the top level of Helpfiles, such as support.htm, glossary2.htm, etc. Format is CSS3, compatible with XHTML 1.1, Browsers IE 11 and higher, Chrome, Firefox.*/

body {
	counter-reset: figno;
	background-color: #ffffff;
	} 


/* Styling for any active links (e.g., A:active -- not used here -- must go last after A:hover. The order must be link, visited, hover, active. */
A:link {
	color: #006d86; 
	font-weight:normal;
    text-decoration: none;
	}

A:visited {
	color: #00bbe6;
    text-decoration: none;
	}  

A:hover {
    color: #00bbe6;
    text-decoration: underline;
	} 
	

p, ol, ul, form, blockquote, body, address, div {
	color: #00364A; /* Premier text blue-black */
	font-size: 12pt;
	font-family: Calibri;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}  

td {	
	font-size: 12pt;
	font-family:Calibri;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
	
h1 {
	margin-top: 23px;
	margin-left: 160px;
	margin-bottom: 8px;
	font-family:Calibri;
	font-weight: normal;
	font-size: 19pt;
	color:#000000;
	} 
 
 
 h2 {
	border-style: solid;
    border-width: 2px;
	border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: #006d86; /* was  #ae370e;  orange  */
	font-family:Calibri;
	font-weight: normal;
	font-size: 22pt;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	color:#00364A; /*Premier blue-black */}
	
 

h3 {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	font-size: 16pt;
	color:#00364A; 
	font-family:Calibri;
	font-weight: normal;
	text-decoration: underline;
	}

h4 {
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	font-family: Calibri;
	font-size: 16pt;
	color: #00364A;
	font-weight: normal;
	}

h5 {
	padding-bottom: 0px;
	padding-top: 2px;
	color: #00364A;
	text-align: left;
	font-family: Calibri;
	font-size: 14pt;
	font-weight: normal;
	text-decoration:underline;
	}

.noPad {
	margin-top: 2px;
	margin-bottom:2px;}

hr {
	color: #006d86;
	}
	 /* #16477c; Premier  blue;*/
	
	
ul {
	list-style-type: disc;
	}
	
ol ul { 
	list-style-type: disc;
	}

	 /* Wrapper div. Release Notes Version uses thin double border. Border not used in chapters; only in Release Notes.*/
.wrapper {
	margin-top: 15px;
	margin-left: 0px;
	background-color: #ffffff;
	width:955px;
	padding: 0px;
	border-width: thin;
	border: 3px double #bdc2c3; 
	z-index:2;
	overflow: visible;
	} 
	
	 
	/* Sets up a figure class for implementing auto figure numbering in Release Notes only. */
.figure {
	text-align:center
	} 

	/* Implements auto figure numbering. <head> section of file contains one line of js 
	that resets the counter to zero each time the page loads.*/
h3.figure:before {
   	 content:"Figure " counter(figno) " - ";
	 counter-increment:figno; 
	 display:inline;
     }
	 




	
	
.PlainTable {
	border: 1px #bdc2c3; 
	border-style: solid;
	border-collapse:separate;}

.PlainTable td /* Note: does not change the default which is text wrap. If you wish text to NOT wrap, insert nowrap="nowrap" in td tag */
{
	vertical-align:top;
	border-collapse:separate;
	border: 1px;
	border-top-color:  #bdc2c3; 
	border-right-color: #c6e3ec;
	border-bottom-color:#c6e3ec;
	border-left-color: #bdc2c3;  
	border-style: solid;
	padding:4px;
	}

/* light blue background color for table cells. Use with TR or TD. Used in EDI Setup tables */
.tblBkcol2 {background-color:#c6e3ec;}
		
	/* Misc class to set the entry in a table column to the top of the column. */	 
.colTop {vertical-align:top;}	
 
/* Styles for semantic elements */

	/* Used in Release Notes under each figure title to indicate the path to the figure -- if the figure is a panel. */
.path {
	font-size:11px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color: #666;
	text-align:center;}

	/* Styles note headings. */
.note {
	color:  #006d86;
	font-family: Calibri;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: underline;
	}

	/* Styles panel names in text. */
.panel {
	/*color: #006d86; */   
	font-family: Calibri;
	font-size: 12pt; 
	font-weight: bold;
	font-style: italic;
	}

	/* Styles buttons and links in text; e.g., Click Enter. */
.link {
	/*color: #006d86; */
	font-weight:bold;
	} 	

	/* Misc positioning, lists, and div classes */

	/* Center text, e.g., images. Note: Will not work for tables. You must use align="center" for tables because of a bug in IE */
.center {
	text-align: center;
	}
	
	/* Indent text in Release Notes */
.indenttext { 
	font-size: 12pt; 
	/*font-weight: normal; */ 
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 40px; 
	font-family: Calibri;
	color: inherit;
	}

	/* Bulleted list, small orange square bullets. Used in chapter TOCs and other lists.*/
.square {   
	list-style-position: outside;
	list-style-image:url(images/SquareBulletPremierBlue.png);
	}
	

	/* Logo div inside banner. Not used. Banner is whole image.
.logo {
	position:absolute;
	height: 48px;
	width: 138px;
	top: 0px;
	left: 5px;
	border: 0px;
    }*/

	/* Used to size the Release Notes page for printing. This div is the main enclosing div, outside of wrapper. */
	/* If the page is sized bigger than 968px, print scales the page and text is too small to read.*/
	/* Images must not be bigger than 910px or they kick out the div to the right.*/ 

.printdiv {
	width: 959px; z-index:1;
	overflow:visible;
	}

	/* Release Notes release number div */

.release{
    position: absolute;
    width: 156px;
    top: 139px;
    height: 20px;
    left: 804px;
    font-size: 10pt;
    z-index: 4;
    }

.release p {font-size:10pt; font-weight:bold; color:#00364A;}
	/* Release Notes release number div */

.ReleaseTitle {
    position: absolute;
    width: 599px;
    top: 42px;
    height: 25px;
    left: 360px;
    z-index: 4;
    }
	/* Release Notes banner div */

.ReleaseTitle h4 {color:#FFFFFF; font-size:14pt; font-weight:bold;}

.banner {
    /* background: #FFFFFF;*/
    background-repeat: repeat;
    top: 26px;
    margin: left;
    width: 940px;
    height: 119px;
    position: absolute;
    left: 15px;
    }
	/*Banner not used. Keep for future.*/
	
	
	/* Can be used to downsize headings */
.small {
	font-size: 12pt;
}
	

	/* Color classes. Some, such as green, red are used in CMS panels. */
.blue {
	color: #006d86;
	}
	

.mediumgray {
	color: #797979;}
	/*medium gray*/

.darkgray {
	color: #4f5657;
	}
	/*darkest gray*/

.orange {
	color: #f47321;
	}
	/*orange*/

.redbold {
	color: #FF0000;
	font-weight: bold;
	}
/* Red bold - useful for warnings, etc. Appears in some application panels to indicate threshold upper limits or "outside of range" */	
	
.white {
	color: #ffffff;
	font-size:12pt;
	}
	/* Used to style text in Release Div. Also, this class is used to hide commonly misspelled words -- eg: requsition -- so that the search engine will find them. 
	If you change the background color of the doc., change this class to match.*/

.greenbold {
	color: #339900;
	font-weight: bold;
	}
	/* Green bold - Can be used for New designation. Used for mfr in Analysis Workbench.
	 Appears in some application panels to indicate threshold lower limits or "within range." */
	
	/*The color classes below are used in the Analysis Workbench categories to color text for, eg. vendor name, mfr name, dept, etc. */

.dept {
	color: #FF9933; /* dark yellow */
    font-weight: bold;
	}
 
.group {
	color: #3399CC; /* powder blue */
	font-weight: bold;
	}

.turq {
	color: #33CCCC; /* turquoise */
	}

.purplebold {
	color: #7909AD;
	font-weight: bold;}

.graybold {
	color: #666666;
	font-weight: bold;
	}

.vendor {
	color: #990000; /* brownish red */
	font-weight: bold;
	}

	/* Highlighting classes */

	/*DO NOT use this class -- highlight -- for highlighting text. This version of highlighting is used only by the search engine. This class must occur on the Body tag of every file that you want to search.*/
	/* Also, the location of the highlighting function js file must be listed in the head as a meta cmd. */
	/*There is another version - hilite - to use if you want to highlight something in text. */

.highlight {
	background: #FFFF40;
	}
	
	/* USE this below for highlighting text. Creates a yellow background around text.*/	 
.hilite {
	background-color:#FFFF66;
	}


	/* The next two entries are for horizontal tables, blue text. The nostack class goes on the <ul> tag: <ul class="nostack"> */
.nostack {	
	font-family: Calibri;
	font-size: 10pt;
	color: #008aaa;
	} 

.nostack li{
	margin-left:7px;
	display: inline;
	}

	/* Styles the preliminary notification div. Not used for years...no longer send prelim out. */
.prelimnote {
	position: absolute;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
    width: 231px;
    top: 150px;
    height: 25px;
    left: 705px;
    z-index: 4;
   	textalign: left; 
	color: #008aaa; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}


	/*The next 2 entries set the W for workwith and
	 the i for inquiry to the same font and color as the application.*/

.workwith {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #1f978f;
	}

.inquiry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #008aaa;
	}

/* Generate Company Name and "PremierConnect" */
/* Important: This meta line below must be in any the head of any file that uses a pseudo element in the css */
/* <meta http-equiv="X-UA-Compatible" content="IE=edge" />  edge is the current highest browser level for IE */
.GetCompany:before{content: " Premier";}

.GetPC:before{content: " PremierConnect";
              font-style:italic;}


	/* Copyright notice at the bottom of each page. Small, gray text. */
.copyright {
	font-family: Calibri;
	color: #808080;
	font-size: 9pt;
	text-align: left;
	}
	


	/* Revised blockquote tag. Reduces the left margin. */
blockquote {
	font-family: Calibri;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 2pt;
	margin-left: 20pt;
	margin-bottom: 2pt;
	}


/* Might be obsolete. Used for really small text. */
.minutes {
	color:  #16477c;/*was  #0a14b6; */
	font-family:Calibri;
	font-size: 8pt; 
	font-weight: bold;
	}
	
