/*
	Style sheet to unset certain variables set by the default Drupal style
	$Id: common.css,v 1.1 2009/10/07 08:56:53 cvsadmin Exp $
*/

TABLE {
	border-collapse: separate;
}

UL.menu {
	margin: 0;
	padding: 0 0 0 6px;
}

P {
	margin: 0;
}

/*
DIV.gallery {
	float: left;
	margin: 10px 10px 0px 0;
}
*/

TABLE.gallery TD.thumb {
	text-align: center;
}

.clear {
	clear: both;
}

TABLE.vbpm_gauge {
	margin: 2px 0 2px 0;
	border: 2px groove gray;
}

TABLE.vbpm_gauge TD {
	height: 10px;
	font-size: 1px;
}