/* CSS Document */

body {
 background-color: #fff;
 margin-left: 10px;
 margin-top: 10px;
 margin-right: 20px;;
 height: 100%; 
 margin-bottom: 0;
 font-family:Arial, Helvetica, sans-serif;
}

body{
background: #fff;
}

.pu-header{
border-bottom: 1px solid black;
padding: 0px 0px 2px 0px;
height: 20px;
margin-bottom: 5px;
}

.print{
font-size: 11px;
float: left;
font-weight: bold;
}

.pu-header a{
color: #CC0000;
text-decoration:none;
}

.pu-header a:hover{
text-decoration:underline;
}

.print-or{
font-size: 10px;
float: left;
}

.close{
float: right;
font-size: 11px;
font-weight: bold;
}

.print-pop{
padding-left: 5px;
}

.close-pop{
padding-left: 5px;
}


/* ******** LISTINGS ******** */

.print-back{
float: right;
height:30px;
padding-right:10px;
font-size: 10px;
color: #fff;
margin-top:-14px;
}

.print-back a{
color: #fff;
text-decoration: none;
}

.print-back a:hover{
color: #fff;
text-decoration: underline;
}

table.listing {
width: 100%;
table-layout:auto;
border-collapse:collapse;
padding: 0px;
padding-bottom: 20px;
border-spacing: 0px;
margin: 0px;
}

.listing th{
padding: 6px 0px 6px 0px;
font-size: 12px;
border: 1px solid #000;
margin: 0px;
}

.listing td{
padding: 6px 5px 6px 5px;
font-size: 12px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
margin: 0px;
}


td.first{
border-left: 1px solid #000;
}

/* ******** END LISTINGS ******** */
