@media print {
div.select
{
	display:		none;
}
}

table
{
	width:			100%;
}

thead
{
	background-color:	#888;
}

th
{
	color:			#fff;
	padding:		3px;
}

td
{
	padding:		3px;
}

tr.even
{
	background-color:	#ccc;
}

tr.odd
{
	background-color:	#fff;
}

div.month
{
	padding-top:		1em;
	font-size:		12pt;
	font-weight:		bold;
	border-bottom:		2px solid lightgrey;
}

tr.old
{
	color:			lightgrey;
}

span.date
{
	width:			350px;
}

li
{
	padding-top:		6px;
}

.bold
{
	font-weight:		bold;
}

div#main a img {
	vertical-align:	middle;
}

div.link_logos
{
	width:		100%;
	text-align:	center;
	font-weight:	bold;
}

div.link_logos img
{
	width:		25%;
}

a.pdf
{
	background-image:	url("/images/pdf_ico.gif");
	background-repeat:	no-repeat;
	background-position:	left 50%;

	padding-left: 22px;
}
