@charset "utf-8";
/* CSS Document */

#transaction_content {
   float: none; 
   width: 745px; 
   border: 1px solid #FFF; 
   background-color: #fff; 
   overflow: hidden;
   font-family: 'Trebuchet MS';
   font-size: 12px;
}

#transaction_content h2 {
   margin: 0;
   background-color:#999999;
   text-indent: 3px;
   color: #000066;
}

#transaction_content table {
   border: 1px solid #999999;
}

#transaction_content tr:nth-child(even) {
  background-color: #ABC9EE;
}
