/*<meta />*/

/* Import main stylesheet */
@import url('Evisions_global.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);


/*Color for block quote used in place of old sidebar text*/
blockquote.Informative
{
	background-color: #cccccc;					/* product color, 80% lighter */
	border-color: #505050;						/* product color */
}








/* CSS for MAPS columns in version matrix are in Evisions_global.css */










/* Styles for hover table in release notes */
td.odd
{
	background-color: #f2f2f2;					/* product color, 95% lighter - odd numbered rows */
}

td.hovered
{
	background-color: #cccccc;					/* product color, 80% lighter - highlighted row */
	color: black;
}



/* Styles for header colors in printed (PDF) output */
@media print
{
	p.DocHeader,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	MadCap|dropDownHotspot,
	MadCap|dropDownHead
	{
		color: #0075C9;							/* Evisions dark blue color */
	}
	
	h1
	{
		border-bottom-color: #505050;			/* product color */
	}
	
	MadCap|dropDownHotspot,
	MadCap|dropDownHead
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}
