@charset "utf-8";
/* CSS Document */

/* 
Current (2018) CPP colors [https://www.cpp.edu/brand/guidelines/color.shtml]
PRIMARY
blue            100%   #01426A
                        75%   #015283
                        50%   #01619D
                        25%   #0271B6
             
green          100%   #00843D
                        75%    #009E49
                        50%    #00B755
                        25%    #00D160

yellow        100%   #FFB500
                        75%   #FFCB1A
                        50%   #FFC433
                        25%   #FFCB4D

SECONDARY
light blue  100%   #0057B8
                        75%   #0063D2
                        50%   #006FEB
                        25%   #057BFF

light green 100%   #6CC24A
                         75%   #7BC85D
                         50%   #8BCF70
                         25%   #9AD583

tan               100%   #CEB888
                        75%   #D5C39A
                        50%   #DDCEAC
                        25%   #E4D8BE

######################
Old Colors Start
Here are the official web colors, taken from the Graphic Standards Manual at http://www.csupomona.edu/~publicaffairs/graphics/webcolors.shtml:

logo green    #1E4D2B
gold          #C6930A   	
orange        #A24E12
light green   #679000
olive         #998714
brown         #613418
purple        #5A2D5F
dark blue     #293F6F
maroon        #7C1D20
light blue    #607C8C
red           #E31B23
dark eggplant #231F20
Old Colors End
######################
*/

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: Verdana,sans-serif;
	font-size: 10.1pt;
	padding: 0;
	margin: 0;
}

#container {
	min-height:100%;
	position:relative;
}
img {
	border: none;
}
#header {
	width: 100%;
	height: 113px;
	background: #231F20;
}
#header_contents {
	margin: 0 auto 0 auto;
	width: 940px;
}
#header_graphic {
	width: 550px;
	height: 93px;
	float:left;
	background: #231F20;
}
#header img {
	float:left;
	display:block;
	border: none;
}
#header_links {
	display:table-cell;
	vertical-align: middle; 
	text-align: right;
	height: 60px;
	width: 390px;
	font-size: 0.9em;
	background-color: #231F20; 
}
#header_links ul {
	float:right;
	padding: 0;
	margin: 3px 0 0 0; 
	background-color: #231F20;
}
#header_links li {
	list-style: none;
	display: inline;
	padding: 0 7px 0 3px;
	border-right: 1px solid #FFFFFF; 
	background-color: #231F20;
}
#header_links li.last {
	border-right: none;
}
#header_links a:link {
	color: #F8D16B;
	text-decoration: none;
}
#header_links a:visited {
	color: #F8D16B;
	text-decoration: none;
}
#header_links a:hover, #header_links a:active, #header_links a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
#search {
	width: 390px;
	height: 53px;
	float: right;
	background: #231F20 url(../img/topheader_search.gif) top left no-repeat;
}
#search #searchbutton {
	float: right;
	margin-top: 0px;
	margin-right: 32px;
}
#search input#q {
	width: 157px;
	height: 17px;
	font-size: 13px;
	border: none;
	margin-top: 6px;
	margin-left: 162px;
	background: url(../img/searchbg.gif) no-repeat;
	float: left;
}
#search input#q:hover, #search input#q:focus, #search input#q:active {
	background: #FFFFFF;
}
.centeredmenu {
	float:left;
	width:100%;
	background:#F5BC23;
	overflow:hidden;
	position:relative;
}
.centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
.centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
.centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 17px;
	background:#F5BC23;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
.centeredmenu ul li a:hover, .centeredmenu ul li a:focus, .centeredmenu ul li a:active {
	background:#1E4D2B;
	color:#fff;
}
.centeredmenu ul li.inactive, .centeredmenu ul li.inactive:hover {
	display:block;
	margin:0 0 0 1px;
	padding:3px 17px;
	color:#1E4D2B;
	background:#fff;
	font-weight:bold;
	line-height:1.3em;
}

#pagebackground {
	width: 100%;
	height: 100%;
}
#contents {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 35px;
	background-color: #FFF;
}
#leftcolumn {
	float: left;
	width: 626px;
	background-color: #fff;
}
#leftcolumn a {
	text-decoration:underline;
}
#rightcolumn a {
	text-decoration:underline;
}
#rightcolumn {
	float: right;
	width: 314px;
	background-color:#fff;
	margin: 0px;
}
#rightcolumn img {
	-moz-box-shadow: 6px 6px 7px #999;
	-webkit-box-shadow: 6px 6px 7px #999;
	box-shadow: 6px 6px 7px #999;
}
#contents_folder { /* usable in either left or right columns */
	margin: 17px;
}
#footer {
	background-color: #231F20;
	color: #FFFFFF;
	margin: 0;
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 35px;
}
#footer_contents {
	width: 906px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#footer p#copyright {
	float: left;
	margin: 7px 0 7px 0;
	padding: 0 8px 0 0;
	background-color: #231F20;
}
#footer p#lastmod {
	display: inline; /* fix IE bug - http://www.positioniseverything.net/explorer/doubled-margin.html */
	float: right;
	margin: 7px 7px 7px 0;
}
#footer ul {
	float: left;
	padding: 0 0 0 0;
	margin: 7px 0 7px 0;
}
#footer li {
	list-style: none;
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}


