﻿body
{
	font-family:微软雅黑;            
	font-size: 12px;
	color: #4B6170;
	 margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
}

a:hover
{
	color:red;
}

  
  /*当前位置*/
.divPosition
{
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.divPosition img
{
   vertical-align:text-bottom;	
}
.CurrentPosition
{
  color:Red;	
}

/*==================buildList========================*/

/*左边div*/
.left
{
	width:195px;
	height:100%;
	float:left;/*居左*/
}

/*左边div标题*/
.l_top
{
	height:50px;
	line-height:50px;
	padding-left:50px;
}

/*左边树*/
.l_content
{
	background-color:#F1F4FC;
	padding-left:30px;
	padding-right:30px;
	height:520px;
}

/*右边div*/
.right
{	
	float:left;/*居右*/
	width:600px;
	height:100%;
}

/*左边顶部div*/
.r_top
{
	height:35px;
	padding-top:15px;
}

/*颜色块*/
.colorBlock
{
	width:12px;
	height:12px;
	margin:0 auto;
}


/*标示table*/
.buildstyle table
{
	border:solid 1px #C2D1E2;
	border-collapse:collapse;
	height:50px;
}

.buildstyle table tr td
{
	border:solid 1px #C2D1E2;
	border-collapse:collapse;
	padding: 5px 3px 2px 5px;
	text-align: center;
}

.buildstyle table tr td div
{
	width: 15px;
	height: 15px;
	float: left;	
}

/*立体图table*/
#buildView table
{
	text-align:center;
	border:1px solid #C2D1E2;
	border-collapse:collapse;
}

/*立体图边框*/
#buildView table td
{	
	border:1px solid #C2D1E2;
	border-collapse:collapse;
}

/*立体图楼层编号列*/
.numberCell
{
	padding:20px;
}

/*立体图内容单元格*/
.contentCell
{
	width:130px;
	height:60px;
	color:#FFFFFF;
}

/**/
.point
{
	cursor:pointer;
}


/*立体图表头图片*/
.tableHead
{
	height:25px;
	background-image:url("../Images/tabletop.jpg");
	background-repeat:repeat-x;
}

/*==================fenhuEdit========================*/

/*顶部title*/
.topTitle
{
	text-align:center;
	font-weight:bolder;
	font-size:25px;
	height:35px;
	line-height:35px;
}

/*table边框*/
.tableBorder
{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:88%;
}

.tableBorder tr
{
	height:35px;
}

.tableBorder td
{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
    text-align: left;
}

/*td宽度*/
.tdWidht1
{
	width:150px;
}

.tdWidht2
{
	width:310px;
}

/*td文本位置*/
.tdPadding
{
	padding-left:5px;
}

/*表格标题*/
.tableTitle
{
	font-size:13px;
	padding-left:10px;
	font-weight:bolder;
	background-image:url(../Images/datagrid_header_bg.gif);
	background-repeat:repeat-x;
}


/*==================HousePurchaseEdit========================*/

/*标题*/
.divTitle
{
	text-align:center;
	height:45px;
	line-height:45px;
}

/*属性名右对齐*/
.textAlgin
{
}


/*操作人单元格*/
#td_proposer
{
	padding:2px;
}

#td_proposer table
{
	text-align:center;
}

/**/
#div_btn
{
	height:60px;
	line-height:60px;
	text-align:center;
}

#div_btn a
{
	margin-left:10px;
}



.sta-title
{
     
    color:White;
    height:25px;
    line-height:25px;
    border-bottom:1px solid #bfbfbf;
    border-top:3px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    
    border-color:#fc0000;
    border-bottom-color:#fc0000;
    border-right-color:#fc0000;
    border-left-color:#fc0000;
    border-top-color:#f29503;
    
    background-color:#1da02b;
    padding-left:15px;
    font-size:14px;
    font-weight:bold
}
.sta-title-red
{
    background:#fceee8;
    color:#fc0000;
    height:35px;
    line-height:35px;
    border-bottom:1px solid #bfbfbf;
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    
    border-bottom-color:#fc0000;
    border-right-color:#fc0000;
    border-left-color:#fc0000;
    border-top-color:#fc0000;
    padding-left:15px;
    font-size:14px;
    font-weight:bold
}



.title-inner
{
    height:445px;
         
    position:relative
}