﻿/*页面板型(大中小)*/
body
{
	vertical-align:middle;
	margin:0;
	padding:0;
}
.smallAddPage
{   margin:0px;
	width: 100%;
	background-color: Transparent;
	text-align: center;
}
.smallAddPage40
{
	height: 512px;
	width: 100%;
	background-color: Transparent;
	padding-top: 40px;
	text-align: center;
}
.smallAddPage100
{
	height: 512px;
	width: 100%;
	background-color: Transparent;
	padding-top: 100px;
	text-align: center;
}

.bigAddPage
{
	height: 470px;
	width: 100%;
	background-color: Transparent;
	padding-top: 10px;
	text-align: center;
	/*overflow: auto;*/
}
.bigAddPage40
{
	height: 440px;
	width: 100%;
	background-color: Transparent;
	margin-top: 40px;
	text-align: center;
	/*overflow: auto;*/
}
.bigAddPage70
{
	height: 410px;
	width: 100%;
	background-color: Transparent;
	padding-top: 70px;
	text-align: center;
	/*overflow: auto;*/
}
.maxAddPage
{
	height: 600px;
	width: 100%;
	background-color: White;
	padding-top: 10px;
	text-align: center;
	/*overflow: auto;*/
}
/*添加页面当中两个主体div**/
.mainDiv
{
	min-width: 800px;
	overflow: auto;
	text-align: center;
}
.btnDiv
{
	width: 100%;
	text-align: center; /*padding: 5px;*/
	background-color: #BFD8FA;
}
/*控制整体垂直居中的表格*/
.totalTable
{
	table-layout: fixed;
	width: 100%;
	min-width: 800px;
}
/*表格的设置.fullTable适用于中小页,.fullTableFixed适用于大页*/
.fullTable
{
	border: solid 1px #AECAF0;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	min-width: 450px;
	background-color: White;
}
/*.fullTable90
{
	border: solid 1px #AECAF0;
	width: 90%;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: White;
}*/
.fullTable100
{
	border: solid 1px #AECAF0;
	width: 97%;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: White;
}

.fullTableFixed
{
	border: solid 1px #AECAF0;
	width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
}
/*关于行的设置*/
.singleRow
{
	background-color: #e3eeff;
	border-bottom: solid 1px #d2dbee;
}
.doubleRow
{
	background-color: White;
	border-bottom: solid 1px #d2dbee;
}
.checkRow
{
	height: 30px;
}

/*列设置*/
.label
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
	width: 30%;
}
.editor
{
	text-align: left;
	padding-left: 13px;
	width: 70%;
}
.labelfixed /*适用于大页面*/
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
	height: 40px;
}
.editorfixed /*适用于大页面*/
{
	text-align: left;
	padding-left: 13px;
	height: 40px;
}
/*特殊位置设置*/
.special
{
	padding: 5px 13px;
}

.star
{
	text-align: right;
	padding-left: 5px;
	width: 400px;
}
.btnCell
{
	background-color: #BFD8FA;
}
.btnDiv table, .btnCell table
{
	width: 270px;
}

#container
{
	width: 100%;
	vertical-align: top;
}
#dynaTD
{
	/*height: 512px;*/
}


.label100
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
	width: 100px;
}
 .scroll
{
   width: 350px;
   max-width: 350px;
   min-width: 350px;
   max-height: 350px;
   height: 350px;
   /*overflow: auto;*/
   background-color: White;
}
        .scrollCell
        {
            width: 350px;
            max-width: 350px;
            min-width: 350px;
        }
        .header
        {
            text-align: left;
            font-size: 12px;
            color: #55B7F6;
            font-weight: bolder;
        }
        
        
        .editorP13
        {
        	padding-left:13px;
        }
        	
/*新定义css样式*/
.container
{
    width:auto; 
    height:auto; 
    margin-left:270px;
    margin-top:300px;
}



