@charset "UTF-8";
/* CSS Document */

/* body/margin must match menu file (ccmenu.js) position. */
body
{
	background-color : white;
	font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	font-size : 0.95em;
	color : #000;
	width: 100%;
	margin: 0 auto;
}

html, body {
	height: 100%;
}

.title {
	font-family: HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #4a4a4a;
}

.arrow-right{
	background-image: url('../img/arrow-right.png');
	padding: 5px;
}

.arrow-right img {
	width: 16;
	height: 16;
}

.width-sm-1 {
	width: 30%;
}

.pad-left-2 {
	padding-left: 2px;
}

.pad-right-2 {
	padding-right: 2px;
}

.center {
	display: flex;
	justify-content: center;
}

.title-center {
	text-align: center;
}

.title-sm {
	font-size: 20px;
}

.title-md {
	font-size: 30px;
}

.ribbon-red {
	border-left: 2px solid #d92231;
	padding-left: 5px;
}

.title-lg {
	font-size: 40px;
}

.heading {
	font-family: HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	width: auto;
	margin: 0;
	font-weight: 200;
	padding: 0;
	font-size: 20px;
	padding-left: 4px;
}

.line-1-red {
	border-bottom: 1px solid #d92231;
	margin-bottom: 5px;
}

.line-1 {
	border-bottom: 1px solid #e6e6e6;;
}

.indent-2 {
	padding-left: 50px;
}
.content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.side-nav {
	/* background-color: #8c8c8c; */
	width: 300px;
	height: 100%;
	overflow: auto;
	padding-top: 2px;
}

.nav {
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #dfdfdf;
}

.nav-header {
	text-align: center;
	font-family: HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #4a4a4a;
	font-size: 19px;
}

.nav-header a {
	text-decoration: none;
	color: #4a4a4a;
}

.side-nav ul {
	padding: 0;
}

.side-nav li {
	list-style: none;
	padding: 9px;
	padding-left: 40px;
}

.side-nav a {
	text-decoration: none;
}

.row {
	display: flex;
	flex-direction: row;
	/* width: 100%; */
}

.rw-1 {
	flex-grow: 4
}


.listing li {
	padding: 1px;
}



.col {
	display: flex;
	flex-direction: column;
}

footer {
	width: 100%;
	font-family: HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
	bottom: 0;
	position: fixed;
	/* border-left: 1px solid #dfdfdf; */
}

.frame-wrapper {
	overflow: hidden;
	width: 100%;
	height: inherit;
}

.frame {
	width: 100%;
	height: 100%;
}

.nav-section {
	margin: 0;
	padding: 10px;
	font-weight: 100;
	border-left: 3px solid #d92231;
}

.spacer-10 {
	width: 15%;
	transition: width 0.1s ease-in-out;
}

@media only screen and (max-width: 1000px) {
	.spacer-10 {
		width: 0% !important;
		transition: width 0.1s ease-in-out;
		
	}
	.nav {
		display:none;
	}
	
	.wrapper {
		width: 90% !important;
		/* margin: auto !important; */
		transition: width 0.25s ease-in;
	}
}

.full-height {
	height: 100%;
}

.fold-content {
	display: none;
}

.foldable {
	cursor: pointer;
}

.padding40 {
	padding-bottom: 40px;
}

.active, .foldable:hover, .listing-highlight li:hover {
	background-color: #ededed;
	transition: background-color 0.0001s linear;
}


.up {
	transform: rotate(-90deg);
	transition: transform 0.085s linear;
}

.down {
	transform: rotate(0deg);
	transition: transform 0.085s linear;
}


.wrapper {
	width: 80%;
	padding-top: 45px;
	margin-left: auto !important;
	margin-right: auto !important;
	transition: width 0.15s ease-in;
}

.hdr {
	background: #d92231;
	height: 45px;
}

.hdr2 {
	background: #d92231;
	height: 45px;
	width: 100%;
	position: fixed;
}

ul.type-list {
	padding: 0;
}

.type-list li {
	list-style: none;
	padding: 5px;
}

.logo {
	margin: 7px 50px;
	max-width: 144px;
}

.parTable {
	text-align: left;
    font-size: 16px;
    font-weight: 200;
    margin: 10px 0 10px 0;
    background-color: #f4f4f4;
    border: 1px 1px 0px 0px solid #e6e6e6;
    color: #000;
	
}

th {
	font-size: 1em;
	background-color: #cccccc;
	color: black;
}

