body
{
    text-align:center; 
    width:100%; 
    background-color: #6789BB;
    COLOR: #000000;
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    FONT-FAMILY: Helvetica, Arial, Times;
}
h1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 19px;
    TEXT-TRANSFORM: capitalize;
    COLOR: Black;
    FONT-FAMILY: Helvetica, Arial, Times;
    BACKGROUND-COLOR: transparent;
    FONT-VARIANT: normal
}
h2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    TEXT-TRANSFORM: capitalize;
    COLOR: #0062A6;
    FONT-FAMILY: Helvetica, Arial, Times;
    BACKGROUND-COLOR: transparent;
    FONT-VARIANT: normal;
}
h3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    TEXT-TRANSFORM: capitalize;
    COLOR: #F08000;
    FONT-FAMILY: Helvetica, Arial, Times;
    BACKGROUND-COLOR: transparent;
    FONT-VARIANT: normal;
}
H2 IMG, H3 IMG, .labelImage
{
  vertical-align: middle;
  padding-bottom: 4px;
  border: 0;
}
h4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: big;
    COLOR: #0062A6;
    FONT-FAMILY: Helvetica, Arial, Times;
    BACKGROUND-COLOR: transparent;
    FONT-VARIANT: normal
}
a
{
    FONT-WEIGHT: 500;
    COLOR: #0892CC;
    BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-DECORATION: none
}
a:hover
{
    FONT-WEIGHT: 500;
    COLOR: #F08000;
    BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-DECORATION: none
}
p
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-ALIGN: left
}
ul
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, Times;
    LIST-STYLE: url(/images/icons/right_arrow_transparent.png) circle;
}
li
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-ALIGN: left;

}
pre
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-ALIGN: left;
    margin-left:20px;
    margin-right:20px;
}
td
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
}
.roundedcornr_box_large {
   background: #ffffff url(/images/rounded_panes/roundedcornr_grad.gif) no-repeat top left;
}
.roundedcornr_box_small {
   background: #ffffff url(/images/rounded_panes/roundedcornr_grad_small.gif) no-repeat top right;
   width: 240px;
}
.roundedcornr_top div {
   background: url(/images/rounded_panes/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(/images/rounded_panes/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(/images/rounded_panes/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url(/images/rounded_panes/roundedcornr_br.gif) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0; }
table
{
    border-collapse:collapse;
}
.table_header
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 16px;
    COLOR: #0062A6;
    /* BACKGROUND-COLOR: #0062A6; */
    BACKGROUND: url(/images/menu/chromebg2-over.gif) center center repeat-x;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
    BORDER: 1px ridge #BBB;
    PADDING: 3px;
}
.table_header_2
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 15px;
    COLOR: #0062A6;
    BACKGROUND-COLOR: #EBF7FF;
    TEXT-ALIGN: left;
    BORDER: 1px ridge #BBB;
    PADDING: 3px;
}
.table_header_3
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 15px;
    COLOR: #0062A6;
    BACKGROUND-COLOR: #ebeff9;
    TEXT-ALIGN: left;
    BORDER-BOTTOM: 1px ridge #BBB;
    PADDING: 3px;
}
.bordered
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 12px;
    FONT-FAMILY: Helvetica, Arial, Times;
    TEXT-ALIGN: left;
    BORDER: 1px ridge #EBEBE3;
    VERTICAL-ALIGN: top;
}
.beige_bg
{
    BACKGROUND-COLOR: #EBF7FF;
}
.beige_bg_wide
{
    background: #EBF7FF;
    WIDTH: 100%;
}
.beige_bg_narrow
{
    background: #EBF7FF;
    font-size: 8px;
    text: 8px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #BBB;
}
.blue_button
{
    color: #EBEBE3;
    background-color: #0892CC;
    border: 1px ridge #0892CC;
    cursor: pointer;
}
.blue_button:hover
{
    background-color: #EBF7FF;
    color: #0062A6;
    border: 1px ridge #EBEBE3;
}
.orange_button
{
    COLOR: #0062A6;
    BACKGROUND-COLOR: #F08000;
    BORDER: 1px solid #0062A6;
    CURSOR: pointer;
}
.orange_button:hover
{
    COLOR: #F08000;
    BACKGROUND-COLOR: #0062A6;
    BORDER: 1px solid #F08000;
}
.popover
{
    background:white; 
    color:black; 
    position:absolute; 
    left:400px;
    top:400px;
    width:400px;
    border: 1px ridge #0062A6; 
    padding:5px; 
    overflow: auto;
}
.open_folder
{
    background: transparent url(/images/open_folder.jpg);
    width: 21px;
    height: 21px;
    border: 0px;
    margin-left: 10px;
    margin-left: 10px;
    cursor:pointer;
}
.notice, .error {
    background: #ffc url(/images/message.png) no-repeat 3px 3px;
    color: green;
    text-align: left;
    list-style-type: none;
    border: 1px solid #aaa;
    padding: 3px 3px 3px 22px;
    margin: 0 0 10px 0;
}
.notice {
    background: #ffc url(/images/message.png) no-repeat 3px 3px;
    color: green;
}
.error {
    background: #ffc url(/images/error.png) no-repeat 3px 3px;
    color: #F08000;
}
.footnote {
    text-align: center;
    color: #344434;
    font-size: 10px;
    font-weight: bold;
    width: 100%;
    padding: 0px;
}
.footnote a {
    background: transparent;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.footnote a:hover {
  color:#F08000;
}

/* THESE ARE FOR THE VOLUME CALCULATOR ... */
/*
body           { background:white; color:#0062A6; font-size:12px; font-family:monospace; text-align:center }
table          { background:transparent; color:#0062A6; font-size:12px; font-family:monospace; text-align:left }
*/
.vcAnchor       { background-color:transparent; color:#0062A6; text-decoration:none; cursor:pointer }
.vcAnchor:hover { background-color:transparent; color:#0892CC; text-decoration:none; cursor:pointer }
.tableHeader    { background-color:#EBEBE3; color:#0062A6; font-size:16px; font-weight:600 }
.calculateBar   { background-color:transparent; color:#0062A6 }
.categoryHeader { background-color:#0062A6; color:#EBEBE3; font-size:14px; font-weight:bold }
.hideable       { background-color:transparent }
.listBody       { background-color:#EBEBE3; color:#0062A6; text-transform:capitalize; text-align:left }
.button         { background-color:#EBEBE3; color:#0062A6; border:1px solid #F08000; font-family:monospace; font-weight:bold; cursor:pointer }
