/**/
/**    www.CodeSturctureAnalysis.com. All rights reserved.    **/
/**/
/**        Wbs_CppItemsListView.CSS        **/
/**/

/*------ Table as a whole  ------*/

.crp_report_table
{
	line-height:			19px;
	border-collapse:		collapse;

	margin:				24px 20px;
	background-image:	URL(/Images/CppListView/Bkgr-Texture-021b.gif);

	width:				536px;
	border-style:			solid;
	border-color:			RGB(190, 203, 210);
	border-width:			1px;
}

.crp_indent_cell
{
	width:				18px;
}

.crp_body_cell
{
	padding:				0px 16px;			/* vert-padding horz-padding */
}

/*------ Objects in the cells  ------*/

.crp_defn_name
{
	font-family:			Verdana;
	font-weight:			bold;
	color:				RGB(64, 64, 64);
}

.crp_other_name
{
	font-family:			Verdana;
	color:				RGB(34, 94, 64);
}

.crp_dtls_params
{
	font-family:			Verdana;
	font-size:			8pt;
	font-weight:			bold;
	color:				RGB(134, 134, 134);

	padding:				0;
}

.crp_dtls_dtls
{
	font-family:			Comic Sans MS;
	font-size:			9pt;
	font-weight:			bold;
	color:				RGB(164, 174, 184);

	padding:				0px 6px;				/* vert-value horz-value */
}

.crp_item_id
{
	font-family:			Verdana;
	font-size:			7pt;
	font-weight:			mormal;
	color:				RGB(64, 64, 64);

	text-align:			right;
	padding:				0px 16px;			/* vert-value horz-value */
}