td {
	background-color: #F4F4F4;
	vertical-align: top;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:1em;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding: 7px;
}

td.second {
	background-color: #999900;
	width:60px;
}

.centerElement {
	text-align: center;
}
.leftElement {
	text-align: left;
}

dd {
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

a img {
	border: 0pt none black;
}

h1 {
	font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
    font-weight: 200;
	color: #4a4a4a;
	font-size : 28px;
}

/* h2 {
	text-align: center;
	font-weight: bold;
	font-size : 1.7em;
	margin: 1em 0 0 0;
	background-color: #d92231;
	border-bottom: 1px solid black;
	color: black;
} */

caption {
	font-size: 1em;
	font-style: italic;
	background-color: #cccc99;
	color: black;
}

code {
	color: black;
	font-size: 1em;
	background-color: #cccccc;
}

/* bg color distracting for <code> inside a table, so match td bgcolor */
table code {
	background-color: #eeeeee;
}

div.spacer, div.spacer2 {
	clear: both;
}

div.spacer2 {
	margin-top: 1em;
}

#sidebar p {
	margin: 0;
}

#compactForm {
	display: inline;
}

/* used for home page right-nav bar */
/* ??use absolute font size here */
.section {
	text-align: center;
	font-weight: bold;
    font-size : 10px;
	margin: 0;
	background-color: gray;
	color: black;
}

/* use absolute font size here */
.headerFont {
    font-size : 10px;
	background-color: #eeeeee;
}

/* history page */
.news {
	border-top: 2pt ridge orange;
	margin: 0 0 1em 0;
}

/* history page */
.leadin {
	font-weight: bold;
}

/* home page story continuation */
.more A {
	text-decoration: none;
}

/* home page story continuation */
.more {
	color: red;
	background-color: white;
}

/* Notes:
 * (1) height + padding-top = actual image height
 * (2) actual height and width must match that of the image
 */
.sitemapBubble {
	float: left;
	width:145px;
	height:39px;
	padding-top:10px;
	margin-bottom:8px;
	background-image:url("/image/roundrect.gif");
	background-position:top left;
	text-align:center;
	font-weight: bold;
	font-size: 1.4em;
}

.sitemapBubbleText {
	margin:0;
	vertical-align:top;
}


