/* --- List styling --- */

table.list {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width:100%;
}

table.list th,
table.list td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
	font-size: 11px;
}

table.list th {
	background-color: #D1E7EF;
	padding: 5px 5px 5px 5px;
	xborder-bottom: 1px solid #CCC;
}

table.list td {
	xborder-bottom: 1px solid #FFF;
}

table.list tr.odd td {
	background-color: #fff;
}

table.list tr.even td {
	background-color: #f3f3f3;
	xbackground-color: #D1E7EF;
}

table.list tr.highlight td {
	background-color: #E0EBEF;
	cursor: pointer;
}

/* --- View styling --- */

table.view {
}

table.view th,
table.view td {
	vertical-align: top;
	padding: 6px 5px 6px 5px;
	text-align: left;
	font-weight: normal;
}

table.view th {
	border-bottom: 1px solid #DDD;
	width: 175px;
}

table.view td {
	border-bottom: 1px solid #EEE;
	width: 350px;
	background-color: #f7f7f7;
}


