﻿body 
{ 
}

#shadow
{
    /*background-image: url(img/25black.png)*/
}

#container
{
}

#header
{
}

#content
{
    background-color: white;/*#E7F1CE;*/
    margin: auto auto;
    border-top: rgb(119, 102, 85);
}

/*#border
{
    visibility: visible;
    width: 95%;
    height: 2px;
    background-color: rgb(74,74,69);
}*/

#TreeView
{    
    display: none; 
}


#PlaceHolder
{
    width: 98%;
    /*height: auto;   */
    margin-left: 10px;
    margin-right: 10px;
    border-left:none;
}

#footer
{
}

#tab_container
{
    visibility: visible;
    height: auto;
    width: 95%;   /*Forces Tabs to start above content instead of left of content */
    margin: auto auto;
    /*border: 1px solid black;*/
    border-right: 1px solid rgb(109,109,109);
    border-left: 1px solid rgb(109,109,109);
    background-image: url(Img/ebbtcbinsmenu1_0.png);
    background-repeat: repeat-x;
    margin-top:10px;
    margin-bottom:10px;
}
#cbinsmenuebul_table
{
    width: 438px;
    margin-left: 10px;
    margin-top: -5px;
  /*  background-image: url(TabImages/right_tan.gif);
    background-repeat: repeat-x;*/

}

#tab_container .TabMenuItem
{
    visibility: visible;
    width: auto;
    height: auto;
    margin: auto auto;
}

#tab_container a.TabMenuItem
{
    visibility: visible;
    width: auto;
    height: auto;
    margin: auto auto;
}

#tab_container a.TabMenuItemHover 
{
    visibility: visible;
    width: auto;
    height: auto;
    margin: auto auto;
}

#tab_container .TabMenuItemSelected
{
    visibility: visible;
    width: auto;
    height: auto;
    margin: auto auto;
}

#tab_container a.TabMenuItemSelected 
{
    visibility: visible;
    width: auto;
    height: auto;
    margin: auto auto;
}

#tab_container {
        FONT-SIZE: 85%;       
        LINE-HEIGHT: normal;
        padding-top: 5px;
}
#tab_container .MenuStyle 
{
        LIST-STYLE-TYPE: none;
}

#tab_container .TabMenuItem
{
        PADDING-RIGHT: 0px; 
        PADDING-LEFT: 2px; 
        BACKGROUND: url(img/left_on_2.gif) no-repeat; /*left top; */
        FLOAT: left;        
}

#tab_container a.TabMenuItem 
{
        PADDING-RIGHT: 15px; 
        DISPLAY: block; 
        PADDING-LEFT: 6px; 
        FONT-WEIGHT: bold; 
        BACKGROUND: url(img/right_on_2.gif) no-repeat right top; 
        FLOAT: left; 
        PADDING-BOTTOM: 4px; 
        COLOR: #d9ddee/*#D4C398;#D7C87E;*/;
        PADDING-TOP: 5px; 
        TEXT-DECORATION: none;
}

#tab_container a.TabMenuItem 
{
        FLOAT: none;
}
#tab_container a.TabMenuItemHover 
{
        COLOR: white/*#E8DB8C;*/;
}

#tab_container .TabMenuItemSelected
{
        BACKGROUND-IMAGE: url(img/left_white_glow.gif);
}

#tab_container a.TabMenuItemSelected 
{
        BACKGROUND-IMAGE: url(img/right_white_glow.gif); 
        PADDING-BOTTOM: 5px; 
        COLOR: Black;   
}

