html{
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
	height: 100%;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f5f5f5;
	}

ul,li{
	margin:0px;
	padding: 0px;
	list-style-type: none;
}

a{
	color: #23558a;
	text-decoration: none;
	}

a:hover{
	color: #fc8e00;
	}

/**global**/
.hide{
	display: none;
	}

.show{
	display: block;
	}

.fd-clr{
	float: none;
	clear:both;
}

.top{
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#234b88;
	padding:0px;
	background-repeat:repeat-x;
	float:right;
	}
	
.top .up{
    margin:0px 20px 0px 20px;
    }
    
.top .down{
    margin:20px 0 0;
    background:white;
    }

.top ul{
	padding:0px;
	margin:0px;
	text-indent:20px;
	}

.top a{
	font-size:14px;
	color:#234b88;
	text-decoration:none;
	}

.header{
	height:76px;
	background-color: #00397e;
	background-repeat:no-repeat;	
	}

.header ul{
	height:59px;
	background-repeat:no-repeat;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	}
.header .logo{
	width:75px;
	float:left;
	display:block;
	height:75px;
	padding-left: 30px;
	}
.header .logoName{
	float:left;
	font-size:26px;
	color:#fff;
	font-family:"瀵邦喛钂嬮梿鍛寸拨";
	line-height:59px;
	}
	
/*******navbar********/	
.navbar-menu{
	width:182px;
	font-size:14px;
	background-color:#fff;
	position:absolute; 
	
	left:15px; 
	float:left; 
	top:0;
	margin-top:10px;
	box-shadow: 0px 2px 3px #cdcdcd;
	-moz-box-shadow:0px 2px 3px #cdcdcd;
	-webkit-box-shadow:0px 2px 3px #cdcdcd;
	}
	
.navbar-menu ul{
	float:left;
	margin:0px;
	padding:0px;
	}
	
.navbar-menu li{
	list-style-type:none;
	}

.navbar-menu .title{
	width:180px;
	border:1px solid #1b4374;
	line-height:28px;
	background-repeat:repeat-x;
	font-size:14px;
	color:#fff;
	text-indent:10px;
	font-weight:bold;
	cursor: pointer;
	}

.navbar-menu .navli,.navbar-menu .navli a{
	float:left;
	width:180px;
	border:1px solid #d8d8d8;
	line-height:28px;
	background-repeat:repeat-x;
	font-size:14px;
	color:#333333;
	text-indent:20px;
	border-top:0px;
	text-decoration:none;
	}

.navbar-menu .navli a{
	border:0px;
	background-image:none;}

.navbar-menu .navli a:hover{
	font-weight:bold;
	}
	
.navbar-menu .nav-column, .navbar-menu .nav-column a{
	width:180px;
	border:1px solid #97c5dc;
	line-height:28px;
	background-repeat:repeat-x;
	font-size:14px;
	color:#333333;
	text-indent:14px;
	border-top:0px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
	}

.navbar-menu .nav-column a{
	border:0px;
	background-image:none;
	}
	
.navbar-menu .select-navli{
	width:180px;
	border:1px solid #eec35a;
	line-height:28px;
	background-repeat:repeat-x;
	font-size:14px;
	color:#6b4b00;
	text-indent:14px;
	border-top:0px;
	font-weight:bold;
	}

.modal-body{
	float:left;
	margin-top:10px;
	width:100%;
	min-height: 522px;
	height: 100%;
	max-height: 100%;
	margin-left:-10px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 0px;
	overflow: visible;

	box-shadow: 0px 2px 3px #cdcdcd;
	-moz-box-shadow:0px 2px 3px #cdcdcd;
	-webkit-box-shadow:0px 2px 3px #cdcdcd;

	}
/*  overflow:hidden;   */
.container{
	position:relative;
	padding-left:210px;
	+display:inline-block;
	width: auto;
	margin: auto;
	}

/*******button*****/
.buleMiddle{
	width:115px;
	height:33px;
	background-position:-337px -30px;
	border:0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	line-height:30px;
	}

/* Download button */
.masthead .btn {
	padding: 3px 4px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}

.grayMiddle{
	width:115px;
	height:33px;	
	background-position:-456px -30px;
	border:0px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	}
	
.graySmall{
	width:90px;
	height:33px;	
	background-position:-577px -30px;
	border:0px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	}


/********error**********/
.error{
	color:#c31b1b;
	}

.inputError{
	border:1px solid #c31b1b !important;
	background-color:#fdeded;
	}
	
/*******footer********/
.footer{
	width:100%;
	bottom:0px;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:40px;
	display: inline-block;
}

/**tab**/
.tab-container{
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	}

