/*<meta />*/

/* Import main stylesheet */
@import url('Evisions_global.css');

/* Import IACUC-specific styles for the skin */
@import url('SkinHeader.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: #eaaed3;					/* product color, 80% lighter */
	border-color: #CD3B94;						/* product color */
}


/* NOT CURRENTLY USED FOR EASE */
/* Styles for version matrix */
th.ipHead
{
	background-color: #CD3B94;					/* Product color */
	color: white;
}

.ipCol
{
	background-color: #eaaed3;					/* product color, 80% lighter */
}

.424Col, .caCol, .spCol, .dateCol, .bbCol, .wfCol, .rcCol, .ioCol, .irbCol, .iacCol
{
	background-color: #F1F1F1;
}



/* Styles for hover table in release notes */
td.odd
{
	background-color: #faebf4;					/* product color, 95% lighter - odd numbered rows */
}

td.hovered
{
	background-color: #eaaed3;					/* 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: #CD3B94;			/* product color */
	}

	MadCap|dropDownHotspot,
	MadCap|dropDownHead
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}

