/* CSS Sourcing and Contract Management and Catalog Detailed Topics. */

body {
	background-color: #ffffff;}

A:link {
	color:#1f73bd;} /* Premier Blue, slightly darker*/

A:visited {
	color: #2991ed;} /* bright blue */ 

A:hover {
    color: #983466;} /* cabernet */
	        
p, ol, ul, form, blockquote, body, address, div{
	color: #000000; /* black */
	font-size: 11pt;
	font-family: Arial;  /* Just like a 1978 IBM Typewriter. Required by the Trogs. Sigh. */   /* Used to be pretty, modern Calibri */
	font-weight: normal;
	vertical-align: top;
	text-align: left;}
 
/* Premier colors: mustard: #f0ad4e  blue: #337ab7  more  blue: #0778ad (has more green in it...turquoise.  cabernet: #983466   gray:#999999  medium gray: #666767  gray shade: #dedede another gray: #0393a3   green: #68ac51 */    

h2 {
    border-style: solid;
    border-bottom-width: 2px;
	border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: #1f73bd;
	font-family: Arial;
	font-weight: normal;
	font-size: 18pt;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	color:#000000;
}/* black */



h3 {
    padding-top: 2px;
    padding-bottom: 3px;
	text-align: left;
	font-size: 16pt;
	color:#1f73bd; /* blue */
	font-family:Arial;
	font-weight: normal;
	text-decoration: underline;
    text-decoration-skip-ink:none; /* underline goes through the tails of y, g, etc. instead of breaking. */
}



h4 {
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	font-family: Arial;
	font-size: 16pt; 
	color: #000000; /* black */
	font-weight: normal;}

h5 {
	padding-bottom: 0px;
	padding-top: 2px;
	color: #000000; /* black */
	text-align: left;
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	}

 
hr {color:#999999; 
    height:2px;
	margin-top:3px;
	margin-bottom:3px;}


ul {
	list-style:disc;
	font-family: Arial;
	font-size: 11pt;
	color: #000000; 
	line-height: 13pt;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom:  2px;
	padding-top: 0px;
	margin-top: 2px;
	vertical-align: middle;}


ol, blockquote{
	color: #000000; /* black */
	font-size: 11pt;
	font-family: Arial;
	font-weight: normal;
	vertical-align: top;
	text-align: left;}

.wrapper {
	margin-top: 15px;
	margin-left: 3px;
	background-color: #ffffff;
	width:950px;
	padding: 2px;
/*	border-width: thin;
	border: 3px double #8f9ee3; 
	/* soft blue table frame color */
	z-index:2; */
	overflow:visible; -->}
	 /* Wrapper Div. Thin double border. Not used in chapters; used in CMS screen help and Service Pack Notes. It's here if you need it for something. */


.noPad {
	margin-top: 2px;
    margin-bottom:2px;}

.square {
	list-style-position: outside;
 	list-style-image: url(images/BulletGreenSmall.png);}
	/* For lists: square bullet in Premier green */
	
	
	/* Bulleted list, small square blue bullets.*/
.bluelist {
	list-style-image: url(images/SmSquareBlueBullet.gif);}	
	

.PlainTable {
	border: 2px #1f73bd; /* was lighter blue #5774fb; */
	border-style: solid;
	border-collapse:separate;}

.PlainTable td /* Note: does not change the default which is text wrap. */
{
	vertical-align:top;
	border-collapse:separate;
	border: 1px;
	border-top-color:  #1f73bd;  /* Premier blue */
	border-right-color: #CCF;
	border-bottom-color: #CCF;
	border-left-color: #1f73bd;  /* Premier blue */ 
	border-style: solid;
	padding:4px;
	}
	
.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. */
.tblBkcol2 {background-color: #b3c8dd;} /* #dce4fe; */

/* light yellow background color for table cells. Use with TR or TD.  */
.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. 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: Arial;
	font-size: 10pt;
	color: #1f73bd;
	} 

.nostack li{
	margin-left:7px;
	display: inline;}
 
.figure {text-decoration:underline;
	     text-align:center;} 

	/* Used in Service Pack Notes under each figure title to indicate the path to the figure -- if the figure is a panel. Light gray, small text, centered. Might be useful for other things. */
.path {
	font-size:10px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color: #666; 
	text-align-last:center;}
	

	/* Styles the Note in-line header. */
.note {
	color: #1f73bd; /* Premier blue, bold, underlined*/
	font-family: Arial;
	font-size: 11pt; 
	font-weight: bold;
	text-decoration: underline;}

.panel {
	color: #1f73bd; /* Styles panel names, Premier blue, bold, italic */
	font-family: Arial;
	font-size: 11pt; 
	font-weight: bold;
	font-style: italic;}


.link {
	color:#1f73bd; /* Premier blue, bold, underlined*/
	font-weight:bold;}  
	/* Used for links. */

/*hr {
	color: #1f73bd;}   Horizontal rule, Premier  blue*/


.center {
	text-align: center;} /* Use for images: <p class="center"><img....yadda. */

	
.indenttext { /* Indents text about one inch from the left. Used in Release Notes */
	font-size: 11pt; 
	font-weight: normal;  
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 40px; 
	font-family: Arial;
	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: Arial;
	color: #1f73bd; }


/* 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.*/	
.highlight {
	background: #FFFF40;}
	
	/* DO 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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #116cb3;}
	
/* Generate Company Name and "PremierConnect" See .css for the PanelHelp for directions on using. */
.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: Arial;
	color: #808080;
	font-size: 9pt;
	text-align: left;}

	/* Used for version indicator next to h2 chapter title */
.version {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;}
	
	/* Revised blockquote tag. Reduces the left margin. */
blockquote {
	font-family: Arial;
	font-size: 11pt;
	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. */
	
.cab {color:#983466;}/* Cabernet color for SCM elements in the Terms document. */

.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;}
	/* bright blue */

.mediumgray {
	color: #797979;}
	/* medium gray */

.darkgray {
	color: #4f5657;}
	/* darkest gray */

.orange {
	color: #f47321;}
	/* orange */

.dkorange {
	color: #ae370e;}
	/* darker orange*/

	


   