table.data
{
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 15px 0;
}

.full-width
{
	width: 100%;
}

table.small-width
{
	width: 450px;
}

table.mid-width
{
	width: 600px;
}

table.simple
{
	line-height: 1.8em;
	font-size: 0.9em;
}

table.simple th, table.simple td
{
	border-bottom: 1px solid #ADB347;
	border-right: 1px solid #ADB347;
	text-align: left;
	padding: 0 5px;
	vertical-align: top;
}

table.simple th
{
	font-weight: normal;
}

table.simple tr.top-row th
{
	font-weight: bold;
}

table.data tr.top-row th
{
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	border-top: none;
	height: 1em;
	background-image: url(/lgip.nsf/files/images/$file/table-bottom-border.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

table.data tr.top-row th.first-table-cell
{
	background-image: url(/lgip.nsf/files/images/$file/table-border-simple.gif);
}

table.data tr.no-top-border th, table.data tr.no-top-border td
{
	border-top: none;
}

table.data th
{
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	border-top: 1px solid #ADB347;
	border-bottom: 17px solid #fff;
	background-image: url(/lgip.nsf/files/images/$file/table-border-simple.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

table.data td
{
	text-align: right;
	padding-right: 4px;
	padding-left: 5px;
	vertical-align: bottom;
	border-bottom: 17px solid #fff;
	border-top: 1px solid #ADB347;
	background-image: url(/lgip.nsf/files/images/$file/table-bottom-border.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
