.tabPanel {
    width:695px;
 /*   height: 304px; */
}
.tabControl {
   height: 21px;
    padding:8px 27px 0 ;
    float: left;
    background-image: url("/images/tabimages/e-back.gif");
    background-repeat: repeat-x;
    cursor: pointer;
    FONT-SIZE: 11px;color:#2b2b2b;FONT-FAMILY: Arial;FONT-WEIGHT: bold;
}
.tabGroup {
    float: left;
    height: 29px;
}
.tabControlSelected {
    height: 29px;
    float: left;
    background-image: url("/images/tabimages/e-back.gif");
    background-repeat: repeat-x;
    cursor: pointer;
}



.tabViewContent {
    width:694px;
   /* height: 94%;*/
    vertical-align: bottom;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
	padding-bottom:5px;
    float: left;
    FONT-SIZE: 10px;  FONT-FAMILY: Arial;background:url("/images/tabimages/tabbot.gif") repeat-x bottom left; height:850px;
}

.leftCurve {
    float: left;
    background-image: url("/images/tabimages/e-left.gif");
    background-repeat: no-repeat;
    height: 29px;
    width: 10px;
}

.rightCurve {
    float: left;
    background-image: url("/images/tabimages/e-right.gif");
    background-repeat: no-repeat;
    height: 29px;
    width: 10px;
}

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

.tabNavControls {
    width:694px;
    height: 26px;
    text-align: right; 
    clear:both;
    padding: 0px; 
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
.tabNotSelected {border-bottom: 1px solid #CACACA; }
.devider {float: left;background-image: url("/images/tabimages/tabview_divider.jpg");background-repeat: no-repeat;height: 30px;  width: 2px;
}

/* the navigate and pause buttons */
ul.controls { list-style-type: none; padding: 0px; margin: 6px 3px 0px 0px; float: right;}
ul.controls li { float: left; margin: 0px 2px; }

ul.controls img { width: 16px; height: 16px; background-image: url(../images/tabbut.gif); background-repeat: no-repeat; cursor: pointer; }
ul.controls img.left { background-position: 0px 0px; }
ul.controls img.left-active { background-position: 0px -18px; }
ul.controls img.pause { background-position: -18px 0px; }
ul.controls img.pause-active { background-position: -18px -18px; }
ul.controls img.paused { background-position: -18px -36px; }
ul.controls img.right { background-position: -36px 0px; }
ul.controls img.right-active { background-position: -36px -18px; }


