/* CSS Sourcing and Contract Management Chapters.*/

body {
	counter-reset: figno;
	background-color: #ffffff;
} 
A:link {
	color:#1f73bd;;
	font-weight:normal;} /* was #0a14b6; bright blue #0a14b6; */


A:visited {
	color: #0a14b6;} /* bright blue */ 

A:hover {
     color: #983466;} /* cabernet */
   /*  color: #2349f7;} lighter blue, same tone as a:link. */

 

p, ol, ul, form, blockquote, body, address, div{
	color: #000000; /* black */
	font-size: 12pt;
	font-family: Calibri;
	font-weight: normal;
	vertical-align: top;
	text-align: left;}

/* No h1 head. Reserving that for other areas */

h2 {
    border-style: solid;
    border-width: 2px;
	border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
	border-bottom-color: #1f73bd;
	font-family:Calibri;
	font-weight: normal;
	font-size: 22pt;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	color:#000000;}/* black */

h3 {
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	text-align: left;
	font-size: 16pt;
	color:#1f73bd; /* blue */
	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: #000000; /* black */
	font-weight: normal;}

h5 {
	padding-bottom: 0px;
	padding-top: 2px;
	color: #000000; /* black */
	text-align: left;
	font-family: Calibri;
	font-size: 14pt;
	font-weight: normal;
	text-decoration:underline;}

 
ul {list-style-type: disc;}
	
ol ul { 
	list-style-type: disc;}

 /* Wrapper Div. Thin double border. Not used in chapters; used only in CMS screen help and Service Pack Notes. */
.wrapper {
	margin-top: 15px;
	margin-left: 0px;
	background-color: #ffffff;
	width:950px;
	padding: 2px;
	border-width: thin;
	border: 3px double #8f9ee3; 
	/* soft blue table frame color */
	z-index:2;
	overflow:visible;}
	

.workflow {
	padding:5px;
	background:#efefef;
	border: solid thin #808080;
	width:70%;} /* Use this for a workflow div */

.setup {
	padding:5px; 
	background:#FFFFFF; 
	border: solid thin #808080; 
	width:70%;} /* Use this for a setup div */

.noPad {
	margin-top: 2px;
    margin-bottom:2px;}

/* For lists in toc: square bullet in Premier green */
.square {
	list-style-position: outside;
 	list-style-image: url(images/SquareBulletGreen.png);}
	
	
	
	/* Bulleted list, small square blue bullets. Used rarely in 3-tiered lists*/
.bluelist {
	list-style-image: url(images/SmSquareBlueBullet.gif);}	
	

.PlainTable {
	border: 2px #16477c; /* standard table format in chapters */
	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:  #16477c;  /* was lighter blue #5774fb; */
	border-right-color: #CCF;
	border-bottom-color: #CCF;
	border-left-color: #16477c;  /* was lighter blue #5774fb; */ 
	border-style: solid;
	padding:4px;
	}
	
	 
/* Use the .helpTable class for field tables and task tables in screen Help  Not used in chapters.*/

.helpTable { 
	 width: 93%;
	 border: 2px #D0D8F0;
	 border-style: solid;
	 border-collapse:separate;
 } 

.helpTable td
{
	border-style: solid;
	border: 1px;
	border-bottom-color:  #f3f3f3;
	border-right-color:  #f3f3f3;
	padding:4px;
	vertical-align:top}

.contTable{
	width:70%; 
    margin-left:15%; 
    margin-right:15%;
	/* margin-left:auto;
	margin-right: auto;   Centers table; horizontal width adjusts to screen size. Columns will wrap. See below for nowrap. Does not work in IE10, 11: bug */
	  } 
/* Except for the IE bug, the table would center and  its horizontal width  adjust to screen size. Columns will wrap as needed.*/
 

.contTable td {
	text-wrap:none;
	vertical-align:top;
}	


/* lighter blue background color for table cells. Use with TR or TD. Used in EDI Setup tables */
.tblBkcol2 {background-color: #b3c8dd;} /* #dce4fe; */

/* light yellow background color for table cells. Use with TR or TD. Used in Financial Reports Create */
.tblBkcol3 {background-color:#ffffcc;}

/* gray background color for table cells. Use with TR or TD. Used in Spend Definitions */
.tblBkcol4 {background-color:#cccccc;}



/* The class .nostack sets consecutive table elements on the same line, instead of stacking them.*/
/* Use in <ul> lists when you don't want items in list vertically. There will be no bullet. 
/* They create horizontal tables, blue text. The nostack class goes on the <ul> tag: <ul class="nostack"> */
.nostack {	
	font-family: Calibri;
	font-size: 10pt;
	color: #1f73bd;
	} 

.nostack li{
	margin-left:7px;
	display: inline;}

/* Used only in Service Pack notes only. Part of auto number.*/
 
.figure {text-decoration:underline; 
	     text-align:center;} 

/* Used only in Service Pack Notes under each figure title to indicate the path to the figure -- if the figure is a panel. */
.path {
	font-size:10px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color: #666; 
	text-align-last:center;}
	

	/* Styles the note header. */
.note {
	color: #1f73bd; /* was #0a14b6; bright blue, bold, underlined*/
	font-family: Calibri;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: underline;}

/* Used for panel names. */
.panel {
	color: #1f73bd; /* was #0a14b6; bright blue, bold, underlined*/
	font-family: Calibri;
	font-size: 12pt; 
	font-weight: bold;
	font-style: italic;}
	

/* Used for links. */
.link {
	color:#1f73bd; 
	font-weight:bold;} 
	


/* horizontal rule. used rarely. */
hr {
	color: #1f73bd;} /* Premier  blue*/
	
		

	/* Can be used to downsize headings 2 and 4, if you need underlined words */
.small {
	font-size: 12pt;}

.RealSmall {
	font-size: 10pt;}

.center {
	text-align: center;}

	/* Indents text about one inch from the left. Used in Release Notes */
.indenttext { 
	font-size: 12pt; 
	font-weight: normal;  
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 40px; 
	font-family: Calibri;
	color: inherit;}

    /* Used in some tables to collapse margins and get two-tone effect. */
tr.collapse
{visibility:hidden}

tr.open
{visibility: visible}
 
	/*Used in some navigation panels */   
.bignum {
	font-size: 12pt;
	font-weight:bold;
	font-family: Calibri;
	color: #0a14b6; }


/* Highlighting Classes */

	/*DO NOT use this class -- highlight -- for highlighting text. This version of highlighting is used only by the search engine. 
	javascript routine in the function "highlight()". All the search engine needs is this CSS entry.*/
	/*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 2 classes 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 icon style */
.inquiry {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 12pt;  commented out. Inherit from block e.g,. h2, p*/
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #116cb3;}
	
/* Generate Company Name,"PremierConnect", and "Integrated Platform" */
.GetCompany:before{content: " Premier";}

.GetPC:before{content: " PremierConnect";
              font-style:italic;}
.GetIP:before{content: " Integrated Platform";}  /*Place this inside a span before &nbsp; or before a punctuation element -- period or comma, etc. */

	/* Copyright notice at the bottom of each page. Small, gray text. Notice text is in the library. */
.copyright {
	font-family: Calibri;
	color: #808080;
	font-size: 9pt;
	text-align: left;}

	/* Used for version indicator next to h2 chapter title */
.version {
	font-size: 8pt;
	font-family: Calibri;
	font-weight:normal;}
	
	/* 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;}

/* Color Classes */

	/*Some 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. Matches color in Analysis* */
 	font-weight: bold;}
 
.group {
	color: #3399CC; /* powder blue. Matches color in Analysis*/
	font-weight: bold;}

.turq {color: #33CCCC;  /* turquoise */
         }

.dkbluebold {
	color: #330099;
	font-weight: bold;}

.purplebold {
	color: #7909AD;
	font-weight: bold;} /* Matches color in Analysis* */

.graybold {
	color: #666666;
	font-weight: bold;}
	
.vendor {
	color: #990000; /* brownish red. Matches color in Analysis */
	font-weight: bold;}

	/* Red bold - useful for warnings, etc. Used in some panels 
	to indicate above some sort of threshold */
.redbold {
	color: #FF0000;
	font-weight: bold;}

.redplain {
	color: #FF0000;
	}
	

	/* The white class is used to hide intentionally 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. Creates white text.*/
.white  {
	color: #ffffff;
	font-size:11px;}
	
	/* Green bold -  Can be used for New designation. Used for mfr in Analysis Workbench.
	 Used in some panels to indicate below some sort of threshold */
.greenbold {
	color: #339900;
	font-weight: bold;}

.blue {
	color: #1f73bd;}
	/* PRemier blue */

.mediumgray {
	color: #797979;}
	/* medium gray */

.darkgray {
	color: #4f5657;}
	/* darkest gray */

.orange {
	color: #f47321;}
	/* orange */

.dkorange {
	color: #ae370e;}
	/* darker orange*/
	
	/* Used for the alphabet letter links at the top of the alpha index: IndexTable.htm */
.alpha {
	font-size: 12pt;
	font-weight:bold;}
	
	/* Used in the alpha index IndexTable.htm to style index entries. */	
 .ix { 
	font-family: Calibri;
	font-size: 12pt;} 

