table
{
	width: 100%; 
/*	border-spacing is not recognized by IE and on IE it defaults to 2
	interestingly, border-spacing affects the width of the wz_tooltip.js,
	so all in all it's best if it's not used.

	border-spacing: 1px;
*/
}
td.light-blue
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding: 5px;
}
td.light-red
{
	background-color: #FFF8FC;
	padding: 5px;
}
td.blue-fixed-width
{
	background-color: #E8F2FE;
	padding: 5px;
	width: 180px;
}

td.blue
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding: 5px;
}
td.red
{
	background-color: #FEE8F2;
	padding: 5px;
}

tr.blue
{
	background-color: #E8F2FE;
	padding: 5px;
}

table.fixed-width
{
}
td.no-background
{
	background-color: #FFFFFF;
}
/*
a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
*/
ul li.no-indent
{
	margin-left: -40px;
	padding: 0;
	list-style-position: inside;
}

.deleted
{
	color: #ff8000;
}

.added
{
	color: #5282d0;
}

.different
{
	color: #008000;
}

.conflicting
{
	color: #ff0000;
}
