/*General CSS Styles Overrides for CRM Integration*/
body#body_crm {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #EAF3FF;
}

html#html_crm {
	/*Stolen ScrollBar CSS Styles directly from CRM*/
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: #d6e8ff; 
	SCROLLBAR-SHADOW-COLOR: #d6e8ff; 
	SCROLLBAR-3DLIGHT-COLOR: #6699cc; 
	SCROLLBAR-ARROW-COLOR: #567db1; 
	SCROLLBAR-DARKSHADOW-COLOR: #6699cc; 
	SCROLLBAR-BASE-COLOR: #d6e8ff; 
}

body.body_crm a,
body.body_crm a:hover {
	color: #000000;
	text-decoration: underline;
}

/*General CSS Styles Overrides for CRM Integration*/
div#wrapper_crm h2,
div#wrapper_crm h3,
div#wrapper_crm h4,
div#wrapper_crm h5,
div#wrapper_crm h6,
div#wrapper_crm p,
div#wrapper_crm .header2,
div#wrapper_crm .header3,
div#wrapper_crm .header4,
div#wrapper_crm .header5,
div#wrapper_crm .header6,
div#wrapper_crm .detail_name,
div#wrapper_crm .detail_value {
	/*Use em sizing for Font to inherit parent's font size (ie. 1em = 100% of parents size)*/
	font-size: 1em;
	color: inherit;
}


div#wrapper_crm h4
{
	border-bottom: dashed 1px #a7cdf0;
}
