.tabPanel {
    width:703px;
 
}
.tabControl {
    height: 22px;
    padding:8px 24px 0 24px;
    float: left;
    background-image: url("/images/tabimages/tabnot-sel.gif");
    background-repeat: repeat-x;
    cursor: pointer;
    FONT-SIZE: 11px;color:#2b2b2b;FONT-FAMILY:Arial;
}

.tabControlSelected {
    height: 30px;
    float: left;
    background-image: url("/images/tabimages/tabview_bg.jpg");
    background-repeat: repeat-x;
    cursor: pointer;
}

.tabNavControls {
    width:695px;
    height: 26px;
    text-align: right; 
    float:left;
    padding: 0px; 
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}

/* 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; }



.tabViewContent {
    width:695px;

    vertical-align: bottom;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    float: left; background:url("/images/tabimages/tabbot.gif") repeat-x bottom left;
	height:880px;
} 
.leftCurve {
    float: left;
    background-image: url("/images/tabimages/tabview_left-curve.jpg");
    background-repeat: no-repeat;
    height: 30px;
    width: 7px;
}

.rightCurve {
    float: left;
    background-image: url("/images/tabimages/tabview_right-curve.jpg");
    background-repeat: no-repeat;
    height: 30px;
    width: 7px;
}



.contentContainer {
    height: 284px;
    width: 100%;
   
}

.topad{padding-top:3px;}

.margin15{margin-left:19px;}
.margin5{margin-left:16px;}
* html .margin15{margin-left:9px;}
* html .margin5{margin-left:7px;}

/*new design for tabs*/
.tab-bg{ background:url(/images/tab_ftop.gif) repeat-x top left; float:left; width:693px; position:relative; font-size:11px;color:#000000;}
.tab-bg a:hover{color:#FF6600;}
.tabtop{ float:left;width:100%; margin:18px 0 0 0;  }
.tabtopleft{float:left;padding:0px 30px 0px 30px;}
.tabtopleft img{ padding:2px; border:1px solid #ccc; float:left;}
.tabtop_ul{ float:left; width:73%}
.tabtop_ul li h4{ margin:0; padding:0 ; font-size:12px; }
.tabtop_ul li h4 a{ padding:0 ; color:#000000; text-decoration:none;}
.tab-links{color:#838b91; padding:10px 0 0 0;}
.tab-links a{color:#838b91; text-decoration:none;}
.tabbot{ float:left; width:100%; margin:25px 0 0 0;}
.tabbot_ul{width:46%; padding:5px 10px; float:left;}
.tabbot_ul li h4{margin:0;font-size:11px; line-height:11px}
.tabbot_ul li h4 a{ background:url(/images/icons/psc.gif) left center no-repeat; padding:2px 0 0 25px;  color:#2795d1; text-decoration:underline; margin:0; }
.lipadd{padding:3px 0 0 25px; color:#5d5d5d; font-size:10px; }
.tabmore{ float:right;padding:0 42% 0 0; }
.tabmore a{ color:#FF0000;}

.tabtopleftf{float:left;padding:8px 10px 8px 20px; width:29%;}
.tabsep{ background:url(/images/tabcontent-sep.gif) top right no-repeat; }
.tabtopleftf img{ padding:2px; border:1px solid #ccc; float:left;}
.tabtop_ulf{ float:left; width:23%; padding:0 10px;}
.tabtop_ulf li h4{ margin:0; padding:0 ; font-size:12px; }
.tabtop_ulf li h4 a{ padding:0 ; color:#000000; text-decoration:none;}

.tabbot_ulf{ padding:5px 10px; float:left;width:30%;}
.tabbot_ulf li{padding:2px 0;}
.tabbot_ulf li a{color:#2795d1; text-decoration:underline;}
.tabreview{ background:url(/images/icons/reicon.gif) left center no-repeat; padding:0 0 0 20px;color:#2795d1; text-decoration:underline;}
.tabview{ background:url(/images/icons/view.gif) left center no-repeat; padding:0 0 0 20px;color:#2795d1; text-decoration:underline;}
/*new design for tabs*/
