body
{
    margin: 0px;
}

A:link
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:hover
{
}

html,body{
      -webkit-text-size-adjust:none;
}

td,div,span,a
{
    font-size: 12px;
    /*font-family:微软雅黑;*/
}


/******************** CSS3 滚动条样式 ***********************/
html,body,div{
            scrollbar-face-color:#dfdfdf;
            scrollbar-highlight-color:#cccccc;
            scrollbar-shadow-color:#FFFFFF;
            scrollbar-arrow-color:#6f6f6f;
            scrollbar-track-color:#FFFFFF;
            scrollbar-3dlight-color:#FFFFFF;
            scrollbar-shadoaw-color:#FFFFFF; 
            scrollbar-track-color:#FFFFFF;
            allowtrancparency:true;
}


/******************** blockUI ************************/
.DialogProgress
{
    background-image: url(../Images/progress.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color:Transparent;
    height: 19px;
    width: 220px;
    margin: auto;
}

.DialogContainer
{
    cursor: default;
    width: 300px;
    background-color: #fff;
    border: 1px solid #969393;
    margin: auto;
}


.DialogContainer .Title
{
    border: 1px solid #4297d7;
    background: #5c9ccc url(../Images/msgboxTitlebg.png) 50% 50% repeat-x;
    color: white;
    font: caption;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-family:微软雅黑;
    font-size: 13px;
}


.DialogContainer .Content
{
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(../Images/msgboxContentbg.png)) bottom;
    color: #222222;
    width: 100%;
    text-align:center;
}

.DialogContainer .Content .messages
{
    color: #222222;
    font-family:微软雅黑;
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
    text-align:center;
}


.DialogContainer .Content .buttons
{
    white-space: nowrap;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}


.DialogContainer .Content .buttons input
{
    BORDER-RIGHT: #eda265 1px solid; 
    BORDER-TOP: #eda265 0px solid; 
    BORDER-LEFT: #eda265 1px solid; 
    BORDER-BOTTOM: #eda265 0px solid;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px; 
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 2px; 
    FONT-SIZE: 13px; 
    CURSOR: hand; 
    COLOR: black; 
    background:url(../Images/button_bg.gif);
}

/************************************************************************  */

.FontShadow
{
    filter: glow(color=black,strength=2);
    text-shadow: 2px 2px 2px #000, 0px 3px 9px #000;
}

/*************文本框*****************/
.txtLogin
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    /*background-color: transparent;*/
    border-bottom-style: none;
}
.txtBox1
{
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #5384D9;
}


/*************弹出窗口*****************/
.popupHeaderButton td
{
    background-color:#6e7579;
}

.popupHeaderButton .dxbButton_Glass div
{
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

/*************数据列表*****************/
.roundPanel .dxrpNHTE,.roundPanel .dxrpBE ,.roundPanel .dxrpTE
{
    height:1px;
}

/***************流程信息**************/
.steps_font
{
    font-size: xx-large; 
    font-weight: bold; 
    color: White; 
    padding: 33px 0px 0px 0px;
}

.steps_td
{
    padding-right: 35px;
}

.steps_BG
{
    background-image: url('../images/steps_BG.png');
    background-repeat: repeat-x;
    width: 100%;
    margin-bottom:30px;
}

.steps_state0
{
    width: 48px;
    height: 80px;
    background-image: url('../images/steps_state0.png');
}
.steps_state1,.steps_state3
{
    width: 48px;
    height: 80px;
    background-image: url('../images/steps_state1.png');
}
.steps_state2
{
    width: 48px;
    height: 80px;
    background-image: url('../images/steps_state2.png');
}


/***右侧统计按钮**/
.divChartBtn
{
    width: 37px; 
    height:117px; 
    background-repeat: no-repeat;
    padding-left: 2px;
    padding-top: 8px;
}
.divChartBtn div
{
    width:20px; 
    font-family:微软雅黑;
    font-weight:bold;
    color:#2c2c2c;
    padding-left:10px;
}

/*************Form表单*****************/

.formBtnTable
{
    /*************架构改进,由模板页按钮控制*****************/
     position:absolute;
     top:-1000px;
    /******************************/
    margin-top:20px;
}

.formBtnTable .formBtnSave
{
    padding-right: 55px;
    text-align:right;
}
.formBtnTable .formBtnSave table
{
    float:right;
}
.formBtnTable .formBtnCancel
{
    padding-left: 55px;
    text-align:left;
}
.formBtnTable .formBtnCancel table
{
    float:left;
}
/*************Selectbtn*****************/
.selectBtn
{
    border: 1px solid #CCCCCC;
    padding-left: 2px;
    width: 16px;
    height: 19px;
    cursor: pointer;
    font-size: 12px;
    background-color:White;
}

.SelectBtnTable
{
    margin-top:5px;
    margin-bottom:5px;
}

.SelectBtnTable .SelectBtnSave
{
    padding-right: 55px;
    text-align:right;
}
.SelectBtnTable .SelectBtnSave table
{
    float:right;
}
.SelectBtnTable .SelectBtnCancel
{
    padding-left: 55px;
    text-align:left;
}
.SelectBtnTable .SelectBtnCancel table
{
    float:left;
}


.formTable
{
    /*************架构改进,由模板页导航步骤控制*****************/
    display:none;
    /******************************/
}
.table0
{
    display:table;
}

.form_td_title
{
    padding:3px;
    width:1%;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
	font-size: 12px;
	color: #000;
	white-space:nowrap;
}
.form_td_controls
{
    padding:3px;
    width:99%;
	font-size: 12px;
	color: #000;
    text-align:left;
}

/*************Form图片上传列表*****************/
.groupBox
{
    margin: 5px 0px;
    border: solid 1px gray;
    width: 98%;
}
.groupBox legend
{
    margin-left: 20px;
}
.groupBox .fileContainer
{
    height: 100px;
    padding: 5px 10px;
    overflow: auto;
}
.groupBox a
{
    margin-right:5px;
    float:left;
}
.groupBox a img
{
    height:90px;
    width:130px;
}

.photoListItem
{
    margin-right:5px;
    float:left;
}
.photoListEmptyItem
{
    display:none;
}




