@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*All mediums*/

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

html
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0471AD;
}

p
{
	font-size: 14px;
}

.footer
{
	font-size: 14pt;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-color: #0471ad;
	white-space: nowrap;
}

img
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 100%;
	border-left-style: none;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
}

.popupBody
{
	background-color: #dddddd;
	border: 1px solid #000000;
	color: #000000;
	margin: 0;
	padding: 5px;
}

li
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
	line-height: 20px;
}

ol
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

ul
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h6
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	mc-heading-level: 0;
}

h5
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	mc-heading-level: 0;
}

h4
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	mc-heading-level: 0;
}

h3
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	mc-heading-level: 0;
}

h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 5.75pt;
	font-size: 12pt;
	margin-bottom: 11.75pt;
}

h1
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 6px;
	/*min-height: 35px;*/
	line-height: 25px;
	display: block;
	mc-auto-number-format: '{ }';
}

p.modeTitle
{
	font-weight: bold;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

p.Notes:before
{
	content: "Note: ";
	font-weight: bold;
}

p.Tips:before
{
	content: "Tip: ";
	font-weight: bold;
}

p.Cautions:before
{
	content: "Caution: ";
	font-weight: bold;
}

p.Notes
{
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #0033CC;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 5px 8px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

p.Tips
{
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	color: #996600;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 5px 8px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

p.Cautions
{
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 5px 8px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.breadcrumbs:before
{
	content: "Go to: ";
	font-weight: 900;
	line-height: 90%;
}

div.breadcrumbs

{
	border-radius: 4px;
	padding: 1px 1px 1px 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 900;
	color: #0471ad;
	margin-left: 14px;
	
}


p.code
{
	display: block;
	font: 1em 'Courier New', Courier, Fixed, monospace;
	font-size: 80%;
	color: #000;
	overflow: auto;
	margin: 1em 0 1em 0;
	line-height: 14px;
	font-weight: normal !important;
}

a:link
{
	color: #0471ad;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#copyright	/*ID for the Masterpage copyright*/
{
	font-size: 10pt;
	color: #808080;
	float: left;
}

#versionHidden	/*ID for the Masterpage hidden version number*/
{
	width: 80px;
	height: 20px;
	font-size: 10pt;
	color: #808080;
	float: right;
}

#clear	/*ID for clearing the float's extra space after the Masterpage hidden version number*/
{
	clear: both;
}

/*Madcap specific styles*/

MadCap|relatedTopics
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0471ad;
}

MadCap|expandingHead
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}

MadCap|dropDownHead
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #000000;
}

MadCap|dropDownHead:hover
{
	color: #0471ad;
	text-decoration: underline;
}

MadCap|dropDown
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}

MadCap|xref
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	mc-format: '{paratext}';
	color: #0471AD;
	text-decoration: none;
}

MadCap|xref:hover
{
	text-decoration: underline;
}

MadCap|dropDownHotspot
{
	color: #0471ad;
	font-size: 14px;
}

MadCap|popupHead
{
	color: #0471ad;
}

MadCap|popup
{
	color: #0471ad !important;
}

MadCap|popupBody
{
	background-color: #ffffff;
}

MadCap|glossaryTerm.Popup
{
	color: #0471ad;
}

MadCap|glossaryTerm:hover
{
	color: #0471ad;
}

MadCap|glossaryTerm:focus
{
	color: #0471ad;
}

MadCap|glossaryTerm
{
	color: #0471ad;
}

MadCap|breadcrumbsProxy
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 5px;
	font-size: 14px;
	mc-breadcrumbs-prefix: '';
}

a.MCBreadcrumbsLink
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/*print medium*/

