/* 
Stylesheet for menus on the left-hand side of the Clearing House
created: 29 Dec 2004
by: Fabrice Pasquier
*/

td.tableHeader 
{
	font-weight: bold;
	color: Green;
	font-size: smaller;
	text-align: center;
	/*background-color: #003063;*/
}
td.linkcells
{
	background-color: MediumSeaGreen; /*#33d353; */
	height: 22px;
	
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
	
}

td.linkcells:hover
{
	
	height: 22px;
	background-color: SeaGreen; /*#33a955;*/
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
}

/*.off 
{
	color: Black; 
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF;
}
.on 
{
	color: #FFFFFF; 
	background-color: #006600; 
	layer-background-color: #006600;
}*/
/*.off {color: green; background-color: red; }
.on {color: red; background-color: yellow; }*/
a.linkcells
{
	width: 100%;
	color: White;	
	font-size: 12px;
	text-decoration: none;
	
}
div.linkcells
{
	margin-left: 6px;
	
}


