table.blue {
 font-size: 105%;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.2em;
}
table.blue caption {
 font-size: 1.3em;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 5px;
 margin-bottom: 2px;
}

label.blue
{ 
  float: left;
  text-align: right;
  margin-right: 0.5em;
  width: 15em;
  padding:2px;
  background-color: #004080;
  color:#fff;
 }

hr.blue
{ 
  background-color: #c0c0c0;
  color: #c0c0c0;
  clear: both;
}

table.blue thead th {
 border-right: 2px solid #fff;
 color:#fff;
 max-height: 50px;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #004080;
}
table.blue thead th a {
 color: white;
}

table.blue tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em;
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}

table.blue tbody tr {
 background-color:#fff;
 border-bottom: 2px solid #c0c0c0;
}
table.blue tr.even
{
  background: #cdd1d5;
}

table.blue tr.odd
{
  background: #c4dcc7;
}

table.blue tr.empty
{
  background: #FF;
  border-bottom: 0px;
}

table.blue tbody td {
 color:#002084;
 padding:5px;
 text-align:left;
}

table.blue tbody td.money{
 text-align:right;
}


table.blue tbody td.right{
 text-align:right;
}

table.blue tbody td.center{
 text-align:center;
}

table.blue tbody th {
 text-align:left;
 padding: 2px;
}

table.blue tbody td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal;
}

table.blue tbody td a img
{
border: 0px;
}

table.blue tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}

table.blue tbody td.sub_total {
  border-top: solid medium black;
  text-align:right;
}

table.blue tbody td.sub_total_info {
    text-decoration: italic;
    text-align:right;
}
