table.list {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	background: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.list td {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: none;
	border-top: solid 2px #0d5478;
	border-bottom: solid 2px #0d5478;
	padding: 5px 5px 4px 5px;
	background-color: #0c3956;
}

table.list tr.hilite td {
	background-color: #516653;
}

table.list td.title {
	background-color: #0d5478;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 2px 4px;
	border: solid 2px #0d5478;
}

table.list td.head {
	background-color: #10476B;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 2px 4px;
}

table.list td.inactive {
	color: #939fa7;
	background-color: #263f4f;
}

table.list td.default {
}

table.list td.hilite {
	background-color: #254b4d;
}

table.list td a.selected {
	color: #ffffff;
}

table.list td.leftBorder {
	border-left: solid 2px #0d5478;
}

table.list td.rightBorder {
	border-right: solid 2px #0d5478;
}

table.list td.alignTop {
	vertical-align: top;
}

table.list td.alignLeft {
	text-align: left;
}

table.list td.alignRight {
	text-align: right;
}

table.list td.alignCenter {
	text-align: center;
}

table.list td.bigPad {
	padding: 8px;
}

table.list td.horizSpace {
	padding: 8px;
}

table.list td.horizSpaceBig {
	padding: 16px;
}

table.list td a.bigLink {
	font-size: 14px;
}

table.list td.editActive {
	color: #071d2c;
	background-color: #EDD905;
}
