/* 
Stylesheet for the categories tree of the Clearing House
created: 29 Dec 2004
by: Fabrice Pasquier
*/


.SecondLevelCategory {
	
	font-size: smaller;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a.ThirdlevelCategory
{
	font-size: 8pt;
	color: midnightblue;
	text-decoration: none;
}


#ThirdlevelCategory
{	
	line-height: 70%;
}


tr.ContentTableLine
{
	background-color: #ccffcc;
}
tr.HeaderTableLine
{
	background-color: MediumSeaGreen;
}
td.ThirdlevelCategory
{
	padding-bottom: 5px;
	
	/*margin-bottom: 0pt;*/
}
