#body .buttons
{
    margin-top: -27px;
    margin-bottom: 1px;
    margin-right: 60px;
}

#body .buttonOut
{
    cursor: pointer;
    display: inline;
    font-size: 22px; /* this line to insure buttons are not cropped by IE */
    font-weight: bold;
}

#body .buttonAfter
{
    background-repeat: no-repeat;
    font-size: 9px;
    margin-right: 2px;
    vertical-align: middle;
}

#body .buttonBefore
{
    background-repeat: no-repeat;
    font-size: 9px;
    margin-left: 2px;
    vertical-align: middle;
}

#body .buttonCenter
{
    background-repeat: repeat-x;
    font-family: "verdana", "arial", "helvetica", "geneva", "sans-serif";
    font-size: 9px;
    vertical-align: middle;
}

#body .button1before {
    background-image: url('../imgs/bt1_g.gif');
    padding: 6px 0px 12px 6px;
}

#body .button1center {
    background-image: url('../imgs/bt1_m.gif');
    padding: 6px 0px 12px 2px;
}

#body .button1after {
    background-image: url('../imgs/bt1_d.gif');
    padding: 6px 0px 12px 8px;
}

#body .buttonBluebefore {
    background-image: url('../imgs/btblue1_g.gif');
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 2px;
}

#body .buttonBluecenter {
    background-image: url('../imgs/btblue1_m.gif');
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#body .buttonBlueafter {
    background-image: url('../imgs/btblue1_d.gif');
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 2px;
}

/* hack of the death! FF has a pixel-bug in the browser sub-iframe */
.headCount .buttonBluecenter { padding-bottom: 6px; }

#body a.button0, #body a.button1, #body a.buttonBlue {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

#body a.button0Banner, #body a.button1Banner {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    position: relative;
    top: 6px;
    vertical-align: top;
}

#body a.buttonBlue2 {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    position: relative;
    top: 4px;
    vertical-align: top;
}

#body a.button0:active, #body a.button0Banner:active { color: #DADAE0; }
#body a.button0:link, #body a.button0Banner:link { color: #DADAE0; }
#body a.button0:hover, #body a.button0Banner:hover { color: #FFFFFF; }
#body a.button0:visited, #body a.button0Banner:visited { color: #DADAE0; }
#body a.button0:visited:hover, #body a.button0Banner:visited:hover { color: #FFFFFF; }

#body a.button1:active, #body a.button1Banner:active { color: #49F0A6; }
#body a.button1:link, #body a.button1Banner:link { color: #ffffff; }
#body a.button1:hover, #body a.button1Banner:hover { color: #DADAE0; }
#body a.button1:visited, #body a.button1Banner:visited { color: #ffffff; }
#body a.button1:visited:hover, #body a.button1Banner:visited:hover { color: #DADAE0; }

#body a.buttonBlue2, #body a.buttonBlue { color: #2222A0; }
#body a.buttonBlue2:hover, #body a.buttonBlue:hover { color: #FFFFFF; }

#body .button0before {
    background-image: url('../imgs/bt0_g.gif');
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 12px;
}

#body .button0center {
    background-image: url('../imgs/bt0_m.gif');
    padding-left: 2px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 12px;
}

#body .button0after {
    background-image: url('../imgs/bt0_d.gif');
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 12px;
}

#body td.button0Banner {
    background-image: url('../imgs/bt0_m.gif');
    background-repeat: repeat-x;
    white-space: nowrap;
    vertical-align: top;
}

#body td.button1Banner {
    background-image: url('../imgs/bt1_m.gif');
    background-repeat: repeat-x;
    white-space: nowrap;
    vertical-align: top;
}

#body td.button1Blue {
    background-image: url('../imgs/btblue1_m.gif');
    background-repeat: repeat-x;
    white-space: nowrap;
    vertical-align: top;
}


