.bui-box-standard-top { /*Standard Box
    background-color:#FFFFFF; /* active tab, tab hover, and content bgcolor */
    background-image:url(/common/images/bui/tabs-background-grey.gif);
    border-top:1px solid #999999;  /* label and content borders */
    border-left:1px solid #999999;  /* label and content borders */
    border-right:1px solid #999999;  /* label and content borders */
    border-bottom:0px solid #999999;  /* label and content borders */
    font-style:normal; 
    font-size: 8pt;
    color: #000000;
    font-weight:bold; 
    padding-top:4px;  /* default tab padding */
    padding-bottom:4px;  /* default tab padding */
    padding-left:8px;  /* default tab padding */
    text-align: left;
}

.bui-box-standard-body { /*Standard Box */
    background-color:#FFFFFF; /* active tab, tab hover, and content bgcolor */
    border-top:1px solid #999999;  /* label and content borders */
    border-left:1px solid #999999;  /* label and content borders */
    border-right:1px solid #999999;  /* label and content borders */
    border-bottom:1px solid #999999;  /* label and content borders */font-style:normal; 
    font-size: 8pt;
    color: #000000;
    padding-top:5px;  /* default tab padding */
    padding-bottom:5px;  /* default tab padding */
    padding-left:5px;  /* default tab padding */
    padding-right:5px;  /* default tab padding */
}

.bui-box-standard-bottom { /*Standard Box */
    background-color:#E7E7F2; /* active tab, tab hover, and content bgcolor */
    border-top:0px solid #98AAC6;  /* label and content borders */
    border-left:1px solid #98AAC6;  /* label and content borders */
    border-right:1px solid #98AAC6;  /* label and content borders */
    border-bottom:1px solid #98AAC6;  /* label and content borders */
    font-style:normal; 
    font-size: 8pt;
    color: #333366;
    padding-top:2px;  /* default tab padding */
    padding-left:1px;  /* default tab padding */
    padding-right:5px;  /* default tab padding */
}

.bui-box-bottomlinks{
    border-left:1px solid #98AAC6;  /* label and content borders */
    font-family: arial;
    font-size: 8pt;
    color: #333366;
    padding-top:6px;  /* default tab padding */
    padding-bottom:0px;  /* default tab padding */
    padding-left:10px;  /* default tab padding */
    padding-right:10px;  /* default tab padding */
    float:right;
    TEXT-ALIGN: right;
    height:20px;
    text-decoration:none;
}

.bui-box-bottomlinks a{
    text-decoration:none;
}

.bui-tabs{
    TEXT-ALIGN: left;

}






