﻿ 

/*页面元素 样式*/

/*------------------------------------*
 1页头 begin
------------------------------------*/






/*------------------------------------*
 2页面主体 begin
------------------------------------*/
 


/*------------------------------------*
 3页脚 begin(表单的页尾，分页&控制按钮)
------------------------------------*/

#layout-bottom-bd
{
	background-color:#e8f2ff;	
	background-image:url(../../images/layout-bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:40px;
	margin:0px;
	border:0px;
 	
}

.bottompage
{
    margin-top:5px;
    font-size:12px;
    float:left;
}
 
    
/*表单 页脚*/
.bottombtn
{
    margin-top:5px;
    float:right;
    font-size:12px;
}

.bottombtn ul
{
	float:right;
	list-style-type: none;
	margin:0px;
	width:100%;
	padding:0px;
	height:40px;

}

.bottombtn table table{
    margin:auto 3px auto 3px;
}
.bottombtn ul li
{   display:inline;
	float:left;
	list-style-type: none;
	padding-right:10px;
	margin:0px;
	vertical-align:middle;
}
 
 .bottombtn ul li table
{
   margin:auto 5px auto auto; background-color:Black;
}
.bottombtn ul li .bbtn
{
	float:right;
	list-style-type: none;
	padding-right:10px;
	margin:0px;
	line-height: 22px;
	background-image: url(../../images/btbtnbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 22px;
	border: 1px solid #274b84;
	padding-left: 10px;
}



/*--bttom button-------*/
 


/*警告信息*/
.warningbox {
	margin-top:20px;
	clear: both;
	width: auto;
	border: 1px dashed #FFD89D;
	background-color: #FFFCF0;
}
.warningbox .wname {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	float: none;
	height: 30px;
	text-align: left;
	padding-left: 30px;
	line-height: 30px;
	color: #FF3300;
	background-image: url(../../../../Images/alertimg.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
    .warningbox .wmessage {
	font-size: 12px;
	color: #FF6600;
	clear: both;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align:left;
}