a:visited {
	color: #0057B6;
}

a:link {
	color: #0057B6;
}

a:hover, a:active, a:focus {
	color: #E31B23;
	text-decoration: underline;
        cursor: pointer;
}

h1 {
	margin: 0 0 0 0px;
	padding: 0px 7px 7px 0;
	font-size: 1.5em;
	color: #01426A;
}

h2 {
	color:#01426A;
	font-size: 1.2em;
	font-weight:bold;
}

h2.kb-title-header {
	font-size: 1.4em;
	font-weight:unset;
}

h3 {
	margin: 0 0 0 0px;
	color: #0057B8;
	font-size: 1em;
}

.form-group h3 {
	margin: 0 0 0 0px;
	padding: 0px 7px 7px 0;
	font-size: 1em;
	color: #0057B8;
}

.invisible {
	display: none;
}
h2.logogreen {
	background: #FFFFFF url(../img/h2bullet-logogreen.gif) center left no-repeat;
}
h2.brown {
	background: #FFFFFF url(../img/h2bullet-brown.gif) center left no-repeat;
}
h2.darkblue {
	background: #FFFFFF url(../img/h2bullet-darkblue.gif) center left no-repeat;
}
h2.eggplant {
	background: #FFFFFF url(../img/h2bullet-eggplant.gif) center left no-repeat;
}
h2.lightblue {
	background: #FFFFFF url(../img/h2bullet-lightblue.gif) center left no-repeat;
}
h2.lightgreen {
	background: #FFFFFF url(../img/h2bullet-lightgreen.gif) center left no-repeat;
}
h2.maroon {
	background: #FFFFFF url(../img/h2bullet-maroon.gif) center left no-repeat;
}
h2.olive {
	background: #FFFFFF url(../img/h2bullet-olive.gif) center left no-repeat;
}
h2.orange {
	background: #FFFFFF url(../img/h2bullet-orange.gif) center left no-repeat;
}
h2.purple {
	background: #FFFFFF url(../img/h2bullet-purple.gif) center left no-repeat;
}
h2.red {
	background: #FFFFFF url(../img/h2bullet-red.gif) center left no-repeat;
}
#rightcolumn .icons {
	margin: 0;
	text-align: right;
}
#rightcolumn .icons img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#rightnav {
	width: 100%;
	background-color: #1E4D2B;
}
#rightnav ul {
	margin: 0;
	padding: 17px;
	list-style: url(../img/pointerbullet-green.gif);
	font-size: 1.1em;
}
#rightnav li {
	margin: 0 0 0.4em 24px;
	color: #F1CD6D;
}
#rightnav a:link, #rightnav a:visited {
	text-decoration: none;
	color: #fff;
}
#rightnav a:hover, #rightnav a:active, #rightnav a:focus {
	text-decoration: none;
	color: #F8D16B;
}
table#icon_nav {
	margin: 0px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 1.2em;
	background: url(../img/icon_gradient_bg.jpg) top left;
}
table#icon_nav td {
	margin: 0;
	padding: 0 17px 0 0px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	height: 65px;
	background: center left no-repeat;
}
table#icon_nav a {
	padding-left: 70px; /* width of icon + whitespace */
	display: block;
	line-height: 1.1em;
}
/* Hide from IE-Mac \*/

* html table#icon_nav a {
	width: 110px;
}
/* End hide */
table#icon_nav a:link, table#icon_nav a:visited {
	text-decoration: none;
}
table#icon_nav a:hover, table#icon_nav a:active, table#icon_nav a:focus {
	text-decoration: none;
}
#header_contents {
	position: relative;
}
.skipnav a {
	top: 10px;
	left: 10px;
	font-size: .9em;
	font-weight: bold;
	position: absolute; 
	text-decoration: underline;
	padding: 0px;
	letter-spacing: .1em;
}
.skipnav a:link, .skipnav a:visited {
	color: #231F20;
	font-size: 0px;
}
.skipnav a:active, .skipnav a:focus {
	background-color: #231F20;
	color: #FFFFFF;
	font-size: .9em;
}
.contents_column {
	margin: 0px 20px 10px 1px;
	float: left;
	width: 275px;
}

/*For the ServiceNow Table of Contents generator*/
.toc h1:before{
float:left;
content:"\25b6";
font: 1.3 em;
font-weight:900;
color: #41684c;
position: relative;
right:10px;
}

.toc h1[aria-expanded="false"]:before{
content:"\25b6";
position: relative;
right:10px;
}

.toc h1[aria-expanded="true"]:before{
content:"\25b6"; //was "\25bc"
position: relative;
right:10px;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg);
}

.toc h1 {
font-size: 1em;
cursor: pointer; cursor: hand;
position: relative;
left:10px;
}

ol.toc-list {
    counter-reset: item;
}
li.toc-list {
    display: block;
}
li.toc-list::before {
    counter-increment: item;
    content: counters(item, ".")". ";
}
