﻿#TabContainer
{
    clear:left;
    border: 1px solid black;
    width: 550px;
    height: 475px;
    overflow: auto;
    background-color: #FFCC00;
    scrollbar-base-color: Orange;
    padding-left: 5em;
    padding-top: 1em;
}
/* Necessary IE hack because of IE incorrectly calculating width */
html>body #TabContainer
{
    clear: left;
    border: 1px solid black;
    width: 550px;
    height: 450px;
    overflow: auto;
    background-color: #FFCC00;
    scrollbar-base-color: Orange;
}
.Element
{
    color: Red;
    margin-top: .5em;
    display: inline-block;
    float: left;
    font-weight: bold;
    width: 33%;
}
#TabContainer a, #TabContainer a:visited
{
    color: black;
    text-decoration: none;
}
#TabContainer a:hover
{
    text-decoration: underline;
}
.Tabs ul
{
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.Tabs li
{
    display: inline;
}
.Tabs a, .Tabs a:active, .Tabs a:visited, .Tabs a:hover
{      
    font-size: 100%;
    margin-left: -1px;
    text-align: center;
    float: left;
    width: 5.2em;
    height: 20px;
    position: relative;
    top: 1px;
    text-decoration: none;
    background-color: #CC9933;
    border: 1px solid black;
    color: black;
}
a.CurrentTab, a.CurrentTab:hover, a.CurrentTab:visited
{
    font-size: 100%;
    margin-left: -1px;
    text-align: center;
    float: left;
    width: 5.2em;
    height: 20px;
    position: relative;
    top: 1px;
    text-decoration: none;
    background-color: #FFCC00;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid #FFCC00;
    color: black;
}
.email
{
    background-image: url(Images/envelope.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 20px;
    color: Red;
}