* {
  color: inherit;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

body {
  background-color: #fff;
  margin: 0;
}

a, p, div, span, td, th, select, option, input , h4 {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif; 
  font-size: 10px;
}

input {
  background-color: #fff; 
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

th { 
  padding: 2px 10px 2px 4px;
  font-weight: bold; 
}

a { 
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #c93;
  text-decoration: underline;
}

.hilite { border: solid 2px #eee; }

.green {
  background-color: #426784;
  color: #eee;
  padding: 1px 2px 1px 2px;
}


.error { 
  padding: 4px 4px 4px 4px;
  border: solid 1px #f00; 
}

#banner1 {
  float: left;
  width: 100%;
  background-color: #064;
  color: #eee;
  height: 48px;
}
.banner2 {
  float: left;
  padding-top: 25px;
  height: 48px;
}
.banner2 a {
  color: #eee;
  font-size: 11px;
  font-weight: bold;
  margin-left: 20px;
  padding: 4px 4px 10px 4px;
}
.banner2 a:hover { color: #fff; }

.banner3 {
  float: right;
  width: 14em;
  padding-top: 5px;
  padding-right: 10px;
} 
.banner3 a {
  color: #eee;
  font-size: 10px;
  height: 20px;
}
.banner3 a:hover { color: #fff; }

#flash {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  color: #000;
  font-size: 11px;
  font-style: italic;
}

.pick { padding-left: 20px; }

.indent100 { clear: left; margin-left: 100px; }

.subMenu {
  visibility: hidden;
  position: absolute;
  padding: 4px 4px 4px 4px;
  border: solid 1px #064;
}

#subMenu1 { top: 48px; left: 50px; z-index: 100; background-color: #fff; }

#subMenu2 { top: 48px; left: 160px; z-index: 100; background-color: #fff; }


#left {
  clear: left;
  float: left;
  vertical-align: bottom;
  height: 100%;
  width: 178px;
  background-color: #eee;
  padding: 10px 10px 0px 10px;
  margin-right: 20px;
}

#main {
   float: left;
   padding-top: 20px;
   width: 630px;
}

#right {
   padding-top: 10px;
}

#whole {
   padding: 4px 0px 10px 40px;
}


#copyright {
  padding-top: 20px;
  color: #888;
}


table.blotter { 
  border: solid 1px #888;
  border-collapse: collapse;
}

.blotter th { 
  border-bottom: solid 2px #064; 
  background-color: #f2ede8; 
}

.blotter td { 
  padding-right: 10px;
  padding-top: 5px; 
  border-bottom: solid 1px #bdb;
  background-color: #ffffff; 
}

.blotter.selected td { 
  padding-right: 10px;
  padding-top: 5px; 
  border-bottom: solid 1px #bdb;
  background-color: #f2ede8; 
}

.open td {
  padding-right: 10px;
  vertical-align: top;
}

.close td {
  padding-right: 0px;
}

td.nlink {
  background-color: #efe;
}

.tline td {
  border-top: solid 2px #064;
}


.recap {
  background-color: #fea;
}

table.recap { 
  padding: 2px 10px 10px 10px;
  border: solid 1px #888;
  border-collapse: collapse;
}

.recap th { 
  border-bottom: solid 2px #064; 
  background-color: #eee; 
}

.recap td { 
  padding: 5px 10px 0px 10px;
}


.hover_style
{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    padding: 3px;
    border: solid 1px;
    background-color: #f2ede8;
}

#stmt-container-wrapper
{
    padding: 10px 10px 80px 10px;
}

.stmt-container
{
    background: #eee;
    float: left;
    width:180; 
}

.stmt-container .stmt-list
{
    text-align: right;
}

.stmt-container .stmt-list a
{
    font-weight: normal;
}

.box-container-wrapper
{
    clear: left;
    padding: 0px 10px 10px 0px;
    width: 100%;
}

.box-container-left1
{
    margin-top: 10px;
    margin-right: 10px; 
    background: #b1b3b3;
    color: #f8fafb;
    float: left;
    padding: 10px 10px 10px 10px;
}

.box-container-left1 .box-container-right-list
{
    text-align: right;
}

.box-container-left1 .box-container-right-list a
{
    font-weight: normal;
}

.box-container-center1
{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.box-container-center1 p
{
    text-align: left;
}

.box-container-center2
{
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 14px;
}

.box-push-button
{
background: #f2c75c;
}

