	#
	.private-list .right {
		text-align: right;
	}

	.private-list, .private-list th, .private-list td {
		font:		normal 12px Verdana, Helvetica, Arial, sans-serif;
		color:		#000;
		text-align:	left;
		padding:	0;
		margin:		0;
		border:		none;
	}

	.private-list, .private-list th {
		background:	#fff;
	}

	.private-list table {
		background:		#fff;
	}

	.private-list .title {
		background:		#9999ff;
		font-weight:	bold;
		white-space:	nowrap;
	}

	.private-list tr.title {
		background:		#9999ff;
		font-weight:	bold;
		white-space:	nowrap;
	}

	.private-list tr {
		background:	#e0e0e0;
	}

	.private-list tr.alt {
		background: #f0f0f0;
	}

	.private-list td {
		padding:	2px 4px;
	}

	.private-list th {
		background:		#bbbbff;
		font-weight:	bold;
		padding:		2px 4px;
	}

	.private-list td.empty {
		background: #fff;
	}

	.private-list td.label {
		background:		#d0d0d0;
		white-space: 	nowrap;
	}

	.private-list td.top {
		vertical-align: top;
	}

	.private-list td.inline {
		width:	720px
	}

	.private-list td.current {
		background: #ffc9d9;
	}

	.private-list th.center, .private-list td.center {
		text-align:	center;
	}

	.private-list .num {
		width:		10px;
		text-align:	center;
	}

	.private-list .no-wrap {
		white-space: nowrap;
	}

	.private-list input.button {
		margin: 1em 0 0 0;
	}

	.private-list td a:link {
		text-decoration:	none;
		color:				#295eff;
	}

	.private-list td a:visited {
		text-decoration:	none;
		color:				#295eff;
	}

	.private-list td a:hover {
		text-decoration:	none;
		color:				#00cc33;
	}

	.private-list td a:active {
		text-decoration:	none;
		color:				#00cc33;
	}

	#private-form, #private-form th, #private-form td {
		font:		normal 11px Verdana, Helvetica, Arial, sans-serif;
		background:	#fff;
		color:		#000;
		text-align:	left;
		padding:	0;
		margin:		0;
		border:		none;
	}

	#private-form table {
		background:		#fff;
	}

	#private-form .title {
		background:		#9999ff;
		font-weight:	bold;
		white-space:	nowrap;
	}

	#private-form td {
		background:	#e0e0e0;
		padding:	1px 2px;
	}

	#private-form th {
		background:		#bbbbff;
		font-weight:	bold;
		text-align:right;
		padding:		1px 2px;
	}

	#private-form td.label {
		background:		#d0d0d0;
		white-space: 	nowrap;
	}

	#private-form td.top {
		vertical-align: top;
	}

	#private-form td.inline {
		width:	720px
	}

	#private-form td.current {
		background: #ffc9d9;
	}

	#private-form td.alt {
		background: #f0f0f0;
	}

	#private-form .num {
		width:		10px;
		text-align:	center;
	}

	#private-form .no-wrap {
		white-space: nowrap;
	}

	#private-form input.button {
		margin: 1em 0 0 0;

	#private-form th.th-right{
	text-align:right;
	}