.tab-container .cell-title{
	}

.tab-container .cell-title tr td{
	background-color: #80a4c1;
	line-height: 30px;
	}

.tab-container tr td{
	border-bottom: 1px solid #e2e2e2;
	line-height: 35px;
	text-align: left;
	text-indent: 7px;
	}

.tab-container .item-title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: right;
}

.item-detail .item-title{
	font-size: 14px;
	color: #888;
	font-weight: 400;
}

.item-detail tr td {
    font-size: 14px;
	text-indent: 0px;
	line-height: 25px !important;
	padding: 3px 0px 3px 5px;
}
.item-detail .title {
	text-indent: 7px;
}

.hide-backgroud tr:hover td{
	background-color: #80a4c1;
	}

.tab-container .tab-menu th{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 35px;
	border: 1px solid #d8d8d8;
	border-left: 0px;
	text-align: left;
	text-indent: 7px;
	background-color: #f3f3f3;
	border-right: 0px;
	}

.tab-container .tab-menu th:first-child{
}

.tab-container .tab-menu th:last-child{
	border-right: 0px solid #c0d9e6;
}

.tab-container tr td input[type=text]{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	border: 1px solid #c9c9c9;
	text-align: left;
	text-indent: 5px;
	height: 24px;
	}

.tab-container tr td button{
	margin: 5px 0;
	}

.tab-container  tr td .hide-border{
	border: 0px;
	}

.tab-container tr:last-child td{
	/*border-bottom: 0px;*/
	}

.tab-container .title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	}

.tab-container .add{
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	}
.tab-container .add .add-plus{
	font-weight: bold;
	background-color: #fff;
	line-height: 20px;
	margin-right: 10px;
	padding: 2px 5px 2px 3px;
	display: block;
	float: right;
	margin-top: 3px;
	}
.tab-noborder  tr td{
	border-bottom: 0px solid;
	line-height: 35px;
}

.input-300{
	width: 300px;
}

.input-200{
	width: 200px;
}
.input-100{
	width: 100px;
}

.user-tag{
	position: absolute;
	z-index: 100;
	background-color: #fff;
	border:1px solid #b3b3b3;
	box-shadow: 0px 2px 3px #cdcdcd;
	-moz-box-shadow:0px 2px 3px #cdcdcd;
	-webkit-box-shadow:0px 2px 3px #cdcdcd;
	}
.user-tag li{
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
.user-tag li:hover{
	font-weight: bold;
	color: #275991;
	background-color: #f7fbfd;
}
.user-tag .realname{
	color: #999;
}
.add-plus{
	font-size: 16px;
}
.minibutton{
	width: 66px;
	height: 33px;
	line-height: 33px;
	text-align: center !important;
	font-size: 14px;
	color: #fff !important;
	background-position: -337px -78px;
	border:0px !important; 
	font-weight: bold;
	text-indent: 0px !important;
}

.list-page{
	color: #333;		
	z-index:98;
	text-indent: 10px;
	background-color:#FFFFFF;
	width:100%;
	opacity:0.8;
	margin: 10px 0 0 0;
	filter:alpha(opacity=80);
}

.list-page select{
	width: auto;
}
.no-border-bom{
	border-bottom: 0px !important;
}
.no-border td{
	border: 0px !important;
}
.add-high tr td{
	line-height: 60px;
}
.tab-container input,
.tab-container select{
	margin-bottom: 0px;
}
.send-content{
	width: 600px;
	margin-top: 10px;
}

.modal-footer {
	text-align: center;
}

.tab-container .tab-m-off {
    font-size: 14px;
    color: #fff;
    height:28px;
    line-height: 28px;
    text-align: center;
    padding:  0 7px 0 7px;
    display: block;
    margin:  0 0 -3px 5px;
    text-indent: 0px;
    background-color: #c0d2e0;
    border-radius: 5px 5px 0 0;
 }
.tab-container .tab-m-off a{
    color: #fff;    
    font-size: 18px;
    text-align: center;
}
.tab-container .tab-m-on {
  font-size: 18px;
  color: #666666;
  height:28px;
  line-height: 28px;
  text-align: center;
  padding:  0 10px 0 10px;
  background-color: #fff;
  display: block;
  margin: 2px  0 0 5px;
  text-indent: 0px;
  border-radius: 5px 5px 0 0;
}

form{
    margin:0 0 5px;
}
.addEvent a{
	margin: 0 10px 0 0;
}

.project-name {
	width: 500px;
	overflow: hidden;
  word-break:keep-all;/* 娑撳秵宕茬悰锟� */
	white-space:nowrap;/* 娑撳秵宕茬悰锟� */
}