﻿#oqp_tabs {
  position:absolute;
  left:0px; right:0px;
  top:10px;
  
  margin:0px 10px 0px 10px;
}
  .t_OQP_Tabs {
    height:30px;
    
    font-family: Trebuchet MS,Arial,Helvetica,Sans-serif;
    color:#777777;
  }
    .oqp_tabs_tab_frame { height:30px; overflow:hidden; }
    .oqp_tabs_tab {
      cursor:pointer;
      width:75px; height:30px;
      direction:ltr;
      overflow:hidden;
    }
    .oqp_tabs_tab_canvas {
      width:400px; height:200px;
      margin-top:-165px; margin-left:-190px;
      padding:168px 0px 0px 28px;
      text-align:center;
      background:url(../images/oqp_canvas.png) no-repeat;
    }
    .oqp_tabs_fill { height:29px; min-width:2px; border-bottom:solid 1px #C8C8C8; }
.t_oqp_cTabs {
  max-height:28px;
  margin-top:30px;
  font-family:Arial, Times New Roman, Serif;
  font-size:12pt;
  color:#EEEEEE;
}
  .oqp_cTabs_tab1 {
    min-width:5px; max-height:28px;
    overflow:hidden;
  }
  .oqp_cTabs_tab2 {
    min-width:150px; max-height:28px;
    overflow:hidden;
  }
  .oqp_cTabs_tab3 {
    min-width:5px; max-height:28px;
    overflow:hidden;
  }
  
  .oqp_cTabs_tab1_canvas {
    min-width:5px; height:56px;
    background:url(../images/oqp_comm_ctrl-tab_left.png) no-repeat;
  }
  .oqp_cTabs_tab2_canvas {
    height:56px; padding:3px 5px 0px 5px;
    background:url(../images/oqp_comm_ctrl-tab_center.png) repeat-x;
  }
  .oqp_cTabs_tab3_canvas {
    min-width:5px; height:56px;
    background:url(../images/oqp_comm_ctrl-tab_right.png) no-repeat;
  }
.oqp_commentaries {
  padding: 10px 5px 40px 5px;
  min-height:50px;
  
  border:solid 1px #A8A8A8;
  border-bottom:none;
  background-color:#F9F9F9;
}
