
.page-container{
	width: 90%;
	margin: 0 auto;
	border: 0px solid #F00;
}

#page{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow:5px 5px 8px #808080;
	-moz-box-shadow:5px 5px 8px #808080;
	box-shadow: 5px 5px 8px #808080;
	border: 0.5px solid #ccc;
	padding: 3px;

}

/*返回顶部*/

#backtop {
 /*高版本浏览器*/ 
z-index: 100;
position: fixed;
bottom: 50px; 
right: 1px; 

         /*IE6.0*/  
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}


 /*DIV浮动居中*/ 
 
 #div-float1 {
  	margin: 0px;
    text-align:left;
    float:left;
}

#div-float-right {
  	margin: 10px;
	background-color:#fff ;
    border: 1px solid #ccc; 
    text-align:left;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 10px 10px 10px 10px;
    float:right;
}

#div-float-right:hover {
   	background-color: #EBEADD !important;
 
} 
 
#div-float {
  	margin: 10px;
	background-color:#fff ;
    border: 1px solid #ccc; 
    text-align:right;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 10px 10px 10px 10px;
    float:left;
}


#div-float:hover {
   	background-color: #EBEADD !important;
 
} 


#div-tips{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999;
	background-color: #F0F0F0;	
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
	border-radius: 5px;
	
}

#note{
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999;
	background-color: #FFFFB9;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
		text-align: left;
}

#table-head{
	height: 160px;
	width: 90%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
}

#tdhove td {
   	background-color: #fff;
    border: 1px solid #ccc; 
    text-align: center;
    padding: 10px;
      -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 10px 10px 10px 10px;
} 

#tdhove td:hover {
   	background-color: #EBEADD ;
} 

#button {
   	background-color: #0099CC;
   
    border: 0px solid #CCC; 
    text-align: center;
    padding: 5px;
    -moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 40px 40px 40px;
    margin-right: auto;
    margin-left: auto;
} 

#button:hover {
   	background-color: #B31820 !important;
   	font-weight: 300 ;
  
} 

#div-hover1 {
  	margin: 5px;
	background-color:#fff ;
    border: 1px solid #ccc; 
    text-align:center;
    display:table-cell;vertical-align:middle;
    padding: 10px 4px 2px;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 10px 10px 10px 10px;
    float:left; 
    overflow:hidden;
    width:140px;
    height:130px;
} 
#div-hover1:hover {
   	background-color: #EBEADD !important;
 
} 

#div-hover {
    margin: 1px;
	background-color: ;
    border: 0px solid #ccc; 
    text-align:left;
    display:table-cell;vertical-align:middle;
    padding: 1px;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 5px 5px 5px;
    float:left; 
   overflow:hidden;
    width:170px;
    height:20px;
} 
#div-hover:hover {
   	background-color: #EBEADD !important;
 
} 


.table-title{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C00;
	line-height: normal;
	text-align: left;
	list-style-type: circle;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	padding: 10px;
	list-style-position: inside;
	background-color: #FFF;
	border: 1px dotted #F00;
}
.table-title2{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: normal;
	text-align: left;
	list-style-type: square;
	vertical-align: middle;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #CCC;
}

.div-dot{
	border: 2px dotted #CCC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-color: #FCFCFC;
}

.div-table {

}

.div-table2 {
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FCFCFC;
}

table {
   *border-collapse: collapse; /* IE7 and lower */
}

.table-HS {
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
	border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.table-HS tr:hover {
    background: #fbf8e9  !important;
   
}    
.table-HS tbody tr:nth-child(even) {
    background: #fff;  
}
	
.table-HS td, .table-HS th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

.table-HS th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.table-HS td:first-child, .table-HS th:first-child {
    border-left: none;
}

.table-HS th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.table-HS th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table-HS th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.table-HS tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table-HS tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}



/*zebra table*/

.zebra {
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
	border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}


.zebra td, .zebra th {
	padding: 5px;
	border-left: 1px solid #ccc;
	text-align: left;
}

.zebra tr:hover {
   	background-color: #F0F0F0 !important;
   
}  

.zebra tbody tr:nth-child(even) {
    background: #FCFCFC;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eee);
	background-image: linear-gradient(top, #f5f5f5, #eee);
	font-size: 12px;
}

.zebra th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 5px 6px 0 0;
    -webkit-border-radius: 5px 6px 0 0;
    border-radius: 5px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

/*zebra form*/

/*form*/

.form {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	border: solid #ccc 1px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px  5px;
	border-radius:0 0 5px  5px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	text-align:left;
}


.form td, .form th {
	padding: 5px;
	border-left: 0px solid #ccc;
	
}
.form tr:hover {
   	background-color: #F0F0F0 !important;
   
}  

.form tbody tr:nth-child(even) {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	background-color: #FCFCFC;
}

.form th {
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eee);
	background-image: linear-gradient(top, #f5f5f5, #eee);
	font-size: 12px;
}

.form td:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;  
}

.form th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.form th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.form td:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.form tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.form tfoot td:first-child {
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.form tfoot td:last-child {
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.form tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

.rightmenu {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	text-align: left;
	background-color: #F7F8FD;
}


.rightmenu td, .rightmenu th {
	padding: 5px;
	border-left: 0px solid #ccc;
	
}
.rightmenu tr:hover {
   	background-color: #F0F0F0 !important;
   
}  


.rightmenu th {
background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.rightmenu td:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;  
}

.rightmenu th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.rightmenu th:only-child{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.rightmenu tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.rightmenu tfoot td:first-child {
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.rightmenu tfoot td:last-child {
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.rightmenu tfoot td:only-child{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px
    border-radius: 0 0 5px 5px
}


.flow_chart {
	*border-collapse: collapse; /* IE7 and lower */
	background: #F3F3FA;
	border-spacing: 0;
	border: solid #6391BE 2px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

.flow_chart td, .flow_chart th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	border: solid 	#6391BE 0px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.flow_chart td:hover {
   	background-color: #99CCFF !important;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;


} 

.table_1_top 
{
	BORDER-BOTTOM: 1PX #5C609E SOLID;
	FONT-FAMILY: "Microsoft YaHei", "Verdana", "Arial", "Helvetica", "sans-serif";
	COLOR: #000000;
	BACKGROUND-COLOR: #BEBFD9;
	background-image: -webkit-linear-gradient(top, #d0d0d0,  #ADADAD);
	background-image: -moz-linear-gradient(top, #d0d0d0,  #ADADAD);
	background-image: -ms-linear-gradient(top, #d0d0d0,  #ADADAD);
	background-image: -o-linear-gradient(top, #d0d0d0,  #ADADAD);
	background-image: linear-gradient(top, #d0d0d0,  #ADADAD);
	font-size: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 	
	
}