@media print
{
	h1
	{
		margin-top: 17.67pt;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 16pt;
		margin-bottom: 1.67pt;
		mc-auto-number-format: 'GH:{n+}: ';
		mc-auto-number-class: AutoNumber;
		padding-left: none;
		background-image: none;
		text-decoration: underline !important;
	}
	
	.schoolnetH2 {
    	font-family: 'Roboto Slab', serif;
		font-weight: 300;
		font-size: 24px;
  	}
	
	 h3.systemreq {
  		font-size: 18px;
		color: #0078ab;
		padding-top: 5px;
  	}
	
		MadCap|xref
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		mc-format: '{paratext}';
		color: #0471AD;
		text-decoration: none;
	}

	MadCap|dropDownHead,
	MadCap|dropDownHotspot
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
	}

	MadCap|dropDownHotspot
	{
		color: #000000;
	}

	span.valign {
  	display: none;
  	}
	
	/*For New Print Cover Sheet and TOC Implemented 18.0*/

	p.coverPageTitle
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 38pt;
		font-weight: bold;
		color: #000000;
		text-align: right;
		padding-top: 7.5cm;
		padding-right: 1cm;
	}
	
	p.coverModuleTitle
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 24pt;
		font-weight: bold;
		color: #000000;
		text-align: right;
		padding-top: 1px;
		padding-right: 1cm;
	}
	
	p.coverModuleLongTitle
	{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #000000;
	text-align: right;
	padding-top: 1px;
	padding-right: 1cm;
	}

	p.coverVersion
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 16pt;
		color: #000000;
		text-align: right;
		padding-top: 1px;
		padding-right: 1cm;
	}
	
	p.coverLastUpdated
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 16pt;
		color: #000000;
		text-align: right;
		padding-top: 1px;
		padding-right: 1cm;
	}
	
	p.coverCopyright
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 9pt;
		color: #000000;
		float: left;
	}
	
	p.coverPageNumber
	{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 9pt;
		color: #000000;
		float: right;
	}
	
	#headerPearsonLogo
	{
		max-height: 25px;
		max-width: 75px;
	}
	
	/*End styles for New Print Cover Sheet and TOC */
	
	/*Converting xref's and a's in print output to not look like links*/

	MadCap|xref
	{
		color: #000000;
		text-decoration: none;
		mc-format: '"{paratext}" {pageref}';
	}

	a:link
	{
		color: #000000;
		text-decoration: none;
	}

	p.Notes a:link,
	p.Notes MadCap|xref
	{
		color: #0033CC;
	}

	p.Tips a:link,
	p.Tips MadCap|xref
	{
		color: #996600;
	}

	p.Cautions a:link,
	p.Cautions MadCap|xref
	{
		color: #B94A48;
	}
	
	/*Table made of Divs PDF Styles*/
	.table, .SNtable {
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-size: 14px;
		display: table;
		margin: 30px;	
		}
	
	.tableTitle, .SNtableTitle {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		page-break-after: avoid;
		}
	
	.head, .SNhead {
	     display: table-row;
		 border: #ccc 1px solid;
		 text-align:center;
		 font-weight: bold;
		 background-color: #ccc;
		 }
	
	.row, .SNrow {
	    display: table-row;
		border: #ccc 1px solid;
		background-color: #ffffff     /* Added to fix issues with blue tables in PDFs with Flare 11. Removed the alternate line rows. */
		}
	
	.headcell, .SNheadcell {
		display: table-cell;
		border: #ccc 1px solid;
		padding: 5px;
		font-align: center;
		}
		
	.cell, .SNcell {
		display: table-cell;
		padding: 5px;
		border: #ccc 1px solid;
		}
		

	/*End Table made of Divs PDF Styles*/		
}

/*End Print*/



/*Table made of Divs Webhelp Styles*/
.table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: table;
    width: 80%;
	margin:30px;
	border:#ccc 1px solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    background: #99CCFF;
	}
	
.tableTitle {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}
		
.head {
     display: table-row;
	 padding:4px 10px;
	 text-align:center;
	 font-weight: bold;
	 }

.row {
    display: table-row;
	}

.headcell {
	display: table-cell;
	padding: 10px;
	font-align: center;
	
	}
	
#evenColumns { /*ID created to fix column width in tables to even sizes*/
	width: 33%;
	}
	
#matrix { /*ID created to fix column width issues in ActionsByOperations tables*/
	width: 40%;
	}
	
#matrix:nth-child(2) {  /*Created to fix column width issues in ActionsByOperations tables. In ActionsByOperations tables, select an element if it is the second instance of #matrix*/
	width: 20%; 
	}	
	
.cell {
	display: table-cell;
	padding: 10px;
	border:#ccc 1px solid;
	}
	
.row:last-child .cell:first-child {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	
.row:last-child .cell:last-child {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}
.row:nth-child(odd) {
    background-color: #E1F0F8;
    }
	
	.row:nth-child(even) {
    background-color: #fff;
    }
	
/*End Table made of Divs Webhelp Styles*/
	
/*Table made of Divs for System Requirments and About this Guide*/
.SNtable {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: table;
    width: 80%;
	margin-bottom:30px;
	margin-top:10px;
	margin-left:auto; 
    margin-right:auto;
	border:#4f5050 1px solid;
    background: #fff;
	empty-cells: show;
	}
	
.SNtableTitle{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
		}
		
.SNhead {
     display: table-row;
	 padding:4px 10px;
	 text-align:center;
	 font-weight: bold;
	 background: #000;
	 color: #fff;
	 }

.SNrow  {
    display: table-row;
	}

.SNheadcell {
	display: table-cell;
	padding: 10px;
	font-align: center;
	}

.SNcell {
	display: table-cell;
	padding: 10px;
	border:#4f5050 1px solid;
	}
	
#ColumnText {
	font-weight: bold;
	color: #0078ab;
	}

.break
{
    display: block;
}
/*End Table made of Divs for System Requirments and About this Site*/
