/* GENERAL */
table {
	width: 100%;
	border-collapse: collapse;
}

table.list th {
	text-align: left;
	font-weight: normal;
	border-collapse: collapse;
	vertical-align: top;
	color: #777777;
	padding-bottom: 5px;
}

table.list tr.odd td {
	background-color: #DDE7F2;
}

table.list td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-collapse: collapse;
	vertical-align: middle;
	border-bottom: 1px solid #ECECEC;
}

table.list tr td em {
	font-style: normal;
	color: #666666;
	font-size: 12px;
}

table.list td.enabled {
	color: #5D742C;
}

table.list td span#loading_indicator {
	padding-left: 10px;
}

table.list .misc {
	padding-right: 10px;
}

table.list tr.category td {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px 10px 5px 10px;
}

table.list tr.category.plain td {
	border-color: #758B46;
	background: none;
}

table.list tr.category.plain td h3 {
	color: #758B46 !important;
	font-size: 16px !important;
}

/* BIG LIST */
.content table.big th {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

.content table.big th.misc {
	border: none;
	width: auto;
}

.content table.big td {
	font-size: 15px;
	vertical-align: top;
}

/* MISC */
.content table tr.highlight td,
.content table tr.highlight th {
	border: 1px solid #FFE57D;
	border-left: none;
	border-right: none;
	background-color: #FFF5CF;
}

.content table.list tr td h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	color: #999999;
}

.content table tr.sum {
	border-top: 1px solid #000000;
}

.content table tr.sum td {
	padding-top: 10px;
	font-size: 18px;
	color: #3A5007;
}

.content table tr.odd td {
	background-color: #E5EFF7;
}

.content table.list table a {
	color: #000000;
}