﻿html, body
{
    height: 100%;
    margin: 5px 0 1px 0;
    padding: 0;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
}
body, h1, h2, h3
{
    color: White;
}
h1
{
    font-weight: normal;
    font-size: 28px;
    line-height:56px;
}
h2
{
    font-size: 12px;
    font-weight: bold;
}
h3
{
    font-size: 12px;
    font-weight: normal;
}
hr
{
    color: #006AB2;
    background-color: #006AB2;
    border: 0;
    height: 1px;
}
textarea
{
    font-family: Verdana, Arial, Serif;
}
#smemain
{
    background-color: #111634;
    background-image: url(../Images/site_background.gif);
    background-repeat: no-repeat;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: table;
    height: 592px;
    width: 881px;
}

#smebody
{
    border: 1px solid #222634;
    margin-left: auto;
    margin-right: auto;
    width: 901px;
}
#smebody a
{
    color: #0098FD;
    text-decoration: none;
}
#smebody a:hover
{
    color: #0098FD;
    text-decoration: underline;
}
#smeheader
{
    background-color: White;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
}
#smeheader img.logo
{
    float: left;
}
#smemenu
{
    background-color: #111634;
    color: White;
    border-bottom-color: White;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#smemenu a
{
    color: White;
    text-decoration: none;
}
#smemenu a:hover
{
    color: #0098FD;
    text-decoration: none;
}
#smemain div.smemainaction a.BuyButton { color: White;}
#smemain div.smemainaction a:hover.BuyButton {color:White;}
#smemain div.smemainaction a.UseButton {color: White;}
#smemain div.smemainaction a:hover.UseButton { color:White;}
.headermenuitem
{
    text-align: left;
    color: White;
    border-left-color: #006AB2;
    border-top-color: #006AB2;
}
.headerselectedmenu
{
    text-align: left;
}

.headersubmenuitem
{
    background-color: #111634;
    color: White;
    padding: 5px 5px 5px 6px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #006AB2;
}
.headersubmenu
{
    z-index: 100;
    padding-top: 5px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #006AB2;
}

.footermenuitem
{
    text-align: left;
    color: #111634;
}
#smefooter
{
    background-color: White;
    color: #111634;
    clear: both;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    font-size: 9px;
}
#smefooter a
{
    color: #111634;
}
#toolkitmain div.tkmenu a
{
    color: White;
}
#toolkitmain div.tkmenu a:hover
{
    color: #0098FD;
}
#toolkitmain div.tkaction a
{
    color: White;
}
#toolkitmain div.tkaction a:hover
{
    color: #0098FD;
}
#toolkitfooter
{
    border-top-color: White;
    background-color: #111634;
}

#toolkitfooter a
{
    color: White;
}
#submain div.subleft a
{
    color: White;
}
#submain div.subleft a:hover
{
    color: #0098FD;
}
#submain div.subleft a.active
{
    color: #0098FD;
}
.toolkitmenuitem
{
    color: White;
}
.toolkitselectedmenu
{
    color: #006AB2;
}

.toolkitsubmenuitem
{
    background-color: #111634;
    color: White;
    border-left-color: #006AB2;
    border-top-color: #006AB2;
}
.toolkitsubmenu
{
    border-left-color: #006AB2;
}

table.calculator
{
    border-collapse: collapse;
    width: 100%;
}
table.calculator td
{
    padding: 5px;
    border-color: White;
    border-style: solid;
    border-width: thin;
}

table.calculator td.question
{
}
table.calculator td.answer
{
    width: 100px;
}

table.calculator td.result
{
    background-color: #006AB2;
    text-align: left;
    font-weight: bold;
}
table.calculator td.header
{
    background-color: #006AB2;
    text-align: center;
    font-weight: bold;
}
table.calculator td.empty
{
    height: 20px;
    border: none;
}
table.calculator input[type="text"]
{
    width: 50px;
    text-align: center;
    font-size: smaller;
}
#submain table.process
{
    width: 100%;
    height: 422px;
}
#submain table.process td.panel
{
    background-color: #111634;
    border-style: solid;
    border-color: White;
    border-width: thin;
    width: 75px;
    vertical-align: middle;
    text-align: center;
    /*
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    border-spacing: 10px;
    */
}
#submain table.process td.gap
{
    width: 1px;
}
#submain table.process td.header
{
    text-align:center;
    font-weight:bold;
    vertical-align:bottom;
}
#submain table.process td.footer
{
    text-align:center;
    background-color: #006AB2;
    border-style: solid;
    border-color: White;
    border-width: thin;
    vertical-align:middle;
    height:22px;
}
#submain table.process td.arrow
{
    background-position: center center;
    background-image: url(../Images/Arrow.gif);
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
}
#submain table.links
{
    width: 100%;
}

#submain table.links td
{
    
    vertical-align: top;
    text-align: center;
}
#submain table.links td a
{
    color: White;
    text-decoration: none;
}

