table.palette
{
	color: #000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
/*	font-weight: bold; */
	white-space: nowrap;
}

td.palette_basic
{
	background-color:yellow;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

td.palette_pro
{
	background-color:lightgreen;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

td.palette_max
{
	background-color:red;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

td.palette_server
{
	background-color:lightblue;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

td.palette_alna
{
	background-color:orange;
	font-weight: bold;
}

td.palette_cell
{
	width:80px;
	white-space: nowrap;
	border-left: 1px dashed #777;
	padding-left: 3px;
	text-align: center;
}


