/******表頭 only for myPortalHeader4*************/
.welcome{
	font-size: 13px;
	padding-right: 50px;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
}
#Column1, #Column2, #Column3 {
	min-height:100%;
	position: relative;
	float: left;
}
.boxFrame {
	position: relative;
}
.boxHeader {
	border-radius: 5px 5px 0 0;
	position: relative;
	cursor: move;
}
.boxOuter {
	width: 100%;
	display: table;
	table-layout: fixed;
	background-color: #FFF;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 0 0;
	border-spacing: 1px;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
}
.boxContentOuter{
	text-align:left;
	padding:7px;
	position:relative;
}
.boxContentOuter>div{
	max-height: 300px;
	_height:expression(this.scrollHeight > 300 ? '300px' : 'auto');
}
.boxCoverActive{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.boxContent {
	margin:0;
}
.eipBoxTitle {
	color: #fff;
	font-size: 1.4em;
	font-family: 微軟正黑體;
	text-align: left;
	letter-spacing: 2px;
	border-radius: 5px 5px 0 0;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}
.eipBoxTitle a{
	color: #fff;
	text-decoration: none;
}
.eipBoxTitle a:hover{
	color: #ff0;
	text-decoration: underline;
}
#div_orgtreeContent{
	height: 300px;
}
/******EIP 左邊Menu************/
.eipMenuBox{
	width:100%;
	background-color:#ececec;
}
.eipMenuBox th{
	white-space:nowrap;
	background-color:#737373;
	background-repeat:no-repeat;
	line-height:32px;
	font-family:微軟正黑體;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
}
.eipMenuBox div{
	background-color:#D2D2D2;
	color:#000000;
	font-size:12pt;
	font-family:微軟正黑體;
	text-align:left;
	padding:2px 10px;
	margin-bottom:3px;
	cursor:pointer;
}
.eipMenuBox div.click{
	background-color:#FFF99D;
}
.eipMenuBox div:hover{
	background-color:#FFF99D;
}
