/*
	Style sheet to unset certain variables set by the default Drupal style
	$Id: common.css 495 2007-04-11 08:53:07Z elmuerte $
*/

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;
}