.separator
{
    width: 100%;
    clear: both;
}
#DynaBox {
	float: left;
	width: 625px;
	height: 255px;
	min-height: 225px;
    overflow: hidden;
    margin-left: 5px;
}

.tb {
	width: 625px;
	height: 255px;
	background: url(images/tbbkgrnd.gif) no-repeat top left;
}
.tb .content {
    z-index: 1;
	padding: 0px 4px 4px 4px;
}
.tb .TabsContainer {
	height: 110px !important;
	padding-top: 8px;
    align:right;
}
.tb .ContentPanelsContainer {
	clear: both;
	padding: 0 12px 6px 12px;
    font-family: Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;
	font-size: 8pt;
}
.Tab
{
    cursor: pointer;
    padding-left: 55px;
    float: left;
    opacity: .40;
    filter: alpha(opacity=40);
}
.Tab:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.Tab.selected
{
    opacity: .9;
    filter: alpha(opacity=90);
}
