html,td,th,p,select,button {
  font-family: Helvetica,sans-serif;
  font-size:12px;
  color:#000066;
}
input,textarea {
  font-family:monospace;
  font-size:12px;
  color:#000066;
}
h1 {
  font-family: Helvetica,sans-serif;
  font-size:24px;
  color:#000066;
  margin-bottom:0;
}
h2 {
  font-family: Helvetica,sans-serif;
  font-size:20px;
  color:#000066;
  margin-bottom:0;
}
h3 {
  font-family: Helvetica,sans-serif;
  font-size:18px;
  color:#000066;
  margin-bottom:0;
}
table.tidy { border:2px; padding:5px; }
tr.tidy { background-color:white; }
th.tidy { background-color:white; text-align:center; vertical-align:top; }
td.tidy { background-color:white; text-align:left; vertical-align:top; }
.vtxt { -webkit-transform:rotate(270deg);
        moz-transform:rotate(270deg);
        -o-transform:rotate(270deg);
        writing-mode:tb-rl; }
#TipLayer
{
  position:absolute;
  top:-100;
  visibility:hidden;
  z-index:10;
  a:hover{visibility:visible}; /* workaround IE6 bug */
}
#ddtooltip
{
  position: absolute;
  width: 150px;
  border: 2px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 20;
  a:hover{visibility:visible}; /* workaround IE6 bug */
}

.cb_button {
  -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
  box-shadow:inset 0px 1px 0px 0px #97c4fe;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
  background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
  background-color:#3d94f6;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0px;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:45px;
  line-height:45px;
  width:149px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #1570cd;
}
.cb_button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
  background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0',
endColorstr='#3d94f6');
  background-color:#1e62d0;
}.cb_button:active {
  position:relative;
  top:1px;
}
