body
{ 
	margin: 0;
	padding: 0;
}
#TabContainer
{
    margin: 5px 300px;
    padding: 0;
}
#TabContainer .tab
{
    list-style: none;
    border-bottom: 1px solid #000000;
    margin:  0;
    padding: 0 60px 21px 0;
}
#TabContainer .tab li
{
    float: right;
    margin-left: 5px;
}
#TabContainer li a:link,#TabContainer li a:visited
{
    display: block;
    font-family: tahoma;
    font-size: .75em;
    background-color: #fcd9af;
    color: #800000;
    border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
    padding: 3px;
    text-decoration: none;
}
#TabContainer li a:hover
{
    background-color: #ffffff;
}
#TabContainer .ContentSubArea {
    color:green;
    font-weight: 200;
}
#TabContainer .ContentArea
{
    font-size: .70em;
    font-weight: 600;
    color: #707070;
    border: 1px solid #000000;
    border-top: none;
    padding: 3px;
}
#TabContainer .tab a.active , #TabContainer .tab a.active:hover
{
    background-color: #ffffff;
    border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #8d8c8c;
	border-bottom: 1px solid #ffffff;
}
.FooterTextShow
{
    BORDER-RIGHT: lightsteelblue thin solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: lightsteelblue thin solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    VISIBILITY: visible;
    PADDING-BOTTOM: 5px;
    OVERFLOW: auto;
    BORDER-LEFT: lightsteelblue thin solid;
    CURSOR: auto;
    COLOR: black;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: lightsteelblue thin solid;
    FONT-FAMILY: Tahoma;
    POSITION: absolute;
    BACKGROUND-COLOR: #ffffe1;
    TEXT-DECORATION: none
}
.FooterTextHide
{
    BORDER-RIGHT: lightsteelblue thin solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: lightsteelblue thin solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    FLOAT: right;
    VISIBILITY: hidden;
    PADDING-BOTTOM: 5px;
    OVERFLOW: auto;
    BORDER-LEFT: lightsteelblue thin solid;
    CURSOR: auto;
    COLOR: black;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: lightsteelblue thin solid;
    FONT-FAMILY: Tahoma;
    POSITION: absolute;
    BACKGROUND-COLOR: #ffffe1;
    TEXT-DECORATION: none;
    left:0px;
}
.FooterNumber
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    CURSOR: help;
    COLOR: firebrick;
    FONT-FAMILY: Tahoma;
}
.Pome
{
    BORDER-RIGHT: wheat thin;
    BORDER-TOP: wheat thin;
    MARGIN-TOP: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: wheat thin;
    COLOR: green;
    TEXT-INDENT: 5pt;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: wheat thin;
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: #f1f2e6;
    TEXT-ALIGN: center
}
