table.apps-list tr.green-light		{ background: #ABD090; }
table.apps-types tr.green td,
table.apps-list tr.green-dark		{ background: #93BF72; }
table.apps-list tr.yellow-light		{ background: #FEF3B3; }
table.apps-types tr.yellow td,
table.apps-list tr.yellow-dark		{ background: #F1E28E; }
table.apps-list tr.red-light		{ background: #EEBCA0; }
table.apps-types tr.red td,
table.apps-list tr.red-dark			{ background: #E1A474; }
table.apps-list tr.blue-light		{ background: #C3C3F3; }
table.apps-list tr.blue-dark		{ background: #ABABC3; }
table.apps-list tr.grey-light,
table.res-list tr.grey-light		{ background: #DEDEDE; }
table.apps-list tr.grey-dark,
table.res-list tr.grey-dark			{ background: #C8C8C8; }

table.apps-list {
	border:							0px;
	width: 							100%;
	border-spacing:	0px;
	padding:						0px;
}

table.apps-list td, table.apps-list th {
	padding-right:					5px;
	padding-left:					5px;
	border-bottom:					1px solid white;
}

table.appslist td.icons {
	padding:						2px 0px 2px 0.5em;
	text-align:						center;
	width:							20px;
}

table.base-list {
	border-spacing:					2px;
}
table.apps-list tr td a img {
	border:							0px;
}
table.apps-list a {
	color:							#990000;
}
}
table.apps-list a.oljq-button {
	color:							#000000;
	font-weight:					normal;
	font-size:						1em;
	border:							2px ridge #000000;
}
table.apps-list a.ui-state-hover{
	border:							1px solid #FCBC09;
}
