.tabPanel {
  
	width:690px;    height: 100%;

}
.tabControl {
   height: 22px;
    padding:8px 34px 0 33px;
    float: left;
    background-image: url("/images/tabimages/t-a-back.gif");
    background-repeat: repeat-x;
    cursor: pointer;
    FONT-SIZE: 11px;color:#2b2b2b;FONT-FAMILY: Arial;FONT-WEIGHT: bold;
}
.tabGroup {
    float: left;
    height: 30px;
}
.tabControlSelected {
    height: 30px;
    float: left;
    background-image: url("/images/tabimages/t-a-back.gif");
    background-repeat: repeat-x;
    cursor: pointer;
}

.tabViewContent {
    width:654px;
    height: 94%;
    vertical-align: bottom;
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
	padding:20px;
    overflow: auto;
    float: left;
    FONT-SIZE: 10px;  FONT-FAMILY:Arial;
}

.leftCurve {
    float: left;
    background-image: url("/images/tabimages/t-a-left.gif");
    background-repeat: no-repeat;
    height: 30px;
    width: 7px;
}

.rightCurve {
    float: left;
    background-image: url("/images/tabimages/t-a-right.gif");
    background-repeat: no-repeat;
    height: 30px;
    width: 7px;
}



.contentContainer {
    height: 94%;
    width: 100%;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.devider {float: left;background-image: url("/images/tabimages/tabview_divider.jpg");background-repeat: no-repeat;height: 30px;  width: 2px;
}
.tabNotSelected {
border-bottom:1px solid #CACACA;
}
.widthbarmem{border-bottom:1px solid #CACACA;
height:30px;
position:absolute;
right:0;
top:0;
width:308px;}
