﻿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;
}
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;
}
/* smebody is the outer div for the entire site */
#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
/* The header is the top of the page inside smebody */
{
    background-color: White;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
}
#smeheader img.logo
{
    float: left;
}
#smemenu
/* The menu follows the header, also inside smebody */
{
    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
{
    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;
    width: 881px;
}

/* This is the footer of the page, also inside smemain */
#smefooter
{
    background-color: White;
    color: #111634;
    clear: both;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    font-size: 9px;
}
#smefooter a {color: #111634;}
/* Header Menu */
.headermenuitem
{
    text-align: left;
    color: White;
}
.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;
}
/* Footer Menu */
.footermenuitem
{
    text-align: left;
    color: #111634;
}
/* Links */
#smemain div.smemainmenu a {color: White;}
#smemain div.smemainmenu a:hover {color: #0098FD;}
#smemain div.smemainaction a {color: White;}
#smemain div.smemainaction a:hover { color: #0098FD;}
#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;}

#smemainfooter
{
    border-top-color: White;
    background-color: #111634;
}

#smemainfooter a {color: White;}
#submain div.subleft a { color: White;}
#submain div.subleft a:hover { color: #0098FD;}
#submain div.subleft a.active { color: #0098FD;}
/* Toolkit Menu */
.toolkitmenuitem
{
    color: White;
    background-color: #111634;
}
.toolkitselectedmenu { color: #006AB2;}
.toolkitsubmenu {border-left-color: #006AB2;}

.toolkitsubmenuitem
{
    color: White;
    border-top-color: #006AB2;
    background-color: #111634;
}
/* Toolkit Tables */
#smemain table.toolkit { border-color: White;}
#smemain table.toolkit thead th
{
    background-color: #006AB2;
    font-weight: bold;
}
#smemain table.toolkit thead th a
{
    color: White;
}
#smemain table.toolkit td { border-color: White;}
/* SME Interviewer */
div#smemain .smeinterviewer .ajax__tab_header
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;
    color: White;
    background: url(../Images/tab.gif) repeat-x;
}
div#smemain .smeinterviewer .ajax__tab_body
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;
    border-right-color: White;
    border-bottom-color: White;
    border-left-color: White;
}
div#smemain .smeinterviewer .ajax__tab_outer { background: url(../Images/tab-right.gif) no-repeat right;}
div#smemain .smeinterviewer .ajax__tab_inner { background: url(../Images/tab-left.gif) no-repeat;}
div#smemain .smeinterviewer .ajax__tab_tab {background: url(../Images/tab.gif) repeat-x;}
div#smemain .smeinterviewer .ajax__tab_hover .ajax__tab_outer {background:url(../Images/tab-hover-right.gif) no-repeat right;}
div#smemain .smeinterviewer .ajax__tab_hover .ajax__tab_inner {background:url(../Images/tab-hover-left.gif) no-repeat;}
div#smemain .smeinterviewer .ajax__tab_hover .ajax__tab_tab {background:url(../Images/tab-hover.gif) repeat-x;}
div#smemain .smeinterviewer .ajax__tab_active .ajax__tab_outer {background:url(../Images/tab-active-right.gif) no-repeat right;}
div#smemain .smeinterviewer .ajax__tab_active .ajax__tab_inner {background:url(../Images/tab-active-left.gif) no-repeat;}
div#smemain .smeinterviewer .ajax__tab_active .ajax__tab_tab {background:url(../Images/tab-active.gif) repeat-x;}

