body
{
    background: White;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.shell
{
    margin-left:0;
    margin-right:0;
    width:auto;
	min-height:0;
	padding-left:0;
	padding-right:0;
}

.print-button
{
    display:none !important;
}

.main-background,
.header,
.col2,
.main-footer
{
    display:none;
}

.columns .col1
{
    width:90%;
    margin:auto;
    padding:auto;
}

.action-links
{
    display:none;
}

.main-content
{
	float:none;
	width:auto;
}
	
.listings table
{
	border:solid 1px black;
	width:100%;
}

.listings th,
.listings td
{
	border:solid 1px black;
}

.listings th
{
	background-color:Black;
}