/**
 * 名称：ReportStyle.css
 * 描述：所有报表页面样式
 * 作者：zhang.jingjing
 * 创建日期：2014-02-17
 * 创建版本：V1.0.0
 * 修改者：
 * 修改日期：
 * 修改备注：
 **/
  
/*******************************************/
/* 所有报表公共样式		                   */
/*******************************************/

 /*报表全局table*/
.reportTable
{
    padding-top: -5px;    
    width: 100%;
}

/*报表iframe*/
#tempFrame
{
    width: 100%;
    height: 820px;
    overflow: hidden;
}
/*MOD-201505121500-Mantis:2143-liushaoqing-start
/*报表iframe*/
#vipFrame
{
    width: 100%;    
    overflow: hidden;
}
/*MOD-201505121500-Mantis:2143-liushaoqing-end

/*报表webforms页面全局Table*/
.reportWebFormTable
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    width: 99%;
    height: 30px;
}

.reportWebFormRPLabel
{
    float:left;
    width:100px;
    margin:5px 2px auto auto;
    text-align:right;
    line-height:22px;
}
.reportWebFormRPControl
{
    float:left;
    width:200px;
    margin:5px auto auto auto;
    text-align:left;
}
 
/*报表webforms页面查询*/
.reportWebFormBtnSearch
{   
    font-size: 13px;
    cursor: hand;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;    
}

/*******************************************/
/* 报表单独设置宽带、高度等其他样式		   */
/*******************************************/
 
 .strDateWidth
{ 
    width  : 60px;
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    padding-bottom: 1px;
    border-left: 1px solid;
    padding-top: 1px;
    border-bottom: 1px solid;
    border-color: #cfd4e7;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
}
.strWidth115
{ 
    width  : 115px;
}
.strWidth100
{ 
    width  : 100px;
}
.strWidth70
{ 
    width  : 70px;
}
.strWidthBranch
{
    width  :130px; 
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    padding-bottom: 1px;
    border-left: 1px solid;
    padding-top: 1px;
    border-bottom: 1px solid;
    border-color: #cfd4e7;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;  
 }
 
 /*报表webforms页面宽度70*/
.reportWebFormWidth70
{ 
    width  : 98px;
}

 /*报表webforms页面宽度110*/
.reportWebFormWidth110
{ 
    width  : 110px;
}

 /*报表webforms页面宽度160*/
.reportWebFormWidth160
{ 
    width  : 160px;
}
/*报表webforms页面全局Table*/
.reportWebFormTableSearch
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    width: 1020px;
    height: 30px;
}

.reportWebFormTableWith960
{    
    width: 960px;    
}

.reportWebFormTable select
{
    width: auto;
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    padding-bottom: 1px;
    border-left: 1px solid;
    padding-top: 1px;
    border-bottom: 1px solid;
    border-color: #cfd4e7;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
}

.reportWebFormTableSearch select
{
    width: auto;
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    padding-bottom: 1px;
    border-left: 1px solid;
    padding-top: 1px;
    border-bottom: 1px solid;
    border-color: #cfd4e7;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
}