/**
 *	Table Listing
 */

table.archList
{
	width: 100%;
	border: none;
	font-size: 10px;
}

table.archList th, table.archList td.header
{
	border: 1px solid #aaa;
	background-color: #eee;
	margin-right: 15px;
	font-size: 11px;
	text-align: center;
}

table.archList td
{
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 1px;
	background-color: white;
}

table.archList td a
{
	display: block;
}

table.archList td h4
{
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

table.archList tr.demphasis td
{
	color: #555;
}

table.archList tr.emphasis td
{
	font-weight: bolder;
}

table.archList tr.highlighted td
{
	background-color: #efe;
}

table.archList tr.expired td, table.archList tr.expired a
{
	color: #aaa;
	/*opacity: 0.5;*/
}

table.archList tr.expired:hover td, table.archList tr.expired a
{
	color: inherit;
}

table.archList tr:hover td
{
	background-color: #eef;
}

table.archList tr.highlighted td.marked
{
	background-color: #fcc;
}

table.archList tr.marked td
{
	background-color: #fcc;
}

table.archList td.marked
{
	background-color: #fcc;
}

table.archList th.marked
{
	background-color: #fcc;
}

table.archList tr.saved td
{
	background-color: #ccffcc;
}

table.archList td.saved
{
	background-color: #ccffcc;
}

table.archList th.saved
{
	background-color: #ccffcc;
}


div.archTableTopCap
{
	padding: 3px;
	border-bottom: 1px solid #aaa;
	background-color: #ffc;
}

div.archTableBottomCap
{
	padding: 3px;
	border-top: 1px solid #aaa;
	background-color: #ffc;
}