body{
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}
#twoPanelTabMenuContainer{
}
#twoPanelTabMenuTopRoundedCornersContainer{
    width:100%;
    background-color:#343434;
    background-position:right;
    background-repeat:repeat-y;
}
#twoPanelTabMenuTopShadow{
    background-color:#e9e9e9;
    height:1px;
    width:100%;
}
#tabMenuTable{
    height:32px;
    background-color:#343434;
}
#menuLabel{
    color:#cfcfcf;
    font-size:11pt;
    padding-left:0px;
}
#twoPanelNavigatorTable{
    font-family:Arial,Helvetica,sans-serif;
    padding:0;
    margin:0;
    position:relative;
    width:100%;
}
#twoPanelLeftCell{
    width: 230px;
    vertical-align:top;
    text-align:left;
    background-repeat:no-repeat;
    background-position:bottom left;
}
#twoPanelRightCell{
    vertical-align:top;
    text-align:left;
    background-color:#cecece;
    border-right:1px solid #8c8c8c;
}
#twoPanelLeftContainer{
    width: 230px;
    height:350px;
    border-left:1px solid #d1d1d1;
    padding-left:0px;
}
#twoPanelRightContainer{
    min-width:543px;
    height:350px;
    text-align:center;
}
#twoPanelTabMenuTopRoundedCornersContainer{
    position:relative;
}
#twoPanelTabMenuTopLeftCorner{
    position:absolute;
    top:0px;
    left:0px;
}
#twoPanelTabMenuTopRightCorner{
    position:absolute;
    top:0px;
    right:0px;
}
#twoPanelTabMenuBottomLeftCorner{
    position:absolute;
    bottom:-1px;
    left:0px;
    visibility:hidden;
}
#twoPanelTabMenuBottomRightCorner{
    position:absolute;
    bottom:-1px;
    right:0px;
    visibility:hidden;
}
#twoPanelBottomControlsLeftContainer{
    position:relative;
    background-repeat: repeat-x;
    background-position: bottom;
    height:25px;
}
#twoPanelBottomControlsRightContainer{
    position:relative;
    background-repeat: repeat-x;
    background-position: bottom;
    height:25px;
}
#twoPanelBottomControlsLeftCorner{
    position:absolute;
    top:0px;
    left:0px;
}
#twoPanelBottomControlsRightCorner{
    position:absolute;
    top:0px;
    right:0px;
}
.twoPanelTabLabelMinor{
    position:relative;
    top:1px;
    color: #CFCFCF;
    font-size: 11pt;
    padding-left: 7px;
}
.twoPanelTabLabelMajor{
    position:relative;
    top:1px;
    color: white;
    font-weight:bold;
    font-size: 11pt;
}
.twoPanelGroupHeading{
    font-size:9pt;
    line-height:13px;
    color:#909090;
    padding-left:10px;
}
.twoPanelGroupItem{
    font-size:11pt;
    line-height:19px;
    color:#343434;
    background-color:transparent;
    padding-left:10px;
    cursor:pointer;
    width:100%;
}
.twoPanelGroupItemHighlighted{
    font-size:11pt;
    line-height:19px;
    color:white;
    background-color:#505050;
    padding-left:10px;
    cursor:pointer;
    width:100%;
}
.twoPanelContentGroup{
    padding-top:4px;
    padding-bottom:2px;
}
.twoPanelFakeBorderContainer{
    height:1px;
    padding-left:3px;
}
.twoPanelFakeBorder{
    height:1px;
    background-color:#ededed;
}
.contentPreviewImage{
    opacity:0.0;
    filter:alpha(opacity=0);
}
