table.archive {
	width: 90%;
	color: #212424;
	margin-top: 1em;
	margin-bottom: 1em;
	font: 70%/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}

table.archive, table.archive tr, table.archive th, table.archive td {
	border-spacing: 0;
	border-collapse: collapse;
}
table.archive caption {
	padding-bottom: .2em;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ababab;
}

/* *** HEADER *** */

table.archive thead tr {
	background-color: #ababab;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
}

table.archive thead th {
	padding: 0.2 em;
	white-space: nowrap;
}


/* *** FOOTER *** */

table.archive tfoot {
	background: #ababab;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
table.archive tfoot tr th {
	text-align: right;
	padding: .2em .6em;
	border-top: 2px solid #555555;
}
table.archive tfoot tr td {
	padding: .2em .6em;
	border-top: 2px solid #555555;
}


/* BODY */

table.archive tbody tr td {
	background: #DDF0BD;
}
table.archive tbody tr.odd td {
	background: #D0EBA6;
}
table.archive tbody tr.package td {
	background: #D0E4C6;
}

table.archive tbody tr th, table.archive tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;
	text-align: left;
}

table.archive tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #c5e894;
	text-transform: uppercase;
}

table.archive tbody tr:hover td {
	background: #b5d884;
}
table.archive tr.odd:hover td {
	background: #b5d884;
}

table.archive a:link {color: #000000 !important; text-decoration: none; background-color: #b5e8a4 !important;}
table.archive a:hover {color: #000000 !important; text-decoration: none; background-color: #555555;}
table.archive a:visited {color: #202020 !important; text-decoration: none;}

