/*	050316	Creation
	050611	Statsselect added
	050912	menuitem added
	100124  colors voor cachestate
*/
.statsselect
{
	background-color: yellow;
}

table
{
/*	border:none; */
	border-collapse: collapse;
/*	background-color:#CFDEE6; */
	border: solid 1px #6A97B1; 
}

#canvasmenu ul li a.statmenuitem
{
	padding-left		: 2.5em;
	background-image	: url(/images/menu/StatMenu.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
}

/* inactive */
.cachestatus0
{
	color: blue;
	text-decoration:line-through;
}

/* archived */
.cachestatus2
{
	color: red;
	text-decoration:line-through;
}