/* Principles, quotes or pithy maxims from others */
blockquote {
    font-size : 1.2em;
	font-weight: bold;
	color: black;
	background-color: #cccccc;
	border: 1pt solid black;
	text-align: center;
	margin: 1em 1in;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* My principles or other pithy maxims (e.g. motivation). */
.principle {
    font-size : 1.2em;
	color: #fff;
	background-color: #c8c8c8;
	border: 1pt solid black;
	text-align: center;
	margin-left: 1in;
	margin-right: 1in;
}

/* display a text phrase like a button */
.button {
	color: #ccff00;
	background-color: #cc9900;
	text-decoration : none;
	padding: 0 .4em 0 .4em;
	border: 1pt ridge black;
}

/* title on individual webrule or codingrule page
   (used instead of h1 element) since these are typically a bit longer */
.guideline {
	font-weight: bold;
	border-bottom: 4pt ridge blue;
}

.toprank {
	font-weight: bold;
	color: #ff6600;
}

/*======================= cc:callout support =============================*/

.inlineText {
	float:left;
	margin: 0em 1em 0.5em 0em;
	padding: 0;
	border: 2pt #cccccc solid;
	color: black;
	background-color: #cccccc;
}

.inlineTextHeader {
	background-color:#eeeeee;
	padding: 0 1em 0em 1em;
	font-style: italic;
	font-weight: bold;
}

.inlineTextBody {
	padding: 0em 1em 0em 1em;
}

div.inlineTextBody pre {
	margin: 0;
	font-size: 1.2em;
}


/*======================= images and borders =============================*/

/* floats left with a right-hand margin */
.leftFloatBlock,.leftFloatBlockTop,
.leftFloatBlockBorder, .leftFloatBlockBorderTop,
.leftFloatBlockBorderShade {
	margin: 0 5px 0 0;
	float:left;
	border: 0pt;
	font-size: 1.2em;
}

.rightFloatBlock,.rightFloatBlockTop,
.rightFloatBlockBorder, .rightFloatBlockBorderTop,
.rightFloatBlockBorderShade {
	margin:0 0 0 5px;
	float:right;
	border:0;
	font-size: 1.2em;
}

/* override top margin from above */
.leftFloatBlockTop, .rightFloatBlockTop {
	margin-top: 15px;
}

/* override border from above */
.leftFloatBlockBorder, .rightFloatBlockBorder,
.leftFloatBlockBorderTop, .rightFloatBlockBorderTop,
.leftFloatBlockBorderShade, .rightFloatBlockBorderShade {
	border:5pt ridge white;
	padding: 10px 10px;
}

/* override top and border from above */
.leftFloatBlockBorderTop, .rightFloatBlockBorderTop {
	margin-top: 15px;
}

/* override background from above */
.leftFloatBlockBorderShade, .rightFloatBlockBorderShade {
	background-color: #CCCC00;
}

/* plain ol' border without float */
.border {
	border:5pt ridge white;
}

table.leftFloatBlockBorder, table.rightFloatBlockBorder {
	padding: 0;
}

.topborder {
	float:right;
	border-top:black 4pt solid;
	width: 30%;
	font-weight: bold;
}

/*
table.leftFloatBlockBorder td, table.rightFloatBlockBorder td {
	background-color: #CCCC00;
}
*/


/*======================= header and footer =============================*/

/* fine print at bottom of each page */
.finePrint
{
	color : #808080;
	font-size: 1em;
	text-align: right;
	padding: 5px 0;
}

.titlebarTable
{
	width: 100%;
	color: #ccff00;
	background-color: #cc9900;
}

.titlebarLeftCell, .titlebarRightCell {
	vertical-align: middle;
	font-size: 1.2em;
}

/* NS4.7: padding-left ignored */
.titlebarLeftCell
{
	float:left;
	padding-left: 5pt;
}

.titlebarRightCell
{
	float:right;
	padding-right: 5pt;
}

/* needs any non-zero height to be effective; not sure why...?? */
.headerGif {
	background: #eeeeee url("/image/bubblesTransp-40pct.gif");
	background-repeat: repeat;
	background-position: 0% 75%;
	border-bottom:2px solid black;
	height:50px;
}

/* tagline underneath logo */
.tagline {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

/*
#bkBar {
	z-index:0; position: absolute; left:0px; top:0px; background-color: orange; width: 100%; padding: 0; margin: 0;

}
#spacerBar {
	z-index:-1; width:100%; padding: 0; margin: 0;
}
*/

/*================== generated contents file support ===================*/

.guidelink {
	margin-bottom:0.6em;
	margin-top:0.2em;
}

.guidelink a {
	text-decoration : none;
	font-weight: bold;
}

.guidelink a:hover {
	color: green;
	background-color:#eee;
}


/*======================= codeBlock =============================*/

/* use in <pre> for fixed display, or in <div> for other samples */
.codeBlock {
	/* white-space : pre; /* does not work in IE 5.5 */
	text-align: left;
	border-bottom : 1px solid black;
	border-top : 1px solid black;
	margin: 1em 1em 1em 0.5em;
	padding: 0.5em;
	background-color: #eeeeee;
}

pre.codeBlock, .codeBlock pre {
	font-size: 1.2em;
}


/*======================= PowerShell API =============================*/

.subtitle {
	margin-bottom: 0;
	color: #8C8C8C; /* Copied from C# API pages */
    font-size: 90%; /* Copied from C# API pages */
}

.subtitle+h1 {
	margin-top: 0;
}

.code {
	padding: 8px;
}

.code:hover, .listing li:hover {
	background-color: #f6f6f6  ;
}

.code pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.code, .block {
	display: block;
}

.comment {
	color: #3d3d3d;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pscmd {
	/* white-space: pre-wrap; */
	/*margin-bottom: -10px;*/
	height: auto;
	display: block;
	font-family: monaco, Consolas, "Lucida Console", monospace;
	font-weight: 200;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	color: #000;
	padding: 7px;
}

.pscmdline {
	border: 1px solid #ededed;
	display: block;
	font-family: monaco, Consolas, "Lucida Console", monospace;
	font-weight: 200;
	color: #000;
	padding: 7px;
}

.returnType {
	color: #0000CC;
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-size: 15px
}

.property {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-size: 15px
}

div.PowerShellDoc pre {
	margin: 0;
	font-size: 1.2em;
}

.member-panel {
	width: 100%;
	text-align: left;
	/* background-color: #f4f4f4; */
	/* border: 1px solid #e6e6e6; */
	color: #000;
	/* padding: 5px; */
	/* margin: 5px; */
}

.member-panel a {
	text-decoration: none;
	font-weight: bold;
}

.member-panel table {
	border-collapse: collapse;
	background-color: transparent;
	border: 0;
	width: 100%;
}

.member-panel th, td {
    padding: 8px;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.member-panel-heading {
	padding: 5px;
}

.member-panel-body {
	/* background-color: #e4e4e4; */
	padding: 5px;
}

.member-value-type {
	/* color: rgb(0, 172, 149) */
}
.right-aligned {
	text-align: right;
	width: 75px;
}
.left-aligned {
	text-align: left;
	width: 75px;
}

.member-link {
	
}

.member-generic-type {
	/* color: rgb(0, 153, 255) */
}

.member-enum-value {
	/* color: #c2ae3b */
}
div.PowerShellDoc h2 {
	text-align: left;
	font-size : 16px;
	font-weight: 200;
	margin: 10px 0 10px 0;

	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	color: #000;
	padding: 5px;
}


/*======================= nutshell on product pages ======================*/

.nutshell {
	background-color: #cccccc;
	border: 2pt solid black;
	float: right;
	width: 200pt;	/* can override by putting width on <table> */
	margin-left: 5px;
}

.nutshell th {
	border-top: 1pt solid black;
	vertical-align: top;
	text-align: right;
	padding: 0;
}

.nutshell td {
	background-color: #cccccc;
	border-top: 1pt solid black;
	padding: 0 1em;
}

td.nutshell-title {
	color: white;
	background-color: black;
	text-align: center;
	font-weight: bold;
}

/* simulate clickable buttons with btn class */

a.btn
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

a.btn:link, a.btn:visited
{
	border-top: 2px solid white;
	border-bottom: 2px solid #999;
	border-left: 2px solid white;
	border-right: 2px solid #999;
	color: black;
	background: #eee;
}

a.btn:active, a.btn:hover
{
	border-top: 2px solid #999;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #999;
	border-right: 2px solid #eee;
	color: black;
	background: #ddd;
}

/*======================= search form =============================*/

/* both the form and the div need to be inlined */
.searchForm {
	display: inline;
}

.searchForm div {
	display: inline;
}


/*======================= cc:example support =============================*/

.example {
	margin-top: 1em;
	border: 2pt solid blue;
	color: black;
	background-color: #cccccc;
	padding: 0;
}
.exampleLang {
	float: right;
}
.exampleHead {
	font-weight: bold;
	color: blue;
	background-color: #cccccc;
	padding: 0 0.5em 0 0.5em;
}

.exampleBody {
	border-top: 1pt solid black;
	color: black;
	background-color: #eeeeee;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

div.exampleHead span.left {
	float: left;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

div.exampleHead span.right {
	float: right;
	text-align: right;
	font-weight: bold;
}

div.exampleBody pre {
	margin: 0;
}

span.exampleHilight {
	font-weight: bold;
	color: black;
	background-color: #9999CC;
}

div.either {
	font-style: italic;
	color: blue;
	margin-top: 1em;
}


/*======================= diagnostic results =============================*/

.diagHeader {
	color:#ffffff;
	background-color:#000000;
	font-weight: bold;
	padding: 2px 0.5em 2px 0.5em;
}

.titleCell {
	color: #FFFFFF;
	background-color: #000099;
}

.evenRow {
	color: #fff;
	background-color: #c8c8c8;
}

.oddRow {
	color: black;
	background-color: #9999CC;
}

.evenCell {
	color: black;
	background-color: #99CCFF;
}

.oddCell {
	color: black;
	background-color: #CCCC99;
}

.errMsg {
	color: red;
	background-color: yellow;
	font-weight: bold;
}

.warnMsg {
	color: #66FF33;
	background-color: yellow;
	font-weight: bold;
}

.diag00 { margin:0; color: #0000CC; background-color: white; }
.diag01 { margin:0; color: #996600; background-color: white; }
.diag02 { margin:0; color: #009933; background-color: white; }
.diag03 { margin:0; color: #00FFFF; background-color: white; }
.diag04 { margin:0; color: #66CC66; background-color: white; }
.diag05 { margin:0; color: #9900CC; background-color: white; }
.diag06 { margin:0; color: #CC9933; background-color: white; }
.diag07 { margin:0; color: #CC6600; background-color: white; }
.diag08 { margin:0; color: #FF9966; background-color: white; }
.diag09 { margin:0; color: #000066; background-color: white; }
.diag10 { margin:0; color: #000000; background-color: white; }
.diag11 { margin:0; color: #000000; background-color: white; }
.diag12 { margin:0; color: #000000; background-color: white; }
.diag13 { margin:0; color: #000000; background-color: white; }
.diag14 { margin:0; color: #000000; background-color: white; }
.diag15 { margin:0; color: #000000; background-color: white; }
.diag16 { margin:0; color: #000000; background-color: white; }
.diag17 { margin:0; color: #000000; background-color: white; }
.diag18 { margin:0; color: #000000; background-color: white; }
.diag19 { margin:0; color: #000000; background-color: white; }
.diag20 { margin:0; color: #000000; background-color: white; }
.diag21 { margin:0; color: #000000; background-color: white; }
.diag22 { margin:0; color: #000000; background-color: white; }
.diag23 { margin:0; color: #000000; background-color: white; }
.diag24 { margin:0; color: #000000; background-color: white; }
.diag25 { margin:0; color: #000000; background-color: white; }
.diag26 { margin:0; color: #990000; background-color: white; }
.diag27 { margin:0; color: #000000; background-color: white; }
.diag28 { margin:0; color: #000000; background-color: white; }
.diag29 { margin:0; color: #000000; background-color: white; }
.diag30 { margin:0; color: #000000; background-color: white;
		border: 1pt solid black; }
.diag31 { margin:0; color: #000000; background-color: white; }


/*======================= gallery pages =============================*/

.incident {
	text-align: center;
	vertical-align: middle;
	color: black;
	background-color: #cc9933;
	font-size: 2em;
	font-weight: bold;
}

.topic {
       background-color: #CCCCCC;
       color: black;
       font-size: 1em;
       font-weight: bold;
}

.label {
       background-color: #CCCCCC;
       color: black;
       font-size: 1.2em;
}

.data {
       background-color: white;
       color: blue;
       font-weight: bold;
       font-size: 1.2em;
}


/*==================== validation sample pages ==========================*/

/* OP5.12,OP6.01,NS4.72 do not honor padding settings of any type here.
 * NS4.72 paints background only where text is (leaving blank corner). */
.note {
	color: black;
	background-color: #CCCCCC;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin-top: 0;
	padding: 4pt 10pt;
}

.marginBar {
	color: white;
	background-color: red;
	text-align: center;
}

.borderTop {
	color: #999999;
	background-color: #000099;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	width: 65%;
}

.borderBottom {
	color: white;
	background-color: #000099;
	font-size: 8pt;
}

.option {
	color: black;
	background-color: #CC3366;
	font-size: 8pt;
}

.category {
	color: green;
	background-color: white;
	font-weight: bold;
	width:25%;
}

.fieldColB {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	background-color:#E7E7D6;
	color:#000000;
	width:75%;
}

/* for testing: 'hidden' or 'show' */
.err {
	visibility:hidden;
	position:relative;
}

.labelCol {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	background-color:#999966;
	color:#FFFFFF;
	width:23%;
}

.fieldCol {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	background-color:#E7E7D6;
	color:#000000;
	width:23%;
}

.messageCol {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	background-color:#CECE9E;
	color:#FF0000;
	width:54%;
}


/*======================= menus ================================*/

.clsCMTopOn {
	color: black;
	font-size : 12px;
	text-decoration : none;
	padding : 2px 2px 2px 6px;
}
.clsCMTopOver
{
	color: white;
	font-size : 12px;
	text-decoration : none;
	font-weight: bold;
	padding : 2px 2px 2px 6px;
}
.clsCMOn {
	color: black;
	font-size : 12px;
	text-decoration : none;
	padding : 2px 2px 2px 2px;
}
.clsCMOver
{
	color: white;
	font-size : 11px;
	font-weight:bold;
	text-decoration : none;
	padding : 2px 2px 2px 2px;
}


/* menus without javascript */
.menubar {
	margin-left: 1em;
	margin-top: 1em;
}

.menustart {
	color: white;
	background-color: black;
	font-weight: bold;
	border-bottom: 1pt solid black;
}

.menu {
	color: gray;
	background-color:white;
	text-decoration: none;
	font-size: 7pt;
	border: 1pt solid black;
}

.menu:hover {
	color: black;
	background-color:#eee;
}

/* footer */

.copyright {
	float: left;
	position: fixed;
	bottom: 0;
    /* margin-top: 10px; */
}

.version {
    float: right;
    /* margin-top: 10px; */
